1.0.0-pre.1 • Published 6 years ago

@aofl/material-design-icons v1.0.0-pre.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

@aofl/material-design-icons

All Material Design icons as AoflElement components.

Installation

$ npm i -S @aofl/material-design-icons

Usage

import '@aofl/material-design-icons/action/icon-baseline-3d-rotation-element';

...
html`<icon-baseline-3d-rotation></icon-baseline-3d-rotation>`;
...

...
html`<icon-baseline-3d-rotation style="--fill-color: red;"></icon-baseline-3d-rotation>`; // change icon color
...