@central-icons-react-native/round-filled-radius-2-stroke-1.5 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/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "1.1.138",
3
+ "version": "1.1.140",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1819,
14
+ "totalIcons": 1823,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 68,
17
+ "count": 69,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -70,6 +70,7 @@
70
70
  "IconSparkle2",
71
71
  "IconSparkle3",
72
72
  "IconSparkleCentral",
73
+ "IconSparkleHightlight",
73
74
  "IconSparklesSoft",
74
75
  "IconSparklesThree",
75
76
  "IconSparklesTwo",
@@ -512,7 +513,7 @@
512
513
  ]
513
514
  },
514
515
  "Edit": {
515
- "count": 86,
516
+ "count": 87,
516
517
  "icons": [
517
518
  "Icon3d",
518
519
  "IconAddKeyframe",
@@ -585,6 +586,7 @@
585
586
  "IconSelectLassoDashed",
586
587
  "IconShaderEffect",
587
588
  "IconShaders",
589
+ "IconShimmer",
588
590
  "IconSignature",
589
591
  "IconSlice",
590
592
  "IconSummary",
@@ -1174,7 +1176,7 @@
1174
1176
  ]
1175
1177
  },
1176
1178
  "Nature & Energy": {
1177
- "count": 19,
1179
+ "count": 20,
1178
1180
  "icons": [
1179
1181
  "IconAtom",
1180
1182
  "IconBlossom",
@@ -1187,6 +1189,7 @@
1187
1189
  "IconHomeEnergy",
1188
1190
  "IconHomeEnergy2",
1189
1191
  "IconNuclearPowerPlant",
1192
+ "IconPark",
1190
1193
  "IconPowerPlant",
1191
1194
  "IconPumpjack",
1192
1195
  "IconRainbow",
@@ -1693,7 +1696,7 @@
1693
1696
  ]
1694
1697
  },
1695
1698
  "Things": {
1696
- "count": 125,
1699
+ "count": 126,
1697
1700
  "icons": [
1698
1701
  "IconAnvil",
1699
1702
  "IconBackpack",
@@ -1711,6 +1714,7 @@
1711
1714
  "IconBronceMedal",
1712
1715
  "IconBroom",
1713
1716
  "IconBuildingBlocks",
1717
+ "IconBurst",
1714
1718
  "IconCap",
1715
1719
  "IconCelebrate",
1716
1720
  "IconCirclesThree",
@@ -2347,6 +2351,7 @@
2347
2351
  "IconBulletList": "bullet-list",
2348
2352
  "IconBun": "bun",
2349
2353
  "IconBurger": "burger, hamburger, sandwich",
2354
+ "IconBurst": "burst, pop, boom",
2350
2355
  "IconBus": "bus, school-bus",
2351
2356
  "IconCabinet": "cabinet",
2352
2357
  "IconCalculator": "calculator",
@@ -3244,6 +3249,7 @@
3244
3249
  "IconParachute": "parachute, airdrop",
3245
3250
  "IconParagraph": "paragraph",
3246
3251
  "IconParasol": "parasol, umbrella, vacation",
3252
+ "IconPark": "park, tree, nature",
3247
3253
  "IconPasskeys": "passkeys, passkey, passwordless",
3248
3254
  "IconPassport": "passport, visa",
3249
3255
  "IconPassword": "password, lock, protection",
@@ -3471,6 +3477,7 @@
3471
3477
  "IconShieldCrossed": "shield-crossed, security, protection",
3472
3478
  "IconShieldKeyhole": "shield-keyhole",
3473
3479
  "IconShift": "shift",
3480
+ "IconShimmer": "shimmer, waves, shader, effect",
3474
3481
  "IconShip": "ship, changelog",
3475
3482
  "IconShipping": "shipping, truck, delivery",
3476
3483
  "IconShoppingBag1": "shopping-bag-1",
@@ -3535,6 +3542,7 @@
3535
3542
  "IconSparkle2": "sparkle-2, star, magic, ai",
3536
3543
  "IconSparkle3": "sparkle-3, ai, star, magic",
3537
3544
  "IconSparkleCentral": "sparkle-central, star, magic, ai",
3545
+ "IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
3538
3546
  "IconSparklesSoft": "sparkles-soft",
3539
3547
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3540
3548
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
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";