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

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.61",
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": 1629,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -1522,7 +1522,7 @@
1522
1522
  ]
1523
1523
  },
1524
1524
  "Things": {
1525
- "count": 126,
1525
+ "count": 127,
1526
1526
  "icons": [
1527
1527
  "IconAlien",
1528
1528
  "IconAnvil",
@@ -1607,6 +1607,7 @@
1607
1607
  "IconPlugin2",
1608
1608
  "IconPokeball",
1609
1609
  "IconPoop",
1610
+ "IconPropeller",
1610
1611
  "IconPushTheButton",
1611
1612
  "IconPuzzle",
1612
1613
  "IconReadingList",
@@ -2998,6 +2999,7 @@
2998
2999
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2999
3000
  "IconPromptTextToImage": "prompt-text-to-image",
3000
3001
  "IconPromptTextToVideo": "prompt-text-to-video",
3002
+ "IconPropeller": "propeller, flight, test, wind",
3001
3003
  "IconPullRequest": "pull-request",
3002
3004
  "IconPumpjack": "pumpjack, oil",
3003
3005
  "IconPush": "push, launch, rocket",
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,