Lovedicons
Docs
GitHub
npm
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
@iamakbarsha1
|
2023