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

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.90",
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": 1691,
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",
@@ -1267,7 +1268,7 @@
1267
1268
  ]
1268
1269
  },
1269
1270
  "Security": {
1270
- "count": 27,
1271
+ "count": 28,
1271
1272
  "icons": [
1272
1273
  "IconAnonymous",
1273
1274
  "IconAsterisk",
@@ -1284,6 +1285,7 @@
1284
1285
  "IconPasskeys",
1285
1286
  "IconPassport",
1286
1287
  "IconPassword",
1288
+ "IconPasswordStars",
1287
1289
  "IconSafeSimple",
1288
1290
  "IconShield",
1289
1291
  "IconShieldBreak",
@@ -1719,7 +1721,7 @@
1719
1721
  ]
1720
1722
  },
1721
1723
  "Time & Date": {
1722
- "count": 37,
1724
+ "count": 38,
1723
1725
  "icons": [
1724
1726
  "IconCalendar1",
1725
1727
  "IconCalendar2",
@@ -1757,7 +1759,8 @@
1757
1759
  "IconHourglass",
1758
1760
  "IconSleep",
1759
1761
  "IconStopwatch",
1760
- "IconTimeFlies"
1762
+ "IconTimeFlies",
1763
+ "IconTimeslot"
1761
1764
  ]
1762
1765
  },
1763
1766
  "Typography": {
@@ -2349,7 +2352,8 @@
2349
2352
  "IconClosedCaptioning": "closed-captioning, cc",
2350
2353
  "IconCloseQuote1": "close-quote-1, blockquote",
2351
2354
  "IconCloseQuote2": "close-quote-2, blockquote",
2352
- "IconCloud": "cloud-",
2355
+ "IconCloud": "cloud",
2356
+ "IconCloudApi": "cloud-api, cloud-network",
2353
2357
  "IconCloudCheck": "cloud-check, save",
2354
2358
  "IconCloudDownload": "cloud-download",
2355
2359
  "IconCloudOff": "cloud-off, offline",
@@ -3018,6 +3022,7 @@
3018
3022
  "IconPasskeys": "passkeys, passkey, passwordless",
3019
3023
  "IconPassport": "passport, visa",
3020
3024
  "IconPassword": "password, lock, protection",
3025
+ "IconPasswordStars": "password-stars",
3021
3026
  "IconPatreon": "patreon",
3022
3027
  "IconPause": "pause",
3023
3028
  "IconPayment": "payment, flow, connection",
@@ -3433,6 +3438,7 @@
3433
3438
  "IconTicket": "ticket, admit, vip",
3434
3439
  "IconTiktok": "tiktok",
3435
3440
  "IconTimeFlies": "time-flies, speed",
3441
+ "IconTimeslot": "timeslot, time, clock",
3436
3442
  "IconTitleCase": "title-case",
3437
3443
  "IconToast": "toast, breakfest",
3438
3444
  "IconTodos": "todos, check, things, task",
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,
@@ -3259,6 +3260,10 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
3259
3260
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
3260
3261
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
3261
3262
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
3263
+ export {
3264
+ IconPasswordStars,
3265
+ default as IconPasswordStarsDefault,
3266
+ } from "./IconPasswordStars";
3262
3267
  export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
3263
3268
  export { IconPause, default as IconPauseDefault } from "./IconPause";
3264
3269
  export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
@@ -4379,6 +4384,7 @@ export {
4379
4384
  IconTimeFlies,
4380
4385
  default as IconTimeFliesDefault,
4381
4386
  } from "./IconTimeFlies";
4387
+ export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
4382
4388
  export {
4383
4389
  IconTitleCase,
4384
4390
  default as IconTitleCaseDefault,