UNPKG

699 BMarkdownView Raw
1# AWS Architecture Icons in SVGs
2
3This package contains all the official AWS icons published at [https://aws.amazon.com/architecture/icons/](https://aws.amazon.com/architecture/icons/) in SVG format.
4
5[Browse all icons](https://sashee.github.io/aws-svg-icons/index.html)
6
7## Installation
8
9```
10npm i aws-svg-icons
11```
12
13## Usage
14
15The icons are under the ```lib/``` directory, and they follow the directory structure in the ZIP file.
16
17You can use it in React:
18
19```
20import lambdaIcon from "aws-svg-icons/lib/Architecture-Service-Icons_07302021/Arch_Compute/64/Arch_AWS-Lambda_64.svg";
21
22<img src={lambdaIcon}/>
23```
24
25## Credits
26
27Inspired by [react-aws-icons](https://github.com/travomic/react-aws-icons).
28
\No newline at end of file