Alfred Material Manager
Alfred 3 workflow to search Material Design Icons and copy svg code / html markup for instant use in you project.
Prerequisites
Node.js 4+ and Alfred 3 with the Powerpack upgrade required.
Installation
$ npm i -g alfred-material-manager
How to use
-
In Alfred, type
mat
, Space, and search term for desired icon. -
Then press Enter to copy svg code to clipboard for use in apps like Figma.
-
Or press Cmd + Enter to copy html markup for use in development. ( ex.
<i class="material-icons">arrow_back</i>
).
Credit
This package is based on alfred-mdi by Jaewe Heo.
License
MIT © DForce