- 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 i
to install dependencies. - Run the appropriate
get-data
script 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.json
in the root of the repo.
- Be certain the library you're publishing is local by running the appropriate
get-data
script. - Run
npm run build
to build the production version. - Open the
manifest.json
in 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