@iconsans/vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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/

/@iconsans/vue/

    Package Sidebar

    Install

    npm i @iconsans/vue

    Weekly Downloads

    3

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    6.2 MB

    Total Files

    5998

    Last publish

    Collaborators

    • mortezasabihi