|
…
|
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| figmagic.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Appsmith Icons
We automatically import icons from Figma, optimise and prepare some of them for further use in the main app.
NOTE: All files in folders are created automatically. Do not change them manually, after running generation scripts, the changes will be lost. To make changes, see the files in the
utilsfolder.
How to use?
To update the icons, you only need to run the generate-icons script — yarn run build.
To make everything work right, you just need to set Figma token (press Get personal access token) in the .env file. It's easy to create .env file, just copy .env.example.
import { ButtonIcon } from "appsmith-icons";
<ButtonIcon />