@cypress-design/react-icon 1.17.0 → 1.19.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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +22 -0
- package/_TreeShakableIcons.ts +64 -4
- package/dist/_TreeShakableIcons.d.ts +4 -0
- package/dist/_TreeShakableIcons.d.ts.map +1 -1
- package/dist/index.es.mjs +49 -5
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +52 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -577,36 +577,70 @@ var IconChevronLeftDouble = function (props) { return React__namespace.createEle
|
|
|
577
577
|
}
|
|
578
578
|
}, ["16"], "chevron-left-double")); };
|
|
579
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
|
+
},
|
|
580
583
|
"16": {
|
|
581
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\"/>"
|
|
588
|
+
}
|
|
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\"/>"
|
|
582
596
|
}
|
|
583
|
-
}, ["16"], "chevron-left-
|
|
597
|
+
}, ["16", "24"], "chevron-left-medium")); };
|
|
584
598
|
var IconChevronLeftSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
585
599
|
"8": {
|
|
586
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\"/>"
|
|
587
601
|
},
|
|
588
602
|
"16": {
|
|
589
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\"/>"
|
|
590
607
|
}
|
|
591
|
-
}, ["8", "16"], "chevron-left-small")); };
|
|
608
|
+
}, ["8", "16", "24"], "chevron-left-small")); };
|
|
592
609
|
var IconChevronRightDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
593
610
|
"16": {
|
|
594
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\"/>"
|
|
595
612
|
}
|
|
596
613
|
}, ["16"], "chevron-right-double")); };
|
|
597
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
|
+
},
|
|
598
618
|
"16": {
|
|
599
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\"/>"
|
|
623
|
+
}
|
|
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\"/>"
|
|
600
631
|
}
|
|
601
|
-
}, ["16"], "chevron-right-
|
|
632
|
+
}, ["16", "24"], "chevron-right-medium")); };
|
|
602
633
|
var IconChevronRightSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
603
634
|
"8": {
|
|
604
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\"/>"
|
|
605
636
|
},
|
|
606
637
|
"16": {
|
|
607
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\"/>"
|
|
608
642
|
}
|
|
609
|
-
}, ["8", "16"], "chevron-right-small")); };
|
|
643
|
+
}, ["8", "16", "24"], "chevron-right-small")); };
|
|
610
644
|
var IconChevronUpDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
611
645
|
"16": {
|
|
612
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\"/>"
|
|
@@ -967,6 +1001,16 @@ var IconGeneralRocket = function (props) { return React__namespace.createElement
|
|
|
967
1001
|
"body": "<path d=\"m6 13.5-3 2L8.5 21l2-3L6 13.5ZM3.635 11.135 5 12.5l5.23-5.23H7.5l-3.865 3.865ZM11.5 19l1.365 1.365 3.866-3.865v-2.73L11.5 19Z\" class=\"icon-light\"/><path d=\"M16.73 13.77v2.73l-3.865 3.865L11.5 19m5.23-5.23L11.5 19m5.23-5.23 3.098-3.098A4 4 0 0 0 21 7.843V3h-4.843a4 4 0 0 0-2.829 1.172l-3.097 3.097m0 0H7.5l-3.865 3.866L5 12.5m5.23-5.23L5 12.5m0 0 6.5 6.5M6 13.5l-3 2L8.5 21l2-3L6 13.5Z\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path opacity=\".4\" d=\"M.146 19.646a.5.5 0 0 0 .708.708l-.708-.708Zm0 3.5a.5.5 0 0 0 .708.708l-.708-.708Zm3.5 0a.5.5 0 0 0 .708.708l-.708-.708Zm-1.5-5.5-2 2 .708.708 2-2-.708-.708Zm1.75 1.75-3.75 3.75.708.708 3.75-3.75-.708-.708Zm1.75 1.75-2 2 .708.708 2-2-.708-.708Z\" fill=\"#1B1E2E\"/><path d=\"m13.5 16.5-6-6\" stroke=\"currentColor\" class=\"icon-dark\" stroke-linecap=\"round\"/><circle cx=\"16.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
968
1002
|
}
|
|
969
1003
|
}, ["16", "24"], "general-rocket")); };
|
|
1004
|
+
var IconGeneralSparkleDoubleLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1005
|
+
"16": {
|
|
1006
|
+
"body": "<path d=\"m7.878 3.229-.893 1.785a4.904 4.904 0 0 1-2.193 2.194L3.007 8.1a.012.012 0 0 0 0 .022l1.785.893a4.904 4.904 0 0 1 2.193 2.193l.893 1.785c.004.01.017.01.022 0l.893-1.785a4.904 4.904 0 0 1 2.193-2.193l1.785-.893a.012.012 0 0 0 0-.022l-1.785-.892a4.904 4.904 0 0 1-2.193-2.194L7.9 3.23a.012.012 0 0 0-.022 0Z\" fill=\"currentColor\" class=\"icon-light\"/><path d=\"m7.878 3.229-.893 1.785a4.904 4.904 0 0 1-2.193 2.194L3.007 8.1a.012.012 0 0 0 0 .022l1.785.893a4.904 4.904 0 0 1 2.193 2.193l.893 1.785c.004.01.017.01.022 0l.893-1.785a4.904 4.904 0 0 1 2.193-2.193l1.785-.893a.012.012 0 0 0 0-.022l-1.785-.892a4.904 4.904 0 0 1-2.193-2.194L7.9 3.23a.012.012 0 0 0-.022 0ZM12.796 3.204 12.39 3l.407-.204L13 2.39l.204.407.407.204-.407.204L13 3.61l-.204-.407Z\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1007
|
+
}
|
|
1008
|
+
}, ["16"], "general-sparkle-double-large")); };
|
|
1009
|
+
var IconGeneralSparkleDoubleSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1010
|
+
"16": {
|
|
1011
|
+
"body": "<path d=\"m7.991 4.006-.73 1.46a4.012 4.012 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4.013 4.013 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4.013 4.013 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4.013 4.013 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0Z\" fill=\"currentColor\" class=\"icon-light\"/><path d=\"m7.991 4.006-.73 1.46a4.012 4.012 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4.013 4.013 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4.013 4.013 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4.013 4.013 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0ZM12.333 3.667 12 3.5l.333-.167L12.5 3l.167.333L13 3.5l-.333.167L12.5 4l-.167-.333Z\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1012
|
+
}
|
|
1013
|
+
}, ["16"], "general-sparkle-double-small")); };
|
|
970
1014
|
var IconGeneralSparkleSingleLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
971
1015
|
"16": {
|
|
972
1016
|
"body": "<path d=\"M7.987 2.008 6.89 4.2a6.019 6.019 0 0 1-2.692 2.692L2.01 7.987a.015.015 0 0 0 0 .026l2.19 1.096a6.018 6.018 0 0 1 2.692 2.692l1.096 2.19a.015.015 0 0 0 .026 0l1.096-2.19a6.018 6.018 0 0 1 2.692-2.692l2.19-1.096a.015.015 0 0 0 0-.026l-2.19-1.096a6.018 6.018 0 0 1-2.692-2.692L8.013 2.01a.015.015 0 0 0-.026 0Z\" fill=\"#D0D2E0\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
@@ -2225,9 +2269,11 @@ exports.IconChevronDownMedium = IconChevronDownMedium;
|
|
|
2225
2269
|
exports.IconChevronDownSmall = IconChevronDownSmall;
|
|
2226
2270
|
exports.IconChevronLeftDouble = IconChevronLeftDouble;
|
|
2227
2271
|
exports.IconChevronLeftLarge = IconChevronLeftLarge;
|
|
2272
|
+
exports.IconChevronLeftMedium = IconChevronLeftMedium;
|
|
2228
2273
|
exports.IconChevronLeftSmall = IconChevronLeftSmall;
|
|
2229
2274
|
exports.IconChevronRightDouble = IconChevronRightDouble;
|
|
2230
2275
|
exports.IconChevronRightLarge = IconChevronRightLarge;
|
|
2276
|
+
exports.IconChevronRightMedium = IconChevronRightMedium;
|
|
2231
2277
|
exports.IconChevronRightSmall = IconChevronRightSmall;
|
|
2232
2278
|
exports.IconChevronUpDouble = IconChevronUpDouble;
|
|
2233
2279
|
exports.IconChevronUpLarge = IconChevronUpLarge;
|
|
@@ -2286,6 +2332,8 @@ exports.IconGeneralLifeRing = IconGeneralLifeRing;
|
|
|
2286
2332
|
exports.IconGeneralOfficeBuilding = IconGeneralOfficeBuilding;
|
|
2287
2333
|
exports.IconGeneralPlaceholder = IconGeneralPlaceholder;
|
|
2288
2334
|
exports.IconGeneralRocket = IconGeneralRocket;
|
|
2335
|
+
exports.IconGeneralSparkleDoubleLarge = IconGeneralSparkleDoubleLarge;
|
|
2336
|
+
exports.IconGeneralSparkleDoubleSmall = IconGeneralSparkleDoubleSmall;
|
|
2289
2337
|
exports.IconGeneralSparkleSingleLarge = IconGeneralSparkleSingleLarge;
|
|
2290
2338
|
exports.IconGeneralSparkleSingleSmall = IconGeneralSparkleSingleSmall;
|
|
2291
2339
|
exports.IconGeneralSparkleTriple = IconGeneralSparkleTriple;
|