@central-icons-react/square-outlined-radius-0-stroke-1 1.1.88 → 1.1.89

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.88",
3
+ "version": "1.1.89",
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": 1688,
15
+ "totalIcons": 1689,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -274,9 +274,10 @@
274
274
  ]
275
275
  },
276
276
  "Clouds": {
277
- "count": 11,
277
+ "count": 12,
278
278
  "icons": [
279
279
  "IconCloud",
280
+ "IconCloudApi",
280
281
  "IconCloudCheck",
281
282
  "IconCloudDownload",
282
283
  "IconCloudOff",
@@ -2349,7 +2350,8 @@
2349
2350
  "IconClosedCaptioning": "closed-captioning, cc",
2350
2351
  "IconCloseQuote1": "close-quote-1, blockquote",
2351
2352
  "IconCloseQuote2": "close-quote-2, blockquote",
2352
- "IconCloud": "cloud-",
2353
+ "IconCloud": "cloud",
2354
+ "IconCloudApi": "cloud-api, cloud-network",
2353
2355
  "IconCloudCheck": "cloud-check, save",
2354
2356
  "IconCloudDownload": "cloud-download",
2355
2357
  "IconCloudOff": "cloud-off, offline",
package/index.d.ts CHANGED
@@ -1397,6 +1397,7 @@ export {
1397
1397
  default as IconClosedCaptioningDefault,
1398
1398
  } from "./IconClosedCaptioning";
1399
1399
  export { IconCloud, default as IconCloudDefault } from "./IconCloud";
1400
+ export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
1400
1401
  export {
1401
1402
  IconCloudCheck,
1402
1403
  default as IconCloudCheckDefault,