UNPKG

material-design-icons-literal-types

Version:

This package provides TypeScript literal types for the icon names from the [Google Material Design Icons](https://github.com/google/material-design-icons) repository. It allows you to use the icon names with type safety in your TypeScript projects.

3 lines (2 loc) 110 B
export {MaterialSymbols} from './dist/material-symbols'; export {MaterialIcons} from './dist/material-icons';