@central-icons-react/square-outlined-radius-0-stroke-1 1.1.59 → 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-outlined-radius-0-stroke-1",
3
- "version": "1.1.59",
3
+ "version": "1.1.61",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/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": 1627,
15
+ "totalIcons": 1629,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -1029,12 +1029,13 @@
1029
1029
  ]
1030
1030
  },
1031
1031
  "Location": {
1032
- "count": 15,
1032
+ "count": 16,
1033
1033
  "icons": [
1034
1034
  "IconDirection1",
1035
1035
  "IconDirection2",
1036
1036
  "IconEarth",
1037
- "IconGlobus",
1037
+ "IconGlobe",
1038
+ "IconGlobe2",
1038
1039
  "IconInitiatives",
1039
1040
  "IconLocation",
1040
1041
  "IconMap",
@@ -1521,7 +1522,7 @@
1521
1522
  ]
1522
1523
  },
1523
1524
  "Things": {
1524
- "count": 126,
1525
+ "count": 127,
1525
1526
  "icons": [
1526
1527
  "IconAlien",
1527
1528
  "IconAnvil",
@@ -1606,6 +1607,7 @@
1606
1607
  "IconPlugin2",
1607
1608
  "IconPokeball",
1608
1609
  "IconPoop",
1610
+ "IconPropeller",
1609
1611
  "IconPushTheButton",
1610
1612
  "IconPuzzle",
1611
1613
  "IconReadingList",
@@ -2600,7 +2602,8 @@
2600
2602
  "IconGit": "git",
2601
2603
  "IconGithub": "github",
2602
2604
  "IconGlass": "glass, material, shader, liquid-glass",
2603
- "IconGlobus": "globus, map, earth, globe",
2605
+ "IconGlobe": "globe, network, translate",
2606
+ "IconGlobe2": "globe-2, network, translate",
2604
2607
  "IconGoldMedal": "gold-medal, first-place, win",
2605
2608
  "IconGolfBall": "golf-ball",
2606
2609
  "IconGooey": "gooey, morph, liquid-glass",
@@ -2996,6 +2999,7 @@
2996
2999
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2997
3000
  "IconPromptTextToImage": "prompt-text-to-image",
2998
3001
  "IconPromptTextToVideo": "prompt-text-to-video",
3002
+ "IconPropeller": "propeller, flight, test, wind",
2999
3003
  "IconPullRequest": "pull-request",
3000
3004
  "IconPumpjack": "pumpjack, oil",
3001
3005
  "IconPush": "push, launch, rocket",
package/index.d.ts CHANGED
@@ -2259,7 +2259,8 @@ export {
2259
2259
  export { IconGit, default as IconGitDefault } from "./IconGit";
2260
2260
  export { IconGithub, default as IconGithubDefault } from "./IconGithub";
2261
2261
  export { IconGlass, default as IconGlassDefault } from "./IconGlass";
2262
- export { IconGlobus, default as IconGlobusDefault } from "./IconGlobus";
2262
+ export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
2263
+ export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
2263
2264
  export {
2264
2265
  IconGoldMedal,
2265
2266
  default as IconGoldMedalDefault,
@@ -3351,6 +3352,10 @@ export {
3351
3352
  IconPromptTextToVideo,
3352
3353
  default as IconPromptTextToVideoDefault,
3353
3354
  } from "./IconPromptTextToVideo";
3355
+ export {
3356
+ IconPropeller,
3357
+ default as IconPropellerDefault,
3358
+ } from "./IconPropeller";
3354
3359
  export {
3355
3360
  IconPullRequest,
3356
3361
  default as IconPullRequestDefault,