lucide-angular 0.227.0 → 0.228.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 +8 -0
- package/esm2020/aliases.mjs +13 -1
- package/esm2020/icons/club.mjs +18 -0
- package/esm2020/icons/history.mjs +5 -2
- package/esm2020/icons/lucide-icons.mjs +5 -1
- package/esm2020/icons/radar.mjs +18 -0
- package/esm2020/icons/refresh-ccw.mjs +17 -5
- package/esm2020/icons/refresh-cw-off.mjs +29 -0
- package/esm2020/icons/refresh-cw.mjs +17 -5
- package/esm2020/icons/rotate-ccw.mjs +6 -3
- package/esm2020/icons/rotate-cw.mjs +6 -3
- package/esm2020/icons/spade.mjs +18 -0
- package/esm2020/src/icons/aliases.mjs +13 -1
- package/esm2020/src/icons/icons/club.mjs +18 -0
- package/esm2020/src/icons/icons/history.mjs +5 -2
- package/esm2020/src/icons/icons/lucide-icons.mjs +5 -1
- package/esm2020/src/icons/icons/radar.mjs +18 -0
- package/esm2020/src/icons/icons/refresh-ccw.mjs +17 -5
- package/esm2020/src/icons/icons/refresh-cw-off.mjs +29 -0
- package/esm2020/src/icons/icons/refresh-cw.mjs +17 -5
- package/esm2020/src/icons/icons/rotate-ccw.mjs +6 -3
- package/esm2020/src/icons/icons/rotate-cw.mjs +6 -3
- package/esm2020/src/icons/icons/spade.mjs +18 -0
- package/fesm2015/lucide-angular-src-icons.mjs +126 -14
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +126 -14
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +126 -14
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +126 -14
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/club.d.ts +3 -0
- package/icons/lucide-icons.d.ts +4 -0
- package/icons/radar.d.ts +3 -0
- package/icons/refresh-cw-off.d.ts +3 -0
- package/icons/spade.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +8 -0
- package/src/icons/icons/club.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +4 -0
- package/src/icons/icons/radar.d.ts +3 -0
- package/src/icons/icons/refresh-cw-off.d.ts +3 -0
- package/src/icons/icons/spade.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -616,6 +616,8 @@ export { default as CloudyIcon } from './icons/cloudy';
|
|
|
616
616
|
export { default as LucideCloudy } from './icons/cloudy';
|
|
617
617
|
export { default as CloverIcon } from './icons/clover';
|
|
618
618
|
export { default as LucideClover } from './icons/clover';
|
|
619
|
+
export { default as ClubIcon } from './icons/club';
|
|
620
|
+
export { default as LucideClub } from './icons/club';
|
|
619
621
|
export { default as Code2Icon } from './icons/code-2';
|
|
620
622
|
export { default as LucideCode2 } from './icons/code-2';
|
|
621
623
|
export { default as CodeIcon } from './icons/code';
|
|
@@ -1706,6 +1708,8 @@ export { default as QrCodeIcon } from './icons/qr-code';
|
|
|
1706
1708
|
export { default as LucideQrCode } from './icons/qr-code';
|
|
1707
1709
|
export { default as QuoteIcon } from './icons/quote';
|
|
1708
1710
|
export { default as LucideQuote } from './icons/quote';
|
|
1711
|
+
export { default as RadarIcon } from './icons/radar';
|
|
1712
|
+
export { default as LucideRadar } from './icons/radar';
|
|
1709
1713
|
export { default as RadiationIcon } from './icons/radiation';
|
|
1710
1714
|
export { default as LucideRadiation } from './icons/radiation';
|
|
1711
1715
|
export { default as RadioReceiverIcon } from './icons/radio-receiver';
|
|
@@ -1732,6 +1736,8 @@ export { default as RedoIcon } from './icons/redo';
|
|
|
1732
1736
|
export { default as LucideRedo } from './icons/redo';
|
|
1733
1737
|
export { default as RefreshCcwIcon } from './icons/refresh-ccw';
|
|
1734
1738
|
export { default as LucideRefreshCcw } from './icons/refresh-ccw';
|
|
1739
|
+
export { default as RefreshCwOffIcon } from './icons/refresh-cw-off';
|
|
1740
|
+
export { default as LucideRefreshCwOff } from './icons/refresh-cw-off';
|
|
1735
1741
|
export { default as RefreshCwIcon } from './icons/refresh-cw';
|
|
1736
1742
|
export { default as LucideRefreshCw } from './icons/refresh-cw';
|
|
1737
1743
|
export { default as RefrigeratorIcon } from './icons/refrigerator';
|
|
@@ -1924,6 +1930,8 @@ export { default as SoupIcon } from './icons/soup';
|
|
|
1924
1930
|
export { default as LucideSoup } from './icons/soup';
|
|
1925
1931
|
export { default as SpaceIcon } from './icons/space';
|
|
1926
1932
|
export { default as LucideSpace } from './icons/space';
|
|
1933
|
+
export { default as SpadeIcon } from './icons/spade';
|
|
1934
|
+
export { default as LucideSpade } from './icons/spade';
|
|
1927
1935
|
export { default as SparkleIcon } from './icons/sparkle';
|
|
1928
1936
|
export { default as LucideSparkle } from './icons/sparkle';
|
|
1929
1937
|
export { default as SparklesIcon } from './icons/sparkles';
|