@cypress-design/react-icon 1.15.0 → 1.18.0

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/dist/index.umd.js CHANGED
@@ -317,6 +317,14 @@ var IconActionStop = function (props) { return React__namespace.createElement('s
317
317
  "body": "<path d=\"M4 11.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"/>"
318
318
  }
319
319
  }, ["16"], "action-stop")); };
320
+ var IconActionTap = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
321
+ "16": {
322
+ "body": "<path d=\"M13 15H6.468a1 1 0 0 1-.768-.36l-2.555-3.066C2.293 10.552 3.02 9 4.35 9c.416 0 .815.165 1.11.46l1.37 1.37a.1.1 0 0 0 .17-.071V5.5a1.5 1.5 0 1 1 3 0V9h2a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1Z\" fill=\"currentColor\" class=\"icon-light\"/><path d=\"M3.5 4c2-4 8-4 10 0M7 15h6a1 1 0 0 0 1-1v-3a2 2 0 0 0-2-2h-2V5.5A1.5 1.5 0 0 0 8.5 4v0A1.5 1.5 0 0 0 7 5.5v5.259a.1.1 0 0 1-.17.07L5.46 9.46A1.57 1.57 0 0 0 4.35 9v0c-1.33 0-2.057 1.552-1.205 2.574L5.7 14.64a1 1 0 0 0 .768.36H7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"/>"
323
+ },
324
+ "24": {
325
+ "body": "<path d=\"M19 22H9.908a2 2 0 0 1-1.506-.683L4.73 17.12C3.666 15.904 4.53 14 6.146 14c.543 0 1.059.234 1.416.643l1.263 1.442A.1.1 0 0 0 9 16.02V8a2 2 0 1 1 4 0v6h5a3 3 0 0 1 3 3v3a2 2 0 0 1-2 2Z\" fill=\"currentColor\" class=\"icon-light\"/><path d=\"M5 5c3-4 9-4 12 0m-6.23 17H19a2 2 0 0 0 2-2v-3a3 3 0 0 0-3-3h-5V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8.02a.1.1 0 0 1-.175.065l-1.263-1.443A1.881 1.881 0 0 0 6.146 14v0c-1.616 0-2.48 1.904-1.416 3.12l3.672 4.197A2 2 0 0 0 9.908 22h.861Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"/>"
326
+ }
327
+ }, ["16", "24"], "action-tap")); };
320
328
  var IconActionTestReplay = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
321
329
  "16": {
322
330
  "body": "<path d=\"M7 10.25v-4.5L10.5 8 7 10.25Z\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M3.101 13A7 7 0 1 0 1 8h2m4-2.25v4.5L10.5 8 7 5.75Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"/>"
@@ -569,36 +577,70 @@ var IconChevronLeftDouble = function (props) { return React__namespace.createEle
569
577
  }
570
578
  }, ["16"], "chevron-left-double")); };
571
579
  var IconChevronLeftLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
580
+ "8": {
581
+ "body": "<path d=\"m5.5 1-3 3 3 3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
582
+ },
572
583
  "16": {
573
584
  "body": "<path d=\"M11 14 5 8l6-6\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
585
+ },
586
+ "24": {
587
+ "body": "<path d=\"m16.5 21-9-9 9-9\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
574
588
  }
575
- }, ["16"], "chevron-left-large")); };
589
+ }, ["8", "16", "24"], "chevron-left-large")); };
590
+ var IconChevronLeftMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
591
+ "16": {
592
+ "body": "<path d=\"M10 4 6 8l4 4\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
593
+ },
594
+ "24": {
595
+ "body": "<path d=\"m15 18-6-6 6-6\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
596
+ }
597
+ }, ["16", "24"], "chevron-left-medium")); };
576
598
  var IconChevronLeftSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
577
599
  "8": {
578
600
  "body": "<path d=\"m5.5 1-3 3 3 3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
579
601
  },
580
602
  "16": {
581
603
  "body": "<path d=\"M10 4 6 8l4 4\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
604
+ },
605
+ "24": {
606
+ "body": "<path d=\"m13.5 15-3-3 3-3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
582
607
  }
583
- }, ["8", "16"], "chevron-left-small")); };
608
+ }, ["8", "16", "24"], "chevron-left-small")); };
584
609
  var IconChevronRightDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
585
610
  "16": {
586
611
  "body": "<path d=\"m9 11 3-3-3-3m-5 6 3-3-3-3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
587
612
  }
588
613
  }, ["16"], "chevron-right-double")); };
589
614
  var IconChevronRightLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
615
+ "8": {
616
+ "body": "<path d=\"m2.5 1 3 3-3 3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
617
+ },
590
618
  "16": {
591
619
  "body": "<path d=\"m5 14 6-6-6-6\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
620
+ },
621
+ "24": {
622
+ "body": "<path d=\"m7.5 21 9-9-9-9\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
592
623
  }
