vue-coolicons
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (23)

    Package Sidebar

    Install

    npm i vue-coolicons

    Weekly Downloads

    3

    Version

    1.2.3

    License

    none

    Unpacked Size

    1.98 MB

    Total Files

    418

    Last publish

    Collaborators

    • marcellothearcane