- Material Design Icons: https://www.figma.com/community/plugin/1233997786384825580
- Material Design Icons Light: https://www.figma.com/community/plugin/1234984883071493510
- Memory Icons: https://www.figma.com/community/plugin/1234987873589988746
- Node v18+
- Clone this repo.
- Run
npm ito install dependencies. - Run the appropriate
get-datascript to populate the plugin with the library you want to work with.- Material Design Icons -
npm run get-data mdi - Material Design Icons Light -
npm run get-data mdil - Memory Icons -
npm run get-data memory
- Material Design Icons -
- Start the dev server up via
npm run dev. - In Figma, point the plugin at the
manifest.jsonin the root of the repo.
- Be certain the library you're publishing is local by running the appropriate
get-datascript. - Run
npm run buildto build the production version. - Open the
manifest.jsonin Figma and go through the publishing steps.
This repository contains a small React app that mimic's the Pictogramer's website functionality around search and display of an icon library. When you run the get-data script, it actually pulls the generated library and search index from the website and stores those files locally. These files get bundled up with the plugin so that the plugin is completely self-contained. Everytime we release an updated version of a library, we will need to publish an updated version of the Figma plugin.
Pictogrammers Free License