@rango-dev/ui 0.37.1-next.4 → 0.38.1-next.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/CHANGELOG.md +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/translations/de.d.ts.map +1 -1
- package/dist/translations/el.d.ts.map +1 -1
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fi.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/it.d.ts.map +1 -1
- package/dist/translations/ja.d.ts.map +1 -1
- package/dist/translations/nl.d.ts.map +1 -1
- package/dist/translations/pl.d.ts.map +1 -1
- package/dist/translations/pt.d.ts.map +1 -1
- package/dist/translations/ru.d.ts.map +1 -1
- package/dist/translations/sv.d.ts.map +1 -1
- package/dist/translations/uk.d.ts.map +1 -1
- package/dist/translations/zh.d.ts.map +1 -1
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +2 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts +37 -0
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -3
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +3 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Select/Select.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/Select/Select.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +9 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +2 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +1 -0
- package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +5 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +1 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +1 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts +1 -0
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts +8 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +11 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +5 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts +5 -0
- package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts +5 -0
- package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Target.d.ts +5 -0
- package/dist/widget/ui/src/icons/Target.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +3 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +10 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Button/Button.styles.tsx +4 -2
- package/src/components/Divider/Divider.styles.ts +15 -0
- package/src/components/NotFound/NotFound.styles.ts +7 -1
- package/src/components/NotFound/NotFound.tsx +6 -3
- package/src/components/NotFound/NotFound.types.ts +4 -1
- package/src/components/TextField/TextField.styles.ts +3 -0
- package/src/containers/SwapInput/SwapInput.tsx +19 -19
- package/src/icons/CustomTokensZeroState.tsx +262 -0
- package/src/icons/CustomTokensZeroStateDark.tsx +415 -0
- package/src/icons/Target.tsx +24 -0
- package/src/icons/index.ts +3 -0
- package/src/theme.ts +1 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
|
|
3
|
+
import React, { createElement } from 'react';
|
|
4
|
+
|
|
5
|
+
import { SvgIcon } from '../components/SvgIcon';
|
|
6
|
+
|
|
7
|
+
function SvgCustomTokensZeroStateDark(props: SvgIconPropsWithChildren) {
|
|
8
|
+
return createElement(
|
|
9
|
+
SvgIcon,
|
|
10
|
+
props,
|
|
11
|
+
<svg viewBox="0 0 200 173" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
12
|
+
<g id="Custom Tokens">
|
|
13
|
+
<path
|
|
14
|
+
id="Vector 10"
|
|
15
|
+
d="M44.167 61.5761C5.14181 56.15 5.22992 102.127 11.9196 116.708C24.8586 144.933 74.7156 165.443 81.0951 141.673C90.5545 106.426 144.01 138.776 166.315 136.919C188.62 135.061 190.565 105.059 172.814 90.5792C155.062 76.099 166.849 58.0255 164.253 41.585C161.658 25.1445 139.764 12.4813 115.857 27.4918C93.2754 41.6699 98.3432 69.1088 44.167 61.5761Z"
|
|
16
|
+
fill="#111112"
|
|
17
|
+
/>
|
|
18
|
+
<g id="Group 1000007805">
|
|
19
|
+
<path
|
|
20
|
+
id="Vector 5"
|
|
21
|
+
d="M33.3549 82.5155C30.8013 80.4597 27.5271 80.6121 23.2312 81.7805"
|
|
22
|
+
stroke="#D1D1D1"
|
|
23
|
+
strokeWidth={0.876984}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
id="Vector 6"
|
|
28
|
+
d="M37.9128 74.8615C35.292 71.5671 34.7292 69.5732 34.2246 65.261"
|
|
29
|
+
stroke="#D1D1D1"
|
|
30
|
+
strokeWidth={0.876984}
|
|
31
|
+
strokeLinecap="round"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
id="Vector 7"
|
|
35
|
+
d="M34.4533 77.5497C31.2532 74.6003 27.0895 71.9673 23.1592 69.833"
|
|
36
|
+
stroke="#D1D1D1"
|
|
37
|
+
strokeWidth={0.876984}
|
|
38
|
+
strokeLinecap="round"
|
|
39
|
+
/>
|
|
40
|
+
</g>
|
|
41
|
+
<g id="Group 1000007806">
|
|
42
|
+
<path
|
|
43
|
+
id="Vector 2"
|
|
44
|
+
d="M138.142 102.767C138.49 99.7086 138.723 96.5943 139.635 93.6495C140.416 91.126 141.655 88.9323 143.402 86.9893C144.858 85.3701 146.598 83.9147 148.625 83.1229C150.596 82.3531 152.779 82.1166 154.881 82.1214C157.399 82.1272 160.052 82.4497 162.373 83.5426C164.176 84.3912 165.662 86.1799 166.677 87.8937C168.435 90.8633 167.923 94.5274 165.757 97.113C164.993 98.0243 164.003 98.885 162.895 99.3162C161.33 99.9252 159.86 99.3294 158.765 98.0726C156.289 95.2291 157.146 90.6821 158.443 87.5208C159.967 83.8057 162.721 80.5889 165.978 78.3715C168.338 76.7645 171.005 75.6328 173.657 74.6358C176.276 73.6511 178.939 72.9793 181.628 72.2427"
|
|
45
|
+
stroke="#D1D1D1"
|
|
46
|
+
strokeWidth={0.876984}
|
|
47
|
+
strokeDasharray="3.51 2.63"
|
|
48
|
+
/>
|
|
49
|
+
<circle
|
|
50
|
+
id="Ellipse 1940"
|
|
51
|
+
cx={182.957}
|
|
52
|
+
cy={72.2431}
|
|
53
|
+
r={2.74629}
|
|
54
|
+
fill="#D1D1D1"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
<g id="Group 1000007807">
|
|
58
|
+
<g id="Group 1000007810" filter="url(#filter0_f_19281_419835)">
|
|
59
|
+
<g id="Group 1000007748">
|
|
60
|
+
<g id="Rectangle 6610">
|
|
61
|
+
<rect
|
|
62
|
+
x={43.6162}
|
|
63
|
+
y={113.849}
|
|
64
|
+
width={100.216}
|
|
65
|
+
height={28.8071}
|
|
66
|
+
rx={4.60784}
|
|
67
|
+
fill="#444444"
|
|
68
|
+
fillOpacity={0.5}
|
|
69
|
+
/>
|
|
70
|
+
<rect
|
|
71
|
+
x={43.8197}
|
|
72
|
+
y={114.053}
|
|
73
|
+
width={99.8093}
|
|
74
|
+
height={28.4001}
|
|
75
|
+
rx={4.40431}
|
|
76
|
+
stroke="#787878"
|
|
77
|
+
strokeOpacity={0.25}
|
|
78
|
+
strokeWidth={0.407059}
|
|
79
|
+
/>
|
|
80
|
+
</g>
|
|
81
|
+
<rect
|
|
82
|
+
id="Rectangle 6611"
|
|
83
|
+
x={67.5557}
|
|
84
|
+
y={121.557}
|
|
85
|
+
width={71.0035}
|
|
86
|
+
height={4.46308}
|
|
87
|
+
rx={2.23154}
|
|
88
|
+
fill="#343434"
|
|
89
|
+
/>
|
|
90
|
+
<rect
|
|
91
|
+
id="Rectangle 6612"
|
|
92
|
+
x={67.5557}
|
|
93
|
+
y={131.298}
|
|
94
|
+
width={71.0035}
|
|
95
|
+
height={4.46308}
|
|
96
|
+
rx={2.23154}
|
|
97
|
+
fill="#343434"
|
|
98
|
+
/>
|
|
99
|
+
</g>
|
|
100
|
+
<g id="Ellipse 1952">
|
|
101
|
+
<ellipse
|
|
102
|
+
cx={56.1948}
|
|
103
|
+
cy={128.461}
|
|
104
|
+
rx={8.11468}
|
|
105
|
+
ry={8.11468}
|
|
106
|
+
fill="#3F3F3F"
|
|
107
|
+
/>
|
|
108
|
+
<path
|
|
109
|
+
d="M64.2094 128.461C64.2094 132.887 60.6211 136.475 56.1948 136.475C51.7684 136.475 48.1801 132.887 48.1801 128.461C48.1801 124.034 51.7684 120.446 56.1948 120.446C60.6211 120.446 64.2094 124.034 64.2094 128.461Z"
|
|
110
|
+
stroke="#787878"
|
|
111
|
+
strokeOpacity={0.25}
|
|
112
|
+
strokeWidth={0.2}
|
|
113
|
+
/>
|
|
114
|
+
</g>
|
|
115
|
+
</g>
|
|
116
|
+
<g id="Group 1000007822" filter="url(#filter1_f_19281_419835)">
|
|
117
|
+
<g id="Group 1000007748_2">
|
|
118
|
+
<g id="Rectangle 6610_2">
|
|
119
|
+
<rect
|
|
120
|
+
x={43.6162}
|
|
121
|
+
y={46.2336}
|
|
122
|
+
width={100.216}
|
|
123
|
+
height={28.8071}
|
|
124
|
+
rx={4.60784}
|
|
125
|
+
fill="#444444"
|
|
126
|
+
fillOpacity={0.5}
|
|
127
|
+
/>
|
|
128
|
+
<rect
|
|
129
|
+
x={43.8197}
|
|
130
|
+
y={46.4372}
|
|
131
|
+
width={99.8093}
|
|
132
|
+
height={28.4001}
|
|
133
|
+
rx={4.40431}
|
|
134
|
+
stroke="#787878"
|
|
135
|
+
strokeOpacity={0.25}
|
|
136
|
+
strokeWidth={0.407059}
|
|
137
|
+
/>
|
|
138
|
+
</g>
|
|
139
|
+
<rect
|
|
140
|
+
id="Rectangle 6611_2"
|
|
141
|
+
x={67.5557}
|
|
142
|
+
y={53.9412}
|
|
143
|
+
width={71.0035}
|
|
144
|
+
height={4.46308}
|
|
145
|
+
rx={2.23154}
|
|
146
|
+
fill="#343434"
|
|
147
|
+
/>
|
|
148
|
+
<rect
|
|
149
|
+
id="Rectangle 6612_2"
|
|
150
|
+
x={67.5557}
|
|
151
|
+
y={63.6826}
|
|
152
|
+
width={71.0035}
|
|
153
|
+
height={4.46308}
|
|
154
|
+
rx={2.23154}
|
|
155
|
+
fill="#343434"
|
|
156
|
+
/>
|
|
157
|
+
</g>
|
|
158
|
+
<g id="Ellipse 1952_2">
|
|
159
|
+
<ellipse
|
|
160
|
+
cx={56.1948}
|
|
161
|
+
cy={60.8449}
|
|
162
|
+
rx={8.11468}
|
|
163
|
+
ry={8.11468}
|
|
164
|
+
fill="#3F3F3F"
|
|
165
|
+
/>
|
|
166
|
+
<path
|
|
167
|
+
d="M64.2094 60.8449C64.2094 65.2713 60.6211 68.8596 56.1948 68.8596C51.7684 68.8596 48.1801 65.2713 48.1801 60.8449C48.1801 56.4185 51.7684 52.8302 56.1948 52.8302C60.6211 52.8302 64.2094 56.4185 64.2094 60.8449Z"
|
|
168
|
+
stroke="#787878"
|
|
169
|
+
strokeOpacity={0.25}
|
|
170
|
+
strokeWidth={0.2}
|
|
171
|
+
/>
|
|
172
|
+
</g>
|
|
173
|
+
</g>
|
|
174
|
+
<g id="Group 1000007811">
|
|
175
|
+
<g id="Rectangle 6610_3" filter="url(#filter2_d_19281_419835)">
|
|
176
|
+
<rect
|
|
177
|
+
x={35.3213}
|
|
178
|
+
y={78.5015}
|
|
179
|
+
width={106.238}
|
|
180
|
+
height={30.538}
|
|
181
|
+
rx={4.88471}
|
|
182
|
+
fill="#414141"
|
|
183
|
+
/>
|
|
184
|
+
<rect
|
|
185
|
+
x={35.5248}
|
|
186
|
+
y={78.705}
|
|
187
|
+
width={105.831}
|
|
188
|
+
height={30.131}
|
|
189
|
+
rx={4.68118}
|
|
190
|
+
stroke="#313134"
|
|
191
|
+
strokeWidth={0.407059}
|
|
192
|
+
/>
|
|
193
|
+
</g>
|
|
194
|
+
<g id="Group 1000007823">
|
|
195
|
+
<g id="Group 1000007726">
|
|
196
|
+
<g id="Ellipse 1938" filter="url(#filter3_bd_19281_419835)">
|
|
197
|
+
<circle
|
|
198
|
+
cx={52.4858}
|
|
199
|
+
cy={93.5847}
|
|
200
|
+
r={9.88228}
|
|
201
|
+
fill="#363636"
|
|
202
|
+
/>
|
|
203
|
+
<circle
|
|
204
|
+
cx={52.4858}
|
|
205
|
+
cy={93.5847}
|
|
206
|
+
r={9.78911}
|
|
207
|
+
stroke="#787878"
|
|
208
|
+
strokeWidth={0.186346}
|
|
209
|
+
/>
|
|
210
|
+
</g>
|
|
211
|
+
<g id="Group 1000007725">
|
|
212
|
+
<path
|
|
213
|
+
id="Line 351"
|
|
214
|
+
d="M51.2324 92.3315L53.7389 94.838"
|
|
215
|
+
stroke="white"
|
|
216
|
+
strokeWidth={0.745383}
|
|
217
|
+
strokeLinecap="round"
|
|
218
|
+
/>
|
|
219
|
+
<path
|
|
220
|
+
id="Line 352"
|
|
221
|
+
d="M51.2324 94.8362L53.7389 92.3297"
|
|
222
|
+
stroke="white"
|
|
223
|
+
strokeWidth={0.745383}
|
|
224
|
+
strokeLinecap="round"
|
|
225
|
+
/>
|
|
226
|
+
</g>
|
|
227
|
+
<circle
|
|
228
|
+
id="Ellipse 1939"
|
|
229
|
+
cx={52.4894}
|
|
230
|
+
cy={93.5833}
|
|
231
|
+
r={4.10556}
|
|
232
|
+
fill="#B6B6B6"
|
|
233
|
+
fillOpacity={0.38}
|
|
234
|
+
stroke="#B8B8B8"
|
|
235
|
+
strokeWidth={0.745383}
|
|
236
|
+
/>
|
|
237
|
+
</g>
|
|
238
|
+
<g id="Group 1000007808">
|
|
239
|
+
<g id="Group 1000007740">
|
|
240
|
+
<g id="Ellipse 1941" filter="url(#filter4_b_19281_419835)">
|
|
241
|
+
<circle
|
|
242
|
+
cx={51.3139}
|
|
243
|
+
cy={94.4919}
|
|
244
|
+
r={9.74949}
|
|
245
|
+
stroke="#A5A5A5"
|
|
246
|
+
strokeWidth={0.446247}
|
|
247
|
+
strokeDasharray="1.78 1.34"
|
|
248
|
+
/>
|
|
249
|
+
</g>
|
|
250
|
+
</g>
|
|
251
|
+
</g>
|
|
252
|
+
</g>
|
|
253
|
+
<rect
|
|
254
|
+
id="Rectangle 6611_3"
|
|
255
|
+
x={66.5283}
|
|
256
|
+
y={86.8232}
|
|
257
|
+
width={69.6961}
|
|
258
|
+
height={4.16096}
|
|
259
|
+
rx={2.08048}
|
|
260
|
+
fill="#5A5A5A"
|
|
261
|
+
/>
|
|
262
|
+
<rect
|
|
263
|
+
id="Rectangle 6612_3"
|
|
264
|
+
x={66.5283}
|
|
265
|
+
y={97.2258}
|
|
266
|
+
width={69.6961}
|
|
267
|
+
height={4.16096}
|
|
268
|
+
rx={2.08048}
|
|
269
|
+
fill="#5A5A5A"
|
|
270
|
+
/>
|
|
271
|
+
</g>
|
|
272
|
+
</g>
|
|
273
|
+
</g>
|
|
274
|
+
<defs>
|
|
275
|
+
<filter
|
|
276
|
+
id="filter0_f_19281_419835"
|
|
277
|
+
x={43.2322}
|
|
278
|
+
y={113.465}
|
|
279
|
+
width={100.985}
|
|
280
|
+
height={29.5751}
|
|
281
|
+
filterUnits="userSpaceOnUse"
|
|
282
|
+
colorInterpolationFilters="sRGB">
|
|
283
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
284
|
+
<feBlend
|
|
285
|
+
mode="normal"
|
|
286
|
+
in="SourceGraphic"
|
|
287
|
+
in2="BackgroundImageFix"
|
|
288
|
+
result="shape"
|
|
289
|
+
/>
|
|
290
|
+
<feGaussianBlur
|
|
291
|
+
stdDeviation={0.191993}
|
|
292
|
+
result="effect1_foregroundBlur_19281_419835"
|
|
293
|
+
/>
|
|
294
|
+
</filter>
|
|
295
|
+
<filter
|
|
296
|
+
id="filter1_f_19281_419835"
|
|
297
|
+
x={43.2322}
|
|
298
|
+
y={45.8497}
|
|
299
|
+
width={100.985}
|
|
300
|
+
height={29.5751}
|
|
301
|
+
filterUnits="userSpaceOnUse"
|
|
302
|
+
colorInterpolationFilters="sRGB">
|
|
303
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
304
|
+
<feBlend
|
|
305
|
+
mode="normal"
|
|
306
|
+
in="SourceGraphic"
|
|
307
|
+
in2="BackgroundImageFix"
|
|
308
|
+
result="shape"
|
|
309
|
+
/>
|
|
310
|
+
<feGaussianBlur
|
|
311
|
+
stdDeviation={0.191993}
|
|
312
|
+
result="effect1_foregroundBlur_19281_419835"
|
|
313
|
+
/>
|
|
314
|
+
</filter>
|
|
315
|
+
<filter
|
|
316
|
+
id="filter2_d_19281_419835"
|
|
317
|
+
x={22.044}
|
|
318
|
+
y={70.5351}
|
|
319
|
+
width={132.793}
|
|
320
|
+
height={57.0927}
|
|
321
|
+
filterUnits="userSpaceOnUse"
|
|
322
|
+
colorInterpolationFilters="sRGB">
|
|
323
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
324
|
+
<feColorMatrix
|
|
325
|
+
in="SourceAlpha"
|
|
326
|
+
type="matrix"
|
|
327
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
328
|
+
result="hardAlpha"
|
|
329
|
+
/>
|
|
330
|
+
<feOffset dy={5.31093} />
|
|
331
|
+
<feGaussianBlur stdDeviation={6.63866} />
|
|
332
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
333
|
+
<feColorMatrix
|
|
334
|
+
type="matrix"
|
|
335
|
+
values="0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 1 0"
|
|
336
|
+
/>
|
|
337
|
+
<feBlend
|
|
338
|
+
mode="normal"
|
|
339
|
+
in2="BackgroundImageFix"
|
|
340
|
+
result="effect1_dropShadow_19281_419835"
|
|
341
|
+
/>
|
|
342
|
+
<feBlend
|
|
343
|
+
mode="normal"
|
|
344
|
+
in="SourceGraphic"
|
|
345
|
+
in2="effect1_dropShadow_19281_419835"
|
|
346
|
+
result="shape"
|
|
347
|
+
/>
|
|
348
|
+
</filter>
|
|
349
|
+
<filter
|
|
350
|
+
id="filter3_bd_19281_419835"
|
|
351
|
+
x={38.8766}
|
|
352
|
+
y={81.4662}
|
|
353
|
+
width={27.2185}
|
|
354
|
+
height={27.2185}
|
|
355
|
+
filterUnits="userSpaceOnUse"
|
|
356
|
+
colorInterpolationFilters="sRGB">
|
|
357
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
358
|
+
<feGaussianBlur in="BackgroundImageFix" stdDeviation={0.372692} />
|
|
359
|
+
<feComposite
|
|
360
|
+
in2="SourceAlpha"
|
|
361
|
+
operator="in"
|
|
362
|
+
result="effect1_backgroundBlur_19281_419835"
|
|
363
|
+
/>
|
|
364
|
+
<feColorMatrix
|
|
365
|
+
in="SourceAlpha"
|
|
366
|
+
type="matrix"
|
|
367
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
368
|
+
result="hardAlpha"
|
|
369
|
+
/>
|
|
370
|
+
<feOffset dy={1.49077} />
|
|
371
|
+
<feGaussianBlur stdDeviation={1.86346} />
|
|
372
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
373
|
+
<feColorMatrix
|
|
374
|
+
type="matrix"
|
|
375
|
+
values="0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 1 0"
|
|
376
|
+
/>
|
|
377
|
+
<feBlend
|
|
378
|
+
mode="normal"
|
|
379
|
+
in2="effect1_backgroundBlur_19281_419835"
|
|
380
|
+
result="effect2_dropShadow_19281_419835"
|
|
381
|
+
/>
|
|
382
|
+
<feBlend
|
|
383
|
+
mode="normal"
|
|
384
|
+
in="SourceGraphic"
|
|
385
|
+
in2="effect2_dropShadow_19281_419835"
|
|
386
|
+
result="shape"
|
|
387
|
+
/>
|
|
388
|
+
</filter>
|
|
389
|
+
<filter
|
|
390
|
+
id="filter4_b_19281_419835"
|
|
391
|
+
x={40.4493}
|
|
392
|
+
y={83.6268}
|
|
393
|
+
width={21.7293}
|
|
394
|
+
height={21.7303}
|
|
395
|
+
filterUnits="userSpaceOnUse"
|
|
396
|
+
colorInterpolationFilters="sRGB">
|
|
397
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
398
|
+
<feGaussianBlur in="BackgroundImageFix" stdDeviation={0.446247} />
|
|
399
|
+
<feComposite
|
|
400
|
+
in2="SourceAlpha"
|
|
401
|
+
operator="in"
|
|
402
|
+
result="effect1_backgroundBlur_19281_419835"
|
|
403
|
+
/>
|
|
404
|
+
<feBlend
|
|
405
|
+
mode="normal"
|
|
406
|
+
in="SourceGraphic"
|
|
407
|
+
in2="effect1_backgroundBlur_19281_419835"
|
|
408
|
+
result="shape"
|
|
409
|
+
/>
|
|
410
|
+
</filter>
|
|
411
|
+
</defs>
|
|
412
|
+
</svg>
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
export default SvgCustomTokensZeroStateDark;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
|
|
3
|
+
import React, { createElement } from 'react';
|
|
4
|
+
|
|
5
|
+
import { SvgIcon } from '../components/SvgIcon';
|
|
6
|
+
|
|
7
|
+
function SvgTarget(props: SvgIconPropsWithChildren) {
|
|
8
|
+
return createElement(
|
|
9
|
+
SvgIcon,
|
|
10
|
+
props,
|
|
11
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
12
|
+
<g id="Custom token">
|
|
13
|
+
<path
|
|
14
|
+
id="Icon (Stroke)"
|
|
15
|
+
fillRule="evenodd"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
d="M12.0004 0.174805C12.456 0.174805 12.8254 0.544173 12.8254 0.999811V2.40968C17.483 2.80507 21.1952 6.51725 21.5906 11.1749H23.0005C23.4561 11.1749 23.8255 11.5443 23.8255 11.9999C23.8255 12.4555 23.4561 12.8249 23.0005 12.8249H21.5906C21.1952 17.4825 17.483 21.1947 12.8254 21.5901V23C12.8254 23.4556 12.456 23.825 12.0004 23.825C11.5447 23.825 11.1754 23.4556 11.1754 23V21.5901C6.51773 21.1947 2.80556 17.4825 2.41017 12.8249H1.0003C0.544661 12.8249 0.175293 12.4555 0.175293 11.9999C0.175293 11.5443 0.544661 11.1749 1.0003 11.1749H2.41017C2.80556 6.51725 6.51773 2.80507 11.1754 2.40968V0.999811C11.1754 0.544173 11.5447 0.174805 12.0004 0.174805ZM11.1754 4.06699C7.42972 4.45195 4.45243 7.42923 4.06748 11.1749H5.40033C5.85597 11.1749 6.22534 11.5443 6.22534 11.9999C6.22534 12.4555 5.85597 12.8249 5.40033 12.8249H4.06748C4.45243 16.5706 7.42972 19.5478 11.1754 19.9328V18.5999C11.1754 18.1443 11.5447 17.7749 12.0004 17.7749C12.456 17.7749 12.8254 18.1443 12.8254 18.5999V19.9328C16.571 19.5478 19.5483 16.5706 19.9333 12.8249H18.6004C18.1448 12.8249 17.7754 12.4555 17.7754 11.9999C17.7754 11.5443 18.1448 11.1749 18.6004 11.1749H19.9333C19.5483 7.42923 16.571 4.45195 12.8254 4.06699V5.39984C12.8254 5.85548 12.456 6.22485 12.0004 6.22485C11.5447 6.22485 11.1754 5.85548 11.1754 5.39984V4.06699ZM12.0004 8.97487C12.456 8.97487 12.8254 9.34424 12.8254 9.79988V11.1749H14.2004C14.656 11.1749 15.0254 11.5443 15.0254 11.9999C15.0254 12.4555 14.656 12.8249 14.2004 12.8249H12.8254V14.1999C12.8254 14.6555 12.456 15.0249 12.0004 15.0249C11.5447 15.0249 11.1754 14.6555 11.1754 14.1999V12.8249H9.80037C9.34473 12.8249 8.97536 12.4555 8.97536 11.9999C8.97536 11.5443 9.34473 11.1749 9.80037 11.1749H11.1754V9.79988C11.1754 9.34424 11.5447 8.97487 12.0004 8.97487Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export default SvgTarget;
|
package/src/icons/index.ts
CHANGED
|
@@ -14,6 +14,8 @@ export { default as CopyIcon } from './Copy.js';
|
|
|
14
14
|
export { default as CosmosCategoryIcon } from './CosmosCategory.js';
|
|
15
15
|
export { default as CreditCardIcon } from './CreditCard.js';
|
|
16
16
|
export { default as CustomColorsIcon } from './CustomColors.js';
|
|
17
|
+
export { default as CustomTokensZeroStateIcon } from './CustomTokensZeroState.js';
|
|
18
|
+
export { default as CustomTokensZeroStateDarkIcon } from './CustomTokensZeroStateDark.js';
|
|
17
19
|
export { default as DarkModeIcon } from './DarkMode.js';
|
|
18
20
|
export { default as DeleteIcon } from './Delete.js';
|
|
19
21
|
export { default as DesktopIcon } from './Desktop.js';
|
|
@@ -66,6 +68,7 @@ export { default as SlippageIcon } from './Slippage.js';
|
|
|
66
68
|
export { default as StatsIcon } from './Stats.js';
|
|
67
69
|
export { default as SupportIcon } from './Support.js';
|
|
68
70
|
export { default as SwapIcon } from './Swap.js';
|
|
71
|
+
export { default as TargetIcon } from './Target.js';
|
|
69
72
|
export { default as TimeIcon } from './Time.js';
|
|
70
73
|
export { default as TransactionIcon } from './Transaction.js';
|
|
71
74
|
export { default as TuneIcon } from './Tune.js';
|