Lovedicons
Docs
GitHub
npm
Archive
Arrow
Astrology
Building
Business
Call
Communication
Compliment
Content
CryptoCurrency
Delivery
Design
Education
Essential
File
Format
Gadgets
Grid
Location
Media
Money
Notification
Programming
Search
Security
Settings
Shop
Social
Time
Transport
Users
Weather
Loved Icons
At LovedIcons, we believe in the power of handcrafted icons to elevate design projects. We offer a wide range of beautifully handcrafted icons designed to fit any project’s needs. Our library of unique designs includes icons for a wide range of categories, from business and technology to travel and lifestyle.
Make LovedIcons your go-to source for handcrafted icons and let our collection of beautiful, versatile designs enhance your project.
Installation
npm install lovedicons --save
Usage
import { GadAirpodsO } from "lovedicons/dist/gadO"
const Lovedicons = () => {
return (
<>
<GadAirpodsO />
</>
)
}
export default Lovedicons
Customize with TailwindCSS
import { GadAirpodsO } from "lovedicons/dist/gadO"
const HandcraftedIcons = () => {
return (
<>
<GadAirpodsO className="w-5 h-5 text-black" />
</>
)
}
export default HandcraftedIcons