Skip to content

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

sizeIcon size
String
18px-
fillFill color
String
#595959-
spinWhether to spin continuously
Boolean
false-
rotateRotation angle
Number
--

Append

iconTypeIcon type array
String[]
--
iconInfoIcon enum
Array<{name:string, list:string[]}>
--
iconNumbersIcon count
Number
--