lucide-angular 0.320.0 → 0.321.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/aliases.d.ts +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/handshake.mjs +26 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/shield-minus.mjs +3 -3
- package/esm2020/icons/shield-plus.mjs +4 -4
- package/esm2020/lib/lucide-angular.component.mjs +1 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/handshake.mjs +26 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/shield-minus.mjs +3 -3
- package/esm2020/src/icons/icons/shield-plus.mjs +4 -4
- package/esm2020/src/icons/lib/lucide-angular.component.mjs +1 -1
- package/fesm2015/lucide-angular-src-icons.mjs +32 -6
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +32 -6
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +32 -6
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +32 -6
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/handshake.d.ts +14 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/shield-minus.d.ts +1 -1
- package/icons/shield-plus.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/handshake.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/shield-minus.d.ts +1 -1
- package/src/icons/icons/shield-plus.d.ts +1 -1
package/aliases.d.ts
CHANGED
|
@@ -1288,6 +1288,8 @@ export { default as HandPlatterIcon } from './icons/hand-platter';
|
|
|
1288
1288
|
export { default as LucideHandPlatter } from './icons/hand-platter';
|
|
1289
1289
|
export { default as HandIcon } from './icons/hand';
|
|
1290
1290
|
export { default as LucideHand } from './icons/hand';
|
|
1291
|
+
export { default as HandshakeIcon } from './icons/handshake';
|
|
1292
|
+
export { default as LucideHandshake } from './icons/handshake';
|
|
1291
1293
|
export { default as HardDriveDownloadIcon } from './icons/hard-drive-download';
|
|
1292
1294
|
export { default as LucideHardDriveDownload } from './icons/hard-drive-download';
|
|
1293
1295
|
export { default as HardDriveUploadIcon } from './icons/hard-drive-upload';
|