be-components 3.9.8 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +73 -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 +115 -2
- package/lib/commonjs/Squares/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 +74 -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 +116 -3
- package/lib/module/Squares/index.js.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/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/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/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 +45 -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 +69 -3
|
@@ -21,7 +21,7 @@ const AlertIcon = ({
|
|
|
21
21
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
22
22
|
id: "Page-1",
|
|
23
23
|
stroke: "none",
|
|
24
|
-
|
|
24
|
+
strokeWidth: "1",
|
|
25
25
|
fill: "none",
|
|
26
26
|
"fill-rule": "evenodd",
|
|
27
27
|
"stroke-linecap": "round",
|
|
@@ -30,7 +30,7 @@ const AlertIcon = ({
|
|
|
30
30
|
id: "alert-circle",
|
|
31
31
|
transform: "translate(1.000000, 1.000000)",
|
|
32
32
|
stroke: color,
|
|
33
|
-
|
|
33
|
+
strokeWidth: "2"
|
|
34
34
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
35
35
|
id: "Oval",
|
|
36
36
|
cx: "10",
|
|
@@ -50,6 +50,41 @@ const AlertIcon = ({
|
|
|
50
50
|
id: "Path"
|
|
51
51
|
}))));
|
|
52
52
|
};
|
|
53
|
+
const LeaderboardIcon = ({
|
|
54
|
+
color,
|
|
55
|
+
size
|
|
56
|
+
}) => {
|
|
57
|
+
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
58
|
+
width: `${size ?? 34}px`,
|
|
59
|
+
height: `${size ?? 34}px`,
|
|
60
|
+
viewBox: "0 0 34 34"
|
|
61
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
62
|
+
id: "Page-1",
|
|
63
|
+
stroke: "none",
|
|
64
|
+
strokeWidth: "2",
|
|
65
|
+
fill: "none",
|
|
66
|
+
"fill-rule": "evenodd",
|
|
67
|
+
"stroke-linecap": "round",
|
|
68
|
+
"stroke-linejoin": "round"
|
|
69
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
70
|
+
id: "leaderboard-star-svgrepo-com",
|
|
71
|
+
transform: "translate(2.000000, 2.000000)",
|
|
72
|
+
stroke: color ?? _colors.default.brand.midnight,
|
|
73
|
+
strokeWidth: "2"
|
|
74
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
75
|
+
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",
|
|
76
|
+
id: "Path"
|
|
77
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
78
|
+
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",
|
|
79
|
+
id: "Path"
|
|
80
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
81
|
+
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",
|
|
82
|
+
id: "Path"
|
|
83
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
84
|
+
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",
|
|
85
|
+
id: "Path"
|
|
86
|
+
}))));
|
|
87
|
+
};
|
|
53
88
|
const RefreshIcon = ({
|
|
54
89
|
color,
|
|
55
90
|
size
|
|
@@ -64,7 +99,7 @@ const RefreshIcon = ({
|
|
|
64
99
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
65
100
|
id: "Page-1",
|
|
66
101
|
stroke: "none",
|
|
67
|
-
|
|
102
|
+
strokeWidth: "1",
|
|
68
103
|
fill: "none",
|
|
69
104
|
"fill-rule": "evenodd",
|
|
70
105
|
"stroke-linecap": "round",
|
|
@@ -73,7 +108,7 @@ const RefreshIcon = ({
|
|
|
73
108
|
id: "refresh-cw-alt-2-svgrepo-com",
|
|
74
109
|
transform: "translate(2.000000, 2.000000)",
|
|
75
110
|
stroke: color ?? _colors.default.brand.midnight,
|
|
76
|
-
|
|
111
|
+
strokeWidth: "3"
|
|
77
112
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
78
113
|
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",
|
|
79
114
|
id: "Shape"
|
|
@@ -90,14 +125,14 @@ const ContactsIcon = ({
|
|
|
90
125
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
91
126
|
id: "Page-1",
|
|
92
127
|
stroke: "none",
|
|
93
|
-
|
|
128
|
+
strokeWidth: "1",
|
|
94
129
|
fill: "none",
|
|
95
130
|
"fill-rule": "evenodd"
|
|
96
131
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
97
132
|
id: "contacts-svgrepo-com",
|
|
98
133
|
transform: "translate(2.000000, 2.000000)",
|
|
99
134
|
stroke: color ?? _colors.default.brand.midnight,
|
|
100
|
-
|
|
135
|
+
strokeWidth: "3"
|
|
101
136
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
102
137
|
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",
|
|
103
138
|
id: "Path",
|
|
@@ -148,7 +183,7 @@ const SearchIcon = ({
|
|
|
148
183
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
149
184
|
id: "Page-1",
|
|
150
185
|
stroke: "none",
|
|
151
|
-
|
|
186
|
+
strokeWidth: "1",
|
|
152
187
|
fill: "none",
|
|
153
188
|
"fill-rule": "evenodd"
|
|
154
189
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -175,7 +210,7 @@ const EmbedIcon = ({
|
|
|
175
210
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
176
211
|
id: "Page-1",
|
|
177
212
|
stroke: "none",
|
|
178
|
-
|
|
213
|
+
strokeWidth: "1",
|
|
179
214
|
fill: "none",
|
|
180
215
|
"fill-rule": "evenodd"
|
|
181
216
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -207,7 +242,7 @@ const PlayIcon = ({
|
|
|
207
242
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
208
243
|
id: "Page-1",
|
|
209
244
|
stroke: "none",
|
|
210
|
-
|
|
245
|
+
strokeWidth: "1",
|
|
211
246
|
fill: "none",
|
|
212
247
|
"fill-rule": "evenodd"
|
|
213
248
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -231,7 +266,7 @@ const PauseIcon = ({
|
|
|
231
266
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
232
267
|
id: "Page-1",
|
|
233
268
|
stroke: "none",
|
|
234
|
-
|
|
269
|
+
strokeWidth: "1",
|
|
235
270
|
fill: "none",
|
|
236
271
|
"fill-rule": "evenodd"
|
|
237
272
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -260,7 +295,7 @@ const TwitterXIcon = ({
|
|
|
260
295
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
261
296
|
id: "Page-1",
|
|
262
297
|
stroke: "none",
|
|
263
|
-
|
|
298
|
+
strokeWidth: "1",
|
|
264
299
|
fill: "none",
|
|
265
300
|
"fill-rule": "evenodd"
|
|
266
301
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -284,7 +319,7 @@ const FacebookIcon = ({
|
|
|
284
319
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
285
320
|
id: "Page-1",
|
|
286
321
|
stroke: "none",
|
|
287
|
-
|
|
322
|
+
strokeWidth: "1",
|
|
288
323
|
fill: "none",
|
|
289
324
|
"fill-rule": "evenodd"
|
|
290
325
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -309,7 +344,7 @@ const PodiumIcon = ({
|
|
|
309
344
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
310
345
|
id: "Page-1",
|
|
311
346
|
stroke: "none",
|
|
312
|
-
|
|
347
|
+
strokeWidth: "1",
|
|
313
348
|
fill: "none",
|
|
314
349
|
"fill-rule": "evenodd",
|
|
315
350
|
"stroke-linecap": "round",
|
|
@@ -317,7 +352,7 @@ const PodiumIcon = ({
|
|
|
317
352
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
318
353
|
id: "podium-svgrepo-com",
|
|
319
354
|
transform: "translate(1.000000, 1.000000)",
|
|
320
|
-
|
|
355
|
+
strokeWidth: "2"
|
|
321
356
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Polygon, {
|
|
322
357
|
id: "secondary",
|
|
323
358
|
stroke: secondary_color ?? _colors.default.incentive.gold,
|
|
@@ -339,7 +374,7 @@ const TwitterIcon = ({
|
|
|
339
374
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
340
375
|
id: "ss",
|
|
341
376
|
stroke: "none",
|
|
342
|
-
|
|
377
|
+
strokeWidth: "1",
|
|
343
378
|
fill: "none",
|
|
344
379
|
"fill-rule": "evenodd"
|
|
345
380
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -368,7 +403,7 @@ const LinkedInIcon = ({
|
|
|
368
403
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
369
404
|
id: "ss",
|
|
370
405
|
stroke: "none",
|
|
371
|
-
|
|
406
|
+
strokeWidth: "1",
|
|
372
407
|
fill: "none",
|
|
373
408
|
"fill-rule": "evenodd"
|
|
374
409
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -402,7 +437,7 @@ const LinkIcon = ({
|
|
|
402
437
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
403
438
|
id: "ss",
|
|
404
439
|
stroke: "none",
|
|
405
|
-
|
|
440
|
+
strokeWidth: "1",
|
|
406
441
|
fill: "none",
|
|
407
442
|
"fill-rule": "evenodd"
|
|
408
443
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -427,14 +462,14 @@ const FlameIcon = ({
|
|
|
427
462
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
428
463
|
id: "ss",
|
|
429
464
|
stroke: "none",
|
|
430
|
-
|
|
465
|
+
strokeWidth: "1",
|
|
431
466
|
fill: "none",
|
|
432
467
|
"fill-rule": "evenodd"
|
|
433
468
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
434
469
|
id: "flame-svgrepo-com",
|
|
435
470
|
transform: "translate(1.000000, 1.000000)",
|
|
436
471
|
stroke: color ?? _colors.default.brand.midnight,
|
|
437
|
-
|
|
472
|
+
strokeWidth: "2"
|
|
438
473
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
439
474
|
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",
|
|
440
475
|
id: "Path"
|
|
@@ -453,7 +488,7 @@ const UnbidSquare = ({
|
|
|
453
488
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
454
489
|
id: "Page-1",
|
|
455
490
|
stroke: "none",
|
|
456
|
-
|
|
491
|
+
strokeWidth: "1",
|
|
457
492
|
fill: "none",
|
|
458
493
|
"fill-rule": "evenodd"
|
|
459
494
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -498,7 +533,7 @@ const DiscoverCardIcon = ({
|
|
|
498
533
|
}))), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
499
534
|
id: "Page-1",
|
|
500
535
|
stroke: "none",
|
|
501
|
-
|
|
536
|
+
strokeWidth: "1",
|
|
502
537
|
fill: "none",
|
|
503
538
|
"fill-rule": "evenodd"
|
|
504
539
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -507,7 +542,7 @@ const DiscoverCardIcon = ({
|
|
|
507
542
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
508
543
|
id: "Rectangle",
|
|
509
544
|
stroke: "#F3F3F3",
|
|
510
|
-
|
|
545
|
+
strokeWidth: "2",
|
|
511
546
|
fill: "#FFFFFF",
|
|
512
547
|
"fill-rule": "nonzero",
|
|
513
548
|
x: "0",
|
|
@@ -538,7 +573,7 @@ const VisaCardIcon = ({
|
|
|
538
573
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
539
574
|
id: "Page-1",
|
|
540
575
|
stroke: "none",
|
|
541
|
-
|
|
576
|
+
strokeWidth: "1",
|
|
542
577
|
fill: "none",
|
|
543
578
|
"fill-rule": "evenodd"
|
|
544
579
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -547,7 +582,7 @@ const VisaCardIcon = ({
|
|
|
547
582
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
548
583
|
id: "Rectangle",
|
|
549
584
|
stroke: "#F3F3F3",
|
|
550
|
-
|
|
585
|
+
strokeWidth: "2",
|
|
551
586
|
fill: "#FFFFFF",
|
|
552
587
|
"fill-rule": "nonzero",
|
|
553
588
|
x: "0",
|
|
@@ -588,7 +623,7 @@ const MasterCardIcon = ({
|
|
|
588
623
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
589
624
|
id: "Page-1",
|
|
590
625
|
stroke: "none",
|
|
591
|
-
|
|
626
|
+
strokeWidth: "1",
|
|
592
627
|
fill: "none",
|
|
593
628
|
"fill-rule": "evenodd"
|
|
594
629
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -597,7 +632,7 @@ const MasterCardIcon = ({
|
|
|
597
632
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
598
633
|
id: "Rectangle",
|
|
599
634
|
stroke: "#F3F3F3",
|
|
600
|
-
|
|
635
|
+
strokeWidth: "2",
|
|
601
636
|
fill: "#FFFFFF",
|
|
602
637
|
"fill-rule": "nonzero",
|
|
603
638
|
x: "0",
|
|
@@ -639,7 +674,7 @@ const AmexCardIcon = ({
|
|
|
639
674
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
640
675
|
id: "Page-1",
|
|
641
676
|
stroke: "none",
|
|
642
|
-
|
|
677
|
+
strokeWidth: "1",
|
|
643
678
|
fill: "none",
|
|
644
679
|
"fill-rule": "evenodd"
|
|
645
680
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -702,7 +737,7 @@ const EyeOnIcon = ({
|
|
|
702
737
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
703
738
|
id: "Page-1",
|
|
704
739
|
stroke: "none",
|
|
705
|
-
|
|
740
|
+
strokeWidth: "1",
|
|
706
741
|
fill: "none",
|
|
707
742
|
"fill-rule": "evenodd",
|
|
708
743
|
"stroke-linecap": "round",
|
|
@@ -711,7 +746,7 @@ const EyeOnIcon = ({
|
|
|
711
746
|
id: "eye",
|
|
712
747
|
transform: "translate(1.000000, 1.000000)",
|
|
713
748
|
stroke: color,
|
|
714
|
-
|
|
749
|
+
strokeWidth: "2"
|
|
715
750
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
716
751
|
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",
|
|
717
752
|
id: "Path"
|
|
@@ -735,7 +770,7 @@ const PlaidIcon = ({
|
|
|
735
770
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
736
771
|
id: "Page-1",
|
|
737
772
|
stroke: "none",
|
|
738
|
-
|
|
773
|
+
strokeWidth: "1",
|
|
739
774
|
fill: "none",
|
|
740
775
|
"fill-rule": "evenodd"
|
|
741
776
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -761,7 +796,7 @@ const GiftIcon = ({
|
|
|
761
796
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
762
797
|
id: "Page-1",
|
|
763
798
|
stroke: "none",
|
|
764
|
-
|
|
799
|
+
strokeWidth: "1",
|
|
765
800
|
fill: "none",
|
|
766
801
|
"fill-rule": "evenodd",
|
|
767
802
|
"stroke-linejoin": "round"
|
|
@@ -769,7 +804,7 @@ const GiftIcon = ({
|
|
|
769
804
|
id: "gift-svgrepo-com",
|
|
770
805
|
transform: "translate(1.000000, 1.000000)",
|
|
771
806
|
stroke: color ?? _colors.default.brand.midnight,
|
|
772
|
-
|
|
807
|
+
strokeWidth: "2"
|
|
773
808
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
774
809
|
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",
|
|
775
810
|
id: "Path"
|
|
@@ -818,7 +853,7 @@ const TransactionSuccessIcon = ({
|
|
|
818
853
|
}))), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
819
854
|
id: "Page-1",
|
|
820
855
|
stroke: "none",
|
|
821
|
-
|
|
856
|
+
strokeWidth: "1",
|
|
822
857
|
fill: "none",
|
|
823
858
|
"fill-rule": "evenodd"
|
|
824
859
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -827,7 +862,7 @@ const TransactionSuccessIcon = ({
|
|
|
827
862
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
828
863
|
id: "Oval",
|
|
829
864
|
stroke: "url(#LinearGradient-1)",
|
|
830
|
-
|
|
865
|
+
strokeWidth: "30",
|
|
831
866
|
cx: "125.181818",
|
|
832
867
|
cy: "125.090909",
|
|
833
868
|
r: "125"
|
|
@@ -862,7 +897,7 @@ const TransactionErrorIcon = ({
|
|
|
862
897
|
}))), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
863
898
|
id: "Page-1",
|
|
864
899
|
stroke: "none",
|
|
865
|
-
|
|
900
|
+
strokeWidth: "1",
|
|
866
901
|
fill: "none",
|
|
867
902
|
"fill-rule": "evenodd"
|
|
868
903
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -876,7 +911,7 @@ const TransactionErrorIcon = ({
|
|
|
876
911
|
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
877
912
|
id: "Oval",
|
|
878
913
|
stroke: "url(#LinearGradient-1)",
|
|
879
|
-
|
|
914
|
+
strokeWidth: "20",
|
|
880
915
|
cx: "125",
|
|
881
916
|
cy: "125",
|
|
882
917
|
r: "125"
|
|
@@ -894,7 +929,7 @@ const LogoutIcon = ({
|
|
|
894
929
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
895
930
|
id: "Page-1",
|
|
896
931
|
stroke: "none",
|
|
897
|
-
|
|
932
|
+
strokeWidth: "1",
|
|
898
933
|
fill: "none",
|
|
899
934
|
"fill-rule": "evenodd"
|
|
900
935
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -920,7 +955,7 @@ const EyeOffIcon = ({
|
|
|
920
955
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
921
956
|
id: "Page-1",
|
|
922
957
|
stroke: "none",
|
|
923
|
-
|
|
958
|
+
strokeWidth: "1",
|
|
924
959
|
fill: "none",
|
|
925
960
|
"fill-rule": "evenodd",
|
|
926
961
|
"stroke-linecap": "round",
|
|
@@ -929,7 +964,7 @@ const EyeOffIcon = ({
|
|
|
929
964
|
id: "eye-off",
|
|
930
965
|
transform: "translate(1.000000, 1.000000)",
|
|
931
966
|
stroke: color,
|
|
932
|
-
|
|
967
|
+
strokeWidth: "2"
|
|
933
968
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
934
969
|
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",
|
|
935
970
|
id: "Shape"
|
|
@@ -955,7 +990,7 @@ const NotificationIcon = ({
|
|
|
955
990
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
956
991
|
id: "Page-1",
|
|
957
992
|
stroke: "none",
|
|
958
|
-
|
|
993
|
+
strokeWidth: "1",
|
|
959
994
|
fill: "none",
|
|
960
995
|
"fill-rule": "evenodd",
|
|
961
996
|
"stroke-linejoin": "round"
|
|
@@ -963,7 +998,7 @@ const NotificationIcon = ({
|
|
|
963
998
|
id: "notification-bell-on-svgrepo-com-(1)",
|
|
964
999
|
transform: "translate(1.887826, 1.000000)",
|
|
965
1000
|
stroke: color ?? _colors.default.brand.midnight,
|
|
966
|
-
|
|
1001
|
+
strokeWidth: "2"
|
|
967
1002
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
968
1003
|
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",
|
|
969
1004
|
id: "Shape"
|
|
@@ -988,7 +1023,7 @@ const USDIcon = ({
|
|
|
988
1023
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
989
1024
|
id: "Page-1",
|
|
990
1025
|
stroke: "none",
|
|
991
|
-
|
|
1026
|
+
strokeWidth: "1",
|
|
992
1027
|
fill: "none",
|
|
993
1028
|
"fill-rule": "evenodd"
|
|
994
1029
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1013,14 +1048,14 @@ const HeadphoneIcon = ({
|
|
|
1013
1048
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1014
1049
|
id: "Page-1",
|
|
1015
1050
|
stroke: "none",
|
|
1016
|
-
|
|
1051
|
+
strokeWidth: "1",
|
|
1017
1052
|
fill: "none",
|
|
1018
1053
|
"fill-rule": "evenodd"
|
|
1019
1054
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1020
1055
|
id: "headphones-round-sound-svgrepo-com",
|
|
1021
1056
|
transform: "translate(1.000000, 1.000000)",
|
|
1022
1057
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1023
|
-
|
|
1058
|
+
strokeWidth: "2"
|
|
1024
1059
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1025
1060
|
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",
|
|
1026
1061
|
id: "Shape",
|
|
@@ -1066,7 +1101,7 @@ const EdgeCoinIcon = ({
|
|
|
1066
1101
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1067
1102
|
id: "Page-1",
|
|
1068
1103
|
stroke: "none",
|
|
1069
|
-
|
|
1104
|
+
strokeWidth: "1",
|
|
1070
1105
|
fill: "none",
|
|
1071
1106
|
"fill-rule": "evenodd",
|
|
1072
1107
|
"stroke-linecap": "round",
|
|
@@ -1075,7 +1110,7 @@ const EdgeCoinIcon = ({
|
|
|
1075
1110
|
id: "currency-dollar-circle-svgrepo-com",
|
|
1076
1111
|
transform: "translate(1.000000, 1.000000)",
|
|
1077
1112
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1078
|
-
|
|
1113
|
+
strokeWidth: "2"
|
|
1079
1114
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1080
1115
|
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",
|
|
1081
1116
|
id: "Shape"
|
|
@@ -1095,7 +1130,7 @@ const ActivityIcon = ({
|
|
|
1095
1130
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1096
1131
|
id: "Page-1",
|
|
1097
1132
|
stroke: "none",
|
|
1098
|
-
|
|
1133
|
+
strokeWidth: "1",
|
|
1099
1134
|
fill: "none",
|
|
1100
1135
|
"fill-rule": "evenodd",
|
|
1101
1136
|
"stroke-linecap": "round",
|
|
@@ -1104,7 +1139,7 @@ const ActivityIcon = ({
|
|
|
1104
1139
|
id: "activity-svgrepo-com",
|
|
1105
1140
|
transform: "translate(2.000000, 2.000000)",
|
|
1106
1141
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1107
|
-
|
|
1142
|
+
strokeWidth: "3"
|
|
1108
1143
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1109
1144
|
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",
|
|
1110
1145
|
id: "Path"
|
|
@@ -1124,7 +1159,7 @@ const HeadToHeadIcon = ({
|
|
|
1124
1159
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1125
1160
|
id: "Page-1",
|
|
1126
1161
|
stroke: "none",
|
|
1127
|
-
|
|
1162
|
+
strokeWidth: "1",
|
|
1128
1163
|
fill: "none",
|
|
1129
1164
|
"fill-rule": "evenodd"
|
|
1130
1165
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1148,7 +1183,7 @@ const ChangeIcon = ({
|
|
|
1148
1183
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1149
1184
|
id: "Page-1",
|
|
1150
1185
|
stroke: "none",
|
|
1151
|
-
|
|
1186
|
+
strokeWidth: "1",
|
|
1152
1187
|
fill: "none",
|
|
1153
1188
|
"fill-rule": "evenodd"
|
|
1154
1189
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1228,7 +1263,7 @@ const LockClosedIcon = ({
|
|
|
1228
1263
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1229
1264
|
id: "Page-1",
|
|
1230
1265
|
stroke: "none",
|
|
1231
|
-
|
|
1266
|
+
strokeWidth: "1",
|
|
1232
1267
|
fill: "none",
|
|
1233
1268
|
"fill-rule": "evenodd",
|
|
1234
1269
|
"stroke-linecap": "round",
|
|
@@ -1237,7 +1272,7 @@ const LockClosedIcon = ({
|
|
|
1237
1272
|
id: "lock",
|
|
1238
1273
|
transform: "translate(1.000000, 1.000000)",
|
|
1239
1274
|
stroke: color,
|
|
1240
|
-
|
|
1275
|
+
strokeWidth: "2"
|
|
1241
1276
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
1242
1277
|
id: "Rectangle",
|
|
1243
1278
|
x: "0",
|
|
@@ -1261,7 +1296,7 @@ const PausedIcon = ({
|
|
|
1261
1296
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1262
1297
|
id: "Page-1",
|
|
1263
1298
|
stroke: "none",
|
|
1264
|
-
|
|
1299
|
+
strokeWidth: "1",
|
|
1265
1300
|
fill: "none",
|
|
1266
1301
|
"fill-rule": "evenodd",
|
|
1267
1302
|
"stroke-linecap": "round",
|
|
@@ -1270,7 +1305,7 @@ const PausedIcon = ({
|
|
|
1270
1305
|
id: "pause-circle",
|
|
1271
1306
|
transform: "translate(1.000000, 1.000000)",
|
|
1272
1307
|
stroke: color,
|
|
1273
|
-
|
|
1308
|
+
strokeWidth: "2"
|
|
1274
1309
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
1275
1310
|
id: "Oval",
|
|
1276
1311
|
cx: "10",
|
|
@@ -1301,7 +1336,7 @@ const PlusCircleIcon = ({
|
|
|
1301
1336
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1302
1337
|
id: "Page-1",
|
|
1303
1338
|
stroke: "none",
|
|
1304
|
-
|
|
1339
|
+
strokeWidth: "1",
|
|
1305
1340
|
fill: "none",
|
|
1306
1341
|
"fill-rule": "evenodd",
|
|
1307
1342
|
"stroke-linecap": "round",
|
|
@@ -1310,7 +1345,7 @@ const PlusCircleIcon = ({
|
|
|
1310
1345
|
id: "plus-circle",
|
|
1311
1346
|
transform: "translate(1.000000, 1.000000)",
|
|
1312
1347
|
stroke: color,
|
|
1313
|
-
|
|
1348
|
+
strokeWidth: "2"
|
|
1314
1349
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
1315
1350
|
id: "Oval",
|
|
1316
1351
|
cx: "10",
|
|
@@ -1341,7 +1376,7 @@ const TVIcon = ({
|
|
|
1341
1376
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1342
1377
|
id: "Page-1",
|
|
1343
1378
|
stroke: "none",
|
|
1344
|
-
|
|
1379
|
+
strokeWidth: "1",
|
|
1345
1380
|
fill: "none",
|
|
1346
1381
|
"fill-rule": "evenodd",
|
|
1347
1382
|
"stroke-linecap": "round",
|
|
@@ -1350,7 +1385,7 @@ const TVIcon = ({
|
|
|
1350
1385
|
id: "tv-(1)",
|
|
1351
1386
|
transform: "translate(1.000000, 1.000000)",
|
|
1352
1387
|
stroke: color,
|
|
1353
|
-
|
|
1388
|
+
strokeWidth: "2"
|
|
1354
1389
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
1355
1390
|
id: "Rectangle",
|
|
1356
1391
|
x: "0",
|
|
@@ -1374,7 +1409,7 @@ const PreferencesIcon = ({
|
|
|
1374
1409
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1375
1410
|
id: "Page-1",
|
|
1376
1411
|
stroke: "none",
|
|
1377
|
-
|
|
1412
|
+
strokeWidth: "1",
|
|
1378
1413
|
fill: "none",
|
|
1379
1414
|
"fill-rule": "evenodd"
|
|
1380
1415
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1400,7 +1435,7 @@ const AwardRibbonIcon = ({
|
|
|
1400
1435
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1401
1436
|
id: "Page-1",
|
|
1402
1437
|
stroke: "none",
|
|
1403
|
-
|
|
1438
|
+
strokeWidth: "1",
|
|
1404
1439
|
fill: "none",
|
|
1405
1440
|
"fill-rule": "evenodd",
|
|
1406
1441
|
"stroke-linecap": "round",
|
|
@@ -1409,7 +1444,7 @@ const AwardRibbonIcon = ({
|
|
|
1409
1444
|
id: "award",
|
|
1410
1445
|
transform: "translate(1.000000, 1.000000)",
|
|
1411
1446
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1412
|
-
|
|
1447
|
+
strokeWidth: "2"
|
|
1413
1448
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
1414
1449
|
id: "Oval",
|
|
1415
1450
|
cx: "7",
|
|
@@ -1431,7 +1466,7 @@ const PacerCarIcon = ({
|
|
|
1431
1466
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1432
1467
|
id: "Page-1",
|
|
1433
1468
|
stroke: "none",
|
|
1434
|
-
|
|
1469
|
+
strokeWidth: "1",
|
|
1435
1470
|
fill: "none",
|
|
1436
1471
|
"fill-rule": "evenodd",
|
|
1437
1472
|
"stroke-linecap": "round",
|
|
@@ -1440,7 +1475,7 @@ const PacerCarIcon = ({
|
|
|
1440
1475
|
id: "car-salesman-service-svgrepo-com",
|
|
1441
1476
|
transform: "translate(1.000000, 1.000000)",
|
|
1442
1477
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1443
|
-
|
|
1478
|
+
strokeWidth: "2"
|
|
1444
1479
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1445
1480
|
d: "M15.1724138,35.862069 L15.1724138,38.6206897 C15.1724138,39.3834483 14.5558621,40 13.7931034,40 L11.0344828,40",
|
|
1446
1481
|
id: "XMLID_336_"
|
|
@@ -1507,7 +1542,7 @@ const ShareSocialIcon = ({
|
|
|
1507
1542
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1508
1543
|
id: "Page-1",
|
|
1509
1544
|
stroke: "none",
|
|
1510
|
-
|
|
1545
|
+
strokeWidth: "1",
|
|
1511
1546
|
fill: "none",
|
|
1512
1547
|
"fill-rule": "evenodd",
|
|
1513
1548
|
"stroke-linecap": "round",
|
|
@@ -1516,7 +1551,7 @@ const ShareSocialIcon = ({
|
|
|
1516
1551
|
id: "share-social-outline",
|
|
1517
1552
|
transform: "translate(1.000000, 1.000000)",
|
|
1518
1553
|
stroke: color,
|
|
1519
|
-
|
|
1554
|
+
strokeWidth: "2"
|
|
1520
1555
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
1521
1556
|
id: "Oval",
|
|
1522
1557
|
cx: "2.5",
|
|
@@ -1566,7 +1601,7 @@ const ChevronIcon = ({
|
|
|
1566
1601
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1567
1602
|
id: "Page-1",
|
|
1568
1603
|
stroke: "none",
|
|
1569
|
-
|
|
1604
|
+
strokeWidth: "1",
|
|
1570
1605
|
fill: "none",
|
|
1571
1606
|
"fill-rule": "evenodd"
|
|
1572
1607
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1586,7 +1621,7 @@ const ChevronIcon = ({
|
|
|
1586
1621
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1587
1622
|
id: "Page-1",
|
|
1588
1623
|
stroke: "none",
|
|
1589
|
-
|
|
1624
|
+
strokeWidth: "1",
|
|
1590
1625
|
fill: "none",
|
|
1591
1626
|
"fill-rule": "evenodd"
|
|
1592
1627
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1606,7 +1641,7 @@ const ChevronIcon = ({
|
|
|
1606
1641
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1607
1642
|
id: "Page-1",
|
|
1608
1643
|
stroke: "none",
|
|
1609
|
-
|
|
1644
|
+
strokeWidth: "1",
|
|
1610
1645
|
fill: "none",
|
|
1611
1646
|
"fill-rule": "evenodd"
|
|
1612
1647
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1625,7 +1660,7 @@ const ChevronIcon = ({
|
|
|
1625
1660
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1626
1661
|
id: "Page-1",
|
|
1627
1662
|
stroke: "none",
|
|
1628
|
-
|
|
1663
|
+
strokeWidth: "1",
|
|
1629
1664
|
fill: "none",
|
|
1630
1665
|
"fill-rule": "evenodd"
|
|
1631
1666
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1645,7 +1680,7 @@ const ChevronIcon = ({
|
|
|
1645
1680
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1646
1681
|
id: "Page-1",
|
|
1647
1682
|
stroke: "none",
|
|
1648
|
-
|
|
1683
|
+
strokeWidth: "1",
|
|
1649
1684
|
fill: "none",
|
|
1650
1685
|
"fill-rule": "evenodd"
|
|
1651
1686
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1704,7 +1739,7 @@ const CreditCardIcon = ({
|
|
|
1704
1739
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1705
1740
|
id: "Images",
|
|
1706
1741
|
stroke: "none",
|
|
1707
|
-
|
|
1742
|
+
strokeWidth: "1",
|
|
1708
1743
|
fill: "none",
|
|
1709
1744
|
"fill-rule": "evenodd",
|
|
1710
1745
|
"stroke-linecap": "round",
|
|
@@ -1713,7 +1748,7 @@ const CreditCardIcon = ({
|
|
|
1713
1748
|
id: "credit-card",
|
|
1714
1749
|
transform: "translate(1.000000, 1.000000)",
|
|
1715
1750
|
stroke: color,
|
|
1716
|
-
|
|
1751
|
+
strokeWidth: "2"
|
|
1717
1752
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
1718
1753
|
id: "Rectangle",
|
|
1719
1754
|
x: "0",
|
|
@@ -1740,7 +1775,7 @@ const BankIcon = ({
|
|
|
1740
1775
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1741
1776
|
id: "Images",
|
|
1742
1777
|
stroke: "none",
|
|
1743
|
-
|
|
1778
|
+
strokeWidth: "1",
|
|
1744
1779
|
fill: "none",
|
|
1745
1780
|
"fill-rule": "evenodd",
|
|
1746
1781
|
"stroke-linecap": "round",
|
|
@@ -1749,7 +1784,7 @@ const BankIcon = ({
|
|
|
1749
1784
|
id: "bank-svgrepo-com",
|
|
1750
1785
|
transform: "translate(2.000000, 2.000000)",
|
|
1751
1786
|
stroke: color,
|
|
1752
|
-
|
|
1787
|
+
strokeWidth: "2.666667"
|
|
1753
1788
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1754
1789
|
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",
|
|
1755
1790
|
id: "Shape"
|
|
@@ -1768,7 +1803,7 @@ const BankInstantIcon = ({
|
|
|
1768
1803
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1769
1804
|
id: "Page-1",
|
|
1770
1805
|
stroke: "none",
|
|
1771
|
-
|
|
1806
|
+
strokeWidth: "1",
|
|
1772
1807
|
fill: "none",
|
|
1773
1808
|
"fill-rule": "evenodd"
|
|
1774
1809
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1778,13 +1813,13 @@ const BankInstantIcon = ({
|
|
|
1778
1813
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1779
1814
|
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",
|
|
1780
1815
|
id: "Shape",
|
|
1781
|
-
|
|
1816
|
+
strokeWidth: "2.666667"
|
|
1782
1817
|
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1783
1818
|
id: "zap",
|
|
1784
1819
|
transform: "translate(30.500000, 10.629494) rotate(10.000000) translate(-30.500000, -10.629494) translate(26.000000, 0.629494)",
|
|
1785
1820
|
"stroke-linecap": "round",
|
|
1786
1821
|
"stroke-linejoin": "round",
|
|
1787
|
-
|
|
1822
|
+
strokeWidth: "2"
|
|
1788
1823
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Polygon, {
|
|
1789
1824
|
id: "Path",
|
|
1790
1825
|
points: "0 12 4.5 12 4 20 9 8 4.5 8 5 1.13686838e-13"
|
|
@@ -1802,14 +1837,14 @@ const DepositIcon = ({
|
|
|
1802
1837
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1803
1838
|
id: "Images",
|
|
1804
1839
|
stroke: "none",
|
|
1805
|
-
|
|
1840
|
+
strokeWidth: "1",
|
|
1806
1841
|
fill: "none",
|
|
1807
1842
|
"fill-rule": "evenodd"
|
|
1808
1843
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1809
1844
|
id: "dollar-sign-(1)",
|
|
1810
1845
|
transform: "translate(1.000000, 1.000000)",
|
|
1811
1846
|
stroke: color,
|
|
1812
|
-
|
|
1847
|
+
strokeWidth: "2"
|
|
1813
1848
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Line, {
|
|
1814
1849
|
x1: "11.5",
|
|
1815
1850
|
y1: "6",
|
|
@@ -1856,14 +1891,14 @@ const WithdrawIcon = ({
|
|
|
1856
1891
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1857
1892
|
id: "Images",
|
|
1858
1893
|
stroke: "none",
|
|
1859
|
-
|
|
1894
|
+
strokeWidth: "1",
|
|
1860
1895
|
fill: "none",
|
|
1861
1896
|
"fill-rule": "evenodd"
|
|
1862
1897
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1863
1898
|
id: "dollar-sign-(1)",
|
|
1864
1899
|
transform: "translate(1.000000, 1.000000)",
|
|
1865
1900
|
stroke: color,
|
|
1866
|
-
|
|
1901
|
+
strokeWidth: "2"
|
|
1867
1902
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Line, {
|
|
1868
1903
|
x1: "12.5",
|
|
1869
1904
|
y1: "4",
|
|
@@ -1905,7 +1940,7 @@ const SnoozeIcon = ({
|
|
|
1905
1940
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1906
1941
|
id: "Images",
|
|
1907
1942
|
stroke: "none",
|
|
1908
|
-
|
|
1943
|
+
strokeWidth: "1",
|
|
1909
1944
|
fill: "none",
|
|
1910
1945
|
"fill-rule": "evenodd",
|
|
1911
1946
|
"stroke-linecap": "round",
|
|
@@ -1914,7 +1949,7 @@ const SnoozeIcon = ({
|
|
|
1914
1949
|
id: "sleep-svgrepo-com",
|
|
1915
1950
|
transform: "translate(1.000000, 1.000000)",
|
|
1916
1951
|
stroke: color,
|
|
1917
|
-
|
|
1952
|
+
strokeWidth: "2"
|
|
1918
1953
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
1919
1954
|
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",
|
|
1920
1955
|
id: "Shape"
|
|
@@ -1936,7 +1971,7 @@ const MoreIcon = ({
|
|
|
1936
1971
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1937
1972
|
id: "Page-1",
|
|
1938
1973
|
stroke: "none",
|
|
1939
|
-
|
|
1974
|
+
strokeWidth: "1",
|
|
1940
1975
|
fill: "none",
|
|
1941
1976
|
"fill-rule": "evenodd"
|
|
1942
1977
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1957,7 +1992,7 @@ const MoreIcon = ({
|
|
|
1957
1992
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1958
1993
|
id: "Page-1",
|
|
1959
1994
|
stroke: "none",
|
|
1960
|
-
|
|
1995
|
+
strokeWidth: "1",
|
|
1961
1996
|
fill: "none",
|
|
1962
1997
|
"fill-rule": "evenodd"
|
|
1963
1998
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -1970,16 +2005,20 @@ const MoreIcon = ({
|
|
|
1970
2005
|
}))));
|
|
1971
2006
|
};
|
|
1972
2007
|
const MenuIcon = ({
|
|
1973
|
-
color
|
|
2008
|
+
color,
|
|
2009
|
+
size
|
|
1974
2010
|
}) => {
|
|
2011
|
+
const ratio = 0.75;
|
|
2012
|
+
const width = size ?? 20;
|
|
2013
|
+
const height = width * ratio;
|
|
1975
2014
|
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
1976
|
-
width:
|
|
1977
|
-
height:
|
|
2015
|
+
width: `${width}px`,
|
|
2016
|
+
height: `${height}px`,
|
|
1978
2017
|
viewBox: "0 0 20 15"
|
|
1979
2018
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
1980
2019
|
id: "Page-1",
|
|
1981
2020
|
stroke: "none",
|
|
1982
|
-
|
|
2021
|
+
strokeWidth: "1",
|
|
1983
2022
|
fill: "none",
|
|
1984
2023
|
"fill-rule": "evenodd",
|
|
1985
2024
|
"stroke-linecap": "round",
|
|
@@ -1988,7 +2027,7 @@ const MenuIcon = ({
|
|
|
1988
2027
|
id: "menu",
|
|
1989
2028
|
transform: "translate(1.000000, 1.000000)",
|
|
1990
2029
|
stroke: color,
|
|
1991
|
-
|
|
2030
|
+
strokeWidth: "2"
|
|
1992
2031
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Line, {
|
|
1993
2032
|
x1: "0",
|
|
1994
2033
|
y1: "6.5",
|
|
@@ -2020,7 +2059,7 @@ const ImageIcon = ({
|
|
|
2020
2059
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2021
2060
|
id: "Page-1",
|
|
2022
2061
|
stroke: "none",
|
|
2023
|
-
|
|
2062
|
+
strokeWidth: "1",
|
|
2024
2063
|
fill: "none",
|
|
2025
2064
|
"fill-rule": "evenodd",
|
|
2026
2065
|
"stroke-linecap": "round",
|
|
@@ -2029,7 +2068,7 @@ const ImageIcon = ({
|
|
|
2029
2068
|
id: "image",
|
|
2030
2069
|
transform: "translate(1.000000, 1.000000)",
|
|
2031
2070
|
stroke: color,
|
|
2032
|
-
|
|
2071
|
+
strokeWidth: "2"
|
|
2033
2072
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2034
2073
|
id: "Rectangle",
|
|
2035
2074
|
x: "0",
|
|
@@ -2058,7 +2097,7 @@ const CheckIcon = ({
|
|
|
2058
2097
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2059
2098
|
id: "Page-1",
|
|
2060
2099
|
stroke: "none",
|
|
2061
|
-
|
|
2100
|
+
strokeWidth: "1",
|
|
2062
2101
|
fill: "none",
|
|
2063
2102
|
"fill-rule": "evenodd"
|
|
2064
2103
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2088,7 +2127,7 @@ const BettorEdgeIcon = ({
|
|
|
2088
2127
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2089
2128
|
id: "Page-1",
|
|
2090
2129
|
stroke: "none",
|
|
2091
|
-
|
|
2130
|
+
strokeWidth: "1",
|
|
2092
2131
|
fill: "none",
|
|
2093
2132
|
"fill-rule": "evenodd"
|
|
2094
2133
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2111,7 +2150,7 @@ const CheckCirlceIcon = ({
|
|
|
2111
2150
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2112
2151
|
id: "Page-1",
|
|
2113
2152
|
stroke: "none",
|
|
2114
|
-
|
|
2153
|
+
strokeWidth: "1",
|
|
2115
2154
|
fill: "none",
|
|
2116
2155
|
"fill-rule": "evenodd",
|
|
2117
2156
|
"stroke-linecap": "round",
|
|
@@ -2120,7 +2159,7 @@ const CheckCirlceIcon = ({
|
|
|
2120
2159
|
id: "check-circle",
|
|
2121
2160
|
transform: "translate(1.000000, 1.000000)",
|
|
2122
2161
|
stroke: color,
|
|
2123
|
-
|
|
2162
|
+
strokeWidth: "2"
|
|
2124
2163
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2125
2164
|
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",
|
|
2126
2165
|
id: "Path"
|
|
@@ -2140,7 +2179,7 @@ const CloseIcon = ({
|
|
|
2140
2179
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2141
2180
|
id: "Page-1",
|
|
2142
2181
|
stroke: "none",
|
|
2143
|
-
|
|
2182
|
+
strokeWidth: "1",
|
|
2144
2183
|
fill: "none",
|
|
2145
2184
|
"fill-rule": "evenodd",
|
|
2146
2185
|
"stroke-linecap": "round",
|
|
@@ -2149,7 +2188,7 @@ const CloseIcon = ({
|
|
|
2149
2188
|
id: "x",
|
|
2150
2189
|
transform: "translate(1.000000, 1.000000)",
|
|
2151
2190
|
stroke: color,
|
|
2152
|
-
|
|
2191
|
+
strokeWidth: "2"
|
|
2153
2192
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Line, {
|
|
2154
2193
|
x1: "12",
|
|
2155
2194
|
y1: "0",
|
|
@@ -2175,7 +2214,7 @@ const InProgressIcon = ({
|
|
|
2175
2214
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2176
2215
|
id: "Page-1",
|
|
2177
2216
|
stroke: "none",
|
|
2178
|
-
|
|
2217
|
+
strokeWidth: "1",
|
|
2179
2218
|
fill: "none",
|
|
2180
2219
|
"fill-rule": "evenodd"
|
|
2181
2220
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2204,7 +2243,7 @@ const UserIcon = ({
|
|
|
2204
2243
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2205
2244
|
id: "Page-1",
|
|
2206
2245
|
stroke: "none",
|
|
2207
|
-
|
|
2246
|
+
strokeWidth: "1",
|
|
2208
2247
|
fill: "none",
|
|
2209
2248
|
"fill-rule": "evenodd",
|
|
2210
2249
|
"stroke-linecap": "round",
|
|
@@ -2213,7 +2252,7 @@ const UserIcon = ({
|
|
|
2213
2252
|
id: "user",
|
|
2214
2253
|
transform: "translate(1.000000, 1.000000)",
|
|
2215
2254
|
stroke: color,
|
|
2216
|
-
|
|
2255
|
+
strokeWidth: "2"
|
|
2217
2256
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2218
2257
|
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",
|
|
2219
2258
|
id: "Path"
|
|
@@ -2238,7 +2277,7 @@ const ListIcon = ({
|
|
|
2238
2277
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2239
2278
|
id: "Page-1",
|
|
2240
2279
|
stroke: "none",
|
|
2241
|
-
|
|
2280
|
+
strokeWidth: "1",
|
|
2242
2281
|
fill: "none",
|
|
2243
2282
|
"fill-rule": "evenodd",
|
|
2244
2283
|
"stroke-linecap": "round",
|
|
@@ -2247,7 +2286,7 @@ const ListIcon = ({
|
|
|
2247
2286
|
id: "list",
|
|
2248
2287
|
transform: "translate(1.000000, 1.000000)",
|
|
2249
2288
|
stroke: color,
|
|
2250
|
-
|
|
2289
|
+
strokeWidth: "2"
|
|
2251
2290
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Line, {
|
|
2252
2291
|
x1: "5.495",
|
|
2253
2292
|
y1: "0.5",
|
|
@@ -2291,21 +2330,24 @@ const TrophyIcon = ({
|
|
|
2291
2330
|
size
|
|
2292
2331
|
}) => {
|
|
2293
2332
|
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
2294
|
-
width: `${size ??
|
|
2295
|
-
height: `${size ??
|
|
2296
|
-
viewBox: "0 0
|
|
2333
|
+
width: `${size ?? 24}px`,
|
|
2334
|
+
height: `${size ?? 24}px`,
|
|
2335
|
+
viewBox: "0 0 34 34"
|
|
2297
2336
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2298
2337
|
id: "Page-1",
|
|
2299
2338
|
stroke: "none",
|
|
2300
|
-
|
|
2339
|
+
strokeWidth: "1",
|
|
2301
2340
|
fill: "none",
|
|
2302
|
-
"fill-rule": "evenodd"
|
|
2341
|
+
"fill-rule": "evenodd",
|
|
2342
|
+
"stroke-linecap": "round",
|
|
2343
|
+
"stroke-linejoin": "round"
|
|
2303
2344
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2304
|
-
id: "
|
|
2305
|
-
transform: "translate(
|
|
2306
|
-
|
|
2345
|
+
id: "trophy-svgrepo-com",
|
|
2346
|
+
transform: "translate(2.000000, 2.000000)",
|
|
2347
|
+
stroke: color ?? _colors.default.brand.midnight,
|
|
2348
|
+
strokeWidth: "3"
|
|
2307
2349
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2308
|
-
d: "M15
|
|
2350
|
+
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",
|
|
2309
2351
|
id: "Shape"
|
|
2310
2352
|
}))));
|
|
2311
2353
|
};
|
|
@@ -2320,7 +2362,7 @@ const EditIcon = ({
|
|
|
2320
2362
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2321
2363
|
id: "Page-1",
|
|
2322
2364
|
stroke: "none",
|
|
2323
|
-
|
|
2365
|
+
strokeWidth: "1",
|
|
2324
2366
|
fill: "none",
|
|
2325
2367
|
"fill-rule": "evenodd",
|
|
2326
2368
|
"stroke-linecap": "round",
|
|
@@ -2329,7 +2371,7 @@ const EditIcon = ({
|
|
|
2329
2371
|
id: "edit-3-svgrepo-com",
|
|
2330
2372
|
transform: "translate(1.000000, 1.000000)",
|
|
2331
2373
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2332
|
-
|
|
2374
|
+
strokeWidth: "1.5"
|
|
2333
2375
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2334
2376
|
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",
|
|
2335
2377
|
id: "Path"
|
|
@@ -2352,7 +2394,7 @@ const ShareIcon = ({
|
|
|
2352
2394
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2353
2395
|
id: "Page-1",
|
|
2354
2396
|
stroke: "none",
|
|
2355
|
-
|
|
2397
|
+
strokeWidth: "1",
|
|
2356
2398
|
fill: "none",
|
|
2357
2399
|
"fill-rule": "evenodd",
|
|
2358
2400
|
"stroke-linecap": "round",
|
|
@@ -2361,7 +2403,7 @@ const ShareIcon = ({
|
|
|
2361
2403
|
id: "share",
|
|
2362
2404
|
transform: "translate(1.000000, 1.000000)",
|
|
2363
2405
|
stroke: color,
|
|
2364
|
-
|
|
2406
|
+
strokeWidth: "2"
|
|
2365
2407
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2366
2408
|
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",
|
|
2367
2409
|
id: "Path"
|
|
@@ -2390,7 +2432,7 @@ const SettingsIcon = ({
|
|
|
2390
2432
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2391
2433
|
id: "Page-1",
|
|
2392
2434
|
stroke: "none",
|
|
2393
|
-
|
|
2435
|
+
strokeWidth: "1",
|
|
2394
2436
|
fill: "none",
|
|
2395
2437
|
"fill-rule": "evenodd"
|
|
2396
2438
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2416,7 +2458,7 @@ const TransactionIcon = ({
|
|
|
2416
2458
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2417
2459
|
id: "Page-1",
|
|
2418
2460
|
stroke: "none",
|
|
2419
|
-
|
|
2461
|
+
strokeWidth: "1",
|
|
2420
2462
|
fill: "none",
|
|
2421
2463
|
"fill-rule": "evenodd"
|
|
2422
2464
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2447,7 +2489,7 @@ const PhoneIcon = ({
|
|
|
2447
2489
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2448
2490
|
id: "Page-1",
|
|
2449
2491
|
stroke: "none",
|
|
2450
|
-
|
|
2492
|
+
strokeWidth: "1",
|
|
2451
2493
|
fill: "none",
|
|
2452
2494
|
"fill-rule": "evenodd",
|
|
2453
2495
|
"stroke-linecap": "round",
|
|
@@ -2456,7 +2498,7 @@ const PhoneIcon = ({
|
|
|
2456
2498
|
id: "phone-svgrepo-com",
|
|
2457
2499
|
transform: "translate(1.438912, 1.000000)",
|
|
2458
2500
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2459
|
-
|
|
2501
|
+
strokeWidth: "2"
|
|
2460
2502
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2461
2503
|
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",
|
|
2462
2504
|
id: "Path"
|
|
@@ -2482,7 +2524,7 @@ const EmailIcon = ({
|
|
|
2482
2524
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2483
2525
|
id: "Page-1",
|
|
2484
2526
|
stroke: "none",
|
|
2485
|
-
|
|
2527
|
+
strokeWidth: "1",
|
|
2486
2528
|
fill: "none",
|
|
2487
2529
|
"fill-rule": "evenodd",
|
|
2488
2530
|
"stroke-linecap": "round"
|
|
@@ -2490,7 +2532,7 @@ const EmailIcon = ({
|
|
|
2490
2532
|
id: "email-svgrepo-com",
|
|
2491
2533
|
transform: "translate(1.000000, 1.000000)",
|
|
2492
2534
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2493
|
-
|
|
2535
|
+
strokeWidth: "2"
|
|
2494
2536
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2495
2537
|
d: "M1.11111111,2.22222222 L8,7.38888889 C9.18522222,8.27777778 10.8147778,8.27777778 12,7.38888889 L18.8888889,2.22222222",
|
|
2496
2538
|
id: "Path",
|
|
@@ -2518,7 +2560,7 @@ const BirthdayIcon = ({
|
|
|
2518
2560
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2519
2561
|
id: "Page-1",
|
|
2520
2562
|
stroke: "none",
|
|
2521
|
-
|
|
2563
|
+
strokeWidth: "1",
|
|
2522
2564
|
fill: "none",
|
|
2523
2565
|
"fill-rule": "evenodd"
|
|
2524
2566
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2552,7 +2594,7 @@ const IBTFLowIcon = ({
|
|
|
2552
2594
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2553
2595
|
id: "Artboard",
|
|
2554
2596
|
stroke: "none",
|
|
2555
|
-
|
|
2597
|
+
strokeWidth: "1",
|
|
2556
2598
|
fill: "none",
|
|
2557
2599
|
"fill-rule": "evenodd"
|
|
2558
2600
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2567,7 +2609,7 @@ const IBTFLowIcon = ({
|
|
|
2567
2609
|
id: "bank_icon_instant",
|
|
2568
2610
|
transform: "translate(724.000000, 52.159450)",
|
|
2569
2611
|
stroke: "#003566",
|
|
2570
|
-
|
|
2612
|
+
strokeWidth: "12"
|
|
2571
2613
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2572
2614
|
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",
|
|
2573
2615
|
id: "Shape"
|
|
@@ -2655,7 +2697,7 @@ const PieIcon = ({
|
|
|
2655
2697
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2656
2698
|
id: "Page-1",
|
|
2657
2699
|
stroke: "none",
|
|
2658
|
-
|
|
2700
|
+
strokeWidth: "1",
|
|
2659
2701
|
fill: "none",
|
|
2660
2702
|
"fill-rule": "evenodd",
|
|
2661
2703
|
"stroke-linecap": "round",
|
|
@@ -2686,7 +2728,7 @@ const ScoreboardIcon = ({
|
|
|
2686
2728
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2687
2729
|
id: "ss",
|
|
2688
2730
|
stroke: "none",
|
|
2689
|
-
|
|
2731
|
+
strokeWidth: "1",
|
|
2690
2732
|
fill: "none",
|
|
2691
2733
|
"fill-rule": "evenodd"
|
|
2692
2734
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2726,151 +2768,33 @@ const SquaresIcon = ({
|
|
|
2726
2768
|
return /*#__PURE__*/_react.default.createElement(_reactNativeSvg.default, {
|
|
2727
2769
|
width: `${size ?? 14}`,
|
|
2728
2770
|
height: `${size ?? 14}`,
|
|
2729
|
-
viewBox: "0 0
|
|
2771
|
+
viewBox: "0 0 24 24"
|
|
2730
2772
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2731
|
-
id: "
|
|
2773
|
+
id: "Page-1",
|
|
2732
2774
|
stroke: "none",
|
|
2733
2775
|
"stroke-width": "1",
|
|
2734
2776
|
fill: "none",
|
|
2735
2777
|
"fill-rule": "evenodd"
|
|
2736
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.
|
|
2737
|
-
id: "
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
id: "
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
y: "6",
|
|
2757
|
-
width: "8",
|
|
2758
|
-
height: "8",
|
|
2759
|
-
rx: "1"
|
|
2760
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2761
|
-
id: "Rectangle",
|
|
2762
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2763
|
-
x: "36",
|
|
2764
|
-
y: "6",
|
|
2765
|
-
width: "8",
|
|
2766
|
-
height: "8",
|
|
2767
|
-
rx: "1"
|
|
2768
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2769
|
-
id: "Rectangle",
|
|
2770
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2771
|
-
x: "6",
|
|
2772
|
-
y: "16",
|
|
2773
|
-
width: "8",
|
|
2774
|
-
height: "8",
|
|
2775
|
-
rx: "1"
|
|
2776
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2777
|
-
id: "Rectangle",
|
|
2778
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2779
|
-
x: "16",
|
|
2780
|
-
y: "16",
|
|
2781
|
-
width: "8",
|
|
2782
|
-
height: "8",
|
|
2783
|
-
rx: "1"
|
|
2784
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2785
|
-
id: "Rectangle",
|
|
2786
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2787
|
-
x: "26",
|
|
2788
|
-
y: "16",
|
|
2789
|
-
width: "8",
|
|
2790
|
-
height: "8",
|
|
2791
|
-
rx: "1"
|
|
2792
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2793
|
-
id: "Rectangle",
|
|
2794
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2795
|
-
x: "36",
|
|
2796
|
-
y: "16",
|
|
2797
|
-
width: "8",
|
|
2798
|
-
height: "8",
|
|
2799
|
-
rx: "1"
|
|
2800
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2801
|
-
id: "Rectangle",
|
|
2802
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2803
|
-
x: "6",
|
|
2804
|
-
y: "26",
|
|
2805
|
-
width: "8",
|
|
2806
|
-
height: "8",
|
|
2807
|
-
rx: "1"
|
|
2808
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2809
|
-
id: "Rectangle",
|
|
2810
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2811
|
-
x: "16",
|
|
2812
|
-
y: "26",
|
|
2813
|
-
width: "8",
|
|
2814
|
-
height: "8",
|
|
2815
|
-
rx: "1"
|
|
2816
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2817
|
-
id: "Rectangle",
|
|
2818
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2819
|
-
x: "26",
|
|
2820
|
-
y: "26",
|
|
2821
|
-
width: "8",
|
|
2822
|
-
height: "8",
|
|
2823
|
-
rx: "1"
|
|
2824
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2825
|
-
id: "Rectangle",
|
|
2826
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2827
|
-
x: "36",
|
|
2828
|
-
y: "26",
|
|
2829
|
-
width: "8",
|
|
2830
|
-
height: "8",
|
|
2831
|
-
rx: "1"
|
|
2832
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2833
|
-
id: "Rectangle",
|
|
2834
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2835
|
-
x: "6",
|
|
2836
|
-
y: "36",
|
|
2837
|
-
width: "8",
|
|
2838
|
-
height: "8",
|
|
2839
|
-
rx: "1"
|
|
2840
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2841
|
-
id: "Rectangle",
|
|
2842
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2843
|
-
x: "16",
|
|
2844
|
-
y: "36",
|
|
2845
|
-
width: "8",
|
|
2846
|
-
height: "8",
|
|
2847
|
-
rx: "1"
|
|
2848
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2849
|
-
id: "Rectangle",
|
|
2850
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2851
|
-
x: "26",
|
|
2852
|
-
y: "36",
|
|
2853
|
-
width: "8",
|
|
2854
|
-
height: "8",
|
|
2855
|
-
rx: "1"
|
|
2856
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2857
|
-
id: "Rectangle",
|
|
2858
|
-
stroke: color ?? _colors.default.brand.midnight,
|
|
2859
|
-
x: "36",
|
|
2860
|
-
y: "36",
|
|
2861
|
-
width: "8",
|
|
2862
|
-
height: "8",
|
|
2863
|
-
rx: "1"
|
|
2864
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Rect, {
|
|
2865
|
-
id: "Rectangle",
|
|
2866
|
-
"fill-opacity": "0.2",
|
|
2867
|
-
fill: "#D8D8D8",
|
|
2868
|
-
x: "4",
|
|
2869
|
-
y: "3",
|
|
2870
|
-
width: "42",
|
|
2871
|
-
height: "43",
|
|
2872
|
-
rx: "1"
|
|
2873
|
-
})));
|
|
2778
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2779
|
+
id: "squares-with-rounded-edges-svgrepo-com",
|
|
2780
|
+
fill: color ?? _colors.default.brand.midnight,
|
|
2781
|
+
"fill-rule": "nonzero"
|
|
2782
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2783
|
+
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",
|
|
2784
|
+
id: "Path"
|
|
2785
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2786
|
+
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",
|
|
2787
|
+
id: "Path"
|
|
2788
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2789
|
+
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",
|
|
2790
|
+
id: "Path"
|
|
2791
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2792
|
+
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",
|
|
2793
|
+
id: "Path"
|
|
2794
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2795
|
+
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",
|
|
2796
|
+
id: "Shape"
|
|
2797
|
+
}))));
|
|
2874
2798
|
};
|
|
2875
2799
|
const OwnedSquareIcon = ({
|
|
2876
2800
|
color,
|
|
@@ -2883,7 +2807,7 @@ const OwnedSquareIcon = ({
|
|
|
2883
2807
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2884
2808
|
id: "Page-1",
|
|
2885
2809
|
stroke: "none",
|
|
2886
|
-
|
|
2810
|
+
strokeWidth: "1",
|
|
2887
2811
|
fill: "none",
|
|
2888
2812
|
"fill-rule": "evenodd",
|
|
2889
2813
|
"stroke-linecap": "round",
|
|
@@ -2892,7 +2816,7 @@ const OwnedSquareIcon = ({
|
|
|
2892
2816
|
id: "square-user-check-svgrepo-com",
|
|
2893
2817
|
transform: "translate(1.000000, 1.000000)",
|
|
2894
2818
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2895
|
-
|
|
2819
|
+
strokeWidth: "2"
|
|
2896
2820
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
2897
2821
|
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",
|
|
2898
2822
|
id: "Shape"
|
|
@@ -2912,7 +2836,7 @@ const SelectorIcon = ({
|
|
|
2912
2836
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2913
2837
|
id: "Page-1",
|
|
2914
2838
|
stroke: "none",
|
|
2915
|
-
|
|
2839
|
+
strokeWidth: "1",
|
|
2916
2840
|
fill: "none",
|
|
2917
2841
|
"fill-rule": "evenodd"
|
|
2918
2842
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2934,7 +2858,7 @@ const InstagramIcon = ({
|
|
|
2934
2858
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2935
2859
|
id: "Page-1",
|
|
2936
2860
|
stroke: "none",
|
|
2937
|
-
|
|
2861
|
+
strokeWidth: "1",
|
|
2938
2862
|
fill: "none",
|
|
2939
2863
|
"fill-rule": "evenodd"
|
|
2940
2864
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2960,7 +2884,7 @@ const LiquidityIcon = ({
|
|
|
2960
2884
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2961
2885
|
id: "ss",
|
|
2962
2886
|
stroke: "none",
|
|
2963
|
-
|
|
2887
|
+
strokeWidth: "1",
|
|
2964
2888
|
fill: "none",
|
|
2965
2889
|
"fill-rule": "evenodd"
|
|
2966
2890
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -2987,7 +2911,7 @@ const PickEmIcon = ({
|
|
|
2987
2911
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
2988
2912
|
id: "ss",
|
|
2989
2913
|
stroke: "none",
|
|
2990
|
-
|
|
2914
|
+
strokeWidth: "1",
|
|
2991
2915
|
fill: "none",
|
|
2992
2916
|
"fill-rule": "evenodd"
|
|
2993
2917
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -3014,7 +2938,7 @@ const MarketClosedIcon = ({
|
|
|
3014
2938
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
3015
2939
|
id: "ss",
|
|
3016
2940
|
stroke: "none",
|
|
3017
|
-
|
|
2941
|
+
strokeWidth: "1",
|
|
3018
2942
|
fill: "none",
|
|
3019
2943
|
"fill-rule": "evenodd"
|
|
3020
2944
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -3056,7 +2980,7 @@ const ChatIcon = ({
|
|
|
3056
2980
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
3057
2981
|
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",
|
|
3058
2982
|
stroke: color ?? _colors.default.brand.midnight,
|
|
3059
|
-
|
|
2983
|
+
strokeWidth: "1.5",
|
|
3060
2984
|
"stroke-linecap": "round"
|
|
3061
2985
|
}));
|
|
3062
2986
|
};
|
|
@@ -3071,7 +2995,7 @@ const QuestionIcon = ({
|
|
|
3071
2995
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
3072
2996
|
id: "ss",
|
|
3073
2997
|
stroke: "none",
|
|
3074
|
-
|
|
2998
|
+
strokeWidth: "1",
|
|
3075
2999
|
fill: "none",
|
|
3076
3000
|
"fill-rule": "evenodd"
|
|
3077
3001
|
}, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.G, {
|
|
@@ -3081,7 +3005,7 @@ const QuestionIcon = ({
|
|
|
3081
3005
|
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",
|
|
3082
3006
|
id: "Path",
|
|
3083
3007
|
stroke: color ?? _colors.default.brand.midnight,
|
|
3084
|
-
|
|
3008
|
+
strokeWidth: "2",
|
|
3085
3009
|
"stroke-linecap": "round"
|
|
3086
3010
|
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Circle, {
|
|
3087
3011
|
id: "Oval",
|
|
@@ -3094,7 +3018,7 @@ const QuestionIcon = ({
|
|
|
3094
3018
|
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",
|
|
3095
3019
|
id: "Path",
|
|
3096
3020
|
stroke: color ?? _colors.default.brand.midnight,
|
|
3097
|
-
|
|
3021
|
+
strokeWidth: "2",
|
|
3098
3022
|
"stroke-linecap": "round"
|
|
3099
3023
|
}))));
|
|
3100
3024
|
};
|
|
@@ -3130,6 +3054,7 @@ var _default = exports.default = {
|
|
|
3130
3054
|
SelectorIcon,
|
|
3131
3055
|
CloseIcon,
|
|
3132
3056
|
BettorEdgeIcon,
|
|
3057
|
+
LeaderboardIcon,
|
|
3133
3058
|
BirthdayIcon,
|
|
3134
3059
|
CheckIcon,
|
|
3135
3060
|
LogoutIcon,
|