593
- }, ["16"], "chevron-right-large")); };
624
+ }, ["8", "16", "24"], "chevron-right-large")); };
625
+ var IconChevronRightMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
626
+ "16": {
627
+ "body": "<path d=\"m6 12 4-4-4-4\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
628
+ },
629
+ "24": {
630
+ "body": "<path d=\"m9 18 6-6-6-6\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
631
+ }
632
+ }, ["16", "24"], "chevron-right-medium")); };
594
633
  var IconChevronRightSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
595
634
  "8": {
596
635
  "body": "<path d=\"m2.5 1 3 3-3 3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
597
636
  },
598
637
  "16": {
599
638
  "body": "<path d=\"m6 12 4-4-4-4\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
639
+ },
640
+ "24": {
641
+ "body": "<path d=\"m10.5 15 3-3-3-3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
600
642
  }
601
- }, ["8", "16"], "chevron-right-small")); };
643
+ }, ["8", "16", "24"], "chevron-right-small")); };
602
644
  var IconChevronUpDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
603
645
  "16": {
604
646
  "body": "<path d=\"m5 7 3-3 3 3m-6 5 3-3 3 3\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
@@ -1701,8 +1743,11 @@ var IconTechnologyAccessibilityDisabled = function (props) { return React__names
1701
1743
  var IconTechnologyAccessibility = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
1702
1744
  "24": {
1703
1745
  "body": "<path d=\"m12 10.999 4-1m-4 1-4-1m4 1v3m0 0-3 4m3-4 3 4m8-6c0 6.075-4.925 11-11 11s-11-4.925-11-11 4.925-11 11-11 11 4.925 11 11Zm-11-4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\" stroke=\"currentColor\" fill=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"icon-dark-stroke icon-light-fill\"/>"
1746
+ },
1747
+ "48": {
1748
+ "body": "<rect x=\"5\" y=\"4.999\" width=\"38\" height=\"38\" rx=\"19\" fill=\"#F3F4FA\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-6.758.03a1 1 0 1 0-.485 1.94L23 21.53v4.137L17.95 32.4a1 1 0 0 0 1.6 1.2L24 27.667l4.45 5.933a1 1 0 0 0 1.6-1.2L25 25.667V21.53l6.242-1.56a1 1 0 1 0-.485-1.941L24 19.72l-6.758-1.69Z\" fill=\"currentColor\" class=\"icon-dark\"/>"
1704
1749
  }
1705
- }, ["24"], "technology-accessibility")); };
1750
+ }, ["24", "48"], "technology-accessibility")); };
1706
1751
  var IconTechnologyBranchHTall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
1707
1752
  "16": {
1708
1753
  "body": "<path d=\"M3 13h3v-2H3v2Zm3 0h7v-2H6v2Zm4.386-8H13V3h-2.614v2Zm-3.45 7.351L9.45 5.65l-1.873-.702-2.513 6.702 1.872.702ZM14 4v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V4Zm0 0V2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm0 8v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2ZM2 12v2a2 2 0 0 0 2-2H2Zm0 0H0a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm8.386-9a3 3 0 0 0-2.809 1.947l1.873.702A1 1 0 0 1 10.386 5V3Z\" fill=\"currentColor\" class=\"icon-dark\"/>"
@@ -2162,6 +2207,7 @@ exports.IconActionRefresh = IconActionRefresh;
2162
2207
  exports.IconActionRegenerateConfig = IconActionRegenerateConfig;
2163
2208
  exports.IconActionRestart = IconActionRestart;
2164
2209
  exports.IconActionStop = IconActionStop;
2210
+ exports.IconActionTap = IconActionTap;
2165
2211
  exports.IconActionTestReplay = IconActionTestReplay;
2166
2212
  exports.IconActionThumbsDown = IconActionThumbsDown;
2167
2213
  exports.IconActionThumbsUp = IconActionThumbsUp;
@@ -2213,9 +2259,11 @@ exports.IconChevronDownMedium = IconChevronDownMedium;
2213
2259
  exports.IconChevronDownSmall = IconChevronDownSmall;
2214
2260
  exports.IconChevronLeftDouble = IconChevronLeftDouble;
2215
2261
  exports.IconChevronLeftLarge = IconChevronLeftLarge;
2262
+ exports.IconChevronLeftMedium = IconChevronLeftMedium;
2216
2263
  exports.IconChevronLeftSmall = IconChevronLeftSmall;
2217
2264
  exports.IconChevronRightDouble = IconChevronRightDouble;
2218
2265
  exports.IconChevronRightLarge = IconChevronRightLarge;
2266
+ exports.IconChevronRightMedium = IconChevronRightMedium;
2219
2267
  exports.IconChevronRightSmall = IconChevronRightSmall;
2220
2268
  exports.IconChevronUpDouble = IconChevronUpDouble;
2221
2269
  exports.IconChevronUpLarge = IconChevronUpLarge;