@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.138 → 1.1.140
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/IconBurst/index.d.ts +4 -0
- package/IconBurst/index.js +2 -0
- package/IconBurst/index.js.map +1 -0
- package/IconBurst/index.mjs +2 -0
- package/IconBurst/index.mjs.map +1 -0
- package/IconGoogle/index.js +1 -1
- package/IconGoogle/index.js.map +1 -1
- package/IconGoogle/index.mjs +1 -1
- package/IconGoogle/index.mjs.map +1 -1
- package/IconPark/index.d.ts +4 -0
- package/IconPark/index.js +2 -0
- package/IconPark/index.js.map +1 -0
- package/IconPark/index.mjs +2 -0
- package/IconPark/index.mjs.map +1 -0
- package/IconShimmer/index.d.ts +4 -0
- package/IconShimmer/index.js +2 -0
- package/IconShimmer/index.js.map +1 -0
- package/IconShimmer/index.mjs +2 -0
- package/IconShimmer/index.mjs.map +1 -0
- package/IconSparkleHightlight/index.d.ts +4 -0
- package/IconSparkleHightlight/index.js +2 -0
- package/IconSparkleHightlight/index.js.map +1 -0
- package/IconSparkleHightlight/index.mjs +2 -0
- package/IconSparkleHightlight/index.mjs.map +1 -0
- package/IconUnicorn/index.js +1 -1
- package/IconUnicorn/index.js.map +1 -1
- package/IconUnicorn/index.mjs +1 -1
- package/IconUnicorn/index.mjs.map +1 -1
- package/README.md +4 -0
- package/filtered-icons.json +58 -2
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +30 -2
package/index.d.ts
CHANGED
|
@@ -324,6 +324,7 @@ export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings
|
|
|
324
324
|
export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
|
|
325
325
|
export { IconBun, default as IconBunDefault } from "./IconBun";
|
|
326
326
|
export { IconBurger, default as IconBurgerDefault } from "./IconBurger";
|
|
327
|
+
export { IconBurst, default as IconBurstDefault } from "./IconBurst";
|
|
327
328
|
export { IconBus, default as IconBusDefault } from "./IconBus";
|
|
328
329
|
export { IconCabinet, default as IconCabinetDefault } from "./IconCabinet";
|
|
329
330
|
export { IconCalculator, default as IconCalculatorDefault, } from "./IconCalculator";
|
|
@@ -1221,6 +1222,7 @@ export { IconPaperclip3, default as IconPaperclip3Default, } from "./IconPapercl
|
|
|
1221
1222
|
export { IconParachute, default as IconParachuteDefault, } from "./IconParachute";
|
|
1222
1223
|
export { IconParagraph, default as IconParagraphDefault, } from "./IconParagraph";
|
|
1223
1224
|
export { IconParasol, default as IconParasolDefault } from "./IconParasol";
|
|
1225
|
+
export { IconPark, default as IconParkDefault } from "./IconPark";
|
|
1224
1226
|
export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
|
|
1225
1227
|
export { IconPassport, default as IconPassportDefault } from "./IconPassport";
|
|
1226
1228
|
export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
|
|
@@ -1448,6 +1450,7 @@ export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldC
|
|
|
1448
1450
|
export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
|
|
1449
1451
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1450
1452
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
1453
|
+
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
|
|
1451
1454
|
export { IconShip, default as IconShipDefault } from "./IconShip";
|
|
1452
1455
|
export { IconShipping, default as IconShippingDefault } from "./IconShipping";
|
|
1453
1456
|
export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";
|
|
@@ -1512,6 +1515,7 @@ export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
|
|
|
1512
1515
|
export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
1513
1516
|
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
1514
1517
|
export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
|
|
1518
|
+
export { IconSparkleHightlight, default as IconSparkleHightlightDefault, } from "./IconSparkleHightlight";
|
|
1515
1519
|
export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
|
|
1516
1520
|
export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
|
|
1517
1521
|
export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";
|