icons for proi-ui
All controls
npm i proi-ui-icons
Check out the icons.
<script>
import { Icon } from 'proi-ui-icons'
</script>
<Icon />
<Icon type="info" />
<Icon type="close" />
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 |