be-components 3.9.7 → 3.9.9
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/lib/commonjs/Checkout/index.js +12 -3
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +9 -3
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +22 -9
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +8 -2
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/index.js +72 -14
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +203 -278
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/Toggle.js +8 -2
- package/lib/commonjs/Components/Toggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +9 -3
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +8 -2
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +9 -3
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MyStatsCard.js +8 -2
- package/lib/commonjs/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/PrizeCard.js +10 -4
- package/lib/commonjs/Squares/components/PrizeCard.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +9 -3
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +8 -2
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +8 -2
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +9 -3
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +114 -2
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/module/Checkout/index.js +12 -3
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +9 -3
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +22 -9
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +8 -2
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/index.js +73 -15
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Icons.js +203 -278
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/Toggle.js +8 -2
- package/lib/module/Components/Toggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +9 -3
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +8 -2
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +9 -3
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/MyStatsCard.js +8 -2
- package/lib/module/Squares/components/MyStatsCard.js.map +1 -1
- package/lib/module/Squares/components/PrizeCard.js +10 -4
- package/lib/module/Squares/components/PrizeCard.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +9 -3
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +8 -2
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +8 -2
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +9 -3
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +115 -3
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts +7 -1
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Toggle.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Toggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +6 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +6 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +6 -2
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts +7 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Toggle.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Toggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +6 -2
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +3 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +3 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +3 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +2 -1
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/Toggle.d.ts +3 -1
- package/lib/typescript/src/Components/Toggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +3 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +3 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +3 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +3 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Checkout/index.tsx +6 -1
- package/src/Competition/components/CompetitionInfoCard.tsx +9 -2
- package/src/Competition/components/CompetitionLeaderboard.tsx +16 -9
- package/src/Competition/components/CompetitionPlay.tsx +7 -1
- package/src/Competition/index.tsx +44 -12
- package/src/Components/Icons.tsx +161 -152
- package/src/Components/Toggle.tsx +10 -3
- package/src/Squares/components/BoardStats.tsx +8 -4
- package/src/Squares/components/EventCard.tsx +7 -2
- package/src/Squares/components/MySquaresCard.tsx +8 -4
- package/src/Squares/components/MyStatsCard.tsx +7 -3
- package/src/Squares/components/PrizeCard.tsx +10 -4
- package/src/Squares/components/ResultsCard.tsx +9 -3
- package/src/Squares/components/SquareOwners.tsx +7 -3
- package/src/Squares/components/SquaresBoard.tsx +8 -1
- package/src/Squares/components/SquaresDetails.tsx +8 -3
- package/src/Squares/index.tsx +68 -3
|
@@ -12,7 +12,7 @@ const AlertIcon = ({
|
|
|
12
12
|
}, /*#__PURE__*/React.createElement(G, {
|
|
13
13
|
id: "Page-1",
|
|
14
14
|
stroke: "none",
|
|
15
|
-
|
|
15
|
+
strokeWidth: "1",
|
|
16
16
|
fill: "none",
|
|
17
17
|
"fill-rule": "evenodd",
|
|
18
18
|
"stroke-linecap": "round",
|
|
@@ -21,7 +21,7 @@ const AlertIcon = ({
|
|
|
21
21
|
id: "alert-circle",
|
|
22
22
|
transform: "translate(1.000000, 1.000000)",
|
|
23
23
|
stroke: color,
|
|
24
|
-
|
|
24
|
+
strokeWidth: "2"
|
|
25
25
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
26
26
|
id: "Oval",
|
|
27
27
|
cx: "10",
|
|
@@ -41,6 +41,41 @@ const AlertIcon = ({
|
|
|
41
41
|
id: "Path"
|
|
42
42
|
}))));
|
|
43
43
|
};
|
|
44
|
+
const LeaderboardIcon = ({
|
|
45
|
+
color,
|
|
46
|
+
size
|
|
47
|
+
}) => {
|
|
48
|
+
return /*#__PURE__*/React.createElement(Svg, {
|
|
49
|
+
width: `${size ?? 34}px`,
|
|
50
|
+
height: `${size ?? 34}px`,
|
|
51
|
+
viewBox: "0 0 34 34"
|
|
52
|
+
}, /*#__PURE__*/React.createElement(G, {
|
|
53
|
+
id: "Page-1",
|
|
54
|
+
stroke: "none",
|
|
55
|
+
strokeWidth: "2",
|
|
56
|
+
fill: "none",
|
|
57
|
+
"fill-rule": "evenodd",
|
|
58
|
+
"stroke-linecap": "round",
|
|
59
|
+
"stroke-linejoin": "round"
|
|
60
|
+
}, /*#__PURE__*/React.createElement(G, {
|
|
61
|
+
id: "leaderboard-star-svgrepo-com",
|
|
62
|
+
transform: "translate(2.000000, 2.000000)",
|
|
63
|
+
stroke: color ?? Colors.brand.midnight,
|
|
64
|
+
strokeWidth: "2"
|
|
65
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
66
|
+
d: "M20,30.0000042 L10,30.0000042 L10,16.0000042 C10,15.4476708 10.4477167,15.0000042 11,15.0000042 L19,15.0000042 C19.5523333,15.0000042 20,15.4476708 20,16.0000042 L20,30.0000042 Z",
|
|
67
|
+
id: "Path"
|
|
68
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
69
|
+
d: "M29,30.0000042 L20,30.0000042 L20,25.1666708 C20,24.6143375 20.4476667,24.1666708 21,24.1666708 L29,24.1666708 C29.5523333,24.1666708 30,24.6143375 30,25.1666708 L30,29.0000042 C30,29.5523375 29.5523333,30.0000042 29,30.0000042 Z",
|
|
70
|
+
id: "Path"
|
|
71
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
72
|
+
d: "M10,30.0000042 L10,21.8333375 C10,21.2810042 9.55228333,20.8333375 9,20.8333375 L1,20.8333375 C0.447716667,20.8333375 0,21.2810042 0,21.8333375 L0,29.0000042 C0,29.5523375 0.447716667,30.0000042 1,30.0000042 L10,30.0000042 Z",
|
|
73
|
+
id: "Path"
|
|
74
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
75
|
+
d: "M13.0093333,3.5220875 L14.5245,0.3093375 C14.719,-0.1031125 15.281,-0.1031125 15.4755,0.3093375 L16.9906667,3.5220875 L20.3791667,4.04045417 C20.814,4.10697083 20.9871667,4.6662875 20.6725,4.98715417 L18.221,7.48617083 L18.7995,11.0166542 C18.8738333,11.4700375 18.4191667,11.8158375 18.0301667,11.6016542 L15,9.93385417 L11.9698333,11.6016542 C11.58085,11.8158375 11.1261333,11.4700375 11.2004333,11.0166542 L11.779,7.48617083 L9.32751667,4.98715417 C9.01276667,4.6662875 9.18605,4.10697083 9.6208,4.04045417 L13.0093333,3.5220875 Z",
|
|
76
|
+
id: "Path"
|
|
77
|
+
}))));
|
|
78
|
+
};
|
|
44
79
|
const RefreshIcon = ({
|
|
45
80
|
color,
|
|
46
81
|
size
|
|
@@ -55,7 +90,7 @@ const RefreshIcon = ({
|
|
|
55
90
|
}, /*#__PURE__*/React.createElement(G, {
|
|
56
91
|
id: "Page-1",
|
|
57
92
|
stroke: "none",
|
|
58
|
-
|
|
93
|
+
strokeWidth: "1",
|
|
59
94
|
fill: "none",
|
|
60
95
|
"fill-rule": "evenodd",
|
|
61
96
|
"stroke-linecap": "round",
|
|
@@ -64,7 +99,7 @@ const RefreshIcon = ({
|
|
|
64
99
|
id: "refresh-cw-alt-2-svgrepo-com",
|
|
65
100
|
transform: "translate(2.000000, 2.000000)",
|
|
66
101
|
stroke: color ?? Colors.brand.midnight,
|
|
67
|
-
|
|
102
|
+
strokeWidth: "3"
|
|
68
103
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
69
104
|
d: "M8.399958,0 L10.799946,2.39452803 L10.7289064,2.46567567 M10.799946,19.200024 L8.399958,21.4928525 L8.43559782,21.5299324 M10.7289064,2.46567567 L8.399958,4.799976 M10.7289064,2.46567567 C10.3587082,2.42229589 9.98191009,2.399988 9.599952,2.399988 C4.29804251,2.399988 0,6.69803051 0,11.99994 C0,15.0316048 1.40527697,17.7350713 3.599982,19.4943825 M15.599922,4.50553347 C17.794591,6.26486868 19.199904,8.96829916 19.199904,11.99994 C19.199904,17.3018735 14.9018855,21.599892 9.599952,21.599892 C9.20587397,21.599892 8.81719591,21.5761321 8.43559782,21.5299324 M10.799946,24 L8.43559782,21.5299324",
|
|
70
105
|
id: "Shape"
|
|
@@ -81,14 +116,14 @@ const ContactsIcon = ({
|
|
|
81
116
|
}, /*#__PURE__*/React.createElement(G, {
|
|
82
117
|
id: "Page-1",
|
|
83
118
|
stroke: "none",
|
|
84
|
-
|
|
119
|
+
strokeWidth: "1",
|
|
85
120
|
fill: "none",
|
|
86
121
|
"fill-rule": "evenodd"
|
|
87
122
|
}, /*#__PURE__*/React.createElement(G, {
|
|
88
123
|
id: "contacts-svgrepo-com",
|
|
89
124
|
transform: "translate(2.000000, 2.000000)",
|
|
90
125
|
stroke: color ?? Colors.brand.midnight,
|
|
91
|
-
|
|
126
|
+
strokeWidth: "3"
|
|
92
127
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
93
128
|
d: "M2.66666667,5.33333333 L2.66666667,2.66666667 C2.66666667,1.19390667 3.86057333,0 5.33333333,0 L13.3333333,0 L21.3333333,0 C22.8061333,0 24,1.19390667 24,2.66666667 L24,5.33333333 L24,18.6666667 L24,21.3333333 C24,22.8061333 22.8061333,24 21.3333333,24 L13.3333333,24 L5.33333333,24 C3.86057333,24 2.66666667,22.8061333 2.66666667,21.3333333 L2.66666667,18.6666667 L2.66666667,5.33333333 Z",
|
|
94
129
|
id: "Path",
|
|
@@ -139,7 +174,7 @@ const SearchIcon = ({
|
|
|
139
174
|
}, /*#__PURE__*/React.createElement(G, {
|
|
140
175
|
id: "Page-1",
|
|
141
176
|
stroke: "none",
|
|
142
|
-
|
|
177
|
+
strokeWidth: "1",
|
|
143
178
|
fill: "none",
|
|
144
179
|
"fill-rule": "evenodd"
|
|
145
180
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -166,7 +201,7 @@ const EmbedIcon = ({
|
|
|
166
201
|
}, /*#__PURE__*/React.createElement(G, {
|
|
167
202
|
id: "Page-1",
|
|
168
203
|
stroke: "none",
|
|
169
|
-
|
|
204
|
+
strokeWidth: "1",
|
|
170
205
|
fill: "none",
|
|
171
206
|
"fill-rule": "evenodd"
|
|
172
207
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -198,7 +233,7 @@ const PlayIcon = ({
|
|
|
198
233
|
}, /*#__PURE__*/React.createElement(G, {
|
|
199
234
|
id: "Page-1",
|
|
200
235
|
stroke: "none",
|
|
201
|
-
|
|
236
|
+
strokeWidth: "1",
|
|
202
237
|
fill: "none",
|
|
203
238
|
"fill-rule": "evenodd"
|
|
204
239
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -222,7 +257,7 @@ const PauseIcon = ({
|
|
|
222
257
|
}, /*#__PURE__*/React.createElement(G, {
|
|
223
258
|
id: "Page-1",
|
|
224
259
|
stroke: "none",
|
|
225
|
-
|
|
260
|
+
strokeWidth: "1",
|
|
226
261
|
fill: "none",
|
|
227
262
|
"fill-rule": "evenodd"
|
|
228
263
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -251,7 +286,7 @@ const TwitterXIcon = ({
|
|
|
251
286
|
}, /*#__PURE__*/React.createElement(G, {
|
|
252
287
|
id: "Page-1",
|
|
253
288
|
stroke: "none",
|
|
254
|
-
|
|
289
|
+
strokeWidth: "1",
|
|
255
290
|
fill: "none",
|
|
256
291
|
"fill-rule": "evenodd"
|
|
257
292
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -275,7 +310,7 @@ const FacebookIcon = ({
|
|
|
275
310
|
}, /*#__PURE__*/React.createElement(G, {
|
|
276
311
|
id: "Page-1",
|
|
277
312
|
stroke: "none",
|
|
278
|
-
|
|
313
|
+
strokeWidth: "1",
|
|
279
314
|
fill: "none",
|
|
280
315
|
"fill-rule": "evenodd"
|
|
281
316
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -300,7 +335,7 @@ const PodiumIcon = ({
|
|
|
300
335
|
}, /*#__PURE__*/React.createElement(G, {
|
|
301
336
|
id: "Page-1",
|
|
302
337
|
stroke: "none",
|
|
303
|
-
|
|
338
|
+
strokeWidth: "1",
|
|
304
339
|
fill: "none",
|
|
305
340
|
"fill-rule": "evenodd",
|
|
306
341
|
"stroke-linecap": "round",
|
|
@@ -308,7 +343,7 @@ const PodiumIcon = ({
|
|
|
308
343
|
}, /*#__PURE__*/React.createElement(G, {
|
|
309
344
|
id: "podium-svgrepo-com",
|
|
310
345
|
transform: "translate(1.000000, 1.000000)",
|
|
311
|
-
|
|
346
|
+
strokeWidth: "2"
|
|
312
347
|
}, /*#__PURE__*/React.createElement(Polygon, {
|
|
313
348
|
id: "secondary",
|
|
314
349
|
stroke: secondary_color ?? Colors.incentive.gold,
|
|
@@ -330,7 +365,7 @@ const TwitterIcon = ({
|
|
|
330
365
|
}, /*#__PURE__*/React.createElement(G, {
|
|
331
366
|
id: "ss",
|
|
332
367
|
stroke: "none",
|
|
333
|
-
|
|
368
|
+
strokeWidth: "1",
|
|
334
369
|
fill: "none",
|
|
335
370
|
"fill-rule": "evenodd"
|
|
336
371
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -359,7 +394,7 @@ const LinkedInIcon = ({
|
|
|
359
394
|
}, /*#__PURE__*/React.createElement(G, {
|
|
360
395
|
id: "ss",
|
|
361
396
|
stroke: "none",
|
|
362
|
-
|
|
397
|
+
strokeWidth: "1",
|
|
363
398
|
fill: "none",
|
|
364
399
|
"fill-rule": "evenodd"
|
|
365
400
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -393,7 +428,7 @@ const LinkIcon = ({
|
|
|
393
428
|
}, /*#__PURE__*/React.createElement(G, {
|
|
394
429
|
id: "ss",
|
|
395
430
|
stroke: "none",
|
|
396
|
-
|
|
431
|
+
strokeWidth: "1",
|
|
397
432
|
fill: "none",
|
|
398
433
|
"fill-rule": "evenodd"
|
|
399
434
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -418,14 +453,14 @@ const FlameIcon = ({
|
|
|
418
453
|
}, /*#__PURE__*/React.createElement(G, {
|
|
419
454
|
id: "ss",
|
|
420
455
|
stroke: "none",
|
|
421
|
-
|
|
456
|
+
strokeWidth: "1",
|
|
422
457
|
fill: "none",
|
|
423
458
|
"fill-rule": "evenodd"
|
|
424
459
|
}, /*#__PURE__*/React.createElement(G, {
|
|
425
460
|
id: "flame-svgrepo-com",
|
|
426
461
|
transform: "translate(1.000000, 1.000000)",
|
|
427
462
|
stroke: color ?? Colors.brand.midnight,
|
|
428
|
-
|
|
463
|
+
strokeWidth: "2"
|
|
429
464
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
430
465
|
d: "M15.060385,11.624539 C15.060385,15.6291895 12.5960354,17.3865482 10.6917438,17.9790802 C10.2856782,18.1054933 10.0187329,17.6320325 10.2616757,17.283008 C11.0903734,16.092014 12.048308,14.2750727 12.048308,12.5658131 C12.048308,10.7297639 10.5007593,8.56210386 9.29235166,7.22511819 C9.01608773,6.9194865 8.53424953,7.12176629 8.51918915,7.53347957 C8.4692075,8.89757394 8.25393812,10.7226102 7.32574777,12.1529703 C7.17636757,12.3832059 6.85925234,12.4022197 6.68897586,12.1869503 C6.39896932,11.8202299 6.10896279,11.3671006 5.81895625,11.009134 C5.66270475,10.8163611 5.38036019,10.8137255 5.20017209,10.9842844 C4.49764278,11.6494828 3.51408669,12.6868609 3.51408669,13.9777242 C3.51408669,14.9089266 3.95785976,16.0679174 4.41530013,16.9654222 C4.62303931,17.3729938 4.23765348,17.8510669 3.84173478,17.6218667 C2.11370621,16.6215748 0,14.5489834 0,11.624539 C0,8.66291432 4.05716417,4.56012659 5.60627537,0.68405413 C5.85067718,0.0724142449 6.60407294,-0.214984964 7.12798609,0.184152889 C10.3012092,2.60140116 15.060385,7.27406444 15.060385,11.624539 Z",
|
|
431
466
|
id: "Path"
|
|
@@ -444,7 +479,7 @@ const UnbidSquare = ({
|
|
|
444
479
|
}, /*#__PURE__*/React.createElement(G, {
|
|
445
480
|
id: "Page-1",
|
|
446
481
|
stroke: "none",
|
|
447
|
-
|
|
482
|
+
strokeWidth: "1",
|
|
448
483
|
fill: "none",
|
|
449
484
|
"fill-rule": "evenodd"
|
|
450
485
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -489,7 +524,7 @@ const DiscoverCardIcon = ({
|
|
|
489
524
|
}))), /*#__PURE__*/React.createElement(G, {
|
|
490
525
|
id: "Page-1",
|
|
491
526
|
stroke: "none",
|
|
492
|
-
|
|
527
|
+
strokeWidth: "1",
|
|
493
528
|
fill: "none",
|
|
494
529
|
"fill-rule": "evenodd"
|
|
495
530
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -498,7 +533,7 @@ const DiscoverCardIcon = ({
|
|
|
498
533
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
499
534
|
id: "Rectangle",
|
|
500
535
|
stroke: "#F3F3F3",
|
|
501
|
-
|
|
536
|
+
strokeWidth: "2",
|
|
502
537
|
fill: "#FFFFFF",
|
|
503
538
|
"fill-rule": "nonzero",
|
|
504
539
|
x: "0",
|
|
@@ -529,7 +564,7 @@ const VisaCardIcon = ({
|
|
|
529
564
|
}, /*#__PURE__*/React.createElement(G, {
|
|
530
565
|
id: "Page-1",
|
|
531
566
|
stroke: "none",
|
|
532
|
-
|
|
567
|
+
strokeWidth: "1",
|
|
533
568
|
fill: "none",
|
|
534
569
|
"fill-rule": "evenodd"
|
|
535
570
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -538,7 +573,7 @@ const VisaCardIcon = ({
|
|
|
538
573
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
539
574
|
id: "Rectangle",
|
|
540
575
|
stroke: "#F3F3F3",
|
|
541
|
-
|
|
576
|
+
strokeWidth: "2",
|
|
542
577
|
fill: "#FFFFFF",
|
|
543
578
|
"fill-rule": "nonzero",
|
|
544
579
|
x: "0",
|
|
@@ -579,7 +614,7 @@ const MasterCardIcon = ({
|
|
|
579
614
|
}, /*#__PURE__*/React.createElement(G, {
|
|
580
615
|
id: "Page-1",
|
|
581
616
|
stroke: "none",
|
|
582
|
-
|
|
617
|
+
strokeWidth: "1",
|
|
583
618
|
fill: "none",
|
|
584
619
|
"fill-rule": "evenodd"
|
|
585
620
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -588,7 +623,7 @@ const MasterCardIcon = ({
|
|
|
588
623
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
589
624
|
id: "Rectangle",
|
|
590
625
|
stroke: "#F3F3F3",
|
|
591
|
-
|
|
626
|
+
strokeWidth: "2",
|
|
592
627
|
fill: "#FFFFFF",
|
|
593
628
|
"fill-rule": "nonzero",
|
|
594
629
|
x: "0",
|
|
@@ -630,7 +665,7 @@ const AmexCardIcon = ({
|
|
|
630
665
|
}, /*#__PURE__*/React.createElement(G, {
|
|
631
666
|
id: "Page-1",
|
|
632
667
|
stroke: "none",
|
|
633
|
-
|
|
668
|
+
strokeWidth: "1",
|
|
634
669
|
fill: "none",
|
|
635
670
|
"fill-rule": "evenodd"
|
|
636
671
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -693,7 +728,7 @@ const EyeOnIcon = ({
|
|
|
693
728
|
}, /*#__PURE__*/React.createElement(G, {
|
|
694
729
|
id: "Page-1",
|
|
695
730
|
stroke: "none",
|
|
696
|
-
|
|
731
|
+
strokeWidth: "1",
|
|
697
732
|
fill: "none",
|
|
698
733
|
"fill-rule": "evenodd",
|
|
699
734
|
"stroke-linecap": "round",
|
|
@@ -702,7 +737,7 @@ const EyeOnIcon = ({
|
|
|
702
737
|
id: "eye",
|
|
703
738
|
transform: "translate(1.000000, 1.000000)",
|
|
704
739
|
stroke: color,
|
|
705
|
-
|
|
740
|
+
strokeWidth: "2"
|
|
706
741
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
707
742
|
d: "M0,8 C0,8 4,0 11,0 C18,0 22,8 22,8 C22,8 18,16 11,16 C4,16 0,8 0,8 Z",
|
|
708
743
|
id: "Path"
|
|
@@ -726,7 +761,7 @@ const PlaidIcon = ({
|
|
|
726
761
|
}, /*#__PURE__*/React.createElement(G, {
|
|
727
762
|
id: "Page-1",
|
|
728
763
|
stroke: "none",
|
|
729
|
-
|
|
764
|
+
strokeWidth: "1",
|
|
730
765
|
fill: "none",
|
|
731
766
|
"fill-rule": "evenodd"
|
|
732
767
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -752,7 +787,7 @@ const GiftIcon = ({
|
|
|
752
787
|
}, /*#__PURE__*/React.createElement(G, {
|
|
753
788
|
id: "Page-1",
|
|
754
789
|
stroke: "none",
|
|
755
|
-
|
|
790
|
+
strokeWidth: "1",
|
|
756
791
|
fill: "none",
|
|
757
792
|
"fill-rule": "evenodd",
|
|
758
793
|
"stroke-linejoin": "round"
|
|
@@ -760,7 +795,7 @@ const GiftIcon = ({
|
|
|
760
795
|
id: "gift-svgrepo-com",
|
|
761
796
|
transform: "translate(1.000000, 1.000000)",
|
|
762
797
|
stroke: color ?? Colors.brand.midnight,
|
|
763
|
-
|
|
798
|
+
strokeWidth: "2"
|
|
764
799
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
765
800
|
d: "M0,7.22751235 C0,6.71122347 0,6.45309013 0.0427,6.23842347 C0.218044444,5.35689013 0.907155556,4.66777902 1.78868889,4.49243458 C2.00335556,4.44973458 2.26148889,4.44973458 2.77777778,4.44973458 L10,4.44973458 L17.2222222,4.44973458 C17.7385556,4.44973458 17.9966667,4.44973458 18.2113333,4.49243458 C19.0928889,4.66777902 19.782,5.35689013 19.9573333,6.23842347 C20,6.45309013 20,6.71122347 20,7.22751235 L20,7.22751235 L20,7.22751235 C20,7.74380124 20,8.0019568 19.9573333,8.21662347 C19.782,9.09817902 19.0928889,9.78729013 18.2113333,9.96262347 C17.9966667,10.0052901 17.7385556,10.0052901 17.2222222,10.0052901 L10,10.0052901 L2.77777778,10.0052901 C2.26148889,10.0052901 2.00335556,10.0052901 1.78868889,9.96262347 C0.907155556,9.78729013 0.218044444,9.09817902 0.0427,8.21662347 C0,8.0019568 0,7.74380124 0,7.22751235 L0,7.22751235 L0,7.22751235 Z",
|
|
766
801
|
id: "Path"
|
|
@@ -809,7 +844,7 @@ const TransactionSuccessIcon = ({
|
|
|
809
844
|
}))), /*#__PURE__*/React.createElement(G, {
|
|
810
845
|
id: "Page-1",
|
|
811
846
|
stroke: "none",
|
|
812
|
-
|
|
847
|
+
strokeWidth: "1",
|
|
813
848
|
fill: "none",
|
|
814
849
|
"fill-rule": "evenodd"
|
|
815
850
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -818,7 +853,7 @@ const TransactionSuccessIcon = ({
|
|
|
818
853
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
819
854
|
id: "Oval",
|
|
820
855
|
stroke: "url(#LinearGradient-1)",
|
|
821
|
-
|
|
856
|
+
strokeWidth: "30",
|
|
822
857
|
cx: "125.181818",
|
|
823
858
|
cy: "125.090909",
|
|
824
859
|
r: "125"
|
|
@@ -853,7 +888,7 @@ const TransactionErrorIcon = ({
|
|
|
853
888
|
}))), /*#__PURE__*/React.createElement(G, {
|
|
854
889
|
id: "Page-1",
|
|
855
890
|
stroke: "none",
|
|
856
|
-
|
|
891
|
+
strokeWidth: "1",
|
|
857
892
|
fill: "none",
|
|
858
893
|
"fill-rule": "evenodd"
|
|
859
894
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -867,7 +902,7 @@ const TransactionErrorIcon = ({
|
|
|
867
902
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
868
903
|
id: "Oval",
|
|
869
904
|
stroke: "url(#LinearGradient-1)",
|
|
870
|
-
|
|
905
|
+
strokeWidth: "20",
|
|
871
906
|
cx: "125",
|
|
872
907
|
cy: "125",
|
|
873
908
|
r: "125"
|
|
@@ -885,7 +920,7 @@ const LogoutIcon = ({
|
|
|
885
920
|
}, /*#__PURE__*/React.createElement(G, {
|
|
886
921
|
id: "Page-1",
|
|
887
922
|
stroke: "none",
|
|
888
|
-
|
|
923
|
+
strokeWidth: "1",
|
|
889
924
|
fill: "none",
|
|
890
925
|
"fill-rule": "evenodd"
|
|
891
926
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -911,7 +946,7 @@ const EyeOffIcon = ({
|
|
|
911
946
|
}, /*#__PURE__*/React.createElement(G, {
|
|
912
947
|
id: "Page-1",
|
|
913
948
|
stroke: "none",
|
|
914
|
-
|
|
949
|
+
strokeWidth: "1",
|
|
915
950
|
fill: "none",
|
|
916
951
|
"fill-rule": "evenodd",
|
|
917
952
|
"stroke-linecap": "round",
|
|
@@ -920,7 +955,7 @@ const EyeOffIcon = ({
|
|
|
920
955
|
id: "eye-off",
|
|
921
956
|
transform: "translate(1.000000, 1.000000)",
|
|
922
957
|
stroke: color,
|
|
923
|
-
|
|
958
|
+
strokeWidth: "2"
|
|
924
959
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
925
960
|
d: "M16.94,16.94 C15.23059,18.2430022 13.1491075,18.9648632 11,19 C4,19 0,11 0,11 C1.2438899,8.68189567 2.96913545,6.65660741 5.06,5.06 M8.9,3.24 C9.5883323,3.07887951 10.2930641,2.99833874 11,2.99997482 C18,2.99997482 22,11 22,11 C21.3929796,12.1356074 20.6690554,13.2047361 19.84,14.19 M13.12,13.12 C12.3721177,13.9226127 11.2457778,14.2529967 10.1828444,13.9815422 C9.1199109,13.7100876 8.28991239,12.8800891 8.01845783,11.8171556 C7.74700327,10.7542222 8.07738729,9.62788232 8.88,8.88",
|
|
926
961
|
id: "Shape"
|
|
@@ -946,7 +981,7 @@ const NotificationIcon = ({
|
|
|
946
981
|
}, /*#__PURE__*/React.createElement(G, {
|
|
947
982
|
id: "Page-1",
|
|
948
983
|
stroke: "none",
|
|
949
|
-
|
|
984
|
+
strokeWidth: "1",
|
|
950
985
|
fill: "none",
|
|
951
986
|
"fill-rule": "evenodd",
|
|
952
987
|
"stroke-linejoin": "round"
|
|
@@ -954,7 +989,7 @@ const NotificationIcon = ({
|
|
|
954
989
|
id: "notification-bell-on-svgrepo-com-(1)",
|
|
955
990
|
transform: "translate(1.887826, 1.000000)",
|
|
956
991
|
stroke: color ?? Colors.brand.midnight,
|
|
957
|
-
|
|
992
|
+
strokeWidth: "2"
|
|
958
993
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
959
994
|
d: "M5.09214307,16.8717414 C4.4618511,16.8717414 2.49815976,16.8717414 1.04327967,16.8717414 C0.26810762,16.8717414 -0.235114486,16.0559958 0.111548704,15.3626694 L1.00216393,13.581439 C1.29174683,13.0022941 1.44250804,12.3643379 1.44250804,11.7167883 C1.44250804,10.9141814 1.44250804,9.72200209 1.44250804,8.52971846 C1.44250804,6.44421272 2.4852609,2.27320125 7.69902524,2.27320125 C12.9127896,2.27320125 13.9555424,6.44421272 13.9555424,8.52971846 C13.9555424,9.72200209 13.9555424,10.9141814 13.9555424,11.7167883 C13.9555424,12.3643379 14.1063245,13.0022941 14.395897,13.581439 L15.2865122,15.3626694 C15.6331233,16.0559958 15.1289522,16.8717414 14.353874,16.8717414 L10.3059074,16.8717414 M5.09214307,16.8717414 C5.09214307,18.9572471 6.13489594,20 7.69902524,20 C9.26315454,20 10.3059074,18.9572471 10.3059074,16.8717414 M5.09214307,16.8717414 C6.72102733,16.8717414 10.3059074,16.8717414 10.3059074,16.8717414",
|
|
960
995
|
id: "Shape"
|
|
@@ -979,7 +1014,7 @@ const USDIcon = ({
|
|
|
979
1014
|
}, /*#__PURE__*/React.createElement(G, {
|
|
980
1015
|
id: "Page-1",
|
|
981
1016
|
stroke: "none",
|
|
982
|
-
|
|
1017
|
+
strokeWidth: "1",
|
|
983
1018
|
fill: "none",
|
|
984
1019
|
"fill-rule": "evenodd"
|
|
985
1020
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1004,14 +1039,14 @@ const HeadphoneIcon = ({
|
|
|
1004
1039
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1005
1040
|
id: "Page-1",
|
|
1006
1041
|
stroke: "none",
|
|
1007
|
-
|
|
1042
|
+
strokeWidth: "1",
|
|
1008
1043
|
fill: "none",
|
|
1009
1044
|
"fill-rule": "evenodd"
|
|
1010
1045
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1011
1046
|
id: "headphones-round-sound-svgrepo-com",
|
|
1012
1047
|
transform: "translate(1.000000, 1.000000)",
|
|
1013
1048
|
stroke: color ?? Colors.brand.midnight,
|
|
1014
|
-
|
|
1049
|
+
strokeWidth: "2"
|
|
1015
1050
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1016
1051
|
d: "M20,15 L20,10 C20,8.1786 19.513,6.47087 18.6622,5 M0,16 L0,10 C0,4.47715 4.47715,0 10,0 C11.8214,0 13.5291,0.48697 15,1.33782",
|
|
1017
1052
|
id: "Shape",
|
|
@@ -1057,7 +1092,7 @@ const EdgeCoinIcon = ({
|
|
|
1057
1092
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1058
1093
|
id: "Page-1",
|
|
1059
1094
|
stroke: "none",
|
|
1060
|
-
|
|
1095
|
+
strokeWidth: "1",
|
|
1061
1096
|
fill: "none",
|
|
1062
1097
|
"fill-rule": "evenodd",
|
|
1063
1098
|
"stroke-linecap": "round",
|
|
@@ -1066,7 +1101,7 @@ const EdgeCoinIcon = ({
|
|
|
1066
1101
|
id: "currency-dollar-circle-svgrepo-com",
|
|
1067
1102
|
transform: "translate(1.000000, 1.000000)",
|
|
1068
1103
|
stroke: color ?? Colors.brand.midnight,
|
|
1069
|
-
|
|
1104
|
+
strokeWidth: "2"
|
|
1070
1105
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1071
1106
|
d: "M6.56111111,4.49999979 L6.53611111,15.4833333 M6.51666667,4.50277788 L12.95,4.50277788 M6.51666667,10.2361112 L12.95,10.2361112 M6.51666667,15.5694445 L12.95,15.5694445 M20,10 C20,13.5726557 18.0940108,16.873926 15,18.660254 C11.9059893,20.4465819 8.09401075,20.4465819 5,18.660254 C1.90598917,16.873926 4.93432455e-16,13.5726557 4.93432455e-16,10 C4.93432455e-16,4.47715237 4.47715258,0 10,0 C15.5228474,0 20,4.47715237 20,10 L20,10 Z",
|
|
1072
1107
|
id: "Shape"
|
|
@@ -1086,7 +1121,7 @@ const ActivityIcon = ({
|
|
|
1086
1121
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1087
1122
|
id: "Page-1",
|
|
1088
1123
|
stroke: "none",
|
|
1089
|
-
|
|
1124
|
+
strokeWidth: "1",
|
|
1090
1125
|
fill: "none",
|
|
1091
1126
|
"fill-rule": "evenodd",
|
|
1092
1127
|
"stroke-linecap": "round",
|
|
@@ -1095,7 +1130,7 @@ const ActivityIcon = ({
|
|
|
1095
1130
|
id: "activity-svgrepo-com",
|
|
1096
1131
|
transform: "translate(2.000000, 2.000000)",
|
|
1097
1132
|
stroke: color ?? Colors.brand.midnight,
|
|
1098
|
-
|
|
1133
|
+
strokeWidth: "3"
|
|
1099
1134
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1100
1135
|
d: "M0,9.80125802 L4.71504,9.80125802 C4.97052,9.80125802 5.19735429,9.63771516 5.27814857,9.39531516 L5.27814857,9.39531516 L8.35714286,0.158400878 L8.35714286,0.158400878 C8.42787429,-0.0537934081 8.7288,-0.0518048366 8.80525714,0.158400878 L8.80525714,0.158400878 L15.2142857,17.7833152 L15.2314286,17.830458 C15.3005143,18.0205723 15.5677714,18.0246866 15.6428571,17.8369723 L15.6428571,17.8369723 L18.6584571,10.298058 L18.6584571,10.298058 C18.7784571,9.99805802 19.0690286,9.80125802 19.3923429,9.80125802 L24,9.80125802",
|
|
1101
1136
|
id: "Path"
|
|
@@ -1115,7 +1150,7 @@ const HeadToHeadIcon = ({
|
|
|
1115
1150
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1116
1151
|
id: "Page-1",
|
|
1117
1152
|
stroke: "none",
|
|
1118
|
-
|
|
1153
|
+
strokeWidth: "1",
|
|
1119
1154
|
fill: "none",
|
|
1120
1155
|
"fill-rule": "evenodd"
|
|
1121
1156
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1139,7 +1174,7 @@ const ChangeIcon = ({
|
|
|
1139
1174
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1140
1175
|
id: "Page-1",
|
|
1141
1176
|
stroke: "none",
|
|
1142
|
-
|
|
1177
|
+
strokeWidth: "1",
|
|
1143
1178
|
fill: "none",
|
|
1144
1179
|
"fill-rule": "evenodd"
|
|
1145
1180
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1219,7 +1254,7 @@ const LockClosedIcon = ({
|
|
|
1219
1254
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1220
1255
|
id: "Page-1",
|
|
1221
1256
|
stroke: "none",
|
|
1222
|
-
|
|
1257
|
+
strokeWidth: "1",
|
|
1223
1258
|
fill: "none",
|
|
1224
1259
|
"fill-rule": "evenodd",
|
|
1225
1260
|
"stroke-linecap": "round",
|
|
@@ -1228,7 +1263,7 @@ const LockClosedIcon = ({
|
|
|
1228
1263
|
id: "lock",
|
|
1229
1264
|
transform: "translate(1.000000, 1.000000)",
|
|
1230
1265
|
stroke: color,
|
|
1231
|
-
|
|
1266
|
+
strokeWidth: "2"
|
|
1232
1267
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
1233
1268
|
id: "Rectangle",
|
|
1234
1269
|
x: "0",
|
|
@@ -1252,7 +1287,7 @@ const PausedIcon = ({
|
|
|
1252
1287
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1253
1288
|
id: "Page-1",
|
|
1254
1289
|
stroke: "none",
|
|
1255
|
-
|
|
1290
|
+
strokeWidth: "1",
|
|
1256
1291
|
fill: "none",
|
|
1257
1292
|
"fill-rule": "evenodd",
|
|
1258
1293
|
"stroke-linecap": "round",
|
|
@@ -1261,7 +1296,7 @@ const PausedIcon = ({
|
|
|
1261
1296
|
id: "pause-circle",
|
|
1262
1297
|
transform: "translate(1.000000, 1.000000)",
|
|
1263
1298
|
stroke: color,
|
|
1264
|
-
|
|
1299
|
+
strokeWidth: "2"
|
|
1265
1300
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
1266
1301
|
id: "Oval",
|
|
1267
1302
|
cx: "10",
|
|
@@ -1292,7 +1327,7 @@ const PlusCircleIcon = ({
|
|
|
1292
1327
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1293
1328
|
id: "Page-1",
|
|
1294
1329
|
stroke: "none",
|
|
1295
|
-
|
|
1330
|
+
strokeWidth: "1",
|
|
1296
1331
|
fill: "none",
|
|
1297
1332
|
"fill-rule": "evenodd",
|
|
1298
1333
|
"stroke-linecap": "round",
|
|
@@ -1301,7 +1336,7 @@ const PlusCircleIcon = ({
|
|
|
1301
1336
|
id: "plus-circle",
|
|
1302
1337
|
transform: "translate(1.000000, 1.000000)",
|
|
1303
1338
|
stroke: color,
|
|
1304
|
-
|
|
1339
|
+
strokeWidth: "2"
|
|
1305
1340
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
1306
1341
|
id: "Oval",
|
|
1307
1342
|
cx: "10",
|
|
@@ -1332,7 +1367,7 @@ const TVIcon = ({
|
|
|
1332
1367
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1333
1368
|
id: "Page-1",
|
|
1334
1369
|
stroke: "none",
|
|
1335
|
-
|
|
1370
|
+
strokeWidth: "1",
|
|
1336
1371
|
fill: "none",
|
|
1337
1372
|
"fill-rule": "evenodd",
|
|
1338
1373
|
"stroke-linecap": "round",
|
|
@@ -1341,7 +1376,7 @@ const TVIcon = ({
|
|
|
1341
1376
|
id: "tv-(1)",
|
|
1342
1377
|
transform: "translate(1.000000, 1.000000)",
|
|
1343
1378
|
stroke: color,
|
|
1344
|
-
|
|
1379
|
+
strokeWidth: "2"
|
|
1345
1380
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
1346
1381
|
id: "Rectangle",
|
|
1347
1382
|
x: "0",
|
|
@@ -1365,7 +1400,7 @@ const PreferencesIcon = ({
|
|
|
1365
1400
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1366
1401
|
id: "Page-1",
|
|
1367
1402
|
stroke: "none",
|
|
1368
|
-
|
|
1403
|
+
strokeWidth: "1",
|
|
1369
1404
|
fill: "none",
|
|
1370
1405
|
"fill-rule": "evenodd"
|
|
1371
1406
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1391,7 +1426,7 @@ const AwardRibbonIcon = ({
|
|
|
1391
1426
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1392
1427
|
id: "Page-1",
|
|
1393
1428
|
stroke: "none",
|
|
1394
|
-
|
|
1429
|
+
strokeWidth: "1",
|
|
1395
1430
|
fill: "none",
|
|
1396
1431
|
"fill-rule": "evenodd",
|
|
1397
1432
|
"stroke-linecap": "round",
|
|
@@ -1400,7 +1435,7 @@ const AwardRibbonIcon = ({
|
|
|
1400
1435
|
id: "award",
|
|
1401
1436
|
transform: "translate(1.000000, 1.000000)",
|
|
1402
1437
|
stroke: color ?? Colors.brand.midnight,
|
|
1403
|
-
|
|
1438
|
+
strokeWidth: "2"
|
|
1404
1439
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
1405
1440
|
id: "Oval",
|
|
1406
1441
|
cx: "7",
|
|
@@ -1422,7 +1457,7 @@ const PacerCarIcon = ({
|
|
|
1422
1457
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1423
1458
|
id: "Page-1",
|
|
1424
1459
|
stroke: "none",
|
|
1425
|
-
|
|
1460
|
+
strokeWidth: "1",
|
|
1426
1461
|
fill: "none",
|
|
1427
1462
|
"fill-rule": "evenodd",
|
|
1428
1463
|
"stroke-linecap": "round",
|
|
@@ -1431,7 +1466,7 @@ const PacerCarIcon = ({
|
|
|
1431
1466
|
id: "car-salesman-service-svgrepo-com",
|
|
1432
1467
|
transform: "translate(1.000000, 1.000000)",
|
|
1433
1468
|
stroke: color ?? Colors.brand.midnight,
|
|
1434
|
-
|
|
1469
|
+
strokeWidth: "2"
|
|
1435
1470
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1436
1471
|
d: "M15.1724138,35.862069 L15.1724138,38.6206897 C15.1724138,39.3834483 14.5558621,40 13.7931034,40 L11.0344828,40",
|
|
1437
1472
|
id: "XMLID_336_"
|
|
@@ -1498,7 +1533,7 @@ const ShareSocialIcon = ({
|
|
|
1498
1533
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1499
1534
|
id: "Page-1",
|
|
1500
1535
|
stroke: "none",
|
|
1501
|
-
|
|
1536
|
+
strokeWidth: "1",
|
|
1502
1537
|
fill: "none",
|
|
1503
1538
|
"fill-rule": "evenodd",
|
|
1504
1539
|
"stroke-linecap": "round",
|
|
@@ -1507,7 +1542,7 @@ const ShareSocialIcon = ({
|
|
|
1507
1542
|
id: "share-social-outline",
|
|
1508
1543
|
transform: "translate(1.000000, 1.000000)",
|
|
1509
1544
|
stroke: color,
|
|
1510
|
-
|
|
1545
|
+
strokeWidth: "2"
|
|
1511
1546
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
1512
1547
|
id: "Oval",
|
|
1513
1548
|
cx: "2.5",
|
|
@@ -1557,7 +1592,7 @@ const ChevronIcon = ({
|
|
|
1557
1592
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1558
1593
|
id: "Page-1",
|
|
1559
1594
|
stroke: "none",
|
|
1560
|
-
|
|
1595
|
+
strokeWidth: "1",
|
|
1561
1596
|
fill: "none",
|
|
1562
1597
|
"fill-rule": "evenodd"
|
|
1563
1598
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1577,7 +1612,7 @@ const ChevronIcon = ({
|
|
|
1577
1612
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1578
1613
|
id: "Page-1",
|
|
1579
1614
|
stroke: "none",
|
|
1580
|
-
|
|
1615
|
+
strokeWidth: "1",
|
|
1581
1616
|
fill: "none",
|
|
1582
1617
|
"fill-rule": "evenodd"
|
|
1583
1618
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1597,7 +1632,7 @@ const ChevronIcon = ({
|
|
|
1597
1632
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1598
1633
|
id: "Page-1",
|
|
1599
1634
|
stroke: "none",
|
|
1600
|
-
|
|
1635
|
+
strokeWidth: "1",
|
|
1601
1636
|
fill: "none",
|
|
1602
1637
|
"fill-rule": "evenodd"
|
|
1603
1638
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1616,7 +1651,7 @@ const ChevronIcon = ({
|
|
|
1616
1651
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1617
1652
|
id: "Page-1",
|
|
1618
1653
|
stroke: "none",
|
|
1619
|
-
|
|
1654
|
+
strokeWidth: "1",
|
|
1620
1655
|
fill: "none",
|
|
1621
1656
|
"fill-rule": "evenodd"
|
|
1622
1657
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1636,7 +1671,7 @@ const ChevronIcon = ({
|
|
|
1636
1671
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1637
1672
|
id: "Page-1",
|
|
1638
1673
|
stroke: "none",
|
|
1639
|
-
|
|
1674
|
+
strokeWidth: "1",
|
|
1640
1675
|
fill: "none",
|
|
1641
1676
|
"fill-rule": "evenodd"
|
|
1642
1677
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1695,7 +1730,7 @@ const CreditCardIcon = ({
|
|
|
1695
1730
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1696
1731
|
id: "Images",
|
|
1697
1732
|
stroke: "none",
|
|
1698
|
-
|
|
1733
|
+
strokeWidth: "1",
|
|
1699
1734
|
fill: "none",
|
|
1700
1735
|
"fill-rule": "evenodd",
|
|
1701
1736
|
"stroke-linecap": "round",
|
|
@@ -1704,7 +1739,7 @@ const CreditCardIcon = ({
|
|
|
1704
1739
|
id: "credit-card",
|
|
1705
1740
|
transform: "translate(1.000000, 1.000000)",
|
|
1706
1741
|
stroke: color,
|
|
1707
|
-
|
|
1742
|
+
strokeWidth: "2"
|
|
1708
1743
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
1709
1744
|
id: "Rectangle",
|
|
1710
1745
|
x: "0",
|
|
@@ -1731,7 +1766,7 @@ const BankIcon = ({
|
|
|
1731
1766
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1732
1767
|
id: "Images",
|
|
1733
1768
|
stroke: "none",
|
|
1734
|
-
|
|
1769
|
+
strokeWidth: "1",
|
|
1735
1770
|
fill: "none",
|
|
1736
1771
|
"fill-rule": "evenodd",
|
|
1737
1772
|
"stroke-linecap": "round",
|
|
@@ -1740,7 +1775,7 @@ const BankIcon = ({
|
|
|
1740
1775
|
id: "bank-svgrepo-com",
|
|
1741
1776
|
transform: "translate(2.000000, 2.000000)",
|
|
1742
1777
|
stroke: color,
|
|
1743
|
-
|
|
1778
|
+
strokeWidth: "2.666667"
|
|
1744
1779
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1745
1780
|
d: "M0,29.2622951 L29,29.2622951 M1.5,24.3442623 L27.5,24.3442623 M4.75,23.5901639 L4.75,15.7213115 M11.25,23.5901639 L11.25,15.7213115 M17.75,23.5901639 L17.75,15.7213115 M24.25,23.5901639 L24.25,15.7213115 M29,11.8032787 L17.9252222,1.9561866 C16.7131833,0.878592829 16.1072444,0.339812056 15.4234889,0.135190751 C14.8209333,-0.0450635838 14.1790667,-0.0450635838 13.5765111,0.135190751 C12.8927556,0.339812056 12.2868167,0.878592829 11.0748422,1.9561866 L0,11.8032787 L29,11.8032787 Z",
|
|
1746
1781
|
id: "Shape"
|
|
@@ -1759,7 +1794,7 @@ const BankInstantIcon = ({
|
|
|
1759
1794
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1760
1795
|
id: "Page-1",
|
|
1761
1796
|
stroke: "none",
|
|
1762
|
-
|
|
1797
|
+
strokeWidth: "1",
|
|
1763
1798
|
fill: "none",
|
|
1764
1799
|
"fill-rule": "evenodd"
|
|
1765
1800
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1769,13 +1804,13 @@ const BankInstantIcon = ({
|
|
|
1769
1804
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1770
1805
|
d: "M0,35.8917894 L29,35.8917894 M1.5,30.9737566 L27.5,30.9737566 M4.75,30.2196582 L4.75,22.3508058 M11.25,30.2196582 L11.25,22.3508058 M17.75,30.2196582 L17.75,22.3508058 M24.25,30.2196582 L24.25,22.3508058 M29,18.432773 L17.9252222,8.58568093 C16.7131833,7.50808716 16.1072444,6.96930639 15.4234889,6.76468508 C14.8209333,6.58443075 14.1790667,6.58443075 13.5765111,6.76468508 C12.8927556,6.96930639 12.2868167,7.50808716 11.0748422,8.58568093 L0,18.432773 L29,18.432773 Z",
|
|
1771
1806
|
id: "Shape",
|
|
1772
|
-
|
|
1807
|
+
strokeWidth: "2.666667"
|
|
1773
1808
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1774
1809
|
id: "zap",
|
|
1775
1810
|
transform: "translate(30.500000, 10.629494) rotate(10.000000) translate(-30.500000, -10.629494) translate(26.000000, 0.629494)",
|
|
1776
1811
|
"stroke-linecap": "round",
|
|
1777
1812
|
"stroke-linejoin": "round",
|
|
1778
|
-
|
|
1813
|
+
strokeWidth: "2"
|
|
1779
1814
|
}, /*#__PURE__*/React.createElement(Polygon, {
|
|
1780
1815
|
id: "Path",
|
|
1781
1816
|
points: "0 12 4.5 12 4 20 9 8 4.5 8 5 1.13686838e-13"
|
|
@@ -1793,14 +1828,14 @@ const DepositIcon = ({
|
|
|
1793
1828
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1794
1829
|
id: "Images",
|
|
1795
1830
|
stroke: "none",
|
|
1796
|
-
|
|
1831
|
+
strokeWidth: "1",
|
|
1797
1832
|
fill: "none",
|
|
1798
1833
|
"fill-rule": "evenodd"
|
|
1799
1834
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1800
1835
|
id: "dollar-sign-(1)",
|
|
1801
1836
|
transform: "translate(1.000000, 1.000000)",
|
|
1802
1837
|
stroke: color,
|
|
1803
|
-
|
|
1838
|
+
strokeWidth: "2"
|
|
1804
1839
|
}, /*#__PURE__*/React.createElement(Line, {
|
|
1805
1840
|
x1: "11.5",
|
|
1806
1841
|
y1: "6",
|
|
@@ -1847,14 +1882,14 @@ const WithdrawIcon = ({
|
|
|
1847
1882
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1848
1883
|
id: "Images",
|
|
1849
1884
|
stroke: "none",
|
|
1850
|
-
|
|
1885
|
+
strokeWidth: "1",
|
|
1851
1886
|
fill: "none",
|
|
1852
1887
|
"fill-rule": "evenodd"
|
|
1853
1888
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1854
1889
|
id: "dollar-sign-(1)",
|
|
1855
1890
|
transform: "translate(1.000000, 1.000000)",
|
|
1856
1891
|
stroke: color,
|
|
1857
|
-
|
|
1892
|
+
strokeWidth: "2"
|
|
1858
1893
|
}, /*#__PURE__*/React.createElement(Line, {
|
|
1859
1894
|
x1: "12.5",
|
|
1860
1895
|
y1: "4",
|
|
@@ -1896,7 +1931,7 @@ const SnoozeIcon = ({
|
|
|
1896
1931
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1897
1932
|
id: "Images",
|
|
1898
1933
|
stroke: "none",
|
|
1899
|
-
|
|
1934
|
+
strokeWidth: "1",
|
|
1900
1935
|
fill: "none",
|
|
1901
1936
|
"fill-rule": "evenodd",
|
|
1902
1937
|
"stroke-linecap": "round",
|
|
@@ -1905,7 +1940,7 @@ const SnoozeIcon = ({
|
|
|
1905
1940
|
id: "sleep-svgrepo-com",
|
|
1906
1941
|
transform: "translate(1.000000, 1.000000)",
|
|
1907
1942
|
stroke: color,
|
|
1908
|
-
|
|
1943
|
+
strokeWidth: "2"
|
|
1909
1944
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1910
1945
|
d: "M0,0 L13.518797,0 L0,16 L13.518797,16 M18.9699248,10.8108108 L29,10.8108108 L18.9699248,22.7027027 L29,22.7027027 M5.23308271,22.7027027 L13.0827068,22.7027027 L5.23308271,32 L13.0827068,32",
|
|
1911
1946
|
id: "Shape"
|
|
@@ -1927,7 +1962,7 @@ const MoreIcon = ({
|
|
|
1927
1962
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1928
1963
|
id: "Page-1",
|
|
1929
1964
|
stroke: "none",
|
|
1930
|
-
|
|
1965
|
+
strokeWidth: "1",
|
|
1931
1966
|
fill: "none",
|
|
1932
1967
|
"fill-rule": "evenodd"
|
|
1933
1968
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1948,7 +1983,7 @@ const MoreIcon = ({
|
|
|
1948
1983
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1949
1984
|
id: "Page-1",
|
|
1950
1985
|
stroke: "none",
|
|
1951
|
-
|
|
1986
|
+
strokeWidth: "1",
|
|
1952
1987
|
fill: "none",
|
|
1953
1988
|
"fill-rule": "evenodd"
|
|
1954
1989
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -1961,16 +1996,20 @@ const MoreIcon = ({
|
|
|
1961
1996
|
}))));
|
|
1962
1997
|
};
|
|
1963
1998
|
const MenuIcon = ({
|
|
1964
|
-
color
|
|
1999
|
+
color,
|
|
2000
|
+
size
|
|
1965
2001
|
}) => {
|
|
2002
|
+
const ratio = 0.75;
|
|
2003
|
+
const width = size ?? 20;
|
|
2004
|
+
const height = width * ratio;
|
|
1966
2005
|
return /*#__PURE__*/React.createElement(Svg, {
|
|
1967
|
-
width:
|
|
1968
|
-
height:
|
|
2006
|
+
width: `${width}px`,
|
|
2007
|
+
height: `${height}px`,
|
|
1969
2008
|
viewBox: "0 0 20 15"
|
|
1970
2009
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1971
2010
|
id: "Page-1",
|
|
1972
2011
|
stroke: "none",
|
|
1973
|
-
|
|
2012
|
+
strokeWidth: "1",
|
|
1974
2013
|
fill: "none",
|
|
1975
2014
|
"fill-rule": "evenodd",
|
|
1976
2015
|
"stroke-linecap": "round",
|
|
@@ -1979,7 +2018,7 @@ const MenuIcon = ({
|
|
|
1979
2018
|
id: "menu",
|
|
1980
2019
|
transform: "translate(1.000000, 1.000000)",
|
|
1981
2020
|
stroke: color,
|
|
1982
|
-
|
|
2021
|
+
strokeWidth: "2"
|
|
1983
2022
|
}, /*#__PURE__*/React.createElement(Line, {
|
|
1984
2023
|
x1: "0",
|
|
1985
2024
|
y1: "6.5",
|
|
@@ -2011,7 +2050,7 @@ const ImageIcon = ({
|
|
|
2011
2050
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2012
2051
|
id: "Page-1",
|
|
2013
2052
|
stroke: "none",
|
|
2014
|
-
|
|
2053
|
+
strokeWidth: "1",
|
|
2015
2054
|
fill: "none",
|
|
2016
2055
|
"fill-rule": "evenodd",
|
|
2017
2056
|
"stroke-linecap": "round",
|
|
@@ -2020,7 +2059,7 @@ const ImageIcon = ({
|
|
|
2020
2059
|
id: "image",
|
|
2021
2060
|
transform: "translate(1.000000, 1.000000)",
|
|
2022
2061
|
stroke: color,
|
|
2023
|
-
|
|
2062
|
+
strokeWidth: "2"
|
|
2024
2063
|
}, /*#__PURE__*/React.createElement(Rect, {
|
|
2025
2064
|
id: "Rectangle",
|
|
2026
2065
|
x: "0",
|
|
@@ -2049,7 +2088,7 @@ const CheckIcon = ({
|
|
|
2049
2088
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2050
2089
|
id: "Page-1",
|
|
2051
2090
|
stroke: "none",
|
|
2052
|
-
|
|
2091
|
+
strokeWidth: "1",
|
|
2053
2092
|
fill: "none",
|
|
2054
2093
|
"fill-rule": "evenodd"
|
|
2055
2094
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2079,7 +2118,7 @@ const BettorEdgeIcon = ({
|
|
|
2079
2118
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2080
2119
|
id: "Page-1",
|
|
2081
2120
|
stroke: "none",
|
|
2082
|
-
|
|
2121
|
+
strokeWidth: "1",
|
|
2083
2122
|
fill: "none",
|
|
2084
2123
|
"fill-rule": "evenodd"
|
|
2085
2124
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2102,7 +2141,7 @@ const CheckCirlceIcon = ({
|
|
|
2102
2141
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2103
2142
|
id: "Page-1",
|
|
2104
2143
|
stroke: "none",
|
|
2105
|
-
|
|
2144
|
+
strokeWidth: "1",
|
|
2106
2145
|
fill: "none",
|
|
2107
2146
|
"fill-rule": "evenodd",
|
|
2108
2147
|
"stroke-linecap": "round",
|
|
@@ -2111,7 +2150,7 @@ const CheckCirlceIcon = ({
|
|
|
2111
2150
|
id: "check-circle",
|
|
2112
2151
|
transform: "translate(1.000000, 1.000000)",
|
|
2113
2152
|
stroke: color,
|
|
2114
|
-
|
|
2153
|
+
strokeWidth: "2"
|
|
2115
2154
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2116
2155
|
d: "M20.0000565,9.08623485 L20.0000565,10.0062349 C19.9975243,14.4349207 17.0823504,18.3344478 12.8354089,19.5901358 C8.58846732,20.8458238 4.02145001,19.158547 1.61101155,15.4433012 C-0.799426916,11.7280554 -0.479080094,6.86987383 2.39833065,3.503307 C5.2757414,0.136740166 10.0247691,-0.936239861 14.0700565,0.866234854",
|
|
2117
2156
|
id: "Path"
|
|
@@ -2131,7 +2170,7 @@ const CloseIcon = ({
|
|
|
2131
2170
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2132
2171
|
id: "Page-1",
|
|
2133
2172
|
stroke: "none",
|
|
2134
|
-
|
|
2173
|
+
strokeWidth: "1",
|
|
2135
2174
|
fill: "none",
|
|
2136
2175
|
"fill-rule": "evenodd",
|
|
2137
2176
|
"stroke-linecap": "round",
|
|
@@ -2140,7 +2179,7 @@ const CloseIcon = ({
|
|
|
2140
2179
|
id: "x",
|
|
2141
2180
|
transform: "translate(1.000000, 1.000000)",
|
|
2142
2181
|
stroke: color,
|
|
2143
|
-
|
|
2182
|
+
strokeWidth: "2"
|
|
2144
2183
|
}, /*#__PURE__*/React.createElement(Line, {
|
|
2145
2184
|
x1: "12",
|
|
2146
2185
|
y1: "0",
|
|
@@ -2166,7 +2205,7 @@ const InProgressIcon = ({
|
|
|
2166
2205
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2167
2206
|
id: "Page-1",
|
|
2168
2207
|
stroke: "none",
|
|
2169
|
-
|
|
2208
|
+
strokeWidth: "1",
|
|
2170
2209
|
fill: "none",
|
|
2171
2210
|
"fill-rule": "evenodd"
|
|
2172
2211
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2195,7 +2234,7 @@ const UserIcon = ({
|
|
|
2195
2234
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2196
2235
|
id: "Page-1",
|
|
2197
2236
|
stroke: "none",
|
|
2198
|
-
|
|
2237
|
+
strokeWidth: "1",
|
|
2199
2238
|
fill: "none",
|
|
2200
2239
|
"fill-rule": "evenodd",
|
|
2201
2240
|
"stroke-linecap": "round",
|
|
@@ -2204,7 +2243,7 @@ const UserIcon = ({
|
|
|
2204
2243
|
id: "user",
|
|
2205
2244
|
transform: "translate(1.000000, 1.000000)",
|
|
2206
2245
|
stroke: color,
|
|
2207
|
-
|
|
2246
|
+
strokeWidth: "2"
|
|
2208
2247
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2209
2248
|
d: "M16,18 L16,16 C16,13.790861 14.209139,12 12,12 L4,12 C1.790861,12 0,13.790861 0,16 L0,18",
|
|
2210
2249
|
id: "Path"
|
|
@@ -2229,7 +2268,7 @@ const ListIcon = ({
|
|
|
2229
2268
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2230
2269
|
id: "Page-1",
|
|
2231
2270
|
stroke: "none",
|
|
2232
|
-
|
|
2271
|
+
strokeWidth: "1",
|
|
2233
2272
|
fill: "none",
|
|
2234
2273
|
"fill-rule": "evenodd",
|
|
2235
2274
|
"stroke-linecap": "round",
|
|
@@ -2238,7 +2277,7 @@ const ListIcon = ({
|
|
|
2238
2277
|
id: "list",
|
|
2239
2278
|
transform: "translate(1.000000, 1.000000)",
|
|
2240
2279
|
stroke: color,
|
|
2241
|
-
|
|
2280
|
+
strokeWidth: "2"
|
|
2242
2281
|
}, /*#__PURE__*/React.createElement(Line, {
|
|
2243
2282
|
x1: "5.495",
|
|
2244
2283
|
y1: "0.5",
|
|
@@ -2282,21 +2321,24 @@ const TrophyIcon = ({
|
|
|
2282
2321
|
size
|
|
2283
2322
|
}) => {
|
|
2284
2323
|
return /*#__PURE__*/React.createElement(Svg, {
|
|
2285
|
-
width: `${size ??
|
|
2286
|
-
height: `${size ??
|
|
2287
|
-
viewBox: "0 0
|
|
2324
|
+
width: `${size ?? 24}px`,
|
|
2325
|
+
height: `${size ?? 24}px`,
|
|
2326
|
+
viewBox: "0 0 34 34"
|
|
2288
2327
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2289
2328
|
id: "Page-1",
|
|
2290
2329
|
stroke: "none",
|
|
2291
|
-
|
|
2330
|
+
strokeWidth: "1",
|
|
2292
2331
|
fill: "none",
|
|
2293
|
-
"fill-rule": "evenodd"
|
|
2332
|
+
"fill-rule": "evenodd",
|
|
2333
|
+
"stroke-linecap": "round",
|
|
2334
|
+
"stroke-linejoin": "round"
|
|
2294
2335
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2295
|
-
id: "
|
|
2296
|
-
transform: "translate(
|
|
2297
|
-
|
|
2336
|
+
id: "trophy-svgrepo-com",
|
|
2337
|
+
transform: "translate(2.000000, 2.000000)",
|
|
2338
|
+
stroke: color ?? Colors.brand.midnight,
|
|
2339
|
+
strokeWidth: "3"
|
|
2298
2340
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2299
|
-
d: "M15
|
|
2341
|
+
d: "M15,18.3333333 L15,23.3333333 M15,18.3333333 C10.9684,18.3333333 7.60548333,15.4703333 6.83336667,11.6666667 M15,18.3333333 C19.0316667,18.3333333 22.3945,15.4703333 23.1666667,11.6666667 M23.3333333,3.33333333 L27.9166667,3.33333333 C28.3038333,3.33333333 28.4975,3.33333333 28.6585,3.36535 C29.3196667,3.49686667 29.8365,4.0137 29.968,4.67485 C30,4.83585 30,5.02945 30,5.41666667 C30,6.5783 30,7.15911667 29.904,7.64211667 C29.5093333,9.62556667 27.9588333,11.1760667 25.9755,11.5706 C25.4925,11.6666667 24.9116667,11.6666667 23.75,11.6666667 L23.3333333,11.6666667 L23.1666667,11.6666667 M6.66666667,3.33333333 L2.08333333,3.33333333 C1.69611667,3.33333333 1.50251667,3.33333333 1.34151667,3.36535 C0.680366667,3.49686667 0.163533333,4.0137 0.0320166667,4.67485 C0,4.83585 0,5.02945 0,5.41666667 C0,6.5783 0,7.15911667 0.0960666667,7.64211667 C0.4906,9.62556667 2.0411,11.1760667 4.02455,11.5706 C4.50755,11.6666667 5.08836667,11.6666667 6.25,11.6666667 L6.66666667,11.6666667 L6.83336667,11.6666667 M15,23.3333333 C16.55,23.3333333 17.325,23.3333333 17.9608333,23.5036667 C19.6861667,23.966 21.034,25.3138333 21.4963333,27.0391667 C21.6666667,27.675 21.6666667,28.45 21.6666667,30 L8.33333333,30 C8.33333333,28.45 8.33333333,27.675 8.5037,27.0391667 C8.96603333,25.3138333 10.3137833,23.966 12.0391667,23.5036667 C12.675,23.3333333 13.45,23.3333333 15,23.3333333 Z M6.83336667,11.6666667 C6.72405,11.12815 6.66666667,10.5707833 6.66666667,10 L6.66666667,2.61905 C6.66666667,1.73051667 6.66666667,1.28626667 6.83171667,0.943533333 C6.99553333,0.60335 7.27001667,0.328866667 7.6102,0.16505 C7.95293333,0 8.39718333,0 9.28571667,0 L20.7143333,0 C21.6028333,0 22.047,0 22.3898333,0.16505 C22.73,0.328866667 23.0045,0.60335 23.1683333,0.943533333 C23.3333333,1.28626667 23.3333333,1.73051667 23.3333333,2.61905 L23.3333333,10 C23.3333333,10.5707833 23.276,11.12815 23.1666667,11.6666667",
|
|
2300
2342
|
id: "Shape"
|
|
2301
2343
|
}))));
|
|
2302
2344
|
};
|
|
@@ -2311,7 +2353,7 @@ const EditIcon = ({
|
|
|
2311
2353
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2312
2354
|
id: "Page-1",
|
|
2313
2355
|
stroke: "none",
|
|
2314
|
-
|
|
2356
|
+
strokeWidth: "1",
|
|
2315
2357
|
fill: "none",
|
|
2316
2358
|
"fill-rule": "evenodd",
|
|
2317
2359
|
"stroke-linecap": "round",
|
|
@@ -2320,7 +2362,7 @@ const EditIcon = ({
|
|
|
2320
2362
|
id: "edit-3-svgrepo-com",
|
|
2321
2363
|
transform: "translate(1.000000, 1.000000)",
|
|
2322
2364
|
stroke: color ?? Colors.brand.midnight,
|
|
2323
|
-
|
|
2365
|
+
strokeWidth: "1.5"
|
|
2324
2366
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2325
2367
|
d: "M13.4142169,3.12168866 L6.77664984,9.75922094 C6.11567618,10.4201946 4.15360718,10.7263298 3.71527728,10.2879999 C3.27694738,9.84966997 3.57612493,7.88762184 4.23709859,7.22664818 L10.8816442,0.582137411 C11.045496,0.403368388 11.2438577,0.259665757 11.4648316,0.159684794 C11.685736,0.0597038305 11.9246606,0.00550399043 12.1671336,0.000397099207 C12.4095369,-0.0047028344 12.6505488,0.0393667147 12.8754886,0.129961852 C13.1004284,0.220556989 13.304704,0.355813073 13.475931,0.527527072 C13.6471579,0.699241071 13.7818574,0.903864601 13.8718194,1.12905485 C13.9617814,1.35425205 14.0052665,1.5953335 13.9994917,1.83777168 C13.9937169,2.08020986 13.9388213,2.31898833 13.8382837,2.53964917 C13.7376765,2.76031001 13.5934451,2.95831685 13.4142169,3.12168866 L13.4142169,3.12168866 Z",
|
|
2326
2368
|
id: "Path"
|
|
@@ -2343,7 +2385,7 @@ const ShareIcon = ({
|
|
|
2343
2385
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2344
2386
|
id: "Page-1",
|
|
2345
2387
|
stroke: "none",
|
|
2346
|
-
|
|
2388
|
+
strokeWidth: "1",
|
|
2347
2389
|
fill: "none",
|
|
2348
2390
|
"fill-rule": "evenodd",
|
|
2349
2391
|
"stroke-linecap": "round",
|
|
@@ -2352,7 +2394,7 @@ const ShareIcon = ({
|
|
|
2352
2394
|
id: "share",
|
|
2353
2395
|
transform: "translate(1.000000, 1.000000)",
|
|
2354
2396
|
stroke: color,
|
|
2355
|
-
|
|
2397
|
+
strokeWidth: "2"
|
|
2356
2398
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2357
2399
|
d: "M0,10 L0,18 C0,19.1045695 0.8954305,20 2,20 L14,20 C15.1045695,20 16,19.1045695 16,18 L16,10",
|
|
2358
2400
|
id: "Path"
|
|
@@ -2381,7 +2423,7 @@ const SettingsIcon = ({
|
|
|
2381
2423
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2382
2424
|
id: "Page-1",
|
|
2383
2425
|
stroke: "none",
|
|
2384
|
-
|
|
2426
|
+
strokeWidth: "1",
|
|
2385
2427
|
fill: "none",
|
|
2386
2428
|
"fill-rule": "evenodd"
|
|
2387
2429
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2407,7 +2449,7 @@ const TransactionIcon = ({
|
|
|
2407
2449
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2408
2450
|
id: "Page-1",
|
|
2409
2451
|
stroke: "none",
|
|
2410
|
-
|
|
2452
|
+
strokeWidth: "1",
|
|
2411
2453
|
fill: "none",
|
|
2412
2454
|
"fill-rule": "evenodd"
|
|
2413
2455
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2438,7 +2480,7 @@ const PhoneIcon = ({
|
|
|
2438
2480
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2439
2481
|
id: "Page-1",
|
|
2440
2482
|
stroke: "none",
|
|
2441
|
-
|
|
2483
|
+
strokeWidth: "1",
|
|
2442
2484
|
fill: "none",
|
|
2443
2485
|
"fill-rule": "evenodd",
|
|
2444
2486
|
"stroke-linecap": "round",
|
|
@@ -2447,7 +2489,7 @@ const PhoneIcon = ({
|
|
|
2447
2489
|
id: "phone-svgrepo-com",
|
|
2448
2490
|
transform: "translate(1.438912, 1.000000)",
|
|
2449
2491
|
stroke: color ?? Colors.brand.midnight,
|
|
2450
|
-
|
|
2492
|
+
strokeWidth: "2"
|
|
2451
2493
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2452
2494
|
d: "M14.0067027,15.5000775 L14.0067027,4.5000225 C14.069603,3.37367687 13.684301,2.26821134 12.9347973,1.42505713 C12.1852936,0.58190291 11.1326883,0.0695803479 10.0066827,0 L4.00666266,0 C2.88071703,0.0695803479 1.82805177,0.58190291 1.07858802,1.42505713 C0.329114272,2.26821134 -0.0562676553,3.37367687 0.00665265933,4.5000225 L0.00665265933,15.5000775 C-0.0562676553,16.6263831 0.329114272,17.7317887 1.07858802,18.5748929 C1.82805177,19.4180971 2.88071703,19.9303997 4.00666266,20 L10.0066827,20 C11.1326883,19.9303997 12.1852936,19.4180971 12.9347973,18.5748929 C13.684301,17.7317887 14.069603,16.6263831 14.0067027,15.5000775 L14.0067027,15.5000775 Z",
|
|
2453
2495
|
id: "Path"
|
|
@@ -2473,7 +2515,7 @@ const EmailIcon = ({
|
|
|
2473
2515
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2474
2516
|
id: "Page-1",
|
|
2475
2517
|
stroke: "none",
|
|
2476
|
-
|
|
2518
|
+
strokeWidth: "1",
|
|
2477
2519
|
fill: "none",
|
|
2478
2520
|
"fill-rule": "evenodd",
|
|
2479
2521
|
"stroke-linecap": "round"
|
|
@@ -2481,7 +2523,7 @@ const EmailIcon = ({
|
|
|
2481
2523
|
id: "email-svgrepo-com",
|
|
2482
2524
|
transform: "translate(1.000000, 1.000000)",
|
|
2483
2525
|
stroke: color ?? Colors.brand.midnight,
|
|
2484
|
-
|
|
2526
|
+
strokeWidth: "2"
|
|
2485
2527
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2486
2528
|
d: "M1.11111111,2.22222222 L8,7.38888889 C9.18522222,8.27777778 10.8147778,8.27777778 12,7.38888889 L18.8888889,2.22222222",
|
|
2487
2529
|
id: "Path",
|
|
@@ -2509,7 +2551,7 @@ const BirthdayIcon = ({
|
|
|
2509
2551
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2510
2552
|
id: "Page-1",
|
|
2511
2553
|
stroke: "none",
|
|
2512
|
-
|
|
2554
|
+
strokeWidth: "1",
|
|
2513
2555
|
fill: "none",
|
|
2514
2556
|
"fill-rule": "evenodd"
|
|
2515
2557
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2543,7 +2585,7 @@ const IBTFLowIcon = ({
|
|
|
2543
2585
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2544
2586
|
id: "Artboard",
|
|
2545
2587
|
stroke: "none",
|
|
2546
|
-
|
|
2588
|
+
strokeWidth: "1",
|
|
2547
2589
|
fill: "none",
|
|
2548
2590
|
"fill-rule": "evenodd"
|
|
2549
2591
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2558,7 +2600,7 @@ const IBTFLowIcon = ({
|
|
|
2558
2600
|
id: "bank_icon_instant",
|
|
2559
2601
|
transform: "translate(724.000000, 52.159450)",
|
|
2560
2602
|
stroke: "#003566",
|
|
2561
|
-
|
|
2603
|
+
strokeWidth: "12"
|
|
2562
2604
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2563
2605
|
d: "M0,196.640044 L194.877444,196.640044 M10.0798678,163.591297 L184.797577,163.591297 M31.9195814,158.523822 L31.9195814,105.645828 M75.5990086,158.523822 L75.5990086,105.645828 M119.278436,158.523822 L119.278436,105.645828 M162.957863,158.523822 L162.957863,105.645828 M194.877444,79.3169925 L120.455913,13.1454015 C112.311119,5.90406637 108.239263,2.28350708 103.644486,0.908469909 C99.5953657,-0.302823303 95.2820787,-0.302823303 91.2329581,0.908469909 C86.6381814,2.28350708 82.5663254,5.90406637 74.4219636,13.1454015 L0,79.3169925 L194.877444,79.3169925 Z",
|
|
2564
2606
|
id: "Shape"
|
|
@@ -2646,7 +2688,7 @@ const PieIcon = ({
|
|
|
2646
2688
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2647
2689
|
id: "Page-1",
|
|
2648
2690
|
stroke: "none",
|
|
2649
|
-
|
|
2691
|
+
strokeWidth: "1",
|
|
2650
2692
|
fill: "none",
|
|
2651
2693
|
"fill-rule": "evenodd",
|
|
2652
2694
|
"stroke-linecap": "round",
|
|
@@ -2677,7 +2719,7 @@ const ScoreboardIcon = ({
|
|
|
2677
2719
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2678
2720
|
id: "ss",
|
|
2679
2721
|
stroke: "none",
|
|
2680
|
-
|
|
2722
|
+
strokeWidth: "1",
|
|
2681
2723
|
fill: "none",
|
|
2682
2724
|
"fill-rule": "evenodd"
|
|
2683
2725
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2717,151 +2759,33 @@ const SquaresIcon = ({
|
|
|
2717
2759
|
return /*#__PURE__*/React.createElement(Svg, {
|
|
2718
2760
|
width: `${size ?? 14}`,
|
|
2719
2761
|
height: `${size ?? 14}`,
|
|
2720
|
-
viewBox: "0 0
|
|
2762
|
+
viewBox: "0 0 24 24"
|
|
2721
2763
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2722
|
-
id: "
|
|
2764
|
+
id: "Page-1",
|
|
2723
2765
|
stroke: "none",
|
|
2724
2766
|
"stroke-width": "1",
|
|
2725
2767
|
fill: "none",
|
|
2726
2768
|
"fill-rule": "evenodd"
|
|
2727
|
-
}, /*#__PURE__*/React.createElement(
|
|
2728
|
-
id: "
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
id: "
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
}), /*#__PURE__*/React.createElement(
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
y: "6",
|
|
2748
|
-
width: "8",
|
|
2749
|
-
height: "8",
|
|
2750
|
-
rx: "1"
|
|
2751
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2752
|
-
id: "Rectangle",
|
|
2753
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2754
|
-
x: "36",
|
|
2755
|
-
y: "6",
|
|
2756
|
-
width: "8",
|
|
2757
|
-
height: "8",
|
|
2758
|
-
rx: "1"
|
|
2759
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2760
|
-
id: "Rectangle",
|
|
2761
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2762
|
-
x: "6",
|
|
2763
|
-
y: "16",
|
|
2764
|
-
width: "8",
|
|
2765
|
-
height: "8",
|
|
2766
|
-
rx: "1"
|
|
2767
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2768
|
-
id: "Rectangle",
|
|
2769
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2770
|
-
x: "16",
|
|
2771
|
-
y: "16",
|
|
2772
|
-
width: "8",
|
|
2773
|
-
height: "8",
|
|
2774
|
-
rx: "1"
|
|
2775
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2776
|
-
id: "Rectangle",
|
|
2777
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2778
|
-
x: "26",
|
|
2779
|
-
y: "16",
|
|
2780
|
-
width: "8",
|
|
2781
|
-
height: "8",
|
|
2782
|
-
rx: "1"
|
|
2783
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2784
|
-
id: "Rectangle",
|
|
2785
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2786
|
-
x: "36",
|
|
2787
|
-
y: "16",
|
|
2788
|
-
width: "8",
|
|
2789
|
-
height: "8",
|
|
2790
|
-
rx: "1"
|
|
2791
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2792
|
-
id: "Rectangle",
|
|
2793
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2794
|
-
x: "6",
|
|
2795
|
-
y: "26",
|
|
2796
|
-
width: "8",
|
|
2797
|
-
height: "8",
|
|
2798
|
-
rx: "1"
|
|
2799
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2800
|
-
id: "Rectangle",
|
|
2801
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2802
|
-
x: "16",
|
|
2803
|
-
y: "26",
|
|
2804
|
-
width: "8",
|
|
2805
|
-
height: "8",
|
|
2806
|
-
rx: "1"
|
|
2807
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2808
|
-
id: "Rectangle",
|
|
2809
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2810
|
-
x: "26",
|
|
2811
|
-
y: "26",
|
|
2812
|
-
width: "8",
|
|
2813
|
-
height: "8",
|
|
2814
|
-
rx: "1"
|
|
2815
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2816
|
-
id: "Rectangle",
|
|
2817
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2818
|
-
x: "36",
|
|
2819
|
-
y: "26",
|
|
2820
|
-
width: "8",
|
|
2821
|
-
height: "8",
|
|
2822
|
-
rx: "1"
|
|
2823
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2824
|
-
id: "Rectangle",
|
|
2825
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2826
|
-
x: "6",
|
|
2827
|
-
y: "36",
|
|
2828
|
-
width: "8",
|
|
2829
|
-
height: "8",
|
|
2830
|
-
rx: "1"
|
|
2831
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2832
|
-
id: "Rectangle",
|
|
2833
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2834
|
-
x: "16",
|
|
2835
|
-
y: "36",
|
|
2836
|
-
width: "8",
|
|
2837
|
-
height: "8",
|
|
2838
|
-
rx: "1"
|
|
2839
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2840
|
-
id: "Rectangle",
|
|
2841
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2842
|
-
x: "26",
|
|
2843
|
-
y: "36",
|
|
2844
|
-
width: "8",
|
|
2845
|
-
height: "8",
|
|
2846
|
-
rx: "1"
|
|
2847
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2848
|
-
id: "Rectangle",
|
|
2849
|
-
stroke: color ?? Colors.brand.midnight,
|
|
2850
|
-
x: "36",
|
|
2851
|
-
y: "36",
|
|
2852
|
-
width: "8",
|
|
2853
|
-
height: "8",
|
|
2854
|
-
rx: "1"
|
|
2855
|
-
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2856
|
-
id: "Rectangle",
|
|
2857
|
-
"fill-opacity": "0.2",
|
|
2858
|
-
fill: "#D8D8D8",
|
|
2859
|
-
x: "4",
|
|
2860
|
-
y: "3",
|
|
2861
|
-
width: "42",
|
|
2862
|
-
height: "43",
|
|
2863
|
-
rx: "1"
|
|
2864
|
-
})));
|
|
2769
|
+
}, /*#__PURE__*/React.createElement(G, {
|
|
2770
|
+
id: "squares-with-rounded-edges-svgrepo-com",
|
|
2771
|
+
fill: color ?? Colors.brand.midnight,
|
|
2772
|
+
"fill-rule": "nonzero"
|
|
2773
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
2774
|
+
d: "M2.59488603,21.9303693 L4.69870304,21.9303693 C5.07938536,21.9303693 5.3889793,21.6206156 5.3889793,21.2400931 L5.3889793,19.1365157 C5.3889793,18.7555138 5.07938536,18.4457602 4.69870304,18.4457602 L2.59488603,18.4457602 C2.21412383,18.4457602 1.90460976,18.7555937 1.90460976,19.1365157 L1.90460976,21.2400931 C1.90460976,21.6206156 2.2142037,21.9303693 2.59488603,21.9303693 Z",
|
|
2775
|
+
id: "Path"
|
|
2776
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2777
|
+
d: "M13.7319608,5.41286181 L15.8359376,5.41286181 C16.2164602,5.41286181 16.5258145,5.10302825 16.5258145,4.72234592 L16.5258145,2.61876853 C16.5258145,2.23800633 16.2164602,1.92825264 15.8359376,1.92825264 L13.7319608,1.92825264 C13.350959,1.92825264 13.0416047,2.23800633 13.0416047,2.61876853 L13.0416047,4.72234592 C13.0420041,5.10302825 13.3518376,5.41286181 13.7319608,5.41286181 Z",
|
|
2778
|
+
id: "Path"
|
|
2779
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2780
|
+
d: "M8.16342343,10.9186178 L10.2671606,10.9186178 C10.6479228,10.9186178 10.9574368,10.6088641 10.9574368,10.2281019 L10.9574368,8.1245245 C10.9574368,7.74376229 10.6479228,7.43400861 10.2671606,7.43400861 L8.16342343,7.43400861 C7.78266122,7.43400861 7.47306728,7.74376229 7.47306728,8.1245245 L7.47306728,10.2281019 C7.47314716,10.6088641 7.78314047,10.9186178 8.16342343,10.9186178 Z",
|
|
2781
|
+
id: "Path"
|
|
2782
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2783
|
+
d: "M19.4416366,16.4245335 L21.5456933,16.4245335 C21.9266152,16.4245335 22.2359695,16.1146999 22.2359695,15.7341773 L22.2359695,13.6306 C22.2359695,13.2495981 21.9266152,12.9399243 21.5456933,12.9399243 L19.4416366,12.9399243 C19.0611141,12.9399243 18.7517597,13.249678 18.7517597,13.6306 L18.7517597,15.7341773 C18.7518396,16.1146999 19.0615933,16.4245335 19.4416366,16.4245335 Z",
|
|
2784
|
+
id: "Path"
|
|
2785
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2786
|
+
d: "M0,2.11763531 L0,21.8823647 C0,23.0516489 0.94819134,24 2.11763531,24 L21.8823647,24 C23.0516489,24 24,23.0516489 24,21.8823647 L24,2.11763531 C24,0.948430963 23.0516489,0 21.8823647,0 L2.11763531,0 C0.947712092,0 0,0.94803159 0,2.11763531 Z M18.3282646,2.61876853 C18.3282646,2.00373414 18.8270815,1.50475753 19.4425153,1.50475753 L21.5460926,1.50475753 C22.1610472,1.50475753 22.659864,2.00333476 22.659864,2.61876853 L22.659864,4.72234592 C22.659864,5.33738031 22.1615264,5.83635692 21.5460926,5.83635692 L19.4425153,5.83635692 C18.8274809,5.83635692 18.3282646,5.33769981 18.3282646,4.72234592 L18.3282646,2.61876853 L18.3282646,2.61876853 Z M18.3282646,8.12460437 C18.3282646,7.50956998 18.8270815,7.01059337 19.4425153,7.01059337 L21.5460926,7.01059337 C22.1610472,7.01059337 22.659864,7.5091706 22.659864,8.12460437 L22.659864,10.2281818 C22.659864,10.8432162 22.1615264,11.3421928 21.5460926,11.3421928 L19.4425153,11.3421928 C18.8274809,11.3421928 18.3282646,10.8436155 18.3282646,10.2281818 L18.3282646,8.12460437 L18.3282646,8.12460437 Z M18.3282646,13.6306 C18.3282646,13.0151662 18.8270815,12.5164292 19.4425153,12.5164292 L21.5460926,12.5164292 C22.1610472,12.5164292 22.659864,13.0151662 22.659864,13.6306 L22.659864,15.7341773 C22.659864,16.3487325 22.1615264,16.8479487 21.5460926,16.8479487 L19.4425153,16.8479487 C18.8274809,16.8479487 18.3282646,16.3496111 18.3282646,15.7341773 L18.3282646,13.6306 L18.3282646,13.6306 Z M18.3282646,19.1365157 C18.3282646,18.5210819 18.8270815,18.022265 19.4425153,18.022265 L21.5460926,18.022265 C22.1610472,18.022265 22.659864,18.5210819 22.659864,19.1365157 L22.659864,21.2400931 C22.659864,21.8546482 22.1615264,22.3538644 21.5460926,22.3538644 L19.4425153,22.3538644 C18.8274809,22.3538644 18.3282646,21.8555268 18.3282646,21.2400931 L18.3282646,19.1365157 L18.3282646,19.1365157 Z M12.6185089,2.61876853 C12.6185089,2.00373414 13.1168466,1.50475753 13.7322803,1.50475753 L15.8358577,1.50475753 C16.4508921,1.50475753 16.9501083,2.00333476 16.9501083,2.61876853 L16.9501083,4.72234592 C16.9501083,5.33738031 16.4512915,5.83635692 15.8358577,5.83635692 L13.7318809,5.83635692 C13.1168466,5.83635692 12.6180297,5.33769981 12.6180297,4.72234592 L12.6180297,2.61876853 L12.6185089,2.61876853 Z M12.6185089,8.12460437 C12.6185089,7.50956998 13.1168466,7.01059337 13.7322803,7.01059337 L15.8358577,7.01059337 C16.4508921,7.01059337 16.9501083,7.5091706 16.9501083,8.12460437 L16.9501083,10.2281818 C16.9501083,10.8432162 16.4512915,11.3421928 15.8358577,11.3421928 L13.7318809,11.3421928 C13.1168466,11.3421928 12.6180297,10.8436155 12.6180297,10.2281818 L12.6180297,8.12460437 L12.6185089,8.12460437 Z M12.6185089,13.6306 C12.6185089,13.0151662 13.1168466,12.5164292 13.7322803,12.5164292 L15.8358577,12.5164292 C16.4508921,12.5164292 16.9501083,13.0151662 16.9501083,13.6306 L16.9501083,15.7341773 C16.9501083,16.3487325 16.4512915,16.8479487 15.8358577,16.8479487 L13.7318809,16.8479487 C13.1168466,16.8479487 12.6180297,16.3496111 12.6180297,15.7341773 L12.6180297,13.6306 L12.6185089,13.6306 Z M12.6185089,19.1365157 C12.6185089,18.5210819 13.1168466,18.022265 13.7322803,18.022265 L15.8358577,18.022265 C16.4508921,18.022265 16.9501083,18.5210819 16.9501083,19.1365157 L16.9501083,21.2400931 C16.9501083,21.8546482 16.4512915,22.3538644 15.8358577,22.3538644 L13.7318809,22.3538644 C13.1168466,22.3538644 12.6180297,21.8555268 12.6180297,21.2400931 L12.6180297,19.1365157 L12.6185089,19.1365157 Z M7.04957217,2.61876853 C7.04957217,2.00373414 7.54798966,1.50475753 8.16342343,1.50475753 L10.2671606,1.50475753 C10.8819553,1.50475753 11.3810118,2.00333476 11.3810118,2.61876853 L11.3810118,4.72234592 C11.3810118,5.33738031 10.8824346,5.83635692 10.2671606,5.83635692 L8.16342343,5.83635692 C7.54862865,5.83635692 7.04957217,5.33769981 7.04957217,4.72234592 L7.04957217,2.61876853 L7.04957217,2.61876853 Z M7.04957217,8.12460437 C7.04957217,7.50956998 7.54798966,7.01059337 8.16342343,7.01059337 L10.2671606,7.01059337 C10.8819553,7.01059337 11.3810118,7.5091706 11.3810118,8.12460437 L11.3810118,10.2281818 C11.3810118,10.8432162 10.8824346,11.3421928 10.2671606,11.3421928 L8.16342343,11.3421928 C7.54862865,11.3421928 7.04957217,10.8436155 7.04957217,10.2281818 L7.04957217,8.12460437 L7.04957217,8.12460437 Z M7.04957217,13.6306 C7.04957217,13.0151662 7.54798966,12.5164292 8.16342343,12.5164292 L10.2671606,12.5164292 C10.8819553,12.5164292 11.3810118,13.0151662 11.3810118,13.6306 L11.3810118,15.7341773 C11.3810118,16.3487325 10.8824346,16.8479487 10.2671606,16.8479487 L8.16342343,16.8479487 C7.54862865,16.8479487 7.04957217,16.3496111 7.04957217,15.7341773 L7.04957217,13.6306 L7.04957217,13.6306 Z M7.04957217,19.1365157 C7.04957217,18.5210819 7.54798966,18.022265 8.16342343,18.022265 L10.2671606,18.022265 C10.8819553,18.022265 11.3810118,18.5210819 11.3810118,19.1365157 L11.3810118,21.2400931 C11.3810118,21.8546482 10.8824346,22.3538644 10.2671606,22.3538644 L8.16342343,22.3538644 C7.54862865,22.3538644 7.04957217,21.8555268 7.04957217,21.2400931 L7.04957217,19.1365157 L7.04957217,19.1365157 Z M1.48111465,2.61876853 C1.48111465,2.00373414 1.97945226,1.50475753 2.59488603,1.50475753 L4.69870304,1.50475753 C5.31349781,1.50475753 5.81247442,2.00333476 5.81247442,2.61876853 L5.81247442,4.72234592 C5.81247442,5.33738031 5.31389718,5.83635692 4.69870304,5.83635692 L2.59488603,5.83635692 C1.97985163,5.83635692 1.48111465,5.33769981 1.48111465,4.72234592 L1.48111465,2.61876853 Z M1.48111465,8.12460437 C1.48111465,7.50956998 1.97945226,7.01059337 2.59488603,7.01059337 L4.69870304,7.01059337 C5.31349781,7.01059337 5.81247442,7.5091706 5.81247442,8.12460437 L5.81247442,10.2281818 C5.81247442,10.8432162 5.31389718,11.3421928 4.69870304,11.3421928 L2.59488603,11.3421928 C1.97985163,11.3421928 1.48111465,10.8436155 1.48111465,10.2281818 L1.48111465,8.12460437 Z M1.48111465,13.6306 C1.48111465,13.0151662 1.97945226,12.5164292 2.59488603,12.5164292 L4.69870304,12.5164292 C5.31349781,12.5164292 5.81247442,13.0151662 5.81247442,13.6306 L5.81247442,15.7341773 C5.81247442,16.3487325 5.31389718,16.8479487 4.69870304,16.8479487 L2.59488603,16.8479487 C1.97985163,16.8479487 1.48111465,16.3496111 1.48111465,15.7341773 L1.48111465,13.6306 Z M1.48111465,19.1365157 C1.48111465,18.5210819 1.97945226,18.022265 2.59488603,18.022265 L4.69870304,18.022265 C5.31349781,18.022265 5.81247442,18.5210819 5.81247442,19.1365157 L5.81247442,21.2400931 C5.81247442,21.8546482 5.31389718,22.3538644 4.69870304,22.3538644 L2.59488603,22.3538644 C1.97985163,22.3538644 1.48111465,21.8555268 1.48111465,21.2400931 L1.48111465,19.1365157 Z",
|
|
2787
|
+
id: "Shape"
|
|
2788
|
+
}))));
|
|
2865
2789
|
};
|
|
2866
2790
|
const OwnedSquareIcon = ({
|
|
2867
2791
|
color,
|
|
@@ -2874,7 +2798,7 @@ const OwnedSquareIcon = ({
|
|
|
2874
2798
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2875
2799
|
id: "Page-1",
|
|
2876
2800
|
stroke: "none",
|
|
2877
|
-
|
|
2801
|
+
strokeWidth: "1",
|
|
2878
2802
|
fill: "none",
|
|
2879
2803
|
"fill-rule": "evenodd",
|
|
2880
2804
|
"stroke-linecap": "round",
|
|
@@ -2883,7 +2807,7 @@ const OwnedSquareIcon = ({
|
|
|
2883
2807
|
id: "square-user-check-svgrepo-com",
|
|
2884
2808
|
transform: "translate(1.000000, 1.000000)",
|
|
2885
2809
|
stroke: color ?? Colors.brand.midnight,
|
|
2886
|
-
|
|
2810
|
+
strokeWidth: "2"
|
|
2887
2811
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2888
2812
|
d: "M11.6470588,14.8235294 L13.7647059,16.9411765 L18,12.7058824 M7.41176471,16.9411765 L3.38823529,16.9411765 C2.20224706,16.9411765 1.60924235,16.9411765 1.15625647,16.7103529 C0.757789412,16.5073765 0.433831765,16.1833765 0.230812941,15.7849412 C0,15.3319765 0,14.7389294 0,13.5529412 L0,3.38823529 C0,2.20224706 0,1.60924235 0.230812941,1.15625647 C0.433831765,0.757789412 0.757789412,0.433831765 1.15625647,0.230812941 C1.60924235,0 2.20224706,0 3.38823529,0 L13.5529412,0 C14.7389294,0 15.3319765,0 15.7849412,0.230812941 C16.1833765,0.433831765 16.5073765,0.757789412 16.7103529,1.15625647 C16.9411765,1.60924235 16.9411765,2.20224706 16.9411765,3.38823529 L16.9411765,8.47058824 M3.17647059,16.9411765 C3.17647059,16.5785294 3.21292588,16.2244588 3.28237412,15.8823529 C3.77289529,13.4659059 5.90933647,11.6470588 8.47058824,11.6470588 M10.5882353,6.35294118 C10.5882353,7.52251765 9.64016471,8.47058824 8.47058824,8.47058824 C7.30101176,8.47058824 6.35294118,7.52251765 6.35294118,6.35294118 C6.35294118,5.18339647 7.30101176,4.23529412 8.47058824,4.23529412 C9.64016471,4.23529412 10.5882353,5.18339647 10.5882353,6.35294118 Z",
|
|
2889
2813
|
id: "Shape"
|
|
@@ -2903,7 +2827,7 @@ const SelectorIcon = ({
|
|
|
2903
2827
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2904
2828
|
id: "Page-1",
|
|
2905
2829
|
stroke: "none",
|
|
2906
|
-
|
|
2830
|
+
strokeWidth: "1",
|
|
2907
2831
|
fill: "none",
|
|
2908
2832
|
"fill-rule": "evenodd"
|
|
2909
2833
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2925,7 +2849,7 @@ const InstagramIcon = ({
|
|
|
2925
2849
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2926
2850
|
id: "Page-1",
|
|
2927
2851
|
stroke: "none",
|
|
2928
|
-
|
|
2852
|
+
strokeWidth: "1",
|
|
2929
2853
|
fill: "none",
|
|
2930
2854
|
"fill-rule": "evenodd"
|
|
2931
2855
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2951,7 +2875,7 @@ const LiquidityIcon = ({
|
|
|
2951
2875
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2952
2876
|
id: "ss",
|
|
2953
2877
|
stroke: "none",
|
|
2954
|
-
|
|
2878
|
+
strokeWidth: "1",
|
|
2955
2879
|
fill: "none",
|
|
2956
2880
|
"fill-rule": "evenodd"
|
|
2957
2881
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -2978,7 +2902,7 @@ const PickEmIcon = ({
|
|
|
2978
2902
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2979
2903
|
id: "ss",
|
|
2980
2904
|
stroke: "none",
|
|
2981
|
-
|
|
2905
|
+
strokeWidth: "1",
|
|
2982
2906
|
fill: "none",
|
|
2983
2907
|
"fill-rule": "evenodd"
|
|
2984
2908
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -3005,7 +2929,7 @@ const MarketClosedIcon = ({
|
|
|
3005
2929
|
}, /*#__PURE__*/React.createElement(G, {
|
|
3006
2930
|
id: "ss",
|
|
3007
2931
|
stroke: "none",
|
|
3008
|
-
|
|
2932
|
+
strokeWidth: "1",
|
|
3009
2933
|
fill: "none",
|
|
3010
2934
|
"fill-rule": "evenodd"
|
|
3011
2935
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -3047,7 +2971,7 @@ const ChatIcon = ({
|
|
|
3047
2971
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
3048
2972
|
d: "M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22C17.5228 22 22 17.5228 22 12C22 10.1786 21.513 8.47087 20.6622 7",
|
|
3049
2973
|
stroke: color ?? Colors.brand.midnight,
|
|
3050
|
-
|
|
2974
|
+
strokeWidth: "1.5",
|
|
3051
2975
|
"stroke-linecap": "round"
|
|
3052
2976
|
}));
|
|
3053
2977
|
};
|
|
@@ -3062,7 +2986,7 @@ const QuestionIcon = ({
|
|
|
3062
2986
|
}, /*#__PURE__*/React.createElement(G, {
|
|
3063
2987
|
id: "ss",
|
|
3064
2988
|
stroke: "none",
|
|
3065
|
-
|
|
2989
|
+
strokeWidth: "1",
|
|
3066
2990
|
fill: "none",
|
|
3067
2991
|
"fill-rule": "evenodd"
|
|
3068
2992
|
}, /*#__PURE__*/React.createElement(G, {
|
|
@@ -3072,7 +2996,7 @@ const QuestionIcon = ({
|
|
|
3072
2996
|
d: "M9.75,8.25 C9.75,7.007364 10.7574,6 12,6 C13.2426,6 14.25,7.007364 14.25,8.25 C14.25,9.07494 13.806,9.7962 13.14408,10.18788 C12.5736,10.52532 12,11.03724 12,11.7 L12,13.2",
|
|
3073
2997
|
id: "Path",
|
|
3074
2998
|
stroke: color ?? Colors.brand.midnight,
|
|
3075
|
-
|
|
2999
|
+
strokeWidth: "2",
|
|
3076
3000
|
"stroke-linecap": "round"
|
|
3077
3001
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
3078
3002
|
id: "Oval",
|
|
@@ -3085,7 +3009,7 @@ const QuestionIcon = ({
|
|
|
3085
3009
|
d: "M6,1.605384 C7.765044,0.584364 9.81432,0 12,0 C18.62736,0 24,5.37258 24,12 C24,18.62736 18.62736,24 12,24 C5.37258,24 0,18.62736 0,12 C0,9.81432 0.584364,7.765044 1.605384,6",
|
|
3086
3010
|
id: "Path",
|
|
3087
3011
|
stroke: color ?? Colors.brand.midnight,
|
|
3088
|
-
|
|
3012
|
+
strokeWidth: "2",
|
|
3089
3013
|
"stroke-linecap": "round"
|
|
3090
3014
|
}))));
|
|
3091
3015
|
};
|
|
@@ -3121,6 +3045,7 @@ export default {
|
|
|
3121
3045
|
SelectorIcon,
|
|
3122
3046
|
CloseIcon,
|
|
3123
3047
|
BettorEdgeIcon,
|
|
3048
|
+
LeaderboardIcon,
|
|
3124
3049
|
BirthdayIcon,
|
|
3125
3050
|
CheckIcon,
|
|
3126
3051
|
LogoutIcon,
|