Material Design Icons (MDI)

repository·master·Indexed 11 days ago

https://github.com/templarian/materialdesign

A planning and source hub for Material Design Icons, providing distribution packages for web, mobile, and desktop applications. Available via NPM as @mdi/font for Webfont/SCSS, @mdi/js for JavaScript/TypeScript, @mdi/react for ReactJS, and @mdi/svg for raw SVG data and metadata.

Tokens
300
Snippets
1
Records
3
Agent score
45%

What's inside Material Design Icons

  1. Install Material Design Icons via NPM

    master

    Material Design Icons are available through several specialized NPM packages depending on your project's environment. Choose the package that matches your technology stack:

    • Webfont / SCSS: For use in web projects via CSS classes.
    • JavaScript / TypeScript: For direct programmatic access to icon data.
    • ReactJS: For use as components in React applications.
    • SVG / Meta.json: For raw SVG data and metadata.
    # Webfont / SCSS
    npm install @mdi/font
    
    # JavaScript / TypeScript
    npm install @mdi/js
    
    # ReactJS
    npm install @mdi/react
    
    # SVG / Meta.json
    npm install @mdi/svg