mdi-ts
v1.0.3
Published
TypeScript bindings of all MDI icons
Downloads
156
Readme
mdi-ts
this package adds typescript bindings for Material design icons (mdi) in the form of an Enum containing mappings between enum types and strings. This allows you to have a static typing for working with mdi icons.
In the future more functionality will be added.
Install
npm install mdi-tsUsage
import {MdiIcon} from 'mdi-ts'
console.log(MdiIcon.Account) // mdi-account