@central-icons-react/square-outlined-radius-0-stroke-1 1.1.58 → 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-outlined-radius-0-stroke-1",
3
- "version": "1.1.58",
3
+ "version": "1.1.60",
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": 1626,
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",
@@ -1299,7 +1300,7 @@
1299
1300
  ]
1300
1301
  },
1301
1302
  "Social Media & Brands": {
1302
- "count": 115,
1303
+ "count": 116,
1303
1304
  "icons": [
1304
1305
  "IconAnthropic",
1305
1306
  "IconAntigravity",
@@ -1343,6 +1344,7 @@
1343
1344
  "IconGoogleAistudio",
1344
1345
  "IconGoogleDeepmind",
1345
1346
  "IconGooglePlayStore",
1347
+ "IconGoose",
1346
1348
  "IconGrok",
1347
1349
  "IconGumroad",
1348
1350
  "IconImessage",
@@ -2599,7 +2601,8 @@
2599
2601
  "IconGit": "git",
2600
2602
  "IconGithub": "github",
2601
2603
  "IconGlass": "glass, material, shader, liquid-glass",
2602
- "IconGlobus": "globus, map, earth, globe",
2604
+ "IconGlobe": "globe, network, translate",
2605
+ "IconGlobe2": "globe-2, network, translate",
2603
2606
  "IconGoldMedal": "gold-medal, first-place, win",
2604
2607
  "IconGolfBall": "golf-ball",
2605
2608
  "IconGooey": "gooey, morph, liquid-glass",
@@ -2607,6 +2610,7 @@
2607
2610
  "IconGoogleAistudio": "google-aistudio",
2608
2611
  "IconGoogleDeepmind": "google-deepmind",
2609
2612
  "IconGooglePlayStore": "google-play-store",
2613
+ "IconGoose": "goose",
2610
2614
  "IconGovernment": "government, bank, building",
2611
2615
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2612
2616
  "IconGreenPower": "green-power, green-energy",
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,
@@ -2279,6 +2280,7 @@ export {
2279
2280
  IconGooglePlayStore,
2280
2281
  default as IconGooglePlayStoreDefault,
2281
2282
  } from "./IconGooglePlayStore";
2283
+ export { IconGoose, default as IconGooseDefault } from "./IconGoose";
2282
2284
  export {
2283
2285
  IconGovernment,
2284
2286
  default as IconGovernmentDefault,