@coinbase/cds-mobile 8.38.1 → 8.38.2
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 +8 -0
- package/esm/accordion/__figma__/Accordion.figma.js +1 -1
- package/esm/buttons/__figma__/AvatarButton.figma.js +1 -1
- package/esm/buttons/__figma__/Button.figma.js +1 -1
- package/esm/buttons/__figma__/IconButton.figma.js +1 -1
- package/esm/buttons/__figma__/SlideButton.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCard.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCardBody.figma.js +1 -1
- package/esm/cards/ContentCard/__figma__/ContentCardFooter.figma.js +5 -5
- package/esm/cards/ContentCard/__figma__/ContentCardHeader.figma.js +1 -1
- package/esm/cards/__figma__/AnnouncementCard.figma.js +1 -1
- package/esm/cards/__figma__/ContainedAssetCard.figma.js +1 -1
- package/esm/cards/__figma__/FloatingAssetCard.figma.js +1 -1
- package/esm/cards/__figma__/NudgeCard.figma.js +1 -1
- package/esm/cards/__figma__/UpsellCard.figma.js +1 -1
- package/esm/cells/__figma__/ContentCell.figma.js +1 -1
- package/esm/cells/__figma__/ListCell.figma.js +2 -2
- package/esm/chips/__figma__/TabbedChips.figma.js +1 -1
- package/esm/coachmark/__figma__/Coachmark.figma.js +1 -1
- package/esm/controls/__figma__/CheckboxGroup.figma.js +1 -1
- package/esm/controls/__figma__/RadioGroup.figma.js +1 -1
- package/esm/controls/__figma__/SearchInput.figma.js +1 -1
- package/esm/controls/__figma__/SelectOption.figma.js +1 -1
- package/esm/controls/__figma__/Switch.figma.js +1 -1
- package/esm/controls/__figma__/TextInput.figma.js +2 -2
- package/esm/dates/__figma__/DatePicker.figma.js +1 -1
- package/esm/dots/__figma__/DotCount.figma.js +1 -1
- package/esm/dots/__figma__/DotStatusColor.figma.js +1 -1
- package/esm/dots/__figma__/DotSymbol.figma.js +1 -1
- package/esm/icons/__figma__/Icon.figma.js +423 -423
- package/esm/icons/__figma__/LogoMark.figma.js +1 -1
- package/esm/icons/__figma__/LogoWordmark.figma.js +2 -2
- package/esm/icons/__figma__/SubBrandLogoMark.figma.js +1 -1
- package/esm/icons/__figma__/SubBrandLogoWordmark.figma.js +1 -1
- package/esm/illustrations/__figma__/HeroSquare.figma.js +350 -350
- package/esm/illustrations/__figma__/Pictogram.figma.js +295 -295
- package/esm/illustrations/__figma__/SpotIcon.figma.js +56 -56
- package/esm/illustrations/__figma__/SpotRectangle.figma.js +183 -183
- package/esm/illustrations/__figma__/SpotSquare.figma.js +198 -198
- package/esm/layout/__figma__/Divider.figma.js +2 -2
- package/esm/layout/__figma__/Fallback.figma.js +1 -1
- package/esm/multi-content-module/__figma__/MultiContentModule.figma.js +1 -1
- package/esm/navigation/__figma__/BrowserBar.figma.js +1 -1
- package/esm/navigation/__figma__/TopNavBar.figma.js +6 -6
- package/esm/numpad/__figma__/Numpad.figma.js +1 -1
- package/esm/overlays/__figma__/Toast.figma.js +1 -1
- package/esm/overlays/modal/__figma__/Modal.figma.js +1 -1
- package/esm/overlays/tooltip/__figma__/Tooltip.figma.js +2 -2
- package/esm/overlays/tray/__figma__/Tray.figma.js +5 -5
- package/esm/page/__figma__/PageFooter.figma.js +1 -1
- package/esm/page/__figma__/PageHeader.figma.js +1 -1
- package/esm/section-header/__figma__/SectionHeader.figma.js +1 -1
- package/esm/sticky-footer/__figma__/StickyFooter.figma.js +1 -1
- package/esm/system/__figma__/AndroidNavigationBar.figma.js +1 -1
- package/esm/tabs/__figma__/SegmentedTabs.figma.js +3 -3
- package/esm/tabs/__figma__/TabNavigation.figma.js +1 -1
- package/esm/tag/__figma__/Tag.figma.js +2 -2
- package/esm/typography/__figma__/Link.figma.js +1 -1
- package/esm/visualizations/__figma__/ProgressBar.figma.js +2 -2
- package/esm/visualizations/__figma__/ProgressCircle.figma.js +1 -1
- package/package.json +2 -2
- package/dts/controls/__figma__/Select.figma.d.ts +0 -2
- package/dts/controls/__figma__/Select.figma.d.ts.map +0 -1
- package/esm/controls/__figma__/Select.figma.js +0 -62
|
@@ -3,1099 +3,1099 @@ import { figma } from '@figma/code-connect';
|
|
|
3
3
|
import { SpotRectangle } from '../SpotRectangle';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=10855-110', {
|
|
6
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
6
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
7
7
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
8
8
|
name: "cbbtc"
|
|
9
9
|
})
|
|
10
10
|
});
|
|
11
11
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=9914-183', {
|
|
12
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
12
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
13
13
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
14
14
|
name: "portfolioOverviewRelaunch"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=8890-21', {
|
|
18
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
18
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
19
19
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
20
20
|
name: "faceId"
|
|
21
21
|
})
|
|
22
22
|
});
|
|
23
23
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=6886-150', {
|
|
24
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
24
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
25
25
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
26
26
|
name: "referralsGenericCoin"
|
|
27
27
|
})
|
|
28
28
|
});
|
|
29
29
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=6677-5', {
|
|
30
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
30
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
31
31
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
32
32
|
name: "lightningNetworkSend"
|
|
33
33
|
})
|
|
34
34
|
});
|
|
35
35
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2726-1381', {
|
|
36
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
36
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
37
37
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
38
38
|
name: "scanCode"
|
|
39
39
|
})
|
|
40
40
|
});
|
|
41
41
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2547', {
|
|
42
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
42
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
43
43
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
44
44
|
name: "readyToTrade"
|
|
45
45
|
})
|
|
46
46
|
});
|
|
47
47
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2567', {
|
|
48
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
48
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
49
49
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
50
50
|
name: "defiEarn"
|
|
51
51
|
})
|
|
52
52
|
});
|
|
53
53
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2590', {
|
|
54
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
54
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
55
55
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
56
56
|
name: "bigBtc"
|
|
57
57
|
})
|
|
58
58
|
});
|
|
59
59
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2562', {
|
|
60
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
60
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
61
61
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
62
62
|
name: "cryptoAndMore"
|
|
63
63
|
})
|
|
64
64
|
});
|
|
65
65
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2577', {
|
|
66
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
66
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
67
67
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
68
68
|
name: "exploreDecentralizedApps"
|
|
69
69
|
})
|
|
70
70
|
});
|
|
71
71
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2548', {
|
|
72
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
72
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
73
73
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
74
74
|
name: "cryptoApps"
|
|
75
75
|
})
|
|
76
76
|
});
|
|
77
77
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2549', {
|
|
78
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
78
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
79
79
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
80
80
|
name: "coinbaseOneSavingFunds"
|
|
81
81
|
})
|
|
82
82
|
});
|
|
83
83
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2582', {
|
|
84
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
84
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
85
85
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
86
86
|
name: "coinbaseOneDiscountedAmount"
|
|
87
87
|
})
|
|
88
88
|
});
|
|
89
89
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2587', {
|
|
90
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
90
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
91
91
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
92
92
|
name: "freeBtc"
|
|
93
93
|
})
|
|
94
94
|
});
|
|
95
95
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2554', {
|
|
96
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
96
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
97
97
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
98
98
|
name: "estimatedAmount"
|
|
99
99
|
})
|
|
100
100
|
});
|
|
101
101
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2568', {
|
|
102
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
102
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
103
103
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
104
104
|
name: "coinbaseFees"
|
|
105
105
|
})
|
|
106
106
|
});
|
|
107
107
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2579', {
|
|
108
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
108
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
109
109
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
110
110
|
name: "automaticPayments"
|
|
111
111
|
})
|
|
112
112
|
});
|
|
113
113
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2557', {
|
|
114
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
114
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
115
115
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
116
116
|
name: "holdingCrypto"
|
|
117
117
|
})
|
|
118
118
|
});
|
|
119
119
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2558', {
|
|
120
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
120
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
121
121
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
122
122
|
name: "defiHow"
|
|
123
123
|
})
|
|
124
124
|
});
|
|
125
125
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2559', {
|
|
126
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
126
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
127
127
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
128
128
|
name: "holdCrypto"
|
|
129
129
|
})
|
|
130
130
|
});
|
|
131
131
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2571', {
|
|
132
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
132
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
133
133
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
134
134
|
name: "securityShield"
|
|
135
135
|
})
|
|
136
136
|
});
|
|
137
137
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2564', {
|
|
138
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
138
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
139
139
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
140
140
|
name: "tradeImmediately"
|
|
141
141
|
})
|
|
142
142
|
});
|
|
143
143
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2566', {
|
|
144
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
144
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
145
145
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
146
146
|
name: "documentSuccess"
|
|
147
147
|
})
|
|
148
148
|
});
|
|
149
149
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2553', {
|
|
150
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
150
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
151
151
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
152
152
|
name: "commerceInvoices"
|
|
153
153
|
})
|
|
154
154
|
});
|
|
155
155
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2592', {
|
|
156
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
156
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
157
157
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
158
158
|
name: "commerceAccounting"
|
|
159
159
|
})
|
|
160
160
|
});
|
|
161
161
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2578', {
|
|
162
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
162
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
163
163
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
164
164
|
name: "documentCertified"
|
|
165
165
|
})
|
|
166
166
|
});
|
|
167
167
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2581', {
|
|
168
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
168
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
169
169
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
170
170
|
name: "onTheList"
|
|
171
171
|
})
|
|
172
172
|
});
|
|
173
173
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2593', {
|
|
174
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
174
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
175
175
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
176
176
|
name: "verifyInfo"
|
|
177
177
|
})
|
|
178
178
|
});
|
|
179
179
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2552', {
|
|
180
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
180
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
181
181
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
182
182
|
name: "contactsListWarning"
|
|
183
183
|
})
|
|
184
184
|
});
|
|
185
185
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2573', {
|
|
186
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
186
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
187
187
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
188
188
|
name: "openEmail"
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3391', {
|
|
192
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
192
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
193
193
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
194
194
|
name: "taxesDetails"
|
|
195
195
|
})
|
|
196
196
|
});
|
|
197
197
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41315', {
|
|
198
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
198
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
199
199
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
200
200
|
name: "protectedNotes"
|
|
201
201
|
})
|
|
202
202
|
});
|
|
203
203
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41299', {
|
|
204
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
204
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
205
205
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
206
206
|
name: "governance"
|
|
207
207
|
})
|
|
208
208
|
});
|
|
209
209
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41266', {
|
|
210
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
210
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
211
211
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
212
212
|
name: "downloadingStatement"
|
|
213
213
|
})
|
|
214
214
|
});
|
|
215
215
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41256', {
|
|
216
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
216
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
217
217
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
218
218
|
name: "browserHistory"
|
|
219
219
|
})
|
|
220
220
|
});
|
|
221
221
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2597', {
|
|
222
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
222
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
223
223
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
224
224
|
name: "defiRisk"
|
|
225
225
|
})
|
|
226
226
|
});
|
|
227
227
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2570', {
|
|
228
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
228
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
229
229
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
230
230
|
name: "earnInterest"
|
|
231
231
|
})
|
|
232
232
|
});
|
|
233
233
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2594', {
|
|
234
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
234
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
235
235
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
236
236
|
name: "notificationsAlt"
|
|
237
237
|
})
|
|
238
238
|
});
|
|
239
239
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2546', {
|
|
240
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
240
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
241
241
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
242
242
|
name: "verifyEmail"
|
|
243
243
|
})
|
|
244
244
|
});
|
|
245
245
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1877-1581', {
|
|
246
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
246
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
247
247
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
248
248
|
name: "eth2SendSellTwo"
|
|
249
249
|
})
|
|
250
250
|
});
|
|
251
251
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1418-1584', {
|
|
252
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
252
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
253
253
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
254
254
|
name: "eth2SendSell"
|
|
255
255
|
})
|
|
256
256
|
});
|
|
257
257
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1877-1582', {
|
|
258
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
258
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
259
259
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
260
260
|
name: "wrapEthTwo"
|
|
261
261
|
})
|
|
262
262
|
});
|
|
263
263
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1418-1585', {
|
|
264
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
264
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
265
265
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
266
266
|
name: "wrapEth"
|
|
267
267
|
})
|
|
268
268
|
});
|
|
269
269
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1877-1583', {
|
|
270
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
270
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
271
271
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
272
272
|
name: "ethTradingTwo"
|
|
273
273
|
})
|
|
274
274
|
});
|
|
275
275
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1418-1586', {
|
|
276
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
276
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
277
277
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
278
278
|
name: "ethTrading"
|
|
279
279
|
})
|
|
280
280
|
});
|
|
281
281
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1219-1305', {
|
|
282
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
282
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
283
283
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
284
284
|
name: "p2pPayments"
|
|
285
285
|
})
|
|
286
286
|
});
|
|
287
287
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1167-1886', {
|
|
288
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
288
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
289
289
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
290
290
|
name: "globalTransactions"
|
|
291
291
|
})
|
|
292
292
|
});
|
|
293
293
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1167-1612', {
|
|
294
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
294
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
295
295
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
296
296
|
name: "secureGlobalTransactions"
|
|
297
297
|
})
|
|
298
298
|
});
|
|
299
299
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1166-1377', {
|
|
300
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
300
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
301
301
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
302
302
|
name: "earnToLearn"
|
|
303
303
|
})
|
|
304
304
|
});
|
|
305
305
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41270', {
|
|
306
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
306
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
307
307
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
308
308
|
name: "yieldHolding"
|
|
309
309
|
})
|
|
310
310
|
});
|
|
311
311
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3439', {
|
|
312
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
312
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
313
313
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
314
314
|
name: "watchVideos"
|
|
315
315
|
})
|
|
316
316
|
});
|
|
317
317
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3405', {
|
|
318
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
318
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
319
319
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
320
320
|
name: "walletSecurity"
|
|
321
321
|
})
|
|
322
322
|
});
|
|
323
323
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41295', {
|
|
324
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
324
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
325
325
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
326
326
|
name: "uob"
|
|
327
327
|
})
|
|
328
328
|
});
|
|
329
329
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3440', {
|
|
330
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
330
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
331
331
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
332
332
|
name: "trendingHotAssets"
|
|
333
333
|
})
|
|
334
334
|
});
|
|
335
335
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-422', {
|
|
336
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
336
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
337
337
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
338
338
|
name: "transferEth"
|
|
339
339
|
})
|
|
340
340
|
});
|
|
341
341
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41272', {
|
|
342
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
342
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
343
343
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
344
344
|
name: "transferCoins"
|
|
345
345
|
})
|
|
346
346
|
});
|
|
347
347
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41280', {
|
|
348
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
348
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
349
349
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
350
350
|
name: "trade"
|
|
351
351
|
})
|
|
352
352
|
});
|
|
353
353
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3401', {
|
|
354
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
354
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
355
355
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
356
356
|
name: "stressTestedColdStorage"
|
|
357
357
|
})
|
|
358
358
|
});
|
|
359
359
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3407', {
|
|
360
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
360
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
361
361
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
362
362
|
name: "startToday"
|
|
363
363
|
})
|
|
364
364
|
});
|
|
365
365
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3413', {
|
|
366
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
366
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
367
367
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
368
368
|
name: "staking"
|
|
369
369
|
})
|
|
370
370
|
});
|
|
371
371
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3408', {
|
|
372
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
372
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
373
373
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
374
374
|
name: "stableValue"
|
|
375
375
|
})
|
|
376
376
|
});
|
|
377
377
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3436', {
|
|
378
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
378
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
379
379
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
380
380
|
name: "sidechain"
|
|
381
381
|
})
|
|
382
382
|
});
|
|
383
383
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3399', {
|
|
384
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
384
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
385
385
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
386
386
|
name: "shareOnSocialMedia"
|
|
387
387
|
})
|
|
388
388
|
});
|
|
389
389
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41278', {
|
|
390
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
390
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
391
391
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
392
392
|
name: "sendingCrypto"
|
|
393
393
|
})
|
|
394
394
|
});
|
|
395
395
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41294', {
|
|
396
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
396
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
397
397
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
398
398
|
name: "sendCryptoFaster"
|
|
399
399
|
})
|
|
400
400
|
});
|
|
401
401
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3404', {
|
|
402
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
402
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
403
403
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
404
404
|
name: "selfCustody"
|
|
405
405
|
})
|
|
406
406
|
});
|
|
407
407
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3409', {
|
|
408
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
408
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
409
409
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
410
410
|
name: "secureStorage"
|
|
411
411
|
})
|
|
412
412
|
});
|
|
413
413
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3416', {
|
|
414
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
414
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
415
415
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
416
416
|
name: "secureAndTrusted"
|
|
417
417
|
})
|
|
418
418
|
});
|
|
419
419
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3393', {
|
|
420
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
420
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
421
421
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
422
422
|
name: "retailUSDCRewards"
|
|
423
423
|
})
|
|
424
424
|
});
|
|
425
425
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41301', {
|
|
426
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
426
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
427
427
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
428
428
|
name: "referralsBonus"
|
|
429
429
|
})
|
|
430
430
|
});
|
|
431
431
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=3799-378', {
|
|
432
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
432
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
433
433
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
434
434
|
name: "referralsCoinbaseOne"
|
|
435
435
|
})
|
|
436
436
|
});
|
|
437
437
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1177-2545', {
|
|
438
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
438
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
439
439
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
440
440
|
name: "referralsBitcoin"
|
|
441
441
|
})
|
|
442
442
|
});
|
|
443
443
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41262', {
|
|
444
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
444
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
445
445
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
446
446
|
name: "ratMigrationerror"
|
|
447
447
|
})
|
|
448
448
|
});
|
|
449
449
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41261', {
|
|
450
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
450
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
451
451
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
452
452
|
name: "ratMigration"
|
|
453
453
|
})
|
|
454
454
|
});
|
|
455
455
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=475-22679', {
|
|
456
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
456
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
457
457
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
458
458
|
name: "ratFoundWallet"
|
|
459
459
|
})
|
|
460
460
|
});
|
|
461
461
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3430', {
|
|
462
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
462
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
463
463
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
464
464
|
name: "quickAndSimple"
|
|
465
465
|
})
|
|
466
466
|
});
|
|
467
467
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41277', {
|
|
468
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
468
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
469
469
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
470
470
|
name: "primeStaking"
|
|
471
471
|
})
|
|
472
472
|
});
|
|
473
473
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41264', {
|
|
474
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
474
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
475
475
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
476
476
|
name: "primeDeFi"
|
|
477
477
|
})
|
|
478
478
|
});
|
|
479
479
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3410', {
|
|
480
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
480
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
481
481
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
482
482
|
name: "poweredByEthereum"
|
|
483
483
|
})
|
|
484
484
|
});
|
|
485
485
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41293', {
|
|
486
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
486
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
487
487
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
488
488
|
name: "portfolioOverview"
|
|
489
489
|
})
|
|
490
490
|
});
|
|
491
491
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3443', {
|
|
492
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
492
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
493
493
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
494
494
|
name: "optInPushNotificationsEmail"
|
|
495
495
|
})
|
|
496
496
|
});
|
|
497
497
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41254', {
|
|
498
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
498
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
499
499
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
500
500
|
name: "noTransactions"
|
|
501
501
|
})
|
|
502
502
|
});
|
|
503
503
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3419', {
|
|
504
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
504
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
505
505
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
506
506
|
name: "noFees"
|
|
507
507
|
})
|
|
508
508
|
});
|
|
509
509
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41310', {
|
|
510
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
510
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
511
511
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
512
512
|
name: "nft"
|
|
513
513
|
})
|
|
514
514
|
});
|
|
515
515
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3414', {
|
|
516
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
516
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
517
517
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
518
518
|
name: "multicoinSupport"
|
|
519
519
|
})
|
|
520
520
|
});
|
|
521
521
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3422', {
|
|
522
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
522
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
523
523
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
524
524
|
name: "moneyDecentralized"
|
|
525
525
|
})
|
|
526
526
|
});
|
|
527
527
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3417', {
|
|
528
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
528
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
529
529
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
530
530
|
name: "mining"
|
|
531
531
|
})
|
|
532
532
|
});
|
|
533
533
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41257', {
|
|
534
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
534
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
535
535
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
536
536
|
name: "login"
|
|
537
537
|
})
|
|
538
538
|
});
|
|
539
539
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3435', {
|
|
540
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
540
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
541
541
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
542
542
|
name: "linkingYourWalletToYourCoinbaseAccount"
|
|
543
543
|
})
|
|
544
544
|
});
|
|
545
545
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41290', {
|
|
546
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
546
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
547
547
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
548
548
|
name: "linkCoinbaseWallet"
|
|
549
549
|
})
|
|
550
550
|
});
|
|
551
551
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41268', {
|
|
552
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
552
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
553
553
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
554
554
|
name: "ledgerSignatureRejected"
|
|
555
555
|
})
|
|
556
556
|
});
|
|
557
557
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41269', {
|
|
558
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
558
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
559
559
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
560
560
|
name: "ledgerFailed"
|
|
561
561
|
})
|
|
562
562
|
});
|
|
563
563
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3434', {
|
|
564
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
564
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
565
565
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
566
566
|
name: "layeredNetworks"
|
|
567
567
|
})
|
|
568
568
|
});
|
|
569
569
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3427', {
|
|
570
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
570
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
571
571
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
572
572
|
name: "invest"
|
|
573
573
|
})
|
|
574
574
|
});
|
|
575
575
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3431', {
|
|
576
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
576
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
577
577
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
578
578
|
name: "insuranceProtection"
|
|
579
579
|
})
|
|
580
580
|
});
|
|
581
581
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41298', {
|
|
582
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
582
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
583
583
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
584
584
|
name: "highFees"
|
|
585
585
|
})
|
|
586
586
|
});
|
|
587
587
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3390', {
|
|
588
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
588
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
589
589
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
590
590
|
name: "hardwareWallets"
|
|
591
591
|
})
|
|
592
592
|
});
|
|
593
593
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41307', {
|
|
594
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
594
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
595
595
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
596
596
|
name: "giftBoxRewards"
|
|
597
597
|
})
|
|
598
598
|
});
|
|
599
599
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3449', {
|
|
600
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
600
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
601
601
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
602
602
|
name: "getStartedInMinutes"
|
|
603
603
|
})
|
|
604
604
|
});
|
|
605
605
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3438', {
|
|
606
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
606
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
607
607
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
608
608
|
name: "gasFeesNetworkFees"
|
|
609
609
|
})
|
|
610
610
|
});
|
|
611
611
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41306', {
|
|
612
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
612
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
613
613
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
614
614
|
name: "fileYourCryptoTaxesCheck"
|
|
615
615
|
})
|
|
616
616
|
});
|
|
617
617
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41305', {
|
|
618
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
618
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
619
619
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
620
620
|
name: "fileYourCryptoTaxes"
|
|
621
621
|
})
|
|
622
622
|
});
|
|
623
623
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1015-628', {
|
|
624
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
624
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
625
625
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
626
626
|
name: "ethStakingRewards"
|
|
627
627
|
})
|
|
628
628
|
});
|
|
629
629
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-417', {
|
|
630
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
630
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
631
631
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
632
632
|
name: "ethWrappedStakingRewards"
|
|
633
633
|
})
|
|
634
634
|
});
|
|
635
635
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-421', {
|
|
636
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
636
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
637
637
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
638
638
|
name: "ethStakingMovement"
|
|
639
639
|
})
|
|
640
640
|
});
|
|
641
641
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1877-1580', {
|
|
642
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
642
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
643
643
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
644
644
|
name: "ethStakeOrWrapTwo"
|
|
645
645
|
})
|
|
646
646
|
});
|
|
647
647
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-419', {
|
|
648
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
648
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
649
649
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
650
650
|
name: "ethStakeOrWrap"
|
|
651
651
|
})
|
|
652
652
|
});
|
|
653
653
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41286', {
|
|
654
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
654
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
655
655
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
656
656
|
name: "ethAddress"
|
|
657
657
|
})
|
|
658
658
|
});
|
|
659
659
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-418', {
|
|
660
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
660
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
661
661
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
662
662
|
name: "eth2SellSend"
|
|
663
663
|
})
|
|
664
664
|
});
|
|
665
665
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3428', {
|
|
666
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
666
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
667
667
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
668
668
|
name: "encryptedEverything"
|
|
669
669
|
})
|
|
670
670
|
});
|
|
671
671
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=156-33578', {
|
|
672
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
672
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
673
673
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
674
674
|
name: "emptyTrading"
|
|
675
675
|
})
|
|
676
676
|
});
|
|
677
677
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=156-33579', {
|
|
678
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
678
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
679
679
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
680
680
|
name: "emptyNfts"
|
|
681
681
|
})
|
|
682
682
|
});
|
|
683
683
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3423', {
|
|
684
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
684
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
685
685
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
686
686
|
name: "earn"
|
|
687
687
|
})
|
|
688
688
|
});
|
|
689
689
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41279', {
|
|
690
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
690
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
691
691
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
692
692
|
name: "downloadCoinbaseWalletArrow"
|
|
693
693
|
})
|
|
694
694
|
});
|
|
695
695
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3426', {
|
|
696
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
696
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
697
697
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
698
698
|
name: "digitalCollectibles"
|
|
699
699
|
})
|
|
700
700
|
});
|
|
701
701
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3445', {
|
|
702
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
702
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
703
703
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
704
704
|
name: "didDecentralizedIdentity"
|
|
705
705
|
})
|
|
706
706
|
});
|
|
707
707
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41302', {
|
|
708
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
708
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
709
709
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
710
710
|
name: "diamond"
|
|
711
711
|
})
|
|
712
712
|
});
|
|
713
713
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3448', {
|
|
714
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
714
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
715
715
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
716
716
|
name: "defiDecentralizedTradingExchange"
|
|
717
717
|
})
|
|
718
718
|
});
|
|
719
719
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3433', {
|
|
720
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
720
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
721
721
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
722
722
|
name: "defiDecentralizedBorrowingLending"
|
|
723
723
|
})
|
|
724
724
|
});
|
|
725
725
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3420', {
|
|
726
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
726
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
727
727
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
728
728
|
name: "decentralizedWebWeb3"
|
|
729
729
|
})
|
|
730
730
|
});
|
|
731
731
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3421', {
|
|
732
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
732
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
733
733
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
734
734
|
name: "decentralization"
|
|
735
735
|
})
|
|
736
736
|
});
|
|
737
737
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3396', {
|
|
738
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
738
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
739
739
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
740
740
|
name: "cryptoPortfolio"
|
|
741
741
|
})
|
|
742
742
|
});
|
|
743
743
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3432', {
|
|
744
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
744
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
745
745
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
746
746
|
name: "cryptoForBeginners"
|
|
747
747
|
})
|
|
748
748
|
});
|
|
749
749
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3442', {
|
|
750
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
750
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
751
751
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
752
752
|
name: "cryptoEconomy"
|
|
753
753
|
})
|
|
754
754
|
});
|
|
755
755
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3444', {
|
|
756
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
756
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
757
757
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
758
758
|
name: "cryptoAssets"
|
|
759
759
|
})
|
|
760
760
|
});
|
|
761
761
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3400', {
|
|
762
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
762
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
763
763
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
764
764
|
name: "crossBorderPayments"
|
|
765
765
|
})
|
|
766
766
|
});
|
|
767
767
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3403', {
|
|
768
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
768
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
769
769
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
770
770
|
name: "congratulationsOnEarningCrypto"
|
|
771
771
|
})
|
|
772
772
|
});
|
|
773
773
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3437', {
|
|
774
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
774
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
775
775
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
776
776
|
name: "completeAQuiz"
|
|
777
777
|
})
|
|
778
778
|
});
|
|
779
779
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3425', {
|
|
780
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
780
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
781
781
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
782
782
|
name: "collectingNfts"
|
|
783
783
|
})
|
|
784
784
|
});
|
|
785
785
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41274', {
|
|
786
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
786
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
787
787
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
788
788
|
name: "coinbaseOnePhoneLightning"
|
|
789
789
|
})
|
|
790
790
|
});
|
|
791
791
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41271', {
|
|
792
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
792
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
793
793
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
794
794
|
name: "coinbaseOneLogo"
|
|
795
795
|
})
|
|
796
796
|
});
|
|
797
797
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=475-22680', {
|
|
798
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
798
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
799
799
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
800
800
|
name: "clawMachinePig"
|
|
801
801
|
})
|
|
802
802
|
});
|
|
803
803
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3392', {
|
|
804
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
804
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
805
805
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
806
806
|
name: "coinbaseOneRewards"
|
|
807
807
|
})
|
|
808
808
|
});
|
|
809
809
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1011-420', {
|
|
810
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
810
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
811
811
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
812
812
|
name: "cbEth"
|
|
813
813
|
})
|
|
814
814
|
});
|
|
815
815
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41253', {
|
|
816
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
816
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
817
817
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
818
818
|
name: "cardBoosted"
|
|
819
819
|
})
|
|
820
820
|
});
|
|
821
821
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41273', {
|
|
822
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
822
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
823
823
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
824
824
|
name: "bridging"
|
|
825
825
|
})
|
|
826
826
|
});
|
|
827
827
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3395', {
|
|
828
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
828
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
829
829
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
830
830
|
name: "blockchain"
|
|
831
831
|
})
|
|
832
832
|
});
|
|
833
833
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3441', {
|
|
834
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
834
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
835
835
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
836
836
|
name: "basedInUsa"
|
|
837
837
|
})
|
|
838
838
|
});
|
|
839
839
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41283', {
|
|
840
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
840
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
841
841
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
842
842
|
name: "apiKey"
|
|
843
843
|
})
|
|
844
844
|
});
|
|
845
845
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2576', {
|
|
846
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
846
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
847
847
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
848
848
|
name: "advancedTrading"
|
|
849
849
|
})
|
|
850
850
|
});
|
|
851
851
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2561', {
|
|
852
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
852
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
853
853
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
854
854
|
name: "switchAdvancedToSimpleTrading"
|
|
855
855
|
})
|
|
856
856
|
});
|
|
857
857
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2575', {
|
|
858
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
858
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
859
859
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
860
860
|
name: "advancedTradingUi"
|
|
861
861
|
})
|
|
862
862
|
});
|
|
863
863
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2586', {
|
|
864
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
864
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
865
865
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
866
866
|
name: "focusLimitOrders"
|
|
867
867
|
})
|
|
868
868
|
});
|
|
869
869
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41288', {
|
|
870
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
870
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
871
871
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
872
872
|
name: "advancedTradeCharts"
|
|
873
873
|
})
|
|
874
874
|
});
|
|
875
875
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41276', {
|
|
876
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
876
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
877
877
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
878
878
|
name: "ratDashboard"
|
|
879
879
|
})
|
|
880
880
|
});
|
|
881
881
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41292', {
|
|
882
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
882
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
883
883
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
884
884
|
name: "primeTradePreferences"
|
|
885
885
|
})
|
|
886
886
|
});
|
|
887
887
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41308', {
|
|
888
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
888
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
889
889
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
890
890
|
name: "primePriceLadder"
|
|
891
891
|
})
|
|
892
892
|
});
|
|
893
893
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41282', {
|
|
894
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
894
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
895
895
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
896
896
|
name: "primeOrderConfirmation"
|
|
897
897
|
})
|
|
898
898
|
});
|
|
899
899
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3415', {
|
|
900
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
900
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
901
901
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
902
902
|
name: "portfolioPerformance"
|
|
903
903
|
})
|
|
904
904
|
});
|
|
905
905
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41289', {
|
|
906
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
906
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
907
907
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
908
908
|
name: "marginWarning"
|
|
909
909
|
})
|
|
910
910
|
});
|
|
911
911
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41287', {
|
|
912
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
912
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
913
913
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
914
914
|
name: "margin"
|
|
915
915
|
})
|
|
916
916
|
});
|
|
917
917
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41252', {
|
|
918
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
918
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
919
919
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
920
920
|
name: "leverage"
|
|
921
921
|
})
|
|
922
922
|
});
|
|
923
923
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3406', {
|
|
924
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
924
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
925
925
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
926
926
|
name: "gainsAndLosses"
|
|
927
927
|
})
|
|
928
928
|
});
|
|
929
929
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41309', {
|
|
930
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
930
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
931
931
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
932
932
|
name: "futures"
|
|
933
933
|
})
|
|
934
934
|
});
|
|
935
935
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3397', {
|
|
936
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
936
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
937
937
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
938
938
|
name: "advancedTradingChartsIndicatorsCandles"
|
|
939
939
|
})
|
|
940
940
|
});
|
|
941
941
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41260', {
|
|
942
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
942
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
943
943
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
944
944
|
name: "accessToAdvancedCharts"
|
|
945
945
|
})
|
|
946
946
|
});
|
|
947
947
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2601', {
|
|
948
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
948
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
949
949
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
950
950
|
name: "addPhoneNumber"
|
|
951
951
|
})
|
|
952
952
|
});
|
|
953
953
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2599', {
|
|
954
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
954
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
955
955
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
956
956
|
name: "appTrackingTransparency"
|
|
957
957
|
})
|
|
958
958
|
});
|
|
959
959
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2602', {
|
|
960
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
960
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
961
961
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
962
962
|
name: "walletNotifications"
|
|
963
963
|
})
|
|
964
964
|
});
|
|
965
965
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2556', {
|
|
966
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
966
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
967
967
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
968
968
|
name: "phoneNumber"
|
|
969
969
|
})
|
|
970
970
|
});
|
|
971
971
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=458-35869', {
|
|
972
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
972
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
973
973
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
974
974
|
name: "transferFunds"
|
|
975
975
|
})
|
|
976
976
|
});
|
|
977
977
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3411', {
|
|
978
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
978
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
979
979
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
980
980
|
name: "multiPlatformMobileAppBrowserExtension"
|
|
981
981
|
})
|
|
982
982
|
});
|
|
983
983
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=8374-67', {
|
|
984
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
984
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
985
985
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
986
986
|
name: "appUpdate"
|
|
987
987
|
})
|
|
988
988
|
});
|
|
989
989
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2162-1329', {
|
|
990
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
990
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
991
991
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
992
992
|
name: "update"
|
|
993
993
|
})
|
|
994
994
|
});
|
|
995
995
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3429', {
|
|
996
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
996
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
997
997
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
998
998
|
name: "browserExtension"
|
|
999
999
|
})
|
|
1000
1000
|
});
|
|
1001
1001
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2683-1345', {
|
|
1002
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1002
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1003
1003
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1004
1004
|
name: "uploadDocument"
|
|
1005
1005
|
})
|
|
1006
1006
|
});
|
|
1007
1007
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2572', {
|
|
1008
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1008
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1009
1009
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1010
1010
|
name: "coinbaseCardLock"
|
|
1011
1011
|
})
|
|
1012
1012
|
});
|
|
1013
1013
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2225-2584', {
|
|
1014
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1014
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1015
1015
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1016
1016
|
name: "coinbaseCardPocket"
|
|
1017
1017
|
})
|
|
1018
1018
|
});
|
|
1019
1019
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1418-1824', {
|
|
1020
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1020
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1021
1021
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1022
1022
|
name: "connectWalletTutorial"
|
|
1023
1023
|
})
|
|
1024
1024
|
});
|
|
1025
1025
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=1167-1745', {
|
|
1026
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1026
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1027
1027
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1028
1028
|
name: "walletReconnect"
|
|
1029
1029
|
})
|
|
1030
1030
|
});
|
|
1031
1031
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41265', {
|
|
1032
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1032
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1033
1033
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1034
1034
|
name: "walletReconnectSuccess"
|
|
1035
1035
|
})
|
|
1036
1036
|
});
|
|
1037
1037
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3402', {
|
|
1038
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1038
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1039
1039
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1040
1040
|
name: "stayInControlSelfHostedWalletsStorage"
|
|
1041
1041
|
})
|
|
1042
1042
|
});
|
|
1043
1043
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3398', {
|
|
1044
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1044
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1045
1045
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1046
1046
|
name: "semiCustodial"
|
|
1047
1047
|
})
|
|
1048
1048
|
});
|
|
1049
1049
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41263', {
|
|
1050
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1050
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1051
1051
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1052
1052
|
name: "primeEarn"
|
|
1053
1053
|
})
|
|
1054
1054
|
});
|
|
1055
1055
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3446', {
|
|
1056
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1056
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1057
1057
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1058
1058
|
name: "multipleAccountsWalletsForOneUser"
|
|
1059
1059
|
})
|
|
1060
1060
|
});
|
|
1061
1061
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41313', {
|
|
1062
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1062
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1063
1063
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1064
1064
|
name: "currency"
|
|
1065
1065
|
})
|
|
1066
1066
|
});
|
|
1067
1067
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3447', {
|
|
1068
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1068
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1069
1069
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1070
1070
|
name: "cryptoWallet"
|
|
1071
1071
|
})
|
|
1072
1072
|
});
|
|
1073
1073
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41275', {
|
|
1074
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1074
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1075
1075
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1076
1076
|
name: "creditCardExcitement"
|
|
1077
1077
|
})
|
|
1078
1078
|
});
|
|
1079
1079
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41314', {
|
|
1080
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1080
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1081
1081
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1082
1082
|
name: "cardWaitlist"
|
|
1083
1083
|
})
|
|
1084
1084
|
});
|
|
1085
1085
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=623-3394', {
|
|
1086
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1086
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1087
1087
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1088
1088
|
name: "borrowWallet"
|
|
1089
1089
|
})
|
|
1090
1090
|
});
|
|
1091
1091
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=955-158', {
|
|
1092
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1092
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1093
1093
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1094
1094
|
name: "backedByUsDollar"
|
|
1095
1095
|
})
|
|
1096
1096
|
});
|
|
1097
1097
|
figma.connect(SpotRectangle, 'https://figma.com/file/LmkJatvMRVzNgfiIkJDb99/?node-id=2-41312', {
|
|
1098
|
-
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'
|
|
1098
|
+
imports: ["import { SpotRectangle } from '@coinbase/cds-mobile/illustrations/SpotRectangle'"],
|
|
1099
1099
|
example: () => /*#__PURE__*/_jsx(SpotRectangle, {
|
|
1100
1100
|
name: "addBank"
|
|
1101
1101
|
})
|