@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.173 → 1.1.175
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/IconCanvasGrid/index.d.ts +4 -0
- package/IconCanvasGrid/index.js +2 -0
- package/IconCanvasGrid/index.js.map +1 -0
- package/IconCanvasGrid/index.mjs +2 -0
- package/IconCanvasGrid/index.mjs.map +1 -0
- package/IconCollaborationPointerLeft/index.d.ts +4 -0
- package/IconCollaborationPointerLeft/index.js +2 -0
- package/IconCollaborationPointerLeft/index.js.map +1 -0
- package/IconCollaborationPointerLeft/index.mjs +2 -0
- package/IconCollaborationPointerLeft/index.mjs.map +1 -0
- package/IconCollaborationPointerRight/index.d.ts +4 -0
- package/IconCollaborationPointerRight/index.js +2 -0
- package/IconCollaborationPointerRight/index.js.map +1 -0
- package/IconCollaborationPointerRight/index.mjs +2 -0
- package/IconCollaborationPointerRight/index.mjs.map +1 -0
- package/IconEarth/index.js +1 -1
- package/IconEarth/index.js.map +1 -1
- package/IconEarth/index.mjs +1 -1
- package/IconEarth/index.mjs.map +1 -1
- package/IconMinusMedium/index.d.ts +4 -0
- package/IconMinusMedium/index.js +2 -0
- package/IconMinusMedium/index.js.map +1 -0
- package/IconMinusMedium/index.mjs +2 -0
- package/IconMinusMedium/index.mjs.map +1 -0
- package/IconPlusMedium/index.d.ts +4 -0
- package/IconPlusMedium/index.js +2 -0
- package/IconPlusMedium/index.js.map +1 -0
- package/IconPlusMedium/index.mjs +2 -0
- package/IconPlusMedium/index.mjs.map +1 -0
- package/IconTower/index.d.ts +4 -0
- package/IconTower/index.js +2 -0
- package/IconTower/index.js.map +1 -0
- package/IconTower/index.mjs +2 -0
- package/IconTower/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +18 -6
- package/index.d.ts +6 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +43 -1
package/index.d.ts
CHANGED
|
@@ -378,6 +378,7 @@ export { IconCameraOff, default as IconCameraOffDefault, } from "./IconCameraOff
|
|
|
378
378
|
export { IconCameraOff1, default as IconCameraOff1Default, } from "./IconCameraOff1";
|
|
379
379
|
export { IconCameraSparkle, default as IconCameraSparkleDefault, } from "./IconCameraSparkle";
|
|
380
380
|
export { IconCandy, default as IconCandyDefault } from "./IconCandy";
|
|
381
|
+
export { IconCanvasGrid, default as IconCanvasGridDefault, } from "./IconCanvasGrid";
|
|
381
382
|
export { IconCap, default as IconCapDefault } from "./IconCap";
|
|
382
383
|
export { IconCapture, default as IconCaptureDefault } from "./IconCapture";
|
|
383
384
|
export { IconCar1, default as IconCar1Default } from "./IconCar1";
|
|
@@ -540,6 +541,8 @@ export { IconCoinStack, default as IconCoinStackDefault, } from "./IconCoinStack
|
|
|
540
541
|
export { IconCoinWon, default as IconCoinWonDefault } from "./IconCoinWon";
|
|
541
542
|
export { IconCoins, default as IconCoinsDefault } from "./IconCoins";
|
|
542
543
|
export { IconCoinsAdd, default as IconCoinsAddDefault } from "./IconCoinsAdd";
|
|
544
|
+
export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDefault, } from "./IconCollaborationPointerLeft";
|
|
545
|
+
export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
|
|
543
546
|
export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
|
|
544
547
|
export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
|
|
545
548
|
export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";
|
|
@@ -1132,6 +1135,7 @@ export { IconMinimize, default as IconMinimizeDefault } from "./IconMinimize";
|
|
|
1132
1135
|
export { IconMinimize315, default as IconMinimize315Default, } from "./IconMinimize315";
|
|
1133
1136
|
export { IconMinimize45, default as IconMinimize45Default, } from "./IconMinimize45";
|
|
1134
1137
|
export { IconMinusLarge, default as IconMinusLargeDefault, } from "./IconMinusLarge";
|
|
1138
|
+
export { IconMinusMedium, default as IconMinusMediumDefault, } from "./IconMinusMedium";
|
|
1135
1139
|
export { IconMinusSmall, default as IconMinusSmallDefault, } from "./IconMinusSmall";
|
|
1136
1140
|
export { IconMistral, default as IconMistralDefault } from "./IconMistral";
|
|
1137
1141
|
export { IconModelcontextprotocol, default as IconModelcontextprotocolDefault, } from "./IconModelcontextprotocol";
|
|
@@ -1342,6 +1346,7 @@ export { IconPlaystation, default as IconPlaystationDefault, } from "./IconPlays
|
|
|
1342
1346
|
export { IconPlugin1, default as IconPlugin1Default } from "./IconPlugin1";
|
|
1343
1347
|
export { IconPlugin2, default as IconPlugin2Default } from "./IconPlugin2";
|
|
1344
1348
|
export { IconPlusLarge, default as IconPlusLargeDefault, } from "./IconPlusLarge";
|
|
1349
|
+
export { IconPlusMedium, default as IconPlusMediumDefault, } from "./IconPlusMedium";
|
|
1345
1350
|
export { IconPlusSmall, default as IconPlusSmallDefault, } from "./IconPlusSmall";
|
|
1346
1351
|
export { IconPodcast1, default as IconPodcast1Default } from "./IconPodcast1";
|
|
1347
1352
|
export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
|
|
@@ -1750,6 +1755,7 @@ export { IconToolbox, default as IconToolboxDefault } from "./IconToolbox";
|
|
|
1750
1755
|
export { IconToque, default as IconToqueDefault } from "./IconToque";
|
|
1751
1756
|
export { IconTouch, default as IconTouchDefault } from "./IconTouch";
|
|
1752
1757
|
export { IconTouchGrass, default as IconTouchGrassDefault, } from "./IconTouchGrass";
|
|
1758
|
+
export { IconTower, default as IconTowerDefault } from "./IconTower";
|
|
1753
1759
|
export { IconTradingViewCandles, default as IconTradingViewCandlesDefault, } from "./IconTradingViewCandles";
|
|
1754
1760
|
export { IconTradingViewLine, default as IconTradingViewLineDefault, } from "./IconTradingViewLine";
|
|
1755
1761
|
export { IconTradingViewSteps, default as IconTradingViewStepsDefault, } from "./IconTradingViewSteps";
|