# @appwrite/icons

SVG Icon library that is used to generate an icon font.

## Optimize Icons

In order to prepare all SVG files to be compatible for fonts, you can optimize all icons.

```sh
npm run optimize -w @appwrite/icons
```
