lucide-angular 0.385.0 → 0.387.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/biceps-flexed.mjs +24 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/sigma.mjs +11 -3
- package/esm2020/icons/signpost.mjs +10 -4
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/biceps-flexed.mjs +24 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/sigma.mjs +11 -3
- package/esm2020/src/icons/icons/signpost.mjs +10 -4
- package/fesm2015/lucide-angular-src-icons.mjs +44 -6
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +44 -6
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +44 -6
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +44 -6
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/biceps-flexed.d.ts +14 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/sigma.d.ts +1 -1
- package/icons/signpost.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/biceps-flexed.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/sigma.d.ts +1 -1
- package/src/icons/icons/signpost.d.ts +1 -1
package/aliases.d.ts
CHANGED
|
@@ -298,6 +298,8 @@ export { default as BetweenVerticalEndIcon } from './icons/between-vertical-end'
|
|
|
298
298
|
export { default as LucideBetweenVerticalEnd } from './icons/between-vertical-end';
|
|
299
299
|
export { default as BetweenVerticalStartIcon } from './icons/between-vertical-start';
|
|
300
300
|
export { default as LucideBetweenVerticalStart } from './icons/between-vertical-start';
|
|
301
|
+
export { default as BicepsFlexedIcon } from './icons/biceps-flexed';
|
|
302
|
+
export { default as LucideBicepsFlexed } from './icons/biceps-flexed';
|
|
301
303
|
export { default as BikeIcon } from './icons/bike';
|
|
302
304
|
export { default as LucideBike } from './icons/bike';
|
|
303
305
|
export { default as BinaryIcon } from './icons/binary';
|