@appquality/unguess-design-system 3.0.6-alpha → 3.0.7-alpha
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/build/index.js +107 -63
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -736,8 +736,9 @@ function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : func
|
|
|
736
736
|
var SvgUgSquare = function SvgUgSquare(props) {
|
|
737
737
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
738
738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
739
|
-
|
|
740
|
-
|
|
739
|
+
width: 24,
|
|
740
|
+
height: 24,
|
|
741
|
+
fill: "none"
|
|
741
742
|
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
742
743
|
fill: "#E80C7A",
|
|
743
744
|
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1Z"
|
|
@@ -749,8 +750,9 @@ function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : func
|
|
|
749
750
|
var SvgUgCircle = function SvgUgCircle(props) {
|
|
750
751
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
751
752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
|
-
|
|
753
|
-
|
|
753
|
+
width: 24,
|
|
754
|
+
height: 24,
|
|
755
|
+
fill: "none"
|
|
754
756
|
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
755
757
|
fill: "#FFCD1A",
|
|
756
758
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z"
|
|
@@ -762,8 +764,9 @@ function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : func
|
|
|
762
764
|
var SvgUgTriangle = function SvgUgTriangle(props) {
|
|
763
765
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
764
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
765
|
-
|
|
766
|
-
|
|
767
|
+
width: 24,
|
|
768
|
+
height: 24,
|
|
769
|
+
fill: "none"
|
|
767
770
|
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
768
771
|
fill: "#7B0DFF",
|
|
769
772
|
d: "m12 7.326 6.39 10.23H5.61L12 7.326Zm-.85-2.41-8.2 13.11c-.41.67.07 1.53.85 1.53h16.4a1 1 0 0 0 .85-1.53l-8.2-13.11a1 1 0 0 0-1.7 0Z"
|
|
@@ -775,8 +778,9 @@ function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : func
|
|
|
775
778
|
var SvgCampaignCompleted = function SvgCampaignCompleted(props) {
|
|
776
779
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
777
780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
778
|
-
|
|
779
|
-
|
|
781
|
+
width: 24,
|
|
782
|
+
height: 24,
|
|
783
|
+
fill: "none"
|
|
780
784
|
}, props), _rect$4 || (_rect$4 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
781
785
|
width: 24,
|
|
782
786
|
height: 24,
|
|
@@ -799,8 +803,9 @@ function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : func
|
|
|
799
803
|
var SvgCampaignLocked = function SvgCampaignLocked(props) {
|
|
800
804
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
801
805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
802
|
-
|
|
803
|
-
|
|
806
|
+
width: 24,
|
|
807
|
+
height: 24,
|
|
808
|
+
fill: "none"
|
|
804
809
|
}, props), _rect$3 || (_rect$3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
805
810
|
width: 24,
|
|
806
811
|
height: 24,
|
|
@@ -824,8 +829,9 @@ function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : func
|
|
|
824
829
|
var SvgCampaignIncoming = function SvgCampaignIncoming(props) {
|
|
825
830
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
826
831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
827
|
-
|
|
828
|
-
|
|
832
|
+
width: 24,
|
|
833
|
+
height: 24,
|
|
834
|
+
fill: "none"
|
|
829
835
|
}, props), _rect$2 || (_rect$2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
830
836
|
width: 24,
|
|
831
837
|
height: 24,
|
|
@@ -851,8 +857,9 @@ function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : func
|
|
|
851
857
|
var SvgCampaignProgress = function SvgCampaignProgress(props) {
|
|
852
858
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
853
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
854
|
-
|
|
855
|
-
|
|
860
|
+
width: 24,
|
|
861
|
+
height: 24,
|
|
862
|
+
fill: "none"
|
|
856
863
|
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
857
864
|
width: 24,
|
|
858
865
|
height: 24,
|
|
@@ -875,8 +882,9 @@ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : func
|
|
|
875
882
|
var SvgCampaignExperiential = function SvgCampaignExperiential(props) {
|
|
876
883
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
877
884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
878
|
-
|
|
879
|
-
|
|
885
|
+
width: 24,
|
|
886
|
+
height: 24,
|
|
887
|
+
fill: "none"
|
|
880
888
|
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
881
889
|
fill: "#50BF95",
|
|
882
890
|
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z",
|
|
@@ -898,8 +906,9 @@ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : func
|
|
|
898
906
|
var SvgCampaignFunctional = function SvgCampaignFunctional(props) {
|
|
899
907
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
900
908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
901
|
-
|
|
902
|
-
|
|
909
|
+
width: 24,
|
|
910
|
+
height: 24,
|
|
911
|
+
fill: "none"
|
|
903
912
|
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
904
913
|
fill: "#003A57",
|
|
905
914
|
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z",
|
|
@@ -2257,7 +2266,8 @@ function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : func
|
|
|
2257
2266
|
var SvgBoldFill = function SvgBoldFill(props) {
|
|
2258
2267
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
2259
2268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2260
|
-
|
|
2269
|
+
width: 16,
|
|
2270
|
+
height: 16
|
|
2261
2271
|
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2262
2272
|
fill: "currentColor",
|
|
2263
2273
|
d: "M7.5 0C9.952 0 12 2.048 12 4.5a4.483 4.483 0 0 1-1.27 3.108C12.078 8.39 13 9.855 13 11.5c0 2.452-2.048 4.5-4.5 4.5H4a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h3.5zM5 14h3.5c1.348 0 2.5-1.152 2.5-2.5S9.848 9 8.5 9H5v5zM7.5 2H5v5h2.5C8.848 7 10 5.848 10 4.5S8.848 2 7.5 2z"
|
|
@@ -2269,7 +2279,8 @@ function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : func
|
|
|
2269
2279
|
var SvgItalicFill = function SvgItalicFill(props) {
|
|
2270
2280
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
2271
2281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2272
|
-
|
|
2282
|
+
width: 16,
|
|
2283
|
+
height: 16
|
|
2273
2284
|
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2274
2285
|
fill: "none",
|
|
2275
2286
|
stroke: "currentColor",
|
|
@@ -2284,7 +2295,8 @@ function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : func
|
|
|
2284
2295
|
var SvgQuoteFill = function SvgQuoteFill(props) {
|
|
2285
2296
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
2286
2297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2287
|
-
|
|
2298
|
+
width: 16,
|
|
2299
|
+
height: 16
|
|
2288
2300
|
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2289
2301
|
fill: "currentColor",
|
|
2290
2302
|
d: "M7 8H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1zm6 0h-3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1z"
|
|
@@ -2302,7 +2314,8 @@ function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : func
|
|
|
2302
2314
|
var SvgH1Fill = function SvgH1Fill(props) {
|
|
2303
2315
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
2304
2316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2305
|
-
|
|
2317
|
+
width: 16,
|
|
2318
|
+
height: 16
|
|
2306
2319
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2307
2320
|
fill: "none",
|
|
2308
2321
|
d: "M0 0h16v16H0z"
|
|
@@ -2323,7 +2336,8 @@ function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : func
|
|
|
2323
2336
|
var SvgH2Fill = function SvgH2Fill(props) {
|
|
2324
2337
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
2325
2338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2326
|
-
|
|
2339
|
+
width: 16,
|
|
2340
|
+
height: 16
|
|
2327
2341
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2328
2342
|
fill: "none",
|
|
2329
2343
|
d: "M0 0h16v16H0z"
|
|
@@ -2344,7 +2358,8 @@ function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : func
|
|
|
2344
2358
|
var SvgH3Fill = function SvgH3Fill(props) {
|
|
2345
2359
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
2346
2360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2347
|
-
|
|
2361
|
+
width: 16,
|
|
2362
|
+
height: 16
|
|
2348
2363
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2349
2364
|
fill: "none",
|
|
2350
2365
|
d: "M0 0h16v16H0z"
|
|
@@ -2579,7 +2594,8 @@ function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : func
|
|
|
2579
2594
|
var SvgNotesStroke = function SvgNotesStroke(props) {
|
|
2580
2595
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2581
2596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2582
|
-
|
|
2597
|
+
width: 16,
|
|
2598
|
+
height: 16
|
|
2583
2599
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
2584
2600
|
fill: "none",
|
|
2585
2601
|
stroke: "currentColor"
|
|
@@ -2698,8 +2714,9 @@ function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : func
|
|
|
2698
2714
|
var SvgCheckLg = function SvgCheckLg(props) {
|
|
2699
2715
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2700
2716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2701
|
-
|
|
2702
|
-
|
|
2717
|
+
width: 16,
|
|
2718
|
+
height: 16,
|
|
2719
|
+
fill: "#68737D"
|
|
2703
2720
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2704
2721
|
fillRule: "evenodd",
|
|
2705
2722
|
d: "M14.646 2.646a.5.5 0 0 1 .708.708l-10 10a.5.5 0 0 1-.708 0l-4-4a.5.5 0 1 1 .708-.708L5 12.293l9.646-9.647Z",
|
|
@@ -2898,7 +2915,8 @@ function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : func
|
|
|
2898
2915
|
var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
|
|
2899
2916
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
2900
2917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2901
|
-
|
|
2918
|
+
width: 16,
|
|
2919
|
+
height: 16
|
|
2902
2920
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2903
2921
|
fill: "currentColor",
|
|
2904
2922
|
d: "M12.688 5.61a.5.5 0 0 1 .69.718l-.066.062-5 4a.5.5 0 0 1-.542.054l-.082-.054-5-4a.5.5 0 0 1 .55-.83l.074.05L8 9.359l4.688-3.75z"
|
|
@@ -2952,7 +2970,8 @@ function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : func
|
|
|
2952
2970
|
var SvgMenuStroke = function SvgMenuStroke(props) {
|
|
2953
2971
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
2954
2972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2955
|
-
|
|
2973
|
+
width: 16,
|
|
2974
|
+
height: 16
|
|
2956
2975
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2957
2976
|
fill: "none",
|
|
2958
2977
|
stroke: "currentColor",
|
|
@@ -3117,7 +3136,8 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
|
3117
3136
|
var SvgChevronRightStroke = function SvgChevronRightStroke(props) {
|
|
3118
3137
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
3119
3138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3120
|
-
|
|
3139
|
+
width: 16,
|
|
3140
|
+
height: 16
|
|
3121
3141
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3122
3142
|
fill: "currentColor",
|
|
3123
3143
|
d: "M5.61 3.312a.5.5 0 0 1 .718-.69l.062.066 4 5a.5.5 0 0 1 .054.542l-.054.082-4 5a.5.5 0 0 1-.83-.55l.05-.074L9.359 8l-3.75-4.688z"
|
|
@@ -3129,7 +3149,8 @@ function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : func
|
|
|
3129
3149
|
var SvgChevronLeftStroke = function SvgChevronLeftStroke(props) {
|
|
3130
3150
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
3131
3151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3132
|
-
|
|
3152
|
+
width: 16,
|
|
3153
|
+
height: 16
|
|
3133
3154
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3134
3155
|
fill: "currentColor",
|
|
3135
3156
|
d: "M10.39 12.688a.5.5 0 0 1-.718.69l-.062-.066-4-5a.5.5 0 0 1-.054-.542l.054-.082 4-5a.5.5 0 0 1 .83.55l-.05.074L6.641 8l3.75 4.688z"
|
|
@@ -3204,7 +3225,8 @@ function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : func
|
|
|
3204
3225
|
var SvgHomeFill = function SvgHomeFill(props) {
|
|
3205
3226
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
3206
3227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3207
|
-
|
|
3228
|
+
width: 26,
|
|
3229
|
+
height: 26
|
|
3208
3230
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3209
3231
|
fill: "currentColor",
|
|
3210
3232
|
d: "m23.885 13.2-1.328 1.639a.522.522 0 0 1-.737.084l-1.444-1.155v7.182c0 .577-.474 1.05-1.054 1.05H16.51c-.58 0-1.054-.473-1.054-1.05v-3.182a2.43 2.43 0 0 0-.716-1.732 2.448 2.448 0 0 0-1.74-.714 2.45 2.45 0 0 0-1.739.714 2.43 2.43 0 0 0-.716 1.732v3.182c0 .577-.474 1.05-1.054 1.05H6.678c-.582 0-1.054-.47-1.054-1.05v-7.182L4.18 14.923a.522.522 0 0 1-.737-.084L2.115 13.2a.52.52 0 0 1 .084-.735l10.474-8.348a.51.51 0 0 1 .654 0L23.8 12.466a.52.52 0 0 1 .084.735"
|
|
@@ -3216,7 +3238,8 @@ function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : func
|
|
|
3216
3238
|
var SvgHomeFillStyled = function SvgHomeFillStyled(props) {
|
|
3217
3239
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
3218
3240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3219
|
-
|
|
3241
|
+
width: 26,
|
|
3242
|
+
height: 26
|
|
3220
3243
|
}, props), _linearGradient || (_linearGradient = /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
3221
3244
|
id: "home-fill-styled_svg__a"
|
|
3222
3245
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
@@ -3274,7 +3297,8 @@ function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : func
|
|
|
3274
3297
|
var SvgFolderIcon = function SvgFolderIcon(props) {
|
|
3275
3298
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
3276
3299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3277
|
-
|
|
3300
|
+
width: 12,
|
|
3301
|
+
height: 12
|
|
3278
3302
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3279
3303
|
fill: "currentColor",
|
|
3280
3304
|
fillRule: "evenodd",
|
|
@@ -3288,8 +3312,9 @@ function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : func
|
|
|
3288
3312
|
var SvgTemplates = function SvgTemplates(props) {
|
|
3289
3313
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
3290
3314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3291
|
-
|
|
3292
|
-
|
|
3315
|
+
width: 26,
|
|
3316
|
+
height: 26,
|
|
3317
|
+
fill: "none"
|
|
3293
3318
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3294
3319
|
fill: "url(#templates_svg__a)",
|
|
3295
3320
|
fillRule: "evenodd",
|
|
@@ -3315,8 +3340,9 @@ function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : func
|
|
|
3315
3340
|
var SvgTemplatesActive = function SvgTemplatesActive(props) {
|
|
3316
3341
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
|
3317
3342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3318
|
-
|
|
3319
|
-
|
|
3343
|
+
width: 26,
|
|
3344
|
+
height: 26,
|
|
3345
|
+
fill: "none"
|
|
3320
3346
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3321
3347
|
fill: "url(#templates-active_svg__a)",
|
|
3322
3348
|
fillRule: "evenodd",
|
|
@@ -3566,8 +3592,9 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
|
3566
3592
|
var SvgPlus = function SvgPlus(props) {
|
|
3567
3593
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
|
3568
3594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3569
|
-
|
|
3570
|
-
|
|
3595
|
+
width: 16,
|
|
3596
|
+
height: 16,
|
|
3597
|
+
fill: "none"
|
|
3571
3598
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3572
3599
|
fill: "#68737D",
|
|
3573
3600
|
fillRule: "evenodd",
|
|
@@ -3877,7 +3904,8 @@ function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : func
|
|
|
3877
3904
|
var SvgPlayFill = function SvgPlayFill(props) {
|
|
3878
3905
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
|
3879
3906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3880
|
-
|
|
3907
|
+
width: 16,
|
|
3908
|
+
height: 16
|
|
3881
3909
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3882
3910
|
fill: "currentColor",
|
|
3883
3911
|
d: "M6 15.79c-.13 0-.26-.03-.38-.08a.977.977 0 0 1-.62-.92V1.21a1 1 0 0 1 .62-.93C6 .12 6.42.21 6.71.5l6.44 6.44c.58.58.58 1.54 0 2.12L6.71 15.5c-.19.19-.45.29-.71.29z"
|
|
@@ -3889,7 +3917,8 @@ function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : func
|
|
|
3889
3917
|
var SvgPauseFill = function SvgPauseFill(props) {
|
|
3890
3918
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
|
3891
3919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3892
|
-
|
|
3920
|
+
width: 16,
|
|
3921
|
+
height: 16
|
|
3893
3922
|
}, props), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
3894
3923
|
fill: "currentColor"
|
|
3895
3924
|
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
@@ -3914,8 +3943,9 @@ function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : func
|
|
|
3914
3943
|
var SvgForwardSecondsFill = function SvgForwardSecondsFill(props) {
|
|
3915
3944
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
|
3916
3945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3917
|
-
|
|
3918
|
-
|
|
3946
|
+
width: 16,
|
|
3947
|
+
height: 16,
|
|
3948
|
+
fill: "none"
|
|
3919
3949
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3920
3950
|
fill: "currentColor",
|
|
3921
3951
|
fillRule: "evenodd",
|
|
@@ -3932,8 +3962,9 @@ function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : func
|
|
|
3932
3962
|
var SvgBackSecondsFill = function SvgBackSecondsFill(props) {
|
|
3933
3963
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
|
3934
3964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3935
|
-
|
|
3936
|
-
|
|
3965
|
+
width: 16,
|
|
3966
|
+
height: 16,
|
|
3967
|
+
fill: "none"
|
|
3937
3968
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3938
3969
|
fill: "currentColor",
|
|
3939
3970
|
fillRule: "evenodd",
|
|
@@ -3950,6 +3981,8 @@ function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : func
|
|
|
3950
3981
|
var SvgPreviousFill = function SvgPreviousFill(props) {
|
|
3951
3982
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
|
3952
3983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3984
|
+
width: 16,
|
|
3985
|
+
height: 16,
|
|
3953
3986
|
viewBox: "0 0 24 24"
|
|
3954
3987
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3955
3988
|
fill: "currentColor",
|
|
@@ -4054,7 +4087,8 @@ function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : func
|
|
|
4054
4087
|
var SvgVolumeMutedFill = function SvgVolumeMutedFill(props) {
|
|
4055
4088
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
4056
4089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4057
|
-
|
|
4090
|
+
width: 16,
|
|
4091
|
+
height: 16
|
|
4058
4092
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4059
4093
|
stroke: "currentColor",
|
|
4060
4094
|
strokeLinecap: "round",
|
|
@@ -4070,7 +4104,8 @@ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : func
|
|
|
4070
4104
|
var SvgVolumeUnmutedFill = function SvgVolumeUnmutedFill(props) {
|
|
4071
4105
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
4072
4106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4073
|
-
|
|
4107
|
+
width: 16,
|
|
4108
|
+
height: 16
|
|
4074
4109
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4075
4110
|
fill: "currentColor",
|
|
4076
4111
|
d: "M9 15.29c-.26 0-.51-.1-.71-.29l-4-4H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.29l4-4a1.002 1.002 0 0 1 1.71.71V14.3a.986.986 0 0 1-1 .99z"
|
|
@@ -4128,7 +4163,8 @@ function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : func
|
|
|
4128
4163
|
var SvgMaximizeFill = function SvgMaximizeFill(props) {
|
|
4129
4164
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
4130
4165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4131
|
-
|
|
4166
|
+
width: 16,
|
|
4167
|
+
height: 16
|
|
4132
4168
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4133
4169
|
fill: "currentColor",
|
|
4134
4170
|
d: "M16 4.29V1c0-.55-.45-1-1-1h-3.29c-.45 0-.67.54-.35.85l3.79 3.79c.31.32.85.1.85-.35zM0 11.71V15c0 .55.45 1 1 1h3.29c.45 0 .67-.54.35-.85L.85 11.36a.495.495 0 0 0-.85.35zm0-7.42V1c0-.55.45-1 1-1h3.29c.45 0 .67.54.35.85L.85 4.65A.5.5 0 0 1 0 4.29zm16 7.42V15c0 .55-.45 1-1 1h-3.29c-.45 0-.67-.54-.35-.85l3.79-3.79c.31-.32.85-.1.85.35z"
|
|
@@ -4404,7 +4440,8 @@ function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : func
|
|
|
4404
4440
|
var SvgExit = function SvgExit(props) {
|
|
4405
4441
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
4406
4442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4407
|
-
|
|
4443
|
+
width: 16,
|
|
4444
|
+
height: 16
|
|
4408
4445
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4409
4446
|
fill: "currentColor",
|
|
4410
4447
|
d: "M3 15.93c-.23 0-.45-.08-.64-.23l-2-1.67a.987.987 0 0 1-.36-.76V2.73c0-.3.13-.58.36-.77l2-1.67c.3-.24.71-.29 1.06-.13a1 1 0 0 1 .58.91v13.87a1 1 0 0 1-.58.91c-.13.05-.28.08-.42.08zM12 11V5c0-.45.54-.67.85-.35L15.5 7.3c.39.39.39 1.02 0 1.41l-2.65 2.65A.5.5 0 0 1 12 11z"
|
|
@@ -4421,8 +4458,9 @@ function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : func
|
|
|
4421
4458
|
var SvgThumbsUp = function SvgThumbsUp(props) {
|
|
4422
4459
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
4423
4460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4424
|
-
|
|
4425
|
-
|
|
4461
|
+
width: 16,
|
|
4462
|
+
height: 16,
|
|
4463
|
+
fill: "none"
|
|
4426
4464
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4427
4465
|
fill: "#68737D",
|
|
4428
4466
|
fillRule: "evenodd",
|
|
@@ -4436,7 +4474,8 @@ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : func
|
|
|
4436
4474
|
var SvgLockLockedFill = function SvgLockLockedFill(props) {
|
|
4437
4475
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
4438
4476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4439
|
-
|
|
4477
|
+
width: 16,
|
|
4478
|
+
height: 16
|
|
4440
4479
|
}, props), _rect || (_rect = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
4441
4480
|
width: 12,
|
|
4442
4481
|
height: 9,
|
|
@@ -4562,8 +4601,9 @@ function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : func
|
|
|
4562
4601
|
var SvgQuestionMark = function SvgQuestionMark(props) {
|
|
4563
4602
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
4564
4603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4565
|
-
|
|
4566
|
-
|
|
4604
|
+
width: 16,
|
|
4605
|
+
height: 16,
|
|
4606
|
+
fill: "currentColor"
|
|
4567
4607
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4568
4608
|
fillRule: "evenodd",
|
|
4569
4609
|
d: "M8 11.5a1 1 0 0 0 1-1V9.4c0-.562.334-1.08.93-1.452 1.45-.788 2.318-2.413 2.058-4.1C11.716 2.214 10.386.884 8.764.614c-2.02-.38-3.953.749-4.52 2.592a1 1 0 0 0 1.912.588c.264-.858 1.207-1.408 2.26-1.211.798.133 1.468.803 1.598 1.581.125.816-.311 1.632-1.093 2.058C7.726 6.967 7 8.092 7 9.4v1.1a1 1 0 0 0 1 1Zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
@@ -4576,8 +4616,9 @@ function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : func
|
|
|
4576
4616
|
var SvgCopy = function SvgCopy(props) {
|
|
4577
4617
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
|
|
4578
4618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4579
|
-
|
|
4580
|
-
|
|
4619
|
+
width: 12,
|
|
4620
|
+
height: 16,
|
|
4621
|
+
fill: "none"
|
|
4581
4622
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4582
4623
|
fill: "#003A57",
|
|
4583
4624
|
fillRule: "evenodd",
|
|
@@ -4591,8 +4632,9 @@ function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : func
|
|
|
4591
4632
|
var SvgInfoFill = function SvgInfoFill(props) {
|
|
4592
4633
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
4593
4634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4594
|
-
|
|
4595
|
-
|
|
4635
|
+
width: 16,
|
|
4636
|
+
height: 16,
|
|
4637
|
+
fill: "currentColor"
|
|
4596
4638
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4597
4639
|
fillRule: "evenodd",
|
|
4598
4640
|
d: "M7.5 16C3.36 16 0 12.64 0 8.5 0 4.36 3.36 1 7.5 1 11.64 1 15 4.36 15 8.5c0 4.14-3.36 7.5-7.5 7.5ZM7 12.5c0 .28.22.5.5.5s.5-.22.5-.5V8c0-.28-.22-.5-.5-.5S7 7.72 7 8v4.5ZM7.5 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Z",
|
|
@@ -4688,8 +4730,9 @@ function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : func
|
|
|
4688
4730
|
var SvgEmpty = function SvgEmpty(props) {
|
|
4689
4731
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
|
4690
4732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4691
|
-
|
|
4692
|
-
|
|
4733
|
+
width: 16,
|
|
4734
|
+
height: 16,
|
|
4735
|
+
fill: "#68737D"
|
|
4693
4736
|
}, props));
|
|
4694
4737
|
};
|
|
4695
4738
|
|
|
@@ -4698,8 +4741,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4698
4741
|
var SvgTranslationExists = function SvgTranslationExists(props) {
|
|
4699
4742
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4700
4743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4701
|
-
|
|
4702
|
-
|
|
4744
|
+
width: 16,
|
|
4745
|
+
height: 16,
|
|
4746
|
+
fill: "#68737D"
|
|
4703
4747
|
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4704
4748
|
fillRule: "evenodd",
|
|
4705
4749
|
d: "M6 8.31a.496.496 0 0 1-.67.49c-.33-.12-.62-.3-.88-.49C3.9 8.73 3.26 9 2.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.44 0 .84-.14 1.19-.37-.79-.9-1.14-1.91-1.16-1.97-.09-.26.05-.55.31-.63.26-.09.55.05.63.31 0 .01.31.87.96 1.61.76-.91 1.21-2.2 1.43-2.95H2.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H4v-.5c0-.28.22-.5.5-.5s.5.22.5.5V3h1.5c.15 0 .29.07.39.18.09.12.13.27.1.42-.01.05-.08.38-.22.83C7.11 4.17 7.53 4 8 4h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v9c0 .55.45 1 1 1h5V8.31Zm-.33-.45c.19.07.32.24.33.43V6.35c-.23.44-.5.87-.82 1.26.15.1.31.18.49.25ZM15 5H8c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1Zm-1.3 7.96a.51.51 0 0 1-.66-.26l-.31-.7h-2.46l-.31.7c-.11.25-.41.37-.66.25a.497.497 0 0 1-.25-.66l2-4.5c.16-.36.75-.36.91 0l2 4.5c.11.26 0 .55-.26.67ZM10.71 11h1.58l-.79-1.77-.79 1.77Z",
|