@central-icons-react/square-filled-radius-0-stroke-2 1.1.60 → 1.1.62

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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.60",
3
+ "version": "1.1.62",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/IconHome';",
@@ -12,7 +12,7 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1628,
15
+ "totalIcons": 1630,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -406,7 +406,7 @@
406
406
  ]
407
407
  },
408
408
  "Devices & Signals": {
409
- "count": 65,
409
+ "count": 66,
410
410
  "icons": [
411
411
  "IconAirdrop",
412
412
  "IconAirplay",
@@ -452,6 +452,7 @@
452
452
  "IconPhoneHaptic",
453
453
  "IconPrinter",
454
454
  "IconProcessor",
455
+ "IconRadio",
455
456
  "IconSatellite1",
456
457
  "IconSatellite2",
457
458
  "IconServer1",
@@ -1522,7 +1523,7 @@
1522
1523
  ]
1523
1524
  },
1524
1525
  "Things": {
1525
- "count": 126,
1526
+ "count": 127,
1526
1527
  "icons": [
1527
1528
  "IconAlien",
1528
1529
  "IconAnvil",
@@ -1607,6 +1608,7 @@
1607
1608
  "IconPlugin2",
1608
1609
  "IconPokeball",
1609
1610
  "IconPoop",
1611
+ "IconPropeller",
1610
1612
  "IconPushTheButton",
1611
1613
  "IconPuzzle",
1612
1614
  "IconReadingList",
@@ -2998,6 +3000,7 @@
2998
3000
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2999
3001
  "IconPromptTextToImage": "prompt-text-to-image",
3000
3002
  "IconPromptTextToVideo": "prompt-text-to-video",
3003
+ "IconPropeller": "propeller, flight, test, wind",
3001
3004
  "IconPullRequest": "pull-request",
3002
3005
  "IconPumpjack": "pumpjack, oil",
3003
3006
  "IconPush": "push, launch, rocket",
@@ -3008,6 +3011,7 @@
3008
3011
  "IconQuickSearch": "quick-search, quick-menu, command-k",
3009
3012
  "IconQuora": "quora",
3010
3013
  "IconRadar": "radar, location, search",
3014
+ "IconRadio": "radio, antenna, signal, broadcast, speaker",
3011
3015
  "IconRainbow": "rainbow",
3012
3016
  "IconRainy": "rainy, rain",
3013
3017
  "IconRainyLight": "rainy-light",
package/index.d.ts CHANGED
@@ -3352,6 +3352,10 @@ export {
3352
3352
  IconPromptTextToVideo,
3353
3353
  default as IconPromptTextToVideoDefault,
3354
3354
  } from "./IconPromptTextToVideo";
3355
+ export {
3356
+ IconPropeller,
3357
+ default as IconPropellerDefault,
3358
+ } from "./IconPropeller";
3355
3359
  export {
3356
3360
  IconPullRequest,
3357
3361
  default as IconPullRequestDefault,
@@ -3371,6 +3375,7 @@ export {
3371
3375
  } from "./IconQuickSearch";
3372
3376
  export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
3373
3377
  export { IconRadar, default as IconRadarDefault } from "./IconRadar";
3378
+ export { IconRadio, default as IconRadioDefault } from "./IconRadio";
3374
3379
  export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
3375
3380
  export { IconRainy, default as IconRainyDefault } from "./IconRainy";
3376
3381
  export {