specialdoom / proi-ui-icons

icons for proi-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proi-ui-icons

icons for proi-ui

Installation

All controls

npm i proi-ui-icons

Docs

Check out the icons.

Basic Usage

<script>
import { Icon } from 'proi-ui-icons'
</script>

<Icon />
<Icon type="info" />
<Icon type="close" />

Attributes

Parameter Description Type Optional value Default value
type - String One of the provided types proiUi
scale Squared scale of icon Integer - 20
color Color of icon string - #000

About

icons for proi-ui

License:MIT License


Languages

Language:JavaScript 92.7%Language:Svelte 7.3%