1.0.0 • Published 1 year ago

@nureon22/material-symbols v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Material Symbols

This is a javascript library to add material symbol icons (SVG) to your webpage.

Installation

Using NPM

npm install @nureon22/material-symbols

Using CDN

<script src="https://cdn.jsdelivr.net/npm/@nureon22/material-symbols/src/main.js"></script>

Usage

<material-symbol data-name="favorite"></material-symbol>

Supported Attributes

  • data-name: Name of the icon
  • data-family: (outlined, rounded, sharp)
  • data-weight: (100, 200, 300, 400, 500, 600, 700)
  • data-filled: If this attribute is present filled icon will be used.
1.0.0

1 year ago

0.1.0

1 year ago