@central-icons-react/square-outlined-radius-0-stroke-1 1.1.101 → 1.1.102

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.101",
3
+ "version": "1.1.102",
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": 1712,
15
+ "totalIcons": 1713,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -428,7 +428,7 @@
428
428
  ]
429
429
  },
430
430
  "Devices & Signals": {
431
- "count": 73,
431
+ "count": 74,
432
432
  "icons": [
433
433
  "IconAirdrop",
434
434
  "IconAirplay",
@@ -451,6 +451,7 @@
451
451
  "IconDevices",
452
452
  "IconFullscreen1",
453
453
  "IconFullscreen2",
454
+ "IconGyroscopeSensor",
454
455
  "IconHaptic",
455
456
  "IconImac",
456
457
  "IconKeyboardCable",
@@ -853,7 +854,7 @@
853
854
  ]
854
855
  },
855
856
  "Interface General": {
856
- "count": 178,
857
+ "count": 179,
857
858
  "icons": [
858
859
  "IconAnchor1",
859
860
  "IconAnchor2",
@@ -975,6 +976,7 @@
975
976
  "IconPlusLarge",
976
977
  "IconPlusSmall",
977
978
  "IconPreview",
979
+ "IconProgress100",
978
980
  "IconProgress25",
979
981
  "IconProgress50",
980
982
  "IconProgress75",
@@ -1390,7 +1392,7 @@
1390
1392
  ]
1391
1393
  },
1392
1394
  "Social Media & Brands": {
1393
- "count": 119,
1395
+ "count": 118,
1394
1396
  "icons": [
1395
1397
  "IconAdobeAcrobat",
1396
1398
  "IconAffinity",
@@ -1412,7 +1414,6 @@
1412
1414
  "IconCentralIconSystem",
1413
1415
  "IconChrome",
1414
1416
  "IconClaudeai",
1415
- "IconClawdbot",
1416
1417
  "IconCodepen",
1417
1418
  "IconCopilot",
1418
1419
  "IconCosmos",
@@ -2369,7 +2370,6 @@
2369
2370
  "IconClapboard": "clapboard, movie, film",
2370
2371
  "IconClapboardWide": "clapboard-wide, movie, film",
2371
2372
  "IconClaudeai": "claudeai",
2372
- "IconClawdbot": "clawdbot",
2373
2373
  "IconClipboard": "clipboard, copy, list",
2374
2374
  "IconClipboard2": "clipboard-2, copy, list",
2375
2375
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
@@ -2755,6 +2755,7 @@
2755
2755
  "IconGroup3": "group-3",
2756
2756
  "IconGrowth": "growth, grow, leafs",
2757
2757
  "IconGumroad": "gumroad",
2758
+ "IconGyroscopeSensor": "gyroscope-sensor",
2758
2759
  "IconH1": "h1, heading, headline",
2759
2760
  "IconH2": "h2, heading, headline",
2760
2761
  "IconH3": "h3, heading, headline",
@@ -3140,6 +3141,7 @@
3140
3141
  "IconPrinter": "printer, print",
3141
3142
  "IconProcessor": "processor, chip",
3142
3143
  "IconProducthunt": "producthunt",
3144
+ "IconProgress100": "progress-100, ideas, open, status, task",
3143
3145
  "IconProgress25": "progress-25, ideas, open, status, task",
3144
3146
  "IconProgress50": "progress-50, ideas, open, status, tas",
3145
3147
  "IconProgress75": "progress-75, ideas, open, status, tas",
package/index.d.ts CHANGED
@@ -1380,7 +1380,6 @@ export {
1380
1380
  default as IconClapboardWideDefault,
1381
1381
  } from "./IconClapboardWide";
1382
1382
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
1383
- export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
1384
1383
  export {
1385
1384
  IconClipboard,
1386
1385
  default as IconClipboardDefault,
@@ -2456,6 +2455,10 @@ export { IconGroup2, default as IconGroup2Default } from "./IconGroup2";
2456
2455
  export { IconGroup3, default as IconGroup3Default } from "./IconGroup3";
2457
2456
  export { IconGrowth, default as IconGrowthDefault } from "./IconGrowth";
2458
2457
  export { IconGumroad, default as IconGumroadDefault } from "./IconGumroad";
2458
+ export {
2459
+ IconGyroscopeSensor,
2460
+ default as IconGyroscopeSensorDefault,
2461
+ } from "./IconGyroscopeSensor";
2459
2462
  export { IconH1, default as IconH1Default } from "./IconH1";
2460
2463
  export { IconH2, default as IconH2Default } from "./IconH2";
2461
2464
  export { IconH3, default as IconH3Default } from "./IconH3";
@@ -3525,6 +3528,10 @@ export {
3525
3528
  IconProducthunt,
3526
3529
  default as IconProducthuntDefault,
3527
3530
  } from "./IconProducthunt";
3531
+ export {
3532
+ IconProgress100,
3533
+ default as IconProgress100Default,
3534
+ } from "./IconProgress100";
3528
3535
  export {
3529
3536
  IconProgress25,
3530
3537
  default as IconProgress25Default,