1.1.0 • Published 10 months ago

@aviala-design/icons v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

cover

Aviala Design Icons

A customizable icon library with support for multiple styles.


Installation

npm install @aviala-design/icons
# or
yarn add @aviala-design/icons

Uesd

<aviala-icon name="user" mode="fill" color="#ff0000" class="medium-icon"></aviala-icon>
const icon = document.createElement('aviala-icon');
icon.setAttribute('name', 'user');
icon.setAttribute('mode', 'colorful');
icon.classList.add('medium-icon');
document.body.appendChild(icon);

Output Icons Name At Console

Output the icon name and supported attributes on the console to facilitate viewing of currently supported icons.

listAvialaIcons();

The output content should be like this:

> user
Available modes: black, colorful, fill, outline
1.1.0

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago