lucide-angular 0.263.0 → 0.264.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 +12 -0
- package/esm2020/aliases.mjs +19 -1
- package/esm2020/icons/fish-symbol.mjs +9 -0
- package/esm2020/icons/lucide-icons.mjs +7 -1
- package/esm2020/icons/paw-print.mjs +20 -0
- package/esm2020/icons/rabbit.mjs +21 -0
- package/esm2020/icons/shell.mjs +17 -0
- package/esm2020/icons/snail.mjs +21 -0
- package/esm2020/icons/turtle.mjs +20 -0
- package/esm2020/src/icons/aliases.mjs +19 -1
- package/esm2020/src/icons/icons/fish-symbol.mjs +9 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +7 -1
- package/esm2020/src/icons/icons/paw-print.mjs +20 -0
- package/esm2020/src/icons/icons/rabbit.mjs +21 -0
- package/esm2020/src/icons/icons/shell.mjs +17 -0
- package/esm2020/src/icons/icons/snail.mjs +21 -0
- package/esm2020/src/icons/icons/turtle.mjs +20 -0
- package/fesm2015/lucide-angular-src-icons.mjs +103 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +103 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +103 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +103 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/fish-symbol.d.ts +3 -0
- package/icons/lucide-icons.d.ts +6 -0
- package/icons/paw-print.d.ts +3 -0
- package/icons/rabbit.d.ts +3 -0
- package/icons/shell.d.ts +3 -0
- package/icons/snail.d.ts +3 -0
- package/icons/turtle.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +12 -0
- package/src/icons/icons/fish-symbol.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +6 -0
- package/src/icons/icons/paw-print.d.ts +3 -0
- package/src/icons/icons/rabbit.d.ts +3 -0
- package/src/icons/icons/shell.d.ts +3 -0
- package/src/icons/icons/snail.d.ts +3 -0
- package/src/icons/icons/turtle.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -996,6 +996,8 @@ export { default as FingerprintIcon } from './icons/fingerprint';
|
|
|
996
996
|
export { default as LucideFingerprint } from './icons/fingerprint';
|
|
997
997
|
export { default as FishOffIcon } from './icons/fish-off';
|
|
998
998
|
export { default as LucideFishOff } from './icons/fish-off';
|
|
999
|
+
export { default as FishSymbolIcon } from './icons/fish-symbol';
|
|
1000
|
+
export { default as LucideFishSymbol } from './icons/fish-symbol';
|
|
999
1001
|
export { default as FishIcon } from './icons/fish';
|
|
1000
1002
|
export { default as LucideFish } from './icons/fish';
|
|
1001
1003
|
export { default as FlagOffIcon } from './icons/flag-off';
|
|
@@ -1716,6 +1718,8 @@ export { default as PauseOctagonIcon } from './icons/pause-octagon';
|
|
|
1716
1718
|
export { default as LucidePauseOctagon } from './icons/pause-octagon';
|
|
1717
1719
|
export { default as PauseIcon } from './icons/pause';
|
|
1718
1720
|
export { default as LucidePause } from './icons/pause';
|
|
1721
|
+
export { default as PawPrintIcon } from './icons/paw-print';
|
|
1722
|
+
export { default as LucidePawPrint } from './icons/paw-print';
|
|
1719
1723
|
export { default as PcCaseIcon } from './icons/pc-case';
|
|
1720
1724
|
export { default as LucidePcCase } from './icons/pc-case';
|
|
1721
1725
|
export { default as PenLineIcon } from './icons/pen-line';
|
|
@@ -1844,6 +1848,8 @@ export { default as QrCodeIcon } from './icons/qr-code';
|
|
|
1844
1848
|
export { default as LucideQrCode } from './icons/qr-code';
|
|
1845
1849
|
export { default as QuoteIcon } from './icons/quote';
|
|
1846
1850
|
export { default as LucideQuote } from './icons/quote';
|
|
1851
|
+
export { default as RabbitIcon } from './icons/rabbit';
|
|
1852
|
+
export { default as LucideRabbit } from './icons/rabbit';
|
|
1847
1853
|
export { default as RadarIcon } from './icons/radar';
|
|
1848
1854
|
export { default as LucideRadar } from './icons/radar';
|
|
1849
1855
|
export { default as RadiationIcon } from './icons/radiation';
|
|
@@ -2014,6 +2020,8 @@ export { default as ShareIcon } from './icons/share';
|
|
|
2014
2020
|
export { default as LucideShare } from './icons/share';
|
|
2015
2021
|
export { default as SheetIcon } from './icons/sheet';
|
|
2016
2022
|
export { default as LucideSheet } from './icons/sheet';
|
|
2023
|
+
export { default as ShellIcon } from './icons/shell';
|
|
2024
|
+
export { default as LucideShell } from './icons/shell';
|
|
2017
2025
|
export { default as ShieldAlertIcon } from './icons/shield-alert';
|
|
2018
2026
|
export { default as LucideShieldAlert } from './icons/shield-alert';
|
|
2019
2027
|
export { default as ShieldCheckIcon } from './icons/shield-check';
|
|
@@ -2086,6 +2094,8 @@ export { default as SmilePlusIcon } from './icons/smile-plus';
|
|
|
2086
2094
|
export { default as LucideSmilePlus } from './icons/smile-plus';
|
|
2087
2095
|
export { default as SmileIcon } from './icons/smile';
|
|
2088
2096
|
export { default as LucideSmile } from './icons/smile';
|
|
2097
|
+
export { default as SnailIcon } from './icons/snail';
|
|
2098
|
+
export { default as LucideSnail } from './icons/snail';
|
|
2089
2099
|
export { default as SnowflakeIcon } from './icons/snowflake';
|
|
2090
2100
|
export { default as LucideSnowflake } from './icons/snowflake';
|
|
2091
2101
|
export { default as SofaIcon } from './icons/sofa';
|
|
@@ -2308,6 +2318,8 @@ export { default as TrophyIcon } from './icons/trophy';
|
|
|
2308
2318
|
export { default as LucideTrophy } from './icons/trophy';
|
|
2309
2319
|
export { default as TruckIcon } from './icons/truck';
|
|
2310
2320
|
export { default as LucideTruck } from './icons/truck';
|
|
2321
|
+
export { default as TurtleIcon } from './icons/turtle';
|
|
2322
|
+
export { default as LucideTurtle } from './icons/turtle';
|
|
2311
2323
|
export { default as Tv2Icon } from './icons/tv-2';
|
|
2312
2324
|
export { default as LucideTv2 } from './icons/tv-2';
|
|
2313
2325
|
export { default as TvIcon } from './icons/tv';
|