material-svg-icons-web
v0.1.15
Published
Material Symbols SVGs (24px) extracted from google/material-design-icons
Readme
material-svg-icons-web
Material Symbols SVGs (24px) extracted from https://github.com/google/material-design-icons.
What you get
- 24px SVGs only
- Styles: rounded, outlined, sharp
- No fill1 icons
Usage
Icons
SVGs are stored under:
icons/roundedicons/outlinedicons/sharp
TypeScript icon names
import type { IconName } from "material-svg-icons-web";Generate icons locally
You need a local clone of the upstream repo:
git clone https://github.com/google/material-design-icons.git /tmp/material-design-icons
node scripts/generate-icons.js --repo /tmp/material-design-iconsLicense
Icons are from Google Material Design Icons (see upstream licensing). This package is Apache-2.0.
