0.0.5 • Published 9 months ago

@vueui-org/icons v0.0.5

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

Vue UI Icons

Icons for the Vue UI components. Sourced from tabler.io.

Installation

First, install @vueui-org/icons from npm:

npm install @vueui-org/icons

Now each icon can be imported individually as a Vue component:

<template>
  <div>
    <AlarmIcon class="size-6 text-blue-500" />
    <p>...</p>
  </div>
</template>

<script setup>
import { AlarmIcon } from '@vueui-org/icons/solid'
</script>

Preview

Outline version (4882 icons)

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago