@central-icons-react/square-outlined-radius-0-stroke-1 1.1.89 → 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.89",
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": 1689,
15
+ "totalIcons": 1691,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -1268,7 +1268,7 @@
1268
1268
  ]
1269
1269
  },
1270
1270
  "Security": {
1271
- "count": 27,
1271
+ "count": 28,
1272
1272
  "icons": [
1273
1273
  "IconAnonymous",
1274
1274
  "IconAsterisk",
@@ -1285,6 +1285,7 @@
1285
1285
  "IconPasskeys",
1286
1286
  "IconPassport",
1287
1287
  "IconPassword",
1288
+ "IconPasswordStars",
1288
1289
  "IconSafeSimple",
1289
1290
  "IconShield",
1290
1291
  "IconShieldBreak",
@@ -1720,7 +1721,7 @@
1720
1721
  ]
1721
1722
  },
1722
1723
  "Time & Date": {
1723
- "count": 37,
1724
+ "count": 38,
1724
1725
  "icons": [
1725
1726
  "IconCalendar1",
1726
1727
  "IconCalendar2",
@@ -1758,7 +1759,8 @@
1758
1759
  "IconHourglass",
1759
1760
  "IconSleep",
1760
1761
  "IconStopwatch",
1761
- "IconTimeFlies"
1762
+ "IconTimeFlies",
1763
+ "IconTimeslot"
1762
1764
  ]
1763
1765
  },
1764
1766
  "Typography": {
@@ -3020,6 +3022,7 @@
3020
3022
  "IconPasskeys": "passkeys, passkey, passwordless",
3021
3023
  "IconPassport": "passport, visa",
3022
3024
  "IconPassword": "password, lock, protection",
3025
+ "IconPasswordStars": "password-stars",
3023
3026
  "IconPatreon": "patreon",
3024
3027
  "IconPause": "pause",
3025
3028
  "IconPayment": "payment, flow, connection",
@@ -3435,6 +3438,7 @@
3435
3438
  "IconTicket": "ticket, admit, vip",
3436
3439
  "IconTiktok": "tiktok",
3437
3440
  "IconTimeFlies": "time-flies, speed",
3441
+ "IconTimeslot": "timeslot, time, clock",
3438
3442
  "IconTitleCase": "title-case",
3439
3443
  "IconToast": "toast, breakfest",
3440
3444
  "IconTodos": "todos, check, things, task",
package/index.d.ts CHANGED
@@ -3260,6 +3260,10 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
3260
3260
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
3261
3261
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
3262
3262
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
3263
+ export {
3264
+ IconPasswordStars,
3265
+ default as IconPasswordStarsDefault,
3266
+ } from "./IconPasswordStars";
3263
3267
  export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
3264
3268
  export { IconPause, default as IconPauseDefault } from "./IconPause";
3265
3269
  export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
@@ -4380,6 +4384,7 @@ export {
4380
4384
  IconTimeFlies,
4381
4385
  default as IconTimeFliesDefault,
4382
4386
  } from "./IconTimeFlies";
4387
+ export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
4383
4388
  export {
4384
4389
  IconTitleCase,
4385
4390
  default as IconTitleCaseDefault,