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 lovediconsUsage
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 -->
- ReceiptItemO,
- WalletAddO,
- WalletCheckO,
- WalletEmptyO,
Solid -->
- ReceiptItemS,
- WalletAddS,
- WalletCheckS,
- WalletEmptyS,