The icon set for Fabric, imported from the Figma project.
Note that the icons in the "raw" folder in this repository should never be used directly, as they aren't optimized.
Icons should never be added or edited manually in this repository, as the source of truth is in Figma.
If you are running the import script for the first time, it will prompt your for a Figma access token. The token is is required to access Figma's API. It can be generated on your Figma account settings page.
The import script may store the token to a local file, so you won't have to supply the token again on subsequent runs.
To update the icons, run the following script. If it has a valid Figma access token (see above), it will proceed to download all the icons as SVG files.
./scripts/figma-import.js
You can open a local preview of the icons. Use this to verify that the icons looks as they should. Run the following command.
npm run start
If everything looks correct, publish the changes.
npm publish
git push --follow-tags
If the scripts authentication issues, you could try to create a new access token and delete the local file .FIGMA_TOKEN
before running the script again.
The script is probably not resilient to changes in the structure of the Figma project. Changes there will probably require an update of the import script.