lucide-angular 0.130.0 → 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/icons/index.mjs +2 -1
- package/esm2020/icons/infinity.mjs +2 -2
- package/esm2020/icons/receipt.mjs +17 -0
- package/fesm2015/lucide-angular.mjs +18 -2
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +18 -2
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/receipt.d.ts +3 -0
- package/package.json +1 -1
package/icons/index.d.ts
CHANGED
|
@@ -686,6 +686,7 @@ export { default as QrCode } from './qr-code';
|
|
|
686
686
|
export { default as Quote } from './quote';
|
|
687
687
|
export { default as RadioReceiver } from './radio-receiver';
|
|
688
688
|
export { default as Radio } from './radio';
|
|
689
|
+
export { default as Receipt } from './receipt';
|
|
689
690
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
690
691
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
691
692
|
export { default as Recycle } from './recycle';
|