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.
- package/esm2020/icons/clipboard-paste.mjs +22 -0
- package/esm2020/icons/index.mjs +3 -1
- package/esm2020/icons/orbit.mjs +24 -0
- package/fesm2015/lucide-angular.mjs +45 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +45 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/clipboard-paste.d.ts +3 -0
- package/icons/index.d.ts +2 -0
- package/icons/orbit.d.ts +3 -0
- package/package.json +1 -1
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';
|
package/icons/orbit.d.ts
ADDED