Icon
Use icons from the Birdpaper Icon set.
Birdpaper Icon RemixIcon Vue3.
Basic Usage
vue
<template>
<bp-space>
<IconBrush3Line />
<IconBardLine />
<IconCompass3Line />
<IconVuejsLine />
<IconCelsiusFill />
</bp-space>
</template>
<script setup lang="ts">
import { IconBrush3Line, IconBardLine, IconCompass3Line, IconVuejsLine, IconCelsiusFill } from "birdpaper-icon";
</script>Icon Props
| size | Icon size | String | 18px | - |
| fill | Fill color | String | #595959 | - |
| spin | Whether to spin continuously | Boolean | false | - |
| rotate | Rotation angle | Number | - | - |
Append
| iconType | Icon type array | String[] | - | - |
| iconInfo | Icon enum | Array<{name:string, list:string[]}> | - | - |
| iconNumbers | Icon count | Number | - | - |