1.0.3 • Published 11 months ago

@iconsans/vue v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

1.0.1

11 months ago

1.0.2-alpha.0

11 months ago

1.0.3

11 months ago

0.2.0

11 months ago

0.1.3

12 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.0

1 year ago