1.0.0 • Published 1 year ago
@nureon22/material-symbols v1.0.0
Material Symbols
This is a javascript library to add material symbol icons (SVG) to your webpage.
Installation
Using NPM
npm install @nureon22/material-symbolsUsing 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.