7.9.0 • Published 10 months ago
iconoir-vue v7.9.0
Vue Iconoir Icons
Iconoir is an open-source library with 1k+ unique SVG icons. No premium icons, no email sign-up, no newsletters. You can browse the full suite of icons at iconoir.com.
iconoir-vue
is an open source package that exports these icons as Vue.js components that can be used in all of your Vue projects.
Installation
yarn add iconoir-vue
or
npm i iconoir-vue
Usage
Example usage:
// Composition API
<script setup>
import { Github } from 'iconoir-vue/regular'
import { AdobePhotoshop } from 'iconoir-vue/solid'
</script>
<template>
<div>
<Github class="w-5 h-5" />
<AdobePhotoshop class="w-5 h-5" />
</div>
</template>
// Option API
<script>
import { Github } from 'iconoir-vue/regular'
import { AdobePhotoshop } from 'iconoir-vue/solid'
export default {
components : {
Github,
AdobePhotoshop,
}
}
</script>
<template>
<div>
<Github class="w-5 h-5" />
<AdobePhotoshop class="w-5 h-5" />
</div>
</template>
7.8.0
10 months ago
7.7.0
10 months ago
7.9.0
10 months ago
7.6.0
1 year ago
7.5.0
1 year ago
7.4.0
1 year ago
7.3.0
1 year ago
7.2.0
1 year ago
7.1.0
1 year ago
7.0.0-beta
2 years ago
7.0.0-1
2 years ago
7.0.0
2 years ago
7.0.0-beta-1
2 years ago
7.0.0-beta-2
2 years ago
7.0.0-2
2 years ago
6.11.0
2 years ago
6.10.0
2 years ago
6.9.0
2 years ago
6.6.0
2 years ago
6.8.0
2 years ago
6.3.0
2 years ago
6.5.0
2 years ago
6.4.1
2 years ago
6.4.0
2 years ago
6.1.0
2 years ago
6.0.0
3 years ago
6.2.1
2 years ago
6.1.1
2 years ago
5.5.0
3 years ago
5.4.1
3 years ago
5.3.2
3 years ago
5.4.0
3 years ago
5.3.1
3 years ago
5.3.0
3 years ago
5.0.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago