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+i
to open it. - Press
f1
orctrl+shift+p
and 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 thexmlns
tag inside svgs
- Option to use an material icons font instead of svgs
- Bug with switching to new editor after insertion