Skip to content

Latest commit

 

History

History

README.md

Build Icon List

An internal plugin used to create a configuration JSON with the icon descriptions and categories inside of Figma. This is not the ProIcons plugin.

Prerequisites

Building

  1. Run npm install to install dependencies
  2. Inside Figma, right-click anywhere in a file and go to Plugins > Development > Import from manifest.
  3. Upload the manifest.json file from this repository

How to use

  1. Select a frame containing your icons as components. If this criteria is not met, this plugin won't work, but you can modify code.ts to meet the needs of your workflow.
  2. Run the plugin
  3. If successful, a plugin window will show with your JSON, formatted in the way shown below:
{
    "Add": {
        "description": "Plus, Create, New, Addition",
        "category": "Actions"
    }
}