1.0.9 • Published 3 months ago
@tbdc-agro-softwares/icons v1.0.9
A simple icon library
Usage
To install the package use the following command:
pnpm add @tbdc-agro-softwares/icons
Usage with Vue 3:
<!-- Example.vue -->
<script>
import AddCircleOutline from '@tbdc-agro-softwares/icons/AddCircleOutline.svg'
</script>
<template>
<AddCircleOutline />
</template>