A VSCode extension that let's you insert Google's Material Design Icons into your html code.
Minimalistic sidebar library which allows you to:
- Place icons in file
- Change existing icons
- Search by name
- Copy svgs directly to clipboard
- Add to your Bookmarks for quick access
- Download the latest pack from Google's repository
Extension is activated by running imageIcons.showLibrary command. You can either:
- Press
ctrl+alt+ito open it. - Press
f1orctrl+shift+pand typeShow Icons Library.
material-icons.classList: Defines classes which svgs will have after insertionmaterial-icons.useFont: Use icon font (<i class="material-icons">example</i>) instead of svgsmaterial-icons.includeXmlns: Chooses whether to include thexmlnstag inside svgs
- Option to use an material icons font instead of svgs
- Bug with switching to new editor after insertion