@central-icons-react/square-outlined-radius-0-stroke-1 1.1.58 → 1.1.59

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.59",
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": 1627,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -1299,7 +1299,7 @@
1299
1299
  ]
1300
1300
  },
1301
1301
  "Social Media & Brands": {
1302
- "count": 115,
1302
+ "count": 116,
1303
1303
  "icons": [
1304
1304
  "IconAnthropic",
1305
1305
  "IconAntigravity",
@@ -1343,6 +1343,7 @@
1343
1343
  "IconGoogleAistudio",
1344
1344
  "IconGoogleDeepmind",
1345
1345
  "IconGooglePlayStore",
1346
+ "IconGoose",
1346
1347
  "IconGrok",
1347
1348
  "IconGumroad",
1348
1349
  "IconImessage",
@@ -2607,6 +2608,7 @@
2607
2608
  "IconGoogleAistudio": "google-aistudio",
2608
2609
  "IconGoogleDeepmind": "google-deepmind",
2609
2610
  "IconGooglePlayStore": "google-play-store",
2611
+ "IconGoose": "goose",
2610
2612
  "IconGovernment": "government, bank, building",
2611
2613
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2612
2614
  "IconGreenPower": "green-power, green-energy",
package/index.d.ts CHANGED
@@ -2279,6 +2279,7 @@ export {
2279
2279
  IconGooglePlayStore,
2280
2280
  default as IconGooglePlayStoreDefault,
2281
2281
  } from "./IconGooglePlayStore";
2282
+ export { IconGoose, default as IconGooseDefault } from "./IconGoose";
2282
2283
  export {
2283
2284
  IconGovernment,
2284
2285
  default as IconGovernmentDefault,