vue-coolicons

Wrapper for https://coolicons.cool in Vue + Typescript!

Usage no npm install needed!

<script type="module">
  import vueCoolicons from 'https://cdn.skypack.dev/vue-coolicons';
</script>

README

coolicons by Kryston Schwarze

vue-coolicons

This is a fork of coolicons by Kryston Schwartze, with the SVGs turned into Vue components.

Usage

yarn add vue-coolicons
<template>
  <coolicons-icon />
</template>

<script>
import { CooliconsIcon } from 'vue-coolicons'

export default {
  components: {
    CooliconsIcon,
  },
}
</script>

The icon names are pascal-cased, with 'Icon' appended. There is a .d.ts file to help with Intellisense autocomplete.

License

You can use coolicons for your personal and commercial projects. The icons are free to download and are licensed under CC 4.0 . By downloading it is assumed that you agree with the terms mentioned in CC 4.0.