An internal plugin used to create a configuration JSON with the icon descriptions and categories inside of Figma. This is not the ProIcons plugin.
- Node.js
- Figma desktop app (Get it at https://www.figma.com/downloads/)
- Run
npm installto install dependencies - Inside Figma, right-click anywhere in a file and go to Plugins > Development > Import from manifest.
- Upload the
manifest.jsonfile from this repository
- Select a frame containing your icons as components. If this criteria is not met, this plugin won't work, but you can modify
code.tsto meet the needs of your workflow. - Run the plugin
- If successful, a plugin window will show with your JSON, formatted in the way shown below:
{
"Add": {
"description": "Plus, Create, New, Addition",
"category": "Actions"
}
}