7.6.1 • Published 1 month ago

@toruslabs/vue-icons v7.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@toruslabs/vue-icons

Tor.us icons for Vue 3.

Usage

Icon styles are preconfigured to be stylable by setting the color CSS property, either manually or using utility classes like text-gray-500 in a framework like Tailwind CSS.

First, install @toruslabs/vue-icons from npm:

npm install @toruslabs/vue

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

<template>
  <div>
    <BookmarkIcon class="h-5 w-5 text-blue-500" />
    <p>...</p>
  </div>
</template>

<script setup>
import { BookmarkIcon } from "@toruslabs/vue-icons/basic";
</script>

Icons are grouped into subdirectories following the Tor.us Icons on Figma.

Icons use pascal case naming convention and are always suffixed with the word Icon.

7.6.1

1 month ago

7.6.0

2 months ago

7.5.4

2 months ago

7.5.3

2 months ago

7.5.2

2 months ago

7.5.1

2 months ago

7.5.0

2 months ago

7.4.0

3 months ago

7.3.0

3 months ago

7.2.0

4 months ago

7.0.0

5 months ago

6.1.0

5 months ago

6.0.0

5 months ago

5.0.1

9 months ago

5.0.0

9 months ago

4.1.0

1 year ago

4.0.0

1 year ago

4.1.1

12 months ago

3.0.0

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago