JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 40
  • Score
    100M100P100Q56226F
  • License MIT

These icons are loved by developers!

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 lovedicons

    Usage/Examples

    import { GadAirpodsO } from "lovedicons/dist/gadO"
      
    const Lovedicons = () => {
      return (
        <>
          <GadAirpodsO />
        </>
      )
    }
    
    export default Lovedicons

    Customize with Tailwind CSS

    import { GadAirpodsO } from "lovedicons/dist/gadO"
      
    const HandcraftedIcons = () => {
      return (
        <>
          <GadAirpodsO className="w-5 h-5 text-black" />
        </>
      )
    }
      
    export default HandcraftedIcons

    Demo

    https://lovedicons.netlify.app/

    Documentation

    Documentation

    Authors

    Badges

    MIT License