7.6.0 • Published 1 month ago

iconoir-vue v7.6.0

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

Vue Iconoir Icons

NPM Version NPM Monthly Downloads NPM License

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.6.0

1 month ago

7.5.0

2 months ago

7.4.0

3 months ago

7.3.0

4 months ago

7.2.0

4 months ago

7.1.0

4 months ago

7.0.0-beta

6 months ago

7.0.0-1

6 months ago

7.0.0

6 months ago

7.0.0-beta-1

6 months ago

7.0.0-beta-2

6 months ago

7.0.0-2

6 months ago

6.11.0

9 months ago

6.10.0

10 months ago

6.9.0

11 months ago

6.6.0

1 year ago

6.8.0

1 year ago

6.3.0

1 year ago

6.5.0

1 year ago

6.4.1

1 year ago

6.4.0

1 year ago

6.1.0

1 year ago

6.0.0

1 year ago

6.2.1

1 year ago

6.1.1

1 year ago

5.5.0

1 year ago

5.4.1

1 year ago

5.3.2

2 years ago

5.4.0

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

5.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago