paymob-pixel-alpha 1.1.19 → 1.1.21
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/Inter-Regular.ttf +0 -0
- package/assets/fonts/SAR-Symbol/Inter-Regular.ttf +0 -0
- package/assets/icons/premium.png +0 -0
- package/chevron-left.0db02cc783fd28339af092ce632655a5.svg +16 -0
- package/chevron-right.7f4f648f04bde910c6e81a24aed750ea.svg +16 -0
- package/circle-info.86d7b952e59c07872f24259c4d5141f3.svg +16 -0
- package/main.css +0 -1
- package/main.js +1589 -802
- package/package.json +1 -1
- package/styles.css +207 -17
- package/xmark.de98e58abcad3fa106c3784223a0479b.svg +16 -0
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -19,6 +19,17 @@
|
|
|
19
19
|
src: url('Gotham-Bold.otf') format('opentype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'SAR-Symbol';
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
src: url('Inter-Regular.ttf') format('truetype');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.currency-sar-symbol {
|
|
30
|
+
font-family: 'SAR-Symbol', sans-serif;
|
|
31
|
+
}
|
|
32
|
+
|
|
22
33
|
/*
|
|
23
34
|
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
|
|
24
35
|
*/
|
|
@@ -636,6 +647,10 @@ video {
|
|
|
636
647
|
top: -0.75rem;
|
|
637
648
|
}
|
|
638
649
|
|
|
650
|
+
.left-0 {
|
|
651
|
+
left: 0px;
|
|
652
|
+
}
|
|
653
|
+
|
|
639
654
|
.left-1\/2 {
|
|
640
655
|
left: 50%;
|
|
641
656
|
}
|
|
@@ -656,6 +671,18 @@ video {
|
|
|
656
671
|
right: 1rem;
|
|
657
672
|
}
|
|
658
673
|
|
|
674
|
+
.right-5 {
|
|
675
|
+
right: 1.25rem;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.right-6 {
|
|
679
|
+
right: 1.5rem;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.top-0 {
|
|
683
|
+
top: 0px;
|
|
684
|
+
}
|
|
685
|
+
|
|
659
686
|
.top-1\/2 {
|
|
660
687
|
top: 50%;
|
|
661
688
|
}
|
|
@@ -672,6 +699,14 @@ video {
|
|
|
672
699
|
top: 1rem;
|
|
673
700
|
}
|
|
674
701
|
|
|
702
|
+
.top-5 {
|
|
703
|
+
top: 1.25rem;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.top-6 {
|
|
707
|
+
top: 1.5rem;
|
|
708
|
+
}
|
|
709
|
+
|
|
675
710
|
.top-8 {
|
|
676
711
|
top: 2rem;
|
|
677
712
|
}
|
|
@@ -696,6 +731,14 @@ video {
|
|
|
696
731
|
z-index: 20;
|
|
697
732
|
}
|
|
698
733
|
|
|
734
|
+
.z-\[5\] {
|
|
735
|
+
z-index: 5;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.z-\[7\] {
|
|
739
|
+
z-index: 7;
|
|
740
|
+
}
|
|
741
|
+
|
|
699
742
|
.m-2 {
|
|
700
743
|
margin: 0.5rem;
|
|
701
744
|
}
|
|
@@ -723,11 +766,6 @@ video {
|
|
|
723
766
|
margin-right: 0.5rem;
|
|
724
767
|
}
|
|
725
768
|
|
|
726
|
-
.mx-20 {
|
|
727
|
-
margin-left: 5rem;
|
|
728
|
-
margin-right: 5rem;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
769
|
.mx-auto {
|
|
732
770
|
margin-left: auto;
|
|
733
771
|
margin-right: auto;
|
|
@@ -757,6 +795,10 @@ video {
|
|
|
757
795
|
margin-top: 0px !important;
|
|
758
796
|
}
|
|
759
797
|
|
|
798
|
+
.-me-px {
|
|
799
|
+
margin-inline-end: -1px;
|
|
800
|
+
}
|
|
801
|
+
|
|
760
802
|
.-ms-px {
|
|
761
803
|
margin-inline-start: -1px;
|
|
762
804
|
}
|
|
@@ -793,6 +835,10 @@ video {
|
|
|
793
835
|
margin-bottom: 1.25rem;
|
|
794
836
|
}
|
|
795
837
|
|
|
838
|
+
.mb-6 {
|
|
839
|
+
margin-bottom: 1.5rem;
|
|
840
|
+
}
|
|
841
|
+
|
|
796
842
|
.mb-8 {
|
|
797
843
|
margin-bottom: 2rem;
|
|
798
844
|
}
|
|
@@ -1025,6 +1071,10 @@ video {
|
|
|
1025
1071
|
height: 4.65rem;
|
|
1026
1072
|
}
|
|
1027
1073
|
|
|
1074
|
+
.h-\[40px\] {
|
|
1075
|
+
height: 40px;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1028
1078
|
.h-\[45px\] {
|
|
1029
1079
|
height: 45px;
|
|
1030
1080
|
}
|
|
@@ -1069,6 +1119,10 @@ video {
|
|
|
1069
1119
|
max-height: 14rem;
|
|
1070
1120
|
}
|
|
1071
1121
|
|
|
1122
|
+
.max-h-\[350px\] {
|
|
1123
|
+
max-height: 350px;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1072
1126
|
.max-h-full {
|
|
1073
1127
|
max-height: 100%;
|
|
1074
1128
|
}
|
|
@@ -1265,6 +1319,10 @@ video {
|
|
|
1265
1319
|
width: 100%;
|
|
1266
1320
|
}
|
|
1267
1321
|
|
|
1322
|
+
.min-w-\[22rem\] {
|
|
1323
|
+
min-width: 22rem;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1268
1326
|
.min-w-\[8rem\] {
|
|
1269
1327
|
min-width: 8rem;
|
|
1270
1328
|
}
|
|
@@ -1494,6 +1552,10 @@ video {
|
|
|
1494
1552
|
align-self: center;
|
|
1495
1553
|
}
|
|
1496
1554
|
|
|
1555
|
+
.self-stretch {
|
|
1556
|
+
align-self: stretch;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1497
1559
|
.justify-self-start {
|
|
1498
1560
|
justify-self: start;
|
|
1499
1561
|
}
|
|
@@ -1514,6 +1576,10 @@ video {
|
|
|
1514
1576
|
overflow-y: auto;
|
|
1515
1577
|
}
|
|
1516
1578
|
|
|
1579
|
+
.scroll-smooth {
|
|
1580
|
+
scroll-behavior: smooth;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1517
1583
|
.whitespace-nowrap {
|
|
1518
1584
|
white-space: nowrap;
|
|
1519
1585
|
}
|
|
@@ -1550,6 +1616,10 @@ video {
|
|
|
1550
1616
|
border-radius: 1.75rem;
|
|
1551
1617
|
}
|
|
1552
1618
|
|
|
1619
|
+
.rounded-\[12px\] {
|
|
1620
|
+
border-radius: 12px;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1553
1623
|
.rounded-full {
|
|
1554
1624
|
border-radius: 9999px;
|
|
1555
1625
|
}
|
|
@@ -1737,6 +1807,11 @@ video {
|
|
|
1737
1807
|
border-color: rgb(185 202 255 / var(--tw-border-opacity));
|
|
1738
1808
|
}
|
|
1739
1809
|
|
|
1810
|
+
.border-\[\#D0D5DD\] {
|
|
1811
|
+
--tw-border-opacity: 1;
|
|
1812
|
+
border-color: rgb(208 213 221 / var(--tw-border-opacity));
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1740
1815
|
.border-\[\#DC6803\] {
|
|
1741
1816
|
--tw-border-opacity: 1;
|
|
1742
1817
|
border-color: rgb(220 104 3 / var(--tw-border-opacity));
|
|
@@ -1871,6 +1946,11 @@ video {
|
|
|
1871
1946
|
background-color: rgb(232 237 255 / var(--tw-bg-opacity));
|
|
1872
1947
|
}
|
|
1873
1948
|
|
|
1949
|
+
.bg-\[\#F9FAFB\] {
|
|
1950
|
+
--tw-bg-opacity: 1;
|
|
1951
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1874
1954
|
.bg-\[\#FFFCF5\] {
|
|
1875
1955
|
--tw-bg-opacity: 1;
|
|
1876
1956
|
background-color: rgb(255 252 245 / var(--tw-bg-opacity));
|
|
@@ -2046,6 +2126,10 @@ video {
|
|
|
2046
2126
|
padding: 0.875rem;
|
|
2047
2127
|
}
|
|
2048
2128
|
|
|
2129
|
+
.p-\[14px\] {
|
|
2130
|
+
padding: 14px;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2049
2133
|
.p-\[16px\] {
|
|
2050
2134
|
padding: 16px;
|
|
2051
2135
|
}
|
|
@@ -2104,6 +2188,11 @@ video {
|
|
|
2104
2188
|
padding-right: 2rem;
|
|
2105
2189
|
}
|
|
2106
2190
|
|
|
2191
|
+
.px-\[0\.6rem\] {
|
|
2192
|
+
padding-left: 0.6rem;
|
|
2193
|
+
padding-right: 0.6rem;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2107
2196
|
.px-\[0\.75rem\] {
|
|
2108
2197
|
padding-left: 0.75rem;
|
|
2109
2198
|
padding-right: 0.75rem;
|
|
@@ -2114,6 +2203,16 @@ video {
|
|
|
2114
2203
|
padding-right: 1.125rem;
|
|
2115
2204
|
}
|
|
2116
2205
|
|
|
2206
|
+
.px-\[12px\] {
|
|
2207
|
+
padding-left: 12px;
|
|
2208
|
+
padding-right: 12px;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.px-\[2px\] {
|
|
2212
|
+
padding-left: 2px;
|
|
2213
|
+
padding-right: 2px;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2117
2216
|
.py-0 {
|
|
2118
2217
|
padding-top: 0px;
|
|
2119
2218
|
padding-bottom: 0px;
|
|
@@ -2169,6 +2268,16 @@ video {
|
|
|
2169
2268
|
padding-bottom: 2rem;
|
|
2170
2269
|
}
|
|
2171
2270
|
|
|
2271
|
+
.py-\[0\.15rem\] {
|
|
2272
|
+
padding-top: 0.15rem;
|
|
2273
|
+
padding-bottom: 0.15rem;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.py-\[0\.1rem\] {
|
|
2277
|
+
padding-top: 0.1rem;
|
|
2278
|
+
padding-bottom: 0.1rem;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2172
2281
|
.py-\[0\.45rem\] {
|
|
2173
2282
|
padding-top: 0.45rem;
|
|
2174
2283
|
padding-bottom: 0.45rem;
|
|
@@ -2205,12 +2314,12 @@ video {
|
|
|
2205
2314
|
padding-bottom: 1rem;
|
|
2206
2315
|
}
|
|
2207
2316
|
|
|
2208
|
-
.pb-
|
|
2209
|
-
padding-bottom:
|
|
2317
|
+
.pb-6 {
|
|
2318
|
+
padding-bottom: 1.5rem;
|
|
2210
2319
|
}
|
|
2211
2320
|
|
|
2212
|
-
.
|
|
2213
|
-
padding-
|
|
2321
|
+
.pb-8 {
|
|
2322
|
+
padding-bottom: 2rem;
|
|
2214
2323
|
}
|
|
2215
2324
|
|
|
2216
2325
|
.pl-2 {
|
|
@@ -2237,6 +2346,10 @@ video {
|
|
|
2237
2346
|
padding-right: 1rem;
|
|
2238
2347
|
}
|
|
2239
2348
|
|
|
2349
|
+
.ps-6 {
|
|
2350
|
+
padding-inline-start: 1.5rem;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2240
2353
|
.pt-2 {
|
|
2241
2354
|
padding-top: 0.5rem;
|
|
2242
2355
|
}
|
|
@@ -2245,6 +2358,10 @@ video {
|
|
|
2245
2358
|
padding-top: 1rem;
|
|
2246
2359
|
}
|
|
2247
2360
|
|
|
2361
|
+
.pt-6 {
|
|
2362
|
+
padding-top: 1.5rem;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2248
2365
|
.pt-\[24px\] {
|
|
2249
2366
|
padding-top: 24px;
|
|
2250
2367
|
}
|
|
@@ -2283,6 +2400,10 @@ video {
|
|
|
2283
2400
|
font-size: 10px;
|
|
2284
2401
|
}
|
|
2285
2402
|
|
|
2403
|
+
.text-\[14px\] {
|
|
2404
|
+
font-size: 14px;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2286
2407
|
.text-\[2rem\] {
|
|
2287
2408
|
font-size: 2rem;
|
|
2288
2409
|
}
|
|
@@ -2384,6 +2505,14 @@ video {
|
|
|
2384
2505
|
line-height: 10px;
|
|
2385
2506
|
}
|
|
2386
2507
|
|
|
2508
|
+
.leading-\[16px\] {
|
|
2509
|
+
line-height: 16px;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
.leading-\[18px\] {
|
|
2513
|
+
line-height: 18px;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2387
2516
|
.tracking-\[\.01rem\] {
|
|
2388
2517
|
letter-spacing: .01rem;
|
|
2389
2518
|
}
|
|
@@ -2392,11 +2521,20 @@ video {
|
|
|
2392
2521
|
letter-spacing: 0.01rem;
|
|
2393
2522
|
}
|
|
2394
2523
|
|
|
2524
|
+
.tracking-\[0\.16px\] {
|
|
2525
|
+
letter-spacing: 0.16px;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2395
2528
|
.\!text-gray-700 {
|
|
2396
2529
|
--tw-text-opacity: 1 !important;
|
|
2397
2530
|
color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
|
|
2398
2531
|
}
|
|
2399
2532
|
|
|
2533
|
+
.text-\[\#101828\] {
|
|
2534
|
+
--tw-text-opacity: 1;
|
|
2535
|
+
color: rgb(16 24 40 / var(--tw-text-opacity));
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2400
2538
|
.text-\[\#144DFF\] {
|
|
2401
2539
|
--tw-text-opacity: 1;
|
|
2402
2540
|
color: rgb(20 77 255 / var(--tw-text-opacity));
|
|
@@ -2407,6 +2545,11 @@ video {
|
|
|
2407
2545
|
color: rgb(71 84 103 / var(--tw-text-opacity));
|
|
2408
2546
|
}
|
|
2409
2547
|
|
|
2548
|
+
.text-\[\#667085\] {
|
|
2549
|
+
--tw-text-opacity: 1;
|
|
2550
|
+
color: rgb(102 112 133 / var(--tw-text-opacity));
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2410
2553
|
.text-\[\#69BE76\] {
|
|
2411
2554
|
--tw-text-opacity: 1;
|
|
2412
2555
|
color: rgb(105 190 118 / var(--tw-text-opacity));
|
|
@@ -2437,6 +2580,11 @@ video {
|
|
|
2437
2580
|
color: rgb(20 77 255 / var(--tw-text-opacity));
|
|
2438
2581
|
}
|
|
2439
2582
|
|
|
2583
|
+
.text-blue-600 {
|
|
2584
|
+
--tw-text-opacity: 1;
|
|
2585
|
+
color: rgb(37 99 235 / var(--tw-text-opacity));
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2440
2588
|
.text-gray-200 {
|
|
2441
2589
|
--tw-text-opacity: 1;
|
|
2442
2590
|
color: rgb(234 236 240 / var(--tw-text-opacity));
|
|
@@ -2554,6 +2702,12 @@ video {
|
|
|
2554
2702
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2555
2703
|
}
|
|
2556
2704
|
|
|
2705
|
+
.shadow-\[0_20px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\] {
|
|
2706
|
+
--tw-shadow: 0 20px 24px -4px rgba(16,24,40,0.08),0 8px 8px -4px rgba(16,24,40,0.03);
|
|
2707
|
+
--tw-shadow-colored: 0 20px 24px -4px var(--tw-shadow-color), 0 8px 8px -4px var(--tw-shadow-color);
|
|
2708
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2557
2711
|
.shadow-lg {
|
|
2558
2712
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2559
2713
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -2854,10 +3008,26 @@ video {
|
|
|
2854
3008
|
|
|
2855
3009
|
@media (min-width: 640px) {
|
|
2856
3010
|
|
|
3011
|
+
.sm\:right-4 {
|
|
3012
|
+
right: 1rem;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
.sm\:top-4 {
|
|
3016
|
+
top: 1rem;
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
.sm\:mb-0 {
|
|
3020
|
+
margin-bottom: 0px;
|
|
3021
|
+
}
|
|
3022
|
+
|
|
2857
3023
|
.sm\:mb-6 {
|
|
2858
3024
|
margin-bottom: 1.5rem;
|
|
2859
3025
|
}
|
|
2860
3026
|
|
|
3027
|
+
.sm\:h-8 {
|
|
3028
|
+
height: 2rem;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
2861
3031
|
.sm\:h-\[3\.46rem\] {
|
|
2862
3032
|
height: 3.46rem;
|
|
2863
3033
|
}
|
|
@@ -2874,6 +3044,10 @@ video {
|
|
|
2874
3044
|
height: 8.25rem;
|
|
2875
3045
|
}
|
|
2876
3046
|
|
|
3047
|
+
.sm\:w-8 {
|
|
3048
|
+
width: 2rem;
|
|
3049
|
+
}
|
|
3050
|
+
|
|
2877
3051
|
.sm\:w-\[3\.46rem\] {
|
|
2878
3052
|
width: 3.46rem;
|
|
2879
3053
|
}
|
|
@@ -2886,6 +3060,10 @@ video {
|
|
|
2886
3060
|
width: 4.65rem;
|
|
2887
3061
|
}
|
|
2888
3062
|
|
|
3063
|
+
.sm\:w-\[480px\] {
|
|
3064
|
+
width: 480px;
|
|
3065
|
+
}
|
|
3066
|
+
|
|
2889
3067
|
.sm\:w-\[6\.45rem\] {
|
|
2890
3068
|
width: 6.45rem;
|
|
2891
3069
|
}
|
|
@@ -2898,6 +3076,14 @@ video {
|
|
|
2898
3076
|
width: 100%;
|
|
2899
3077
|
}
|
|
2900
3078
|
|
|
3079
|
+
.sm\:max-w-\[512px\] {
|
|
3080
|
+
max-width: 512px;
|
|
3081
|
+
}
|
|
3082
|
+
|
|
3083
|
+
.sm\:max-w-\[560px\] {
|
|
3084
|
+
max-width: 560px;
|
|
3085
|
+
}
|
|
3086
|
+
|
|
2901
3087
|
.sm\:flex-row {
|
|
2902
3088
|
flex-direction: row;
|
|
2903
3089
|
}
|
|
@@ -2921,14 +3107,26 @@ video {
|
|
|
2921
3107
|
.sm\:p-6 {
|
|
2922
3108
|
padding: 1.5rem;
|
|
2923
3109
|
}
|
|
3110
|
+
|
|
3111
|
+
.sm\:text-left {
|
|
3112
|
+
text-align: left;
|
|
3113
|
+
}
|
|
2924
3114
|
}
|
|
2925
3115
|
|
|
2926
3116
|
@media (min-width: 768px) {
|
|
2927
3117
|
|
|
3118
|
+
.md\:\!w-full {
|
|
3119
|
+
width: 100% !important;
|
|
3120
|
+
}
|
|
3121
|
+
|
|
2928
3122
|
.md\:w-1\/2 {
|
|
2929
3123
|
width: 50%;
|
|
2930
3124
|
}
|
|
2931
3125
|
|
|
3126
|
+
.md\:w-\[22rem\] {
|
|
3127
|
+
width: 22rem;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
2932
3130
|
.md\:w-full {
|
|
2933
3131
|
width: 100%;
|
|
2934
3132
|
}
|
|
@@ -3209,11 +3407,3 @@ video {
|
|
|
3209
3407
|
.\[\&_svg\]\:w-7 svg {
|
|
3210
3408
|
width: 1.75rem;
|
|
3211
3409
|
}
|
|
3212
|
-
|
|
3213
|
-
@media(max-height:880px) {
|
|
3214
|
-
|
|
3215
|
-
.\[\@media\(max-height\:880px\)\]\:py-4 {
|
|
3216
|
-
padding-top: 1rem;
|
|
3217
|
-
padding-bottom: 1rem;
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _path;
|
|
2
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
var SvgXmark = function SvgXmark(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: 32,
|
|
8
|
+
height: 32,
|
|
9
|
+
fill: "none"
|
|
10
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#667085",
|
|
12
|
+
d: "M23.148 21.578c.422.469.422 1.172 0 1.594-.468.469-1.171.469-1.593 0l-5.532-5.578-5.578 5.578c-.468.469-1.172.469-1.593 0-.47-.422-.47-1.125 0-1.594L14.43 16l-5.578-5.578c-.47-.469-.47-1.172 0-1.594a1.027 1.027 0 0 1 1.546 0l5.625 5.625 5.579-5.578a1.026 1.026 0 0 1 1.546 0c.47.422.47 1.125 0 1.594L17.57 16z"
|
|
13
|
+
})));
|
|
14
|
+
};
|
|
15
|
+
export { SvgXmark as ReactComponent };
|
|
16
|
+
export default "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjE0ODQgMjEuNTc4MUMyMy41NzAzIDIyLjA0NjkgMjMuNTcwMyAyMi43NSAyMy4xNDg0IDIzLjE3MTlDMjIuNjc5NyAyMy42NDA2IDIxLjk3NjYgMjMuNjQwNiAyMS41NTQ3IDIzLjE3MTlMMTYuMDIzNCAxNy41OTM4TDEwLjQ0NTMgMjMuMTcxOUM5Ljk3NjU2IDIzLjY0MDYgOS4yNzM0NCAyMy42NDA2IDguODUxNTYgMjMuMTcxOUM4LjM4MjgxIDIyLjc1IDguMzgyODEgMjIuMDQ2OSA4Ljg1MTU2IDIxLjU3ODFMMTQuNDI5NyAxNkw4Ljg1MTU2IDEwLjQyMTlDOC4zODI4MSA5Ljk1MzEyIDguMzgyODEgOS4yNSA4Ljg1MTU2IDguODI4MTJDOS4yNzM0NCA4LjM1OTM4IDkuOTc2NTYgOC4zNTkzOCAxMC4zOTg0IDguODI4MTJMMTYuMDIzNCAxNC40NTMxTDIxLjYwMTYgOC44NzVDMjIuMDIzNCA4LjQwNjI1IDIyLjcyNjYgOC40MDYyNSAyMy4xNDg0IDguODc1QzIzLjYxNzIgOS4yOTY4OCAyMy42MTcyIDEwIDIzLjE0ODQgMTAuNDY4OEwxNy41NzAzIDE2TDIzLjE0ODQgMjEuNTc4MVoiIGZpbGw9IiM2NjcwODUiLz4KPC9zdmc+Cg==";
|