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

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.59",
3
+ "version": "1.1.60",
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": 1627,
15
+ "totalIcons": 1628,
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",
@@ -2600,7 +2601,8 @@
2600
2601
  "IconGit": "git",
2601
2602
  "IconGithub": "github",
2602
2603
  "IconGlass": "glass, material, shader, liquid-glass",
2603
- "IconGlobus": "globus, map, earth, globe",
2604
+ "IconGlobe": "globe, network, translate",
2605
+ "IconGlobe2": "globe-2, network, translate",
2604
2606
  "IconGoldMedal": "gold-medal, first-place, win",
2605
2607
  "IconGolfBall": "golf-ball",
2606
2608
  "IconGooey": "gooey, morph, liquid-glass",
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,