latapals-symbols
v0.0.2
Published
Over 600 symbols available for you to use, open-source and free to use.
Downloads
4
Readme
🔣 Latapals Symbols
Over 600 symbols available for you to use, open-source and free to use.
Installation
To install dependencies:
bun install latapals-symbolsUsage
To use the icons, simply import the icon you want to use:
import { Cursor } from "latapals-symbols";and use it in your component, you can also pass in props to the icon and define the size:
<Cursor size={16} className="text-blue-500 fill-current" />All icons
You can find all icons in the svg folder.
Adding other icons
To add custom icons, follow these steps:
- Fork the repository.
- Install dependencies with
bun install - Throw the SVG of your icon into the SVG folder
- Run
bun run build - Push
Contributing
Please see our contribution guidelines. Latapals Symbols is an open-source project.
