What is Vectonent?
Vectonents is an open-source icon library that provides vector files for displaying icons in your projects. This library aims to make it easier for you to use icons into your projects by the provided package.
How to use Vectonent?
To use Vectonent, you can install the package using pnpm, yarn or other package manager. Once installed, you can import the icons you need and use them in your project. The icons are available in two variants, including outliend and filled. The list of icons available here
Just import icon and use it like this example:
import { Github, Heart, Npm } from "@pooya-poi/vectonents";

        <Github />
        <Heart variants={'outlined'} />
        <Npm size={45} className='text-red-400' />
          
pnpm i @pooya-poi/vectonents
Our Sources for icons?
For this library, we have used the following sources for icons:
Contribute
soon...