https://github.com/mkabumattar/aws-react-icons
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript, Build from AWS Architecture Icons
https://github.com/mkabumattar/aws-react-icons
aws-icons aws-react-icons npm npm-package react react-library tsx typescript
Last synced: 12 months ago
JSON representation
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript, Build from AWS Architecture Icons
- Host: GitHub
- URL: https://github.com/mkabumattar/aws-react-icons
- Owner: MKAbuMattar
- License: mit
- Created: 2023-04-28T20:43:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:06:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T18:05:31.340Z (about 1 year ago)
- Topics: aws-icons, aws-react-icons, npm, npm-package, react, react-library, tsx, typescript
- Language: TypeScript
- Homepage: https://aws-icon.vercel.app/react
- Size: 230 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS React Icons
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript, Build from AWS Architecture Icons | Version Q1 2024
## 📦 Install package
```bash
#npm
npm install --save aws-react-icons
#yarn
yarn add aws-react-icons
#pnpm
pnpm add aws-react-icons
```
## 📖 Usage
```tsx
// single import
import ArchitectureServiceAmazonEC2 from 'aws-react-icons/icons/ArchitectureServiceAmazonEC2';
const App = () => {
return (
);
};
export default App;
```
OR
```tsx
// multiple imports
import {
ArchitectureServiceAmazonEC2,
ArchitectureServiceAWSCloudFormation,
} from 'aws-react-icons';
const App = () => {
return (
);
};
export default App;
```
## 📚 Icons Props
| Prop name | Type | Default value | Description |
| --------- | -------------- | ------------- | --------------------- |
| size | number/ string | 24 | The size of the icon. |
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 📜 Credits
- [AWS Architecture Icons](https://aws.amazon.com/architecture/icons/)