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

4.12.3 • Public • Published

ProIcons for Vue

Version Stars NPM Package License


An implementation of the ProIcons icon library for Vue 3 applications.
Browse icons | Documentation | GitHub | NPM

Features

  • All icons are available as customizable Vue components
  • Supports ESM tree-shaking

Read the full documentation here

Installation

Install via NPM:

npm install @proicons/vue

[!IMPORTANT] This package is ESM-only. To use in CommonJS contexts, use await import('@proicons/vue') (asynchronous) or require('@proicons/vue') in newer Node.js versions.

Usage

All icons are available as Vue components named in PascalCase and may end in Icon.

To import the Add Square icon:

<script setup lang="ts">
import { AddSquareIcon } from '@proicons/vue'
// or
import { AddSquare } from '@proicons/vue'
</script>

<template>
    <AddSquareIcon :size="32" color="red">
</template>

Contributing

For more info on how to contribute, please see our contributing guide.

Package Sidebar

Install

npm i @proicons/vue

Weekly Downloads

6

Version

4.12.3

License

MIT

Unpacked Size

1.16 MB

Total Files

528

Last publish

Collaborators

  • procode-software