36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
> *Note:* Please use the main [MaterialDesign](https://github.com/Templarian/MaterialDesign/issues) repo to report issues. This repo is for distribution of the SVG files only.
|
|
|
|
# SVG - Material Design Icons
|
|
|
|
SVG distribution for the [Material Design Icons](https://materialdesignicons.com).
|
|
|
|
```
|
|
npm install @mdi/svg
|
|
```
|
|
|
|
> Versions prior to `2.2.43` can be accessed on npm via `mdi-svg`
|
|
|
|
## Related Packages
|
|
|
|
[NPM @MDI Organization](https://npmjs.com/org/mdi)
|
|
|
|
- JavaScript/Typescript: [MaterialDesign-JS](https://github.com/Templarian/MaterialDesign-JS)
|
|
- Webfont: [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont)
|
|
- Font-Build: [MaterialDesign-Font-Build](https://github.com/Templarian/MaterialDesign-Font-Build)
|
|
- Desktop Font: [MaterialDesign-Font](https://github.com/Templarian/MaterialDesign-Font)
|
|
|
|
## Third Party
|
|
|
|
For those developing third party scripts/programs/applications. Please use this repo to make sure you're using latest production ready icons.
|
|
|
|
Great uses of the SVG Icon distribution includes:
|
|
|
|
- Scripts to generate your own webfont.
|
|
- Writing addons/plugins to integrate with applications.
|
|
- Themes - Every theme needs icons.
|
|
- AngularJS/Angular/React Components to work with the icons.
|
|
|
|
## Learn More
|
|
|
|
- [MaterialDesignIcons.com](https://materialdesignicons.com)
|
|
- https://github.com/Templarian/MaterialDesign
|