@renovamen/vue-iconsdeprecated

Include SVG icons from different icon packs in Vue easily, based on vue-awesome.

Usage no npm install needed!

<script type="module">
  import renovamenVueIcons from 'https://cdn.skypack.dev/@renovamen/vue-icons';
</script>

README

Oh, my icons!

A component for including SVG icons from different icon packs in Vue easily. It's now support:

It is based on Justineo/vue-awesome, so check out that repo for more information.

 

Installation

yarn / npm

yarn add @renovamen/vue-icons
# or
npm i @renovamen/vue-icons

 

CDN

Add the following code to your HTML file:

<link href="https://cdn.jsdelivr.net/npm/@renovamen/vue-icons@0.1.1/dist/vue-icons.js" rel="stylesheet">

 

Download Manually

Download dist/vue-icons.js and include it in your HTML file.

 

License

MIT