Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.03 KB

Material Icons Library

A VSCode extension that let's you insert Google's Material Design Icons into your html code.

preview

Features

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

Usage

Extension is activated by running imageIcons.showLibrary command. You can either:

  • Press ctrl+alt+i to open it.
  • Press f1 or ctrl+shift+p and type Show Icons Library.

Settings

  • material-icons.classList: Defines classes which svgs will have after insertion
  • material-icons.useFont: Use icon font (<i class="material-icons">example</i>) instead of svgs
  • material-icons.includeXmlns: Chooses whether to include the xmlns tag inside svgs

Relesase Notes [0.2.0] - 2018-07-19

Added

  • Option to use an material icons font instead of svgs

Fixed

  • Bug with switching to new editor after insertion