1.2.3 • Published 3 years ago

vue-coolicons v1.2.3

Weekly downloads
134
License
-
Repository
-
Last release
3 years ago

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.

1.2.3

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago