lucide-angular 0.136.0 → 0.138.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.
@@ -0,0 +1,3 @@
1
+ import { IconData } from './types';
2
+ declare const ClipboardPaste: IconData;
3
+ export default ClipboardPaste;
package/icons/index.d.ts CHANGED
@@ -197,6 +197,7 @@ export { default as ClipboardCheck } from './clipboard-check';
197
197
  export { default as ClipboardCopy } from './clipboard-copy';
198
198
  export { default as ClipboardEdit } from './clipboard-edit';
199
199
  export { default as ClipboardList } from './clipboard-list';
200
+ export { default as ClipboardPaste } from './clipboard-paste';
200
201
  export { default as ClipboardSignature } from './clipboard-signature';
201
202
  export { default as ClipboardType } from './clipboard-type';
202
203
  export { default as ClipboardX } from './clipboard-x';
@@ -629,6 +630,7 @@ export { default as NutOff } from './nut-off';
629
630
  export { default as Nut } from './nut';
630
631
  export { default as Octagon } from './octagon';
631
632
  export { default as Option } from './option';
633
+ export { default as Orbit } from './orbit';
632
634
  export { default as Outdent } from './outdent';
633
635
  export { default as Package2 } from './package-2';
634
636
  export { default as PackageCheck } from './package-check';
@@ -0,0 +1,3 @@
1
+ import { IconData } from './types';
2
+ declare const Orbit: IconData;
3
+ export default Orbit;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lucide-angular",
3
3
  "description": "A Lucide icon library package for Angular applications",
4
- "version": "0.136.0",
4
+ "version": "0.138.0",
5
5
  "author": "SMAH1",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",