1.0.5 • Published 1 year ago

google-icon-names v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Google Icon Names

There are scripts that parse file from Google's material-design-icons repository and create TypeScript constants for convinient usage icon names in your projects.

Installation

npm:

npm i google-icon-names

Usage

import { msAccountCircle } from 'google-icon-names';

console.log(msAccountCircle); // account_circle