JSPM

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

These icons are loved by developers!

Package Exports

  • lovedicons
  • lovedicons/dist/index.js

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!

With love,
Amson Maurice && Akbar Sha ❤

Installation

npm install lovedicons --save
# or
yarn add lovedicons

Usage

import { ReceiptItemO } from "lovedicons/dist/outline"; // outline icons
import { WalletAddS } from "lovedicons/dist/solid"; // solid icons

const Lovedicons = () => {
  return (
    <div>
      <ReceiptItemO />
      <WalletAddS />
    </div>
  );
};

export default Lovedicons;

Icons - (more icons to be added soon)

Outline -->

  1. ReceiptItemO,
  2. WalletAddO,
  3. WalletCheckO,
  4. WalletEmptyO,

Solid -->

  1. ReceiptItemS,
  2. WalletAddS,
  3. WalletCheckS,
  4. WalletEmptyS,

License

MIT