https://github.com/sashee/aws-svg-icons
AWS Architecture Icons in SVGs
https://github.com/sashee/aws-svg-icons
aws icons svg
Last synced: 11 months ago
JSON representation
AWS Architecture Icons in SVGs
- Host: GitHub
- URL: https://github.com/sashee/aws-svg-icons
- Owner: sashee
- Created: 2021-03-15T10:56:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T06:00:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T10:52:28.493Z (over 1 year ago)
- Topics: aws, icons, svg
- Language: JavaScript
- Homepage:
- Size: 4.69 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Architecture Icons in SVGs
This package contains all the official AWS icons published at [https://aws.amazon.com/architecture/icons/](https://aws.amazon.com/architecture/icons/) in SVG format.
[Browse all icons](https://sashee.github.io/aws-svg-icons/index.html)
## Installation
```
npm i aws-svg-icons
```
## Usage
The icons are under the ```lib/``` directory, and they follow the directory structure in the ZIP file.
You can use it in React:
```
import lambdaIcon from "aws-svg-icons/lib/Architecture-Service-Icons_07302021/Arch_Compute/64/Arch_AWS-Lambda_64.svg";
```
## Credits
Inspired by [react-aws-icons](https://github.com/travomic/react-aws-icons).