Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lovedicons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lovedicons
These icons will be loved by all developers!
Make Lovedicons your go-to source for handcrafted icons and let our collection of beautiful, versatile designs enhance your project.
With love,
Amson Maurice && Akbar Sha ❤
Installation
Install lovedicons with npm
npm install lovedicons --save
# or
yarn add lovediconsUsage/Examples
import { GadAirpodsO } from "lovedicons/dist/gadO"
const Lovedicons = () => {
return (
<>
<GadAirpodsO />
</>
)
}
export default LovediconsCustomize with Tailwind CSS
import { GadAirpodsO } from "lovedicons/dist/gadO"
const HandcraftedIcons = () => {
return (
<>
<GadAirpodsO className="w-5 h-5 text-black" />
</>
)
}
export default HandcraftedIconsDemo
https://lovedicons.netlify.app/