1.0.3 • Published 2 years ago

@iconsans/vue v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Iconsans icons for Vue

Available for the framework 👉 React

Installation

Install with npm

  npm install @iconsans/vue

Install with pnpm

  pnpm add @iconsans/vue

Install with yarn

  yarn add @iconsans/vue

Usage/Examples

<script setup lang="ts">
    import { Play as PlayBold } from "@iconsans/vue/bold";
    import { Play as PlayLinear } from "@iconsans/vue/linear";
</script>


<template>
    <PlayBold />
    <PlayLinear />
</template>

Icons

You can see the list of available icons on https://mortezasabihi.github.io/iconsans/

1.0.2

2 years ago

1.0.1

2 years ago

1.0.2-alpha.0

2 years ago

1.0.3

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago