JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 164
  • Score
    100M100P100Q85748F
  • License Apache-2.0

Scripts to download material design icons.

Package Exports

  • @material-design-icons/scripts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@material-design-icons/scripts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Material Design Icons

Scripts to download material design icons.

For SVGs, see @material-design-icons/svg

For icon fonts, see @material-design-icons/font

Installation

Requirements:

  • Node >= 16

Installation is not required but if you want to add it as a local dependency to a project, run:

npm install @material-design-icons/scripts@latest --save-dev

Usage

To display help, run:

npx @material-design-icons/scripts --help

SVG

To download SVGs to a directory (default: svg), run:

npx @material-design-icons/scripts download svg --to <directory>

To delete SVGs in a directory (default: svg), run:

npx @material-design-icons/scripts delete svg --in <directory>

The download svg command will skip downloading existing SVGs. To update existing SVGs, first delete them using delete svg and then run download svg.

Font

To download icon fonts to a directory (default: font), run:

npx @material-design-icons/scripts download font --to <directory>

Metadata

To download metadata of icons to a directory (default: _data), run:

npx @material-design-icons/scripts download metadata --to <directory>

License

Material design icons are created by Google.

We have made these icons available for you to incorporate into your products under the Apache License Version 2.0. Feel free to remix and re-share these icons and documentation in your products. We'd love attribution in your app's about screen, but it's not required. The only thing we ask is that you not re-sell these icons.