@x-plat/design-system 0.4.4 → 0.4.6
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/dist/components/Accordion/index.cjs +294 -294
- package/dist/components/Accordion/index.d.cts +0 -1
- package/dist/components/Accordion/index.d.ts +0 -1
- package/dist/components/Accordion/index.js +488 -488
- package/dist/components/Alert/index.cjs +2 -2
- package/dist/components/Alert/index.d.cts +0 -1
- package/dist/components/Alert/index.d.ts +0 -1
- package/dist/components/Alert/index.js +2 -2
- package/dist/components/Avatar/index.cjs +2 -3
- package/dist/components/Avatar/index.d.cts +0 -1
- package/dist/components/Avatar/index.d.ts +0 -1
- package/dist/components/Avatar/index.js +2 -3
- package/dist/components/Badge/index.cjs +2 -3
- package/dist/components/Badge/index.d.cts +0 -1
- package/dist/components/Badge/index.d.ts +0 -1
- package/dist/components/Badge/index.js +2 -3
- package/dist/components/Breadcrumb/index.cjs +2 -18
- package/dist/components/Breadcrumb/index.d.cts +0 -1
- package/dist/components/Breadcrumb/index.d.ts +0 -1
- package/dist/components/Breadcrumb/index.js +2 -18
- package/dist/components/Button/index.cjs +1 -2
- package/dist/components/Button/index.d.cts +1 -1
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Button/index.js +1 -2
- package/dist/components/Calendar/index.cjs +300 -301
- package/dist/components/Calendar/index.d.cts +0 -1
- package/dist/components/Calendar/index.d.ts +0 -1
- package/dist/components/Calendar/index.js +494 -495
- package/dist/components/Card/index.cjs +2 -18
- package/dist/components/Card/index.css +1 -2
- package/dist/components/Card/index.d.cts +0 -4
- package/dist/components/Card/index.d.ts +0 -4
- package/dist/components/Card/index.js +2 -18
- package/dist/components/CardTab/index.cjs +4 -5
- package/dist/components/CardTab/index.d.cts +0 -2
- package/dist/components/CardTab/index.d.ts +0 -2
- package/dist/components/CardTab/index.js +4 -5
- package/dist/components/CheckBox/index.cjs +293 -294
- package/dist/components/CheckBox/index.d.cts +1 -2
- package/dist/components/CheckBox/index.d.ts +1 -2
- package/dist/components/CheckBox/index.js +475 -476
- package/dist/components/Chip/index.cjs +2 -3
- package/dist/components/Chip/index.d.cts +0 -1
- package/dist/components/Chip/index.d.ts +0 -1
- package/dist/components/Chip/index.js +2 -3
- package/dist/components/DatePicker/index.cjs +346 -323
- package/dist/components/DatePicker/index.css +43 -0
- package/dist/components/DatePicker/index.js +520 -497
- package/dist/components/Divider/index.cjs +2 -2
- package/dist/components/Divider/index.d.cts +0 -1
- package/dist/components/Divider/index.d.ts +0 -1
- package/dist/components/Divider/index.js +2 -2
- package/dist/components/Dropdown/index.cjs +2 -2
- package/dist/components/Dropdown/index.d.cts +0 -1
- package/dist/components/Dropdown/index.d.ts +0 -1
- package/dist/components/Dropdown/index.js +2 -2
- package/dist/components/EmptyState/index.cjs +2 -18
- package/dist/components/EmptyState/index.d.cts +0 -1
- package/dist/components/EmptyState/index.d.ts +0 -1
- package/dist/components/EmptyState/index.js +2 -18
- package/dist/components/FileUpload/index.cjs +280 -281
- package/dist/components/FileUpload/index.d.cts +0 -1
- package/dist/components/FileUpload/index.d.ts +0 -1
- package/dist/components/FileUpload/index.js +473 -474
- package/dist/components/ImageSelector/index.cjs +309 -309
- package/dist/components/ImageSelector/index.js +474 -474
- package/dist/components/Input/index.cjs +6 -7
- package/dist/components/Input/index.d.cts +2 -2
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +6 -7
- package/dist/components/Pagination/index.cjs +300 -301
- package/dist/components/Pagination/index.d.cts +0 -1
- package/dist/components/Pagination/index.d.ts +0 -1
- package/dist/components/Pagination/index.js +494 -495
- package/dist/components/PopOver/index.css +3 -0
- package/dist/components/Progress/index.cjs +2 -3
- package/dist/components/Progress/index.d.cts +0 -1
- package/dist/components/Progress/index.d.ts +0 -1
- package/dist/components/Progress/index.js +2 -3
- package/dist/components/Radio/index.cjs +1 -3
- package/dist/components/Radio/index.d.cts +1 -2
- package/dist/components/Radio/index.d.ts +1 -2
- package/dist/components/Radio/index.js +1 -3
- package/dist/components/Select/index.cjs +294 -294
- package/dist/components/Select/index.d.cts +0 -1
- package/dist/components/Select/index.d.ts +0 -1
- package/dist/components/Select/index.js +488 -488
- package/dist/components/Skeleton/index.cjs +2 -2
- package/dist/components/Skeleton/index.d.cts +0 -1
- package/dist/components/Skeleton/index.d.ts +0 -1
- package/dist/components/Skeleton/index.js +2 -2
- package/dist/components/Spinner/index.cjs +2 -3
- package/dist/components/Spinner/index.d.cts +0 -1
- package/dist/components/Spinner/index.d.ts +0 -1
- package/dist/components/Spinner/index.js +2 -3
- package/dist/components/Steps/index.cjs +294 -295
- package/dist/components/Steps/index.d.cts +0 -1
- package/dist/components/Steps/index.d.ts +0 -1
- package/dist/components/Steps/index.js +476 -477
- package/dist/components/Swiper/index.cjs +2 -3
- package/dist/components/Swiper/index.d.cts +0 -1
- package/dist/components/Swiper/index.d.ts +0 -1
- package/dist/components/Swiper/index.js +2 -3
- package/dist/components/Switch/index.cjs +2 -4
- package/dist/components/Switch/index.d.cts +0 -1
- package/dist/components/Switch/index.d.ts +0 -1
- package/dist/components/Switch/index.js +2 -4
- package/dist/components/Table/index.cjs +22 -28
- package/dist/components/Table/index.d.cts +1 -6
- package/dist/components/Table/index.d.ts +1 -6
- package/dist/components/Table/index.js +22 -28
- package/dist/components/Tag/index.cjs +288 -289
- package/dist/components/Tag/index.d.cts +0 -1
- package/dist/components/Tag/index.d.ts +0 -1
- package/dist/components/Tag/index.js +472 -473
- package/dist/components/TextArea/index.cjs +2 -2
- package/dist/components/TextArea/index.d.cts +2 -1
- package/dist/components/TextArea/index.d.ts +2 -1
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Video/index.cjs +1 -3
- package/dist/components/Video/index.d.cts +0 -2
- package/dist/components/Video/index.d.ts +0 -2
- package/dist/components/Video/index.js +1 -3
- package/dist/components/index.cjs +807 -809
- package/dist/components/index.css +47 -2
- package/dist/components/index.js +944 -946
- package/dist/index.cjs +2076 -2078
- package/dist/index.css +73 -2
- package/dist/index.js +2276 -2278
- package/dist/layout/Header/index.css +11 -0
- package/dist/layout/Layout/index.css +15 -0
- package/dist/layout/index.css +26 -0
- package/dist/tokens/index.cjs +1846 -1846
- package/dist/tokens/index.d.cts +187 -187
- package/dist/tokens/index.d.ts +187 -187
- package/dist/tokens/index.js +2037 -2037
- package/package.json +1 -1
|
@@ -97,27 +97,24 @@ import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
|
97
97
|
// src/tokens/svg/action/SearchIcon.tsx
|
|
98
98
|
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
99
99
|
|
|
100
|
-
// src/tokens/svg/action/SendIcon.tsx
|
|
101
|
-
import { jsx as jsx21, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
102
|
-
|
|
103
100
|
// src/tokens/svg/action/Share2Icon.tsx
|
|
104
|
-
import { jsx as
|
|
101
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
105
102
|
|
|
106
103
|
// src/tokens/svg/action/ShareIcon.tsx
|
|
107
|
-
import { jsx as
|
|
104
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
108
105
|
|
|
109
106
|
// src/tokens/svg/action/Trash2Icon.tsx
|
|
110
|
-
import { jsx as
|
|
107
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
111
108
|
|
|
112
109
|
// src/tokens/svg/action/TrashIcon.tsx
|
|
113
|
-
import { jsx as
|
|
110
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
114
111
|
|
|
115
112
|
// src/tokens/svg/action/UploadCloudIcon.tsx
|
|
116
|
-
import { jsx as
|
|
113
|
+
import { jsx as jsx25, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
117
114
|
|
|
118
115
|
// src/tokens/svg/action/UploadIcon.tsx
|
|
119
|
-
import { jsx as
|
|
120
|
-
var UploadIcon = () => /* @__PURE__ */
|
|
116
|
+
import { jsx as jsx26, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
117
|
+
var UploadIcon = () => /* @__PURE__ */ jsxs18(
|
|
121
118
|
"svg",
|
|
122
119
|
{
|
|
123
120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -126,14 +123,14 @@ var UploadIcon = () => /* @__PURE__ */ jsxs19(
|
|
|
126
123
|
viewBox: "0 0 16 16",
|
|
127
124
|
fill: "none",
|
|
128
125
|
children: [
|
|
129
|
-
/* @__PURE__ */
|
|
126
|
+
/* @__PURE__ */ jsx26(
|
|
130
127
|
"path",
|
|
131
128
|
{
|
|
132
129
|
d: "M13.9999 9.40039C14.3313 9.40039 14.5999 9.66902 14.5999 10.0004V12.6668C14.5999 13.1796 14.3961 13.6714 14.0335 14.034C13.6709 14.3966 13.1791 14.6004 12.6663 14.6004H3.3335C2.82074 14.6004 2.32888 14.3966 1.96631 14.034C1.60374 13.6714 1.3999 13.1796 1.3999 12.6668V10.0004C1.3999 9.66902 1.66853 9.40039 1.9999 9.40039C2.33127 9.40039 2.5999 9.66902 2.5999 10.0004V12.6668C2.5999 12.8613 2.67722 13.048 2.81475 13.1855C2.95227 13.3231 3.139 13.4004 3.3335 13.4004H12.6663C12.8608 13.4004 13.0475 13.3231 13.1851 13.1855C13.3226 13.048 13.3999 12.8613 13.3999 12.6668V10.0004C13.3999 9.66902 13.6685 9.40039 13.9999 9.40039Z",
|
|
133
130
|
fill: "currentColor"
|
|
134
131
|
}
|
|
135
132
|
),
|
|
136
|
-
/* @__PURE__ */
|
|
133
|
+
/* @__PURE__ */ jsx26(
|
|
137
134
|
"path",
|
|
138
135
|
{
|
|
139
136
|
d: "M8.021 1.40117C8.02595 1.40134 8.03089 1.40166 8.03584 1.40195C8.06704 1.4038 8.09751 1.40802 8.12725 1.41445C8.14906 1.41917 8.17003 1.42682 8.19131 1.43398C8.20533 1.43872 8.21996 1.44154 8.2335 1.44727L8.23975 1.45039C8.3068 1.47957 8.37009 1.52135 8.4249 1.57617L11.7577 4.90977C11.9918 5.14403 11.9918 5.52394 11.7577 5.7582C11.5234 5.99219 11.1435 5.99224 10.9093 5.7582L8.5999 3.44883V10.0004C8.5999 10.3318 8.33127 10.6004 7.9999 10.6004C7.66853 10.6004 7.3999 10.3318 7.3999 10.0004V3.44883L5.09131 5.7582C4.85709 5.99228 4.47717 5.99215 4.24287 5.7582C4.0086 5.52393 4.00869 5.14409 4.24287 4.90977L7.57178 1.58008C7.57552 1.57627 7.57965 1.57285 7.5835 1.56914L7.62178 1.53477C7.62876 1.52908 7.63648 1.52446 7.64365 1.51914C7.65829 1.50829 7.67335 1.49818 7.68897 1.48867C7.70584 1.4784 7.72293 1.469 7.74053 1.46055C7.75681 1.45271 7.77347 1.44582 7.79053 1.43945C7.81028 1.4321 7.8304 1.42669 7.85068 1.42148C7.87179 1.41606 7.89281 1.40976 7.91475 1.40664C7.91788 1.40619 7.92098 1.40548 7.92412 1.40508C7.94894 1.40195 7.97424 1.40039 7.9999 1.40039C8.00697 1.40039 8.01399 1.40093 8.021 1.40117Z",
|
|
@@ -146,215 +143,431 @@ var UploadIcon = () => /* @__PURE__ */ jsxs19(
|
|
|
146
143
|
var UploadIcon_default = UploadIcon;
|
|
147
144
|
|
|
148
145
|
// src/tokens/svg/action/ZoomInIcon.tsx
|
|
149
|
-
import { jsx as
|
|
146
|
+
import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
150
147
|
|
|
151
148
|
// src/tokens/svg/action/ZoomOutIcon.tsx
|
|
149
|
+
import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
150
|
+
|
|
151
|
+
// src/tokens/svg/arrow/ArrowDownCircleIcon.tsx
|
|
152
152
|
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
153
153
|
|
|
154
|
+
// src/tokens/svg/arrow/ArrowDownIcon.tsx
|
|
155
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
156
|
+
|
|
157
|
+
// src/tokens/svg/arrow/ArrowDownLeftIcon.tsx
|
|
158
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
159
|
+
|
|
160
|
+
// src/tokens/svg/arrow/ArrowDownRightIcon.tsx
|
|
161
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
162
|
+
|
|
163
|
+
// src/tokens/svg/arrow/ArrowLeftCircleIcon.tsx
|
|
164
|
+
import { jsx as jsx33, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
165
|
+
|
|
166
|
+
// src/tokens/svg/arrow/ArrowLeftIcon.tsx
|
|
167
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
168
|
+
|
|
169
|
+
// src/tokens/svg/arrow/ArrowRightCircleIcon.tsx
|
|
170
|
+
import { jsx as jsx35, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
171
|
+
|
|
172
|
+
// src/tokens/svg/arrow/ArrowRightIcon.tsx
|
|
173
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
174
|
+
|
|
175
|
+
// src/tokens/svg/arrow/ArrowUpCircleIcon.tsx
|
|
176
|
+
import { jsx as jsx37, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
177
|
+
|
|
178
|
+
// src/tokens/svg/arrow/ArrowUpIcon.tsx
|
|
179
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
180
|
+
|
|
181
|
+
// src/tokens/svg/arrow/ArrowUpLeftIcon.tsx
|
|
182
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
183
|
+
|
|
184
|
+
// src/tokens/svg/arrow/ArrowUpRightIcon.tsx
|
|
185
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
186
|
+
|
|
187
|
+
// src/tokens/svg/arrow/ChevronDownIcon.tsx
|
|
188
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
189
|
+
|
|
190
|
+
// src/tokens/svg/arrow/ChevronLeftIcon.tsx
|
|
191
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
192
|
+
|
|
193
|
+
// src/tokens/svg/arrow/ChevronRightIcon.tsx
|
|
194
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
195
|
+
|
|
196
|
+
// src/tokens/svg/arrow/ChevronsDownIcon.tsx
|
|
197
|
+
import { jsx as jsx44, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
198
|
+
|
|
199
|
+
// src/tokens/svg/arrow/ChevronsLeftIcon.tsx
|
|
200
|
+
import { jsx as jsx45, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
201
|
+
|
|
202
|
+
// src/tokens/svg/arrow/ChevronsRightIcon.tsx
|
|
203
|
+
import { jsx as jsx46, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
204
|
+
|
|
205
|
+
// src/tokens/svg/arrow/ChevronsUpIcon.tsx
|
|
206
|
+
import { jsx as jsx47, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
207
|
+
|
|
208
|
+
// src/tokens/svg/arrow/ChevronUpIcon.tsx
|
|
209
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
210
|
+
|
|
211
|
+
// src/tokens/svg/arrow/CompassIcon.tsx
|
|
212
|
+
import { jsx as jsx49, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
213
|
+
|
|
214
|
+
// src/tokens/svg/arrow/CornerDownLeftIcon.tsx
|
|
215
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
216
|
+
|
|
217
|
+
// src/tokens/svg/arrow/CornerDownRightIcon.tsx
|
|
218
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
219
|
+
|
|
220
|
+
// src/tokens/svg/arrow/CornerLeftDownIcon.tsx
|
|
221
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
222
|
+
|
|
223
|
+
// src/tokens/svg/arrow/CornerLeftUpIcon.tsx
|
|
224
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
225
|
+
|
|
226
|
+
// src/tokens/svg/arrow/CornerRightDownIcon.tsx
|
|
227
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
228
|
+
|
|
229
|
+
// src/tokens/svg/arrow/CornerRightUpIcon.tsx
|
|
230
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
231
|
+
|
|
232
|
+
// src/tokens/svg/arrow/CornerUpLeftIcon.tsx
|
|
233
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
234
|
+
|
|
235
|
+
// src/tokens/svg/arrow/CornerUpRightIcon.tsx
|
|
236
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
237
|
+
|
|
238
|
+
// src/tokens/svg/arrow/MapIcon.tsx
|
|
239
|
+
import { jsx as jsx58, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
240
|
+
|
|
241
|
+
// src/tokens/svg/arrow/MapPinIcon.tsx
|
|
242
|
+
import { jsx as jsx59, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
243
|
+
|
|
244
|
+
// src/tokens/svg/arrow/Navigation2Icon.tsx
|
|
245
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
246
|
+
|
|
247
|
+
// src/tokens/svg/arrow/NavigationIcon.tsx
|
|
248
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
249
|
+
|
|
154
250
|
// src/tokens/svg/call/CallActiveIcon.tsx
|
|
155
|
-
import { jsx as
|
|
251
|
+
import { jsx as jsx62, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
156
252
|
|
|
157
253
|
// src/tokens/svg/call/CallForwardedIcon.tsx
|
|
158
|
-
import { jsx as
|
|
254
|
+
import { jsx as jsx63, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
159
255
|
|
|
160
256
|
// src/tokens/svg/call/CallIcon.tsx
|
|
161
|
-
import { jsx as
|
|
257
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
162
258
|
|
|
163
259
|
// src/tokens/svg/call/CallIncomingIcon.tsx
|
|
164
|
-
import { jsx as
|
|
260
|
+
import { jsx as jsx65, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
165
261
|
|
|
166
262
|
// src/tokens/svg/call/CallMissedIcon.tsx
|
|
167
|
-
import { jsx as
|
|
263
|
+
import { jsx as jsx66, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
168
264
|
|
|
169
265
|
// src/tokens/svg/call/CallOffIcon.tsx
|
|
170
|
-
import { jsx as
|
|
266
|
+
import { jsx as jsx67, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
171
267
|
|
|
172
268
|
// src/tokens/svg/call/CallOutgoingIcon.tsx
|
|
173
|
-
import { jsx as
|
|
269
|
+
import { jsx as jsx68, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
174
270
|
|
|
175
271
|
// src/tokens/svg/call/VoicemailIcon.tsx
|
|
176
|
-
import { jsx as
|
|
272
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
177
273
|
|
|
178
274
|
// src/tokens/svg/chart/BarChart2Icon.tsx
|
|
179
|
-
import { jsx as
|
|
275
|
+
import { jsx as jsx70, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
180
276
|
|
|
181
277
|
// src/tokens/svg/chart/BarChartIcon.tsx
|
|
182
|
-
import { jsx as
|
|
278
|
+
import { jsx as jsx71, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
183
279
|
|
|
184
280
|
// src/tokens/svg/chart/PieChartIcon.tsx
|
|
185
|
-
import { jsx as
|
|
281
|
+
import { jsx as jsx72, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
186
282
|
|
|
187
283
|
// src/tokens/svg/chart/TableIcon.tsx
|
|
188
|
-
import { jsx as
|
|
284
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
189
285
|
|
|
190
286
|
// src/tokens/svg/chart/TrendingDownIcon.tsx
|
|
191
|
-
import { jsx as
|
|
287
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
192
288
|
|
|
193
289
|
// src/tokens/svg/chart/TrendingUpIcon.tsx
|
|
194
|
-
import { jsx as
|
|
290
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
291
|
+
|
|
292
|
+
// src/tokens/svg/commerce/CreditCardIcon.tsx
|
|
293
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
294
|
+
|
|
295
|
+
// src/tokens/svg/commerce/DollarSignIcon.tsx
|
|
296
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
297
|
+
|
|
298
|
+
// src/tokens/svg/commerce/GiftIcon.tsx
|
|
299
|
+
import { jsx as jsx78, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
300
|
+
|
|
301
|
+
// src/tokens/svg/commerce/ShoppingBagIcon.tsx
|
|
302
|
+
import { jsx as jsx79, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
303
|
+
|
|
304
|
+
// src/tokens/svg/commerce/ShoppingCartIcon.tsx
|
|
305
|
+
import { jsx as jsx80, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
306
|
+
|
|
307
|
+
// src/tokens/svg/commerce/TagIcon.tsx
|
|
308
|
+
import { jsx as jsx81, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
309
|
+
|
|
310
|
+
// src/tokens/svg/commerce/TruckIcon.tsx
|
|
311
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
312
|
+
|
|
313
|
+
// src/tokens/svg/communication/BellIcon.tsx
|
|
314
|
+
import { jsx as jsx83, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
315
|
+
|
|
316
|
+
// src/tokens/svg/communication/BellOffIcon.tsx
|
|
317
|
+
import { jsx as jsx84, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
318
|
+
|
|
319
|
+
// src/tokens/svg/communication/InboxIcon.tsx
|
|
320
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
321
|
+
|
|
322
|
+
// src/tokens/svg/communication/MessageCircleIcon.tsx
|
|
323
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
324
|
+
|
|
325
|
+
// src/tokens/svg/communication/MessageSquareIcon.tsx
|
|
326
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
327
|
+
|
|
328
|
+
// src/tokens/svg/communication/PaperclipIcon.tsx
|
|
329
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
330
|
+
|
|
331
|
+
// src/tokens/svg/communication/SendIcon.tsx
|
|
332
|
+
import { jsx as jsx89, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
195
333
|
|
|
196
334
|
// src/tokens/svg/date/CalendarIcon.tsx
|
|
197
|
-
import { jsx as
|
|
335
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
198
336
|
|
|
199
337
|
// src/tokens/svg/date/CalenderIcon.tsx
|
|
200
|
-
import { jsx as
|
|
338
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
201
339
|
|
|
202
340
|
// src/tokens/svg/date/ClockIcon.tsx
|
|
203
|
-
import { jsx as
|
|
341
|
+
import { jsx as jsx92, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
204
342
|
|
|
205
343
|
// src/tokens/svg/date/SunriseIcon.tsx
|
|
206
|
-
import { jsx as
|
|
344
|
+
import { jsx as jsx93, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
207
345
|
|
|
208
346
|
// src/tokens/svg/date/SunsetIcon.tsx
|
|
209
|
-
import { jsx as
|
|
347
|
+
import { jsx as jsx94, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
348
|
+
|
|
349
|
+
// src/tokens/svg/dev/CodeIcon.tsx
|
|
350
|
+
import { jsx as jsx95, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
351
|
+
|
|
352
|
+
// src/tokens/svg/dev/GitBranchIcon.tsx
|
|
353
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
354
|
+
|
|
355
|
+
// src/tokens/svg/dev/GitCommitIcon.tsx
|
|
356
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
357
|
+
|
|
358
|
+
// src/tokens/svg/dev/GitMergeIcon.tsx
|
|
359
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
360
|
+
|
|
361
|
+
// src/tokens/svg/dev/GitPullRequestIcon.tsx
|
|
362
|
+
import { jsx as jsx99, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
363
|
+
|
|
364
|
+
// src/tokens/svg/dev/TerminalIcon.tsx
|
|
365
|
+
import { jsx as jsx100, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
210
366
|
|
|
211
367
|
// src/tokens/svg/device/BatteryChargingIcon.tsx
|
|
212
|
-
import { jsx as
|
|
368
|
+
import { jsx as jsx101, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
213
369
|
|
|
214
370
|
// src/tokens/svg/device/BatteryIcon.tsx
|
|
215
|
-
import { jsx as
|
|
371
|
+
import { jsx as jsx102, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
216
372
|
|
|
217
373
|
// src/tokens/svg/device/BluetoothIcon.tsx
|
|
218
|
-
import { jsx as
|
|
374
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
219
375
|
|
|
220
376
|
// src/tokens/svg/device/CommandIcon.tsx
|
|
221
|
-
import { jsx as
|
|
377
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
222
378
|
|
|
223
379
|
// src/tokens/svg/device/CpuIcon.tsx
|
|
224
|
-
import { jsx as
|
|
380
|
+
import { jsx as jsx105, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
225
381
|
|
|
226
382
|
// src/tokens/svg/device/DatabaseIcon.tsx
|
|
227
|
-
import { jsx as
|
|
383
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
228
384
|
|
|
229
385
|
// src/tokens/svg/device/HardDriveIcon.tsx
|
|
230
|
-
import { jsx as
|
|
386
|
+
import { jsx as jsx107, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
231
387
|
|
|
232
388
|
// src/tokens/svg/device/MonitorIcon.tsx
|
|
233
|
-
import { jsx as
|
|
389
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
234
390
|
|
|
235
391
|
// src/tokens/svg/device/PrinterIcon.tsx
|
|
236
|
-
import { jsx as
|
|
392
|
+
import { jsx as jsx109, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
237
393
|
|
|
238
394
|
// src/tokens/svg/device/ServerIcon.tsx
|
|
239
|
-
import { jsx as
|
|
395
|
+
import { jsx as jsx110, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
240
396
|
|
|
241
397
|
// src/tokens/svg/device/SmartphoneIcon.tsx
|
|
242
|
-
import { jsx as
|
|
398
|
+
import { jsx as jsx111, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
243
399
|
|
|
244
400
|
// src/tokens/svg/device/TabletIcon.tsx
|
|
245
|
-
import { jsx as
|
|
246
|
-
|
|
247
|
-
// src/tokens/svg/device/TerminalIcon.tsx
|
|
248
|
-
import { jsx as jsx61, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
401
|
+
import { jsx as jsx112, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
249
402
|
|
|
250
403
|
// src/tokens/svg/device/TvIcon.tsx
|
|
251
|
-
import { jsx as
|
|
404
|
+
import { jsx as jsx113, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
252
405
|
|
|
253
406
|
// src/tokens/svg/device/WatchIcon.tsx
|
|
254
|
-
import { jsx as
|
|
407
|
+
import { jsx as jsx114, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
255
408
|
|
|
256
409
|
// src/tokens/svg/device/WifiIcon.tsx
|
|
257
|
-
import { jsx as
|
|
410
|
+
import { jsx as jsx115, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
258
411
|
|
|
259
412
|
// src/tokens/svg/device/WifiOffIcon.tsx
|
|
260
|
-
import { jsx as
|
|
413
|
+
import { jsx as jsx116, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
261
414
|
|
|
262
415
|
// src/tokens/svg/edit/AlignCenterIcon.tsx
|
|
263
|
-
import { jsx as
|
|
416
|
+
import { jsx as jsx117, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
264
417
|
|
|
265
418
|
// src/tokens/svg/edit/AlignJustifyIcon.tsx
|
|
266
|
-
import { jsx as
|
|
419
|
+
import { jsx as jsx118, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
267
420
|
|
|
268
421
|
// src/tokens/svg/edit/AlignLeftIcon.tsx
|
|
269
|
-
import { jsx as
|
|
422
|
+
import { jsx as jsx119, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
270
423
|
|
|
271
424
|
// src/tokens/svg/edit/AlignRightIcon.tsx
|
|
272
|
-
import { jsx as
|
|
425
|
+
import { jsx as jsx120, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
273
426
|
|
|
274
427
|
// src/tokens/svg/edit/BoldIcon.tsx
|
|
275
|
-
import { jsx as
|
|
276
|
-
|
|
277
|
-
// src/tokens/svg/edit/CodeIcon.tsx
|
|
278
|
-
import { jsx as jsx71, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
428
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
279
429
|
|
|
280
430
|
// src/tokens/svg/edit/ItalicIcon.tsx
|
|
281
|
-
import { jsx as
|
|
431
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
282
432
|
|
|
283
433
|
// src/tokens/svg/edit/PenToolIcon.tsx
|
|
284
|
-
import { jsx as
|
|
434
|
+
import { jsx as jsx123, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
285
435
|
|
|
286
436
|
// src/tokens/svg/edit/TypeIcon.tsx
|
|
287
|
-
import { jsx as
|
|
437
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
288
438
|
|
|
289
439
|
// src/tokens/svg/edit/UnderlineIcon.tsx
|
|
290
|
-
import { jsx as
|
|
440
|
+
import { jsx as jsx125, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
291
441
|
|
|
292
442
|
// src/tokens/svg/file/ArchiveIcon.tsx
|
|
293
|
-
import { jsx as
|
|
443
|
+
import { jsx as jsx126, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
294
444
|
|
|
295
445
|
// src/tokens/svg/file/BookIcon.tsx
|
|
296
|
-
import { jsx as
|
|
446
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
297
447
|
|
|
298
448
|
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
299
|
-
import { jsx as
|
|
449
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
300
450
|
|
|
301
451
|
// src/tokens/svg/file/BookmarkIcon.tsx
|
|
302
|
-
import { jsx as
|
|
452
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
303
453
|
|
|
304
454
|
// src/tokens/svg/file/ClipboardIcon.tsx
|
|
305
|
-
import { jsx as
|
|
455
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
306
456
|
|
|
307
457
|
// src/tokens/svg/file/FileIcon.tsx
|
|
308
|
-
import { jsx as
|
|
458
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
309
459
|
|
|
310
460
|
// src/tokens/svg/file/FileMinusIcon.tsx
|
|
311
|
-
import { jsx as
|
|
461
|
+
import { jsx as jsx132, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
312
462
|
|
|
313
463
|
// src/tokens/svg/file/FilePlusIcon.tsx
|
|
314
|
-
import { jsx as
|
|
464
|
+
import { jsx as jsx133, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
315
465
|
|
|
316
466
|
// src/tokens/svg/file/FileTextIcon.tsx
|
|
317
|
-
import { jsx as
|
|
467
|
+
import { jsx as jsx134, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
318
468
|
|
|
319
469
|
// src/tokens/svg/file/FolderIcon.tsx
|
|
320
|
-
import { jsx as
|
|
470
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
321
471
|
|
|
322
472
|
// src/tokens/svg/file/FolderMinusIcon.tsx
|
|
323
|
-
import { jsx as
|
|
473
|
+
import { jsx as jsx136, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
324
474
|
|
|
325
475
|
// src/tokens/svg/file/FolderPlusIcon.tsx
|
|
326
|
-
import { jsx as
|
|
476
|
+
import { jsx as jsx137, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
327
477
|
|
|
328
478
|
// src/tokens/svg/file/PackageIcon.tsx
|
|
329
|
-
import { jsx as
|
|
479
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
480
|
+
|
|
481
|
+
// src/tokens/svg/form/CheckSquareIcon.tsx
|
|
482
|
+
import { jsx as jsx139, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
483
|
+
|
|
484
|
+
// src/tokens/svg/form/CloseEyeIcon.tsx
|
|
485
|
+
import { jsx as jsx140, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
486
|
+
|
|
487
|
+
// src/tokens/svg/form/EyeIcon.tsx
|
|
488
|
+
import { jsx as jsx141, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
489
|
+
|
|
490
|
+
// src/tokens/svg/form/EyeOffIcon.tsx
|
|
491
|
+
import { jsx as jsx142, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
492
|
+
|
|
493
|
+
// src/tokens/svg/form/OpenEyeIcon.tsx
|
|
494
|
+
import { jsx as jsx143, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
495
|
+
|
|
496
|
+
// src/tokens/svg/form/SettingsIcon.tsx
|
|
497
|
+
import { jsx as jsx144, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
498
|
+
|
|
499
|
+
// src/tokens/svg/form/SlidersIcon.tsx
|
|
500
|
+
import { jsx as jsx145, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
501
|
+
|
|
502
|
+
// src/tokens/svg/form/ToggleLeftIcon.tsx
|
|
503
|
+
import { jsx as jsx146, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
504
|
+
|
|
505
|
+
// src/tokens/svg/form/ToggleRightIcon.tsx
|
|
506
|
+
import { jsx as jsx147, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
507
|
+
|
|
508
|
+
// src/tokens/svg/layout/ColumnsIcon.tsx
|
|
509
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
510
|
+
|
|
511
|
+
// src/tokens/svg/layout/GridIcon.tsx
|
|
512
|
+
import { jsx as jsx149, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
513
|
+
|
|
514
|
+
// src/tokens/svg/layout/LayoutIcon.tsx
|
|
515
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
516
|
+
|
|
517
|
+
// src/tokens/svg/layout/ListIcon.tsx
|
|
518
|
+
import { jsx as jsx151, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
519
|
+
|
|
520
|
+
// src/tokens/svg/layout/Maximize2Icon.tsx
|
|
521
|
+
import { jsx as jsx152, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
522
|
+
|
|
523
|
+
// src/tokens/svg/layout/MaximizeIcon.tsx
|
|
524
|
+
import { jsx as jsx153, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
525
|
+
|
|
526
|
+
// src/tokens/svg/layout/MenuIcon.tsx
|
|
527
|
+
import { jsx as jsx154, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
528
|
+
|
|
529
|
+
// src/tokens/svg/layout/Minimize2Icon.tsx
|
|
530
|
+
import { jsx as jsx155, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
531
|
+
|
|
532
|
+
// src/tokens/svg/layout/MinimizeIcon.tsx
|
|
533
|
+
import { jsx as jsx156, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
534
|
+
|
|
535
|
+
// src/tokens/svg/layout/MoreHorizontalIcon.tsx
|
|
536
|
+
import { jsx as jsx157, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
537
|
+
|
|
538
|
+
// src/tokens/svg/layout/MoreVerticalIcon.tsx
|
|
539
|
+
import { jsx as jsx158, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
540
|
+
|
|
541
|
+
// src/tokens/svg/layout/SidebarIcon.tsx
|
|
542
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
330
543
|
|
|
331
544
|
// src/tokens/svg/media/AirplayIcon.tsx
|
|
332
|
-
import { jsx as
|
|
545
|
+
import { jsx as jsx160, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
333
546
|
|
|
334
547
|
// src/tokens/svg/media/CameraIcon.tsx
|
|
335
|
-
import { jsx as
|
|
548
|
+
import { jsx as jsx161, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
336
549
|
|
|
337
550
|
// src/tokens/svg/media/CameraOffIcon.tsx
|
|
338
|
-
import { jsx as
|
|
551
|
+
import { jsx as jsx162, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
339
552
|
|
|
340
553
|
// src/tokens/svg/media/CastIcon.tsx
|
|
341
|
-
import { jsx as
|
|
554
|
+
import { jsx as jsx163, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
342
555
|
|
|
343
556
|
// src/tokens/svg/media/DiscIcon.tsx
|
|
344
|
-
import { jsx as
|
|
557
|
+
import { jsx as jsx164, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
345
558
|
|
|
346
559
|
// src/tokens/svg/media/FastForwardIcon.tsx
|
|
347
|
-
import { jsx as
|
|
560
|
+
import { jsx as jsx165, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
348
561
|
|
|
349
562
|
// src/tokens/svg/media/FilmIcon.tsx
|
|
350
|
-
import { jsx as
|
|
563
|
+
import { jsx as jsx166, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
351
564
|
|
|
352
565
|
// src/tokens/svg/media/HeadphonesIcon.tsx
|
|
353
|
-
import { jsx as
|
|
566
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
354
567
|
|
|
355
568
|
// src/tokens/svg/media/ImageIcon.tsx
|
|
356
|
-
import { jsx as
|
|
357
|
-
var ImageIcon = () => /* @__PURE__ */
|
|
569
|
+
import { jsx as jsx168, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
570
|
+
var ImageIcon = () => /* @__PURE__ */ jsxs103(
|
|
358
571
|
"svg",
|
|
359
572
|
{
|
|
360
573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -363,7 +576,7 @@ var ImageIcon = () => /* @__PURE__ */ jsxs67(
|
|
|
363
576
|
viewBox: "0 0 20 20",
|
|
364
577
|
fill: "none",
|
|
365
578
|
children: [
|
|
366
|
-
/* @__PURE__ */
|
|
579
|
+
/* @__PURE__ */ jsx168(
|
|
367
580
|
"path",
|
|
368
581
|
{
|
|
369
582
|
fillRule: "evenodd",
|
|
@@ -372,7 +585,7 @@ var ImageIcon = () => /* @__PURE__ */ jsxs67(
|
|
|
372
585
|
fill: "currentColor"
|
|
373
586
|
}
|
|
374
587
|
),
|
|
375
|
-
/* @__PURE__ */
|
|
588
|
+
/* @__PURE__ */ jsx168(
|
|
376
589
|
"path",
|
|
377
590
|
{
|
|
378
591
|
fillRule: "evenodd",
|
|
@@ -387,595 +600,382 @@ var ImageIcon = () => /* @__PURE__ */ jsxs67(
|
|
|
387
600
|
var ImageIcon_default = ImageIcon;
|
|
388
601
|
|
|
389
602
|
// src/tokens/svg/media/MicIcon.tsx
|
|
390
|
-
import { jsx as
|
|
603
|
+
import { jsx as jsx169, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
391
604
|
|
|
392
605
|
// src/tokens/svg/media/MicOffIcon.tsx
|
|
393
|
-
import { jsx as
|
|
606
|
+
import { jsx as jsx170, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
394
607
|
|
|
395
608
|
// src/tokens/svg/media/MusicIcon.tsx
|
|
396
|
-
import { jsx as
|
|
609
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
397
610
|
|
|
398
611
|
// src/tokens/svg/media/PauseCircleIcon.tsx
|
|
399
|
-
import { jsx as
|
|
612
|
+
import { jsx as jsx172, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
400
613
|
|
|
401
614
|
// src/tokens/svg/media/PauseIcon.tsx
|
|
402
|
-
import { jsx as
|
|
615
|
+
import { jsx as jsx173, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
403
616
|
|
|
404
617
|
// src/tokens/svg/media/PlayCircleIcon.tsx
|
|
405
|
-
import { jsx as
|
|
618
|
+
import { jsx as jsx174, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
406
619
|
|
|
407
620
|
// src/tokens/svg/media/PlayIcon.tsx
|
|
408
|
-
import { jsx as
|
|
621
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
409
622
|
|
|
410
623
|
// src/tokens/svg/media/RepeatIcon.tsx
|
|
411
|
-
import { jsx as
|
|
624
|
+
import { jsx as jsx176, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
412
625
|
|
|
413
626
|
// src/tokens/svg/media/RewindIcon.tsx
|
|
414
|
-
import { jsx as
|
|
627
|
+
import { jsx as jsx177, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
415
628
|
|
|
416
629
|
// src/tokens/svg/media/SkipBackIcon.tsx
|
|
417
|
-
import { jsx as
|
|
630
|
+
import { jsx as jsx178, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
418
631
|
|
|
419
632
|
// src/tokens/svg/media/SkipForwardIcon.tsx
|
|
420
|
-
import { jsx as
|
|
633
|
+
import { jsx as jsx179, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
421
634
|
|
|
422
635
|
// src/tokens/svg/media/SpeakerIcon.tsx
|
|
423
|
-
import { jsx as
|
|
636
|
+
import { jsx as jsx180, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
424
637
|
|
|
425
638
|
// src/tokens/svg/media/StopCircleIcon.tsx
|
|
426
|
-
import { jsx as
|
|
639
|
+
import { jsx as jsx181, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
427
640
|
|
|
428
641
|
// src/tokens/svg/media/VideoIcon.tsx
|
|
429
|
-
import { jsx as
|
|
642
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
430
643
|
|
|
431
644
|
// src/tokens/svg/media/VideoOffIcon.tsx
|
|
432
|
-
import { jsx as
|
|
645
|
+
import { jsx as jsx183, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
433
646
|
|
|
434
647
|
// src/tokens/svg/media/Volume1Icon.tsx
|
|
435
|
-
import { jsx as
|
|
648
|
+
import { jsx as jsx184, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
436
649
|
|
|
437
650
|
// src/tokens/svg/media/Volume2Icon.tsx
|
|
438
|
-
import { jsx as
|
|
651
|
+
import { jsx as jsx185, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
439
652
|
|
|
440
653
|
// src/tokens/svg/media/VolumeIcon.tsx
|
|
441
|
-
import { jsx as
|
|
654
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
442
655
|
|
|
443
656
|
// src/tokens/svg/media/VolumeXIcon.tsx
|
|
444
|
-
import { jsx as
|
|
445
|
-
|
|
446
|
-
// src/tokens/svg/misc/ActivityIcon.tsx
|
|
447
|
-
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
657
|
+
import { jsx as jsx187, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
448
658
|
|
|
449
659
|
// src/tokens/svg/misc/AnchorIcon.tsx
|
|
450
|
-
import { jsx as
|
|
660
|
+
import { jsx as jsx188, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
451
661
|
|
|
452
662
|
// src/tokens/svg/misc/ApertureIcon.tsx
|
|
453
|
-
import { jsx as
|
|
663
|
+
import { jsx as jsx189, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
454
664
|
|
|
455
665
|
// src/tokens/svg/misc/AwardIcon.tsx
|
|
456
|
-
import { jsx as
|
|
457
|
-
|
|
458
|
-
// src/tokens/svg/misc/BellIcon.tsx
|
|
459
|
-
import { jsx as jsx121, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
460
|
-
|
|
461
|
-
// src/tokens/svg/misc/BellOffIcon.tsx
|
|
462
|
-
import { jsx as jsx122, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
666
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
463
667
|
|
|
464
668
|
// src/tokens/svg/misc/BoxIcon.tsx
|
|
465
|
-
import { jsx as
|
|
669
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
466
670
|
|
|
467
671
|
// src/tokens/svg/misc/BriefcaseIcon.tsx
|
|
468
|
-
import { jsx as
|
|
469
|
-
|
|
470
|
-
// src/tokens/svg/misc/CloudDrizzleIcon.tsx
|
|
471
|
-
import { jsx as jsx125, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
472
|
-
|
|
473
|
-
// src/tokens/svg/misc/CloudIcon.tsx
|
|
474
|
-
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
475
|
-
|
|
476
|
-
// src/tokens/svg/misc/CloudLightningIcon.tsx
|
|
477
|
-
import { jsx as jsx127, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
478
|
-
|
|
479
|
-
// src/tokens/svg/misc/CloudOffIcon.tsx
|
|
480
|
-
import { jsx as jsx128, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
481
|
-
|
|
482
|
-
// src/tokens/svg/misc/CloudRainIcon.tsx
|
|
483
|
-
import { jsx as jsx129, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
484
|
-
|
|
485
|
-
// src/tokens/svg/misc/CloudSnowIcon.tsx
|
|
486
|
-
import { jsx as jsx130, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
672
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
487
673
|
|
|
488
674
|
// src/tokens/svg/misc/CoffeeIcon.tsx
|
|
489
|
-
import { jsx as
|
|
490
|
-
|
|
491
|
-
// src/tokens/svg/misc/CreditCardIcon.tsx
|
|
492
|
-
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
675
|
+
import { jsx as jsx193, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
493
676
|
|
|
494
677
|
// src/tokens/svg/misc/CrosshairIcon.tsx
|
|
495
|
-
import { jsx as
|
|
496
|
-
|
|
497
|
-
// src/tokens/svg/misc/DollarSignIcon.tsx
|
|
498
|
-
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
499
|
-
|
|
500
|
-
// src/tokens/svg/misc/DropletIcon.tsx
|
|
501
|
-
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
678
|
+
import { jsx as jsx194, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
502
679
|
|
|
503
680
|
// src/tokens/svg/misc/FeatherIcon.tsx
|
|
504
|
-
import { jsx as
|
|
681
|
+
import { jsx as jsx195, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
505
682
|
|
|
506
683
|
// src/tokens/svg/misc/FlagIcon.tsx
|
|
507
|
-
import { jsx as
|
|
684
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
508
685
|
|
|
509
686
|
// src/tokens/svg/misc/FrownIcon.tsx
|
|
510
|
-
import { jsx as
|
|
511
|
-
|
|
512
|
-
// src/tokens/svg/misc/GiftIcon.tsx
|
|
513
|
-
import { jsx as jsx139, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
514
|
-
|
|
515
|
-
// src/tokens/svg/misc/GitBranchIcon.tsx
|
|
516
|
-
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
517
|
-
|
|
518
|
-
// src/tokens/svg/misc/GitCommitIcon.tsx
|
|
519
|
-
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
520
|
-
|
|
521
|
-
// src/tokens/svg/misc/GitMergeIcon.tsx
|
|
522
|
-
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
523
|
-
|
|
524
|
-
// src/tokens/svg/misc/GitPullRequestIcon.tsx
|
|
525
|
-
import { jsx as jsx143, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
687
|
+
import { jsx as jsx197, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
526
688
|
|
|
527
689
|
// src/tokens/svg/misc/GlobeIcon.tsx
|
|
528
|
-
import { jsx as
|
|
690
|
+
import { jsx as jsx198, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
529
691
|
|
|
530
692
|
// src/tokens/svg/misc/HeartIcon.tsx
|
|
531
|
-
import { jsx as
|
|
693
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
532
694
|
|
|
533
695
|
// src/tokens/svg/misc/HomeIcon.tsx
|
|
534
|
-
import { jsx as
|
|
535
|
-
|
|
536
|
-
// src/tokens/svg/misc/InboxIcon.tsx
|
|
537
|
-
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
696
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
538
697
|
|
|
539
698
|
// src/tokens/svg/misc/LayersIcon.tsx
|
|
540
|
-
import { jsx as
|
|
699
|
+
import { jsx as jsx201, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
541
700
|
|
|
542
701
|
// src/tokens/svg/misc/LifeBuoyIcon.tsx
|
|
543
|
-
import { jsx as
|
|
702
|
+
import { jsx as jsx202, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
544
703
|
|
|
545
704
|
// src/tokens/svg/misc/MehIcon.tsx
|
|
546
|
-
import { jsx as
|
|
547
|
-
|
|
548
|
-
// src/tokens/svg/misc/MessageCircleIcon.tsx
|
|
549
|
-
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
550
|
-
|
|
551
|
-
// src/tokens/svg/misc/MessageSquareIcon.tsx
|
|
552
|
-
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
553
|
-
|
|
554
|
-
// src/tokens/svg/misc/MoonIcon.tsx
|
|
555
|
-
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
705
|
+
import { jsx as jsx203, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
556
706
|
|
|
557
707
|
// src/tokens/svg/misc/MousePointerIcon.tsx
|
|
558
|
-
import { jsx as
|
|
559
|
-
|
|
560
|
-
// src/tokens/svg/misc/PaperclipIcon.tsx
|
|
561
|
-
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
708
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
562
709
|
|
|
563
710
|
// src/tokens/svg/misc/PocketIcon.tsx
|
|
564
|
-
import { jsx as
|
|
711
|
+
import { jsx as jsx205, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
565
712
|
|
|
566
713
|
// src/tokens/svg/misc/PowerIcon.tsx
|
|
567
|
-
import { jsx as
|
|
714
|
+
import { jsx as jsx206, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
568
715
|
|
|
569
716
|
// src/tokens/svg/misc/RadioIcon.tsx
|
|
570
|
-
import { jsx as
|
|
717
|
+
import { jsx as jsx207, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
571
718
|
|
|
572
719
|
// src/tokens/svg/misc/ShieldIcon.tsx
|
|
573
|
-
import { jsx as
|
|
720
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
574
721
|
|
|
575
722
|
// src/tokens/svg/misc/ShieldOffIcon.tsx
|
|
576
|
-
import { jsx as
|
|
577
|
-
|
|
578
|
-
// src/tokens/svg/misc/ShoppingBagIcon.tsx
|
|
579
|
-
import { jsx as jsx161, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
580
|
-
|
|
581
|
-
// src/tokens/svg/misc/ShoppingCartIcon.tsx
|
|
582
|
-
import { jsx as jsx162, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
723
|
+
import { jsx as jsx209, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
583
724
|
|
|
584
725
|
// src/tokens/svg/misc/ShuffleIcon.tsx
|
|
585
|
-
import { jsx as
|
|
726
|
+
import { jsx as jsx210, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
586
727
|
|
|
587
728
|
// src/tokens/svg/misc/SmileIcon.tsx
|
|
588
|
-
import { jsx as
|
|
729
|
+
import { jsx as jsx211, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
589
730
|
|
|
590
731
|
// src/tokens/svg/misc/StarIcon.tsx
|
|
591
|
-
import { jsx as
|
|
592
|
-
|
|
593
|
-
// src/tokens/svg/misc/SunIcon.tsx
|
|
594
|
-
import { jsx as jsx166, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
595
|
-
|
|
596
|
-
// src/tokens/svg/misc/TagIcon.tsx
|
|
597
|
-
import { jsx as jsx167, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
732
|
+
import { jsx as jsx212 } from "react/jsx-runtime";
|
|
598
733
|
|
|
599
734
|
// src/tokens/svg/misc/TargetIcon.tsx
|
|
600
|
-
import { jsx as
|
|
601
|
-
|
|
602
|
-
// src/tokens/svg/misc/ThermometerIcon.tsx
|
|
603
|
-
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
735
|
+
import { jsx as jsx213, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
604
736
|
|
|
605
737
|
// src/tokens/svg/misc/ThumbsDownIcon.tsx
|
|
606
|
-
import { jsx as
|
|
738
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
607
739
|
|
|
608
740
|
// src/tokens/svg/misc/ThumbsUpIcon.tsx
|
|
609
|
-
import { jsx as
|
|
741
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
610
742
|
|
|
611
743
|
// src/tokens/svg/misc/ToolIcon.tsx
|
|
612
|
-
import { jsx as
|
|
613
|
-
|
|
614
|
-
// src/tokens/svg/misc/TruckIcon.tsx
|
|
615
|
-
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
616
|
-
|
|
617
|
-
// src/tokens/svg/misc/UmbrellaIcon.tsx
|
|
618
|
-
import { jsx as jsx174, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
619
|
-
|
|
620
|
-
// src/tokens/svg/misc/WindIcon.tsx
|
|
621
|
-
import { jsx as jsx175, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
744
|
+
import { jsx as jsx216 } from "react/jsx-runtime";
|
|
622
745
|
|
|
623
746
|
// src/tokens/svg/misc/ZapIcon.tsx
|
|
624
|
-
import { jsx as
|
|
747
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
625
748
|
|
|
626
749
|
// src/tokens/svg/misc/ZapOffIcon.tsx
|
|
627
|
-
import { jsx as
|
|
628
|
-
|
|
629
|
-
// src/tokens/svg/Input/CloseEyeIcon.tsx
|
|
630
|
-
import { jsx as jsx178, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
631
|
-
|
|
632
|
-
// src/tokens/svg/Input/EyeIcon.tsx
|
|
633
|
-
import { jsx as jsx179, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
634
|
-
|
|
635
|
-
// src/tokens/svg/Input/EyeOffIcon.tsx
|
|
636
|
-
import { jsx as jsx180, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
637
|
-
|
|
638
|
-
// src/tokens/svg/Input/OpenEyeIcon.tsx
|
|
639
|
-
import { jsx as jsx181, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
640
|
-
|
|
641
|
-
// src/tokens/svg/navigation/ArrowDownCircleIcon.tsx
|
|
642
|
-
import { jsx as jsx182, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
750
|
+
import { jsx as jsx218, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
643
751
|
|
|
644
|
-
// src/tokens/svg/
|
|
645
|
-
import { jsx as
|
|
752
|
+
// src/tokens/svg/shape/AtSignIcon.tsx
|
|
753
|
+
import { jsx as jsx219, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
646
754
|
|
|
647
|
-
// src/tokens/svg/
|
|
648
|
-
import { jsx as
|
|
755
|
+
// src/tokens/svg/shape/CircleIcon.tsx
|
|
756
|
+
import { jsx as jsx220, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
649
757
|
|
|
650
|
-
// src/tokens/svg/
|
|
651
|
-
import { jsx as
|
|
758
|
+
// src/tokens/svg/shape/DivideCircleIcon.tsx
|
|
759
|
+
import { jsx as jsx221, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
652
760
|
|
|
653
|
-
// src/tokens/svg/
|
|
654
|
-
import { jsx as
|
|
761
|
+
// src/tokens/svg/shape/DivideIcon.tsx
|
|
762
|
+
import { jsx as jsx222, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
655
763
|
|
|
656
|
-
// src/tokens/svg/
|
|
657
|
-
import { jsx as
|
|
764
|
+
// src/tokens/svg/shape/DivideSquareIcon.tsx
|
|
765
|
+
import { jsx as jsx223, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
658
766
|
|
|
659
|
-
// src/tokens/svg/
|
|
660
|
-
import { jsx as
|
|
767
|
+
// src/tokens/svg/shape/HashIcon.tsx
|
|
768
|
+
import { jsx as jsx224 } from "react/jsx-runtime";
|
|
661
769
|
|
|
662
|
-
// src/tokens/svg/
|
|
663
|
-
import { jsx as
|
|
770
|
+
// src/tokens/svg/shape/HexagonIcon.tsx
|
|
771
|
+
import { jsx as jsx225 } from "react/jsx-runtime";
|
|
664
772
|
|
|
665
|
-
// src/tokens/svg/
|
|
666
|
-
import { jsx as
|
|
773
|
+
// src/tokens/svg/shape/OctagonIcon.tsx
|
|
774
|
+
import { jsx as jsx226, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
667
775
|
|
|
668
|
-
// src/tokens/svg/
|
|
669
|
-
import { jsx as
|
|
670
|
-
|
|
671
|
-
// src/tokens/svg/navigation/ArrowUpLeftIcon.tsx
|
|
672
|
-
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
673
|
-
|
|
674
|
-
// src/tokens/svg/navigation/ArrowUpRightIcon.tsx
|
|
675
|
-
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
776
|
+
// src/tokens/svg/shape/PercentIcon.tsx
|
|
777
|
+
import { jsx as jsx227, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
676
778
|
|
|
677
|
-
// src/tokens/svg/
|
|
678
|
-
import { jsx as
|
|
679
|
-
|
|
680
|
-
// src/tokens/svg/navigation/CornerDownLeftIcon.tsx
|
|
681
|
-
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
682
|
-
|
|
683
|
-
// src/tokens/svg/navigation/CornerDownRightIcon.tsx
|
|
684
|
-
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
779
|
+
// src/tokens/svg/shape/SlashIcon.tsx
|
|
780
|
+
import { jsx as jsx228, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
685
781
|
|
|
686
|
-
// src/tokens/svg/
|
|
687
|
-
import { jsx as
|
|
688
|
-
|
|
689
|
-
// src/tokens/svg/navigation/CornerLeftUpIcon.tsx
|
|
690
|
-
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
691
|
-
|
|
692
|
-
// src/tokens/svg/navigation/CornerRightDownIcon.tsx
|
|
693
|
-
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
694
|
-
|
|
695
|
-
// src/tokens/svg/navigation/CornerRightUpIcon.tsx
|
|
696
|
-
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
697
|
-
|
|
698
|
-
// src/tokens/svg/navigation/CornerUpLeftIcon.tsx
|
|
699
|
-
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
700
|
-
|
|
701
|
-
// src/tokens/svg/navigation/CornerUpRightIcon.tsx
|
|
702
|
-
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
703
|
-
|
|
704
|
-
// src/tokens/svg/navigation/MapIcon.tsx
|
|
705
|
-
import { jsx as jsx203, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
706
|
-
|
|
707
|
-
// src/tokens/svg/navigation/MapPinIcon.tsx
|
|
708
|
-
import { jsx as jsx204, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
709
|
-
|
|
710
|
-
// src/tokens/svg/navigation/Navigation2Icon.tsx
|
|
711
|
-
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
782
|
+
// src/tokens/svg/shape/SquareIcon.tsx
|
|
783
|
+
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
712
784
|
|
|
713
|
-
// src/tokens/svg/
|
|
714
|
-
import { jsx as
|
|
785
|
+
// src/tokens/svg/shape/TriangleIcon.tsx
|
|
786
|
+
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
715
787
|
|
|
716
788
|
// src/tokens/svg/social/ChromeIcon.tsx
|
|
717
|
-
import { jsx as
|
|
789
|
+
import { jsx as jsx231, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
718
790
|
|
|
719
791
|
// src/tokens/svg/social/CodepenIcon.tsx
|
|
720
|
-
import { jsx as
|
|
792
|
+
import { jsx as jsx232, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
721
793
|
|
|
722
794
|
// src/tokens/svg/social/CodesandboxIcon.tsx
|
|
723
|
-
import { jsx as
|
|
795
|
+
import { jsx as jsx233 } from "react/jsx-runtime";
|
|
724
796
|
|
|
725
797
|
// src/tokens/svg/social/DribbbleIcon.tsx
|
|
726
|
-
import { jsx as
|
|
798
|
+
import { jsx as jsx234, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
727
799
|
|
|
728
800
|
// src/tokens/svg/social/FacebookIcon.tsx
|
|
729
|
-
import { jsx as
|
|
801
|
+
import { jsx as jsx235 } from "react/jsx-runtime";
|
|
730
802
|
|
|
731
803
|
// src/tokens/svg/social/FigmaIcon.tsx
|
|
732
|
-
import { jsx as
|
|
804
|
+
import { jsx as jsx236 } from "react/jsx-runtime";
|
|
733
805
|
|
|
734
806
|
// src/tokens/svg/social/FramerIcon.tsx
|
|
735
|
-
import { jsx as
|
|
807
|
+
import { jsx as jsx237 } from "react/jsx-runtime";
|
|
736
808
|
|
|
737
809
|
// src/tokens/svg/social/GithubIcon.tsx
|
|
738
|
-
import { jsx as
|
|
810
|
+
import { jsx as jsx238 } from "react/jsx-runtime";
|
|
739
811
|
|
|
740
812
|
// src/tokens/svg/social/GitlabIcon.tsx
|
|
741
|
-
import { jsx as
|
|
813
|
+
import { jsx as jsx239, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
742
814
|
|
|
743
815
|
// src/tokens/svg/social/InstagramIcon.tsx
|
|
744
|
-
import { jsx as
|
|
816
|
+
import { jsx as jsx240, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
745
817
|
|
|
746
818
|
// src/tokens/svg/social/LinkedinIcon.tsx
|
|
747
|
-
import { jsx as
|
|
819
|
+
import { jsx as jsx241, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
748
820
|
|
|
749
821
|
// src/tokens/svg/social/RssIcon.tsx
|
|
750
|
-
import { jsx as
|
|
822
|
+
import { jsx as jsx242, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
751
823
|
|
|
752
824
|
// src/tokens/svg/social/SlackIcon.tsx
|
|
753
|
-
import { jsx as
|
|
825
|
+
import { jsx as jsx243, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
754
826
|
|
|
755
827
|
// src/tokens/svg/social/TrelloIcon.tsx
|
|
756
|
-
import { jsx as
|
|
828
|
+
import { jsx as jsx244, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
757
829
|
|
|
758
830
|
// src/tokens/svg/social/TwitchIcon.tsx
|
|
759
|
-
import { jsx as
|
|
831
|
+
import { jsx as jsx245, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
760
832
|
|
|
761
833
|
// src/tokens/svg/social/TwitterIcon.tsx
|
|
762
|
-
import { jsx as
|
|
834
|
+
import { jsx as jsx246 } from "react/jsx-runtime";
|
|
763
835
|
|
|
764
836
|
// src/tokens/svg/social/YoutubeIcon.tsx
|
|
765
|
-
import { jsx as
|
|
766
|
-
|
|
767
|
-
// src/tokens/svg/ui/AtSignIcon.tsx
|
|
768
|
-
import { jsx as jsx224, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
769
|
-
|
|
770
|
-
// src/tokens/svg/ui/CheckCircleIcon.tsx
|
|
771
|
-
import { jsx as jsx225, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
772
|
-
|
|
773
|
-
// src/tokens/svg/ui/CheckIcon.tsx
|
|
774
|
-
import { jsx as jsx226 } from "react/jsx-runtime";
|
|
775
|
-
|
|
776
|
-
// src/tokens/svg/ui/CheckSquareIcon.tsx
|
|
777
|
-
import { jsx as jsx227, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
778
|
-
|
|
779
|
-
// src/tokens/svg/ui/ChevronDownIcon.tsx
|
|
780
|
-
import { jsx as jsx228 } from "react/jsx-runtime";
|
|
781
|
-
|
|
782
|
-
// src/tokens/svg/ui/ChevronLeftIcon.tsx
|
|
783
|
-
import { jsx as jsx229 } from "react/jsx-runtime";
|
|
784
|
-
|
|
785
|
-
// src/tokens/svg/ui/ChevronRightIcon.tsx
|
|
786
|
-
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
787
|
-
|
|
788
|
-
// src/tokens/svg/ui/ChevronUpIcon.tsx
|
|
789
|
-
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
790
|
-
|
|
791
|
-
// src/tokens/svg/ui/ChevronsDownIcon.tsx
|
|
792
|
-
import { jsx as jsx232, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
793
|
-
|
|
794
|
-
// src/tokens/svg/ui/ChevronsLeftIcon.tsx
|
|
795
|
-
import { jsx as jsx233, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
796
|
-
|
|
797
|
-
// src/tokens/svg/ui/ChevronsRightIcon.tsx
|
|
798
|
-
import { jsx as jsx234, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
837
|
+
import { jsx as jsx247, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
799
838
|
|
|
800
|
-
// src/tokens/svg/
|
|
801
|
-
import { jsx as
|
|
839
|
+
// src/tokens/svg/status/ActivityIcon.tsx
|
|
840
|
+
import { jsx as jsx248 } from "react/jsx-runtime";
|
|
802
841
|
|
|
803
|
-
// src/tokens/svg/
|
|
804
|
-
import { jsx as
|
|
842
|
+
// src/tokens/svg/status/AlertCircleIcon.tsx
|
|
843
|
+
import { jsx as jsx249, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
805
844
|
|
|
806
|
-
// src/tokens/svg/
|
|
807
|
-
import { jsx as
|
|
808
|
-
|
|
809
|
-
// src/tokens/svg/ui/DivideCircleIcon.tsx
|
|
810
|
-
import { jsx as jsx238, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
811
|
-
|
|
812
|
-
// src/tokens/svg/ui/DivideIcon.tsx
|
|
813
|
-
import { jsx as jsx239, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
814
|
-
|
|
815
|
-
// src/tokens/svg/ui/DivideSquareIcon.tsx
|
|
816
|
-
import { jsx as jsx240, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
817
|
-
|
|
818
|
-
// src/tokens/svg/ui/GridIcon.tsx
|
|
819
|
-
import { jsx as jsx241, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
820
|
-
|
|
821
|
-
// src/tokens/svg/ui/HashIcon.tsx
|
|
822
|
-
import { jsx as jsx242 } from "react/jsx-runtime";
|
|
823
|
-
|
|
824
|
-
// src/tokens/svg/ui/HexagonIcon.tsx
|
|
825
|
-
import { jsx as jsx243 } from "react/jsx-runtime";
|
|
826
|
-
|
|
827
|
-
// src/tokens/svg/ui/LayoutIcon.tsx
|
|
828
|
-
import { jsx as jsx244 } from "react/jsx-runtime";
|
|
829
|
-
|
|
830
|
-
// src/tokens/svg/ui/ListIcon.tsx
|
|
831
|
-
import { jsx as jsx245, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
832
|
-
|
|
833
|
-
// src/tokens/svg/ui/LoaderIcon.tsx
|
|
834
|
-
import { jsx as jsx246, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
835
|
-
|
|
836
|
-
// src/tokens/svg/ui/Maximize2Icon.tsx
|
|
837
|
-
import { jsx as jsx247, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
838
|
-
|
|
839
|
-
// src/tokens/svg/ui/MaximizeIcon.tsx
|
|
840
|
-
import { jsx as jsx248, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
841
|
-
|
|
842
|
-
// src/tokens/svg/ui/MenuIcon.tsx
|
|
843
|
-
import { jsx as jsx249, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
844
|
-
|
|
845
|
-
// src/tokens/svg/ui/Minimize2Icon.tsx
|
|
846
|
-
import { jsx as jsx250, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
845
|
+
// src/tokens/svg/status/AlertOctagonIcon.tsx
|
|
846
|
+
import { jsx as jsx250, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
847
847
|
|
|
848
|
-
// src/tokens/svg/
|
|
849
|
-
import { jsx as jsx251, jsxs as
|
|
848
|
+
// src/tokens/svg/status/AlertTriangleIcon.tsx
|
|
849
|
+
import { jsx as jsx251, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
850
850
|
|
|
851
|
-
// src/tokens/svg/
|
|
852
|
-
import { jsx as jsx252, jsxs as
|
|
851
|
+
// src/tokens/svg/status/CheckCircleIcon.tsx
|
|
852
|
+
import { jsx as jsx252, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
853
853
|
|
|
854
|
-
// src/tokens/svg/
|
|
854
|
+
// src/tokens/svg/status/CheckIcon.tsx
|
|
855
855
|
import { jsx as jsx253 } from "react/jsx-runtime";
|
|
856
856
|
|
|
857
|
-
// src/tokens/svg/
|
|
858
|
-
import { jsx as jsx254, jsxs as
|
|
857
|
+
// src/tokens/svg/status/ErrorIcon.tsx
|
|
858
|
+
import { jsx as jsx254, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
859
859
|
|
|
860
|
-
// src/tokens/svg/
|
|
861
|
-
import { jsx as jsx255, jsxs as
|
|
860
|
+
// src/tokens/svg/status/HelpCircleIcon.tsx
|
|
861
|
+
import { jsx as jsx255, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
862
862
|
|
|
863
|
-
// src/tokens/svg/
|
|
864
|
-
import { jsx as jsx256, jsxs as
|
|
863
|
+
// src/tokens/svg/status/InfoIcon.tsx
|
|
864
|
+
import { jsx as jsx256, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
865
865
|
|
|
866
|
-
// src/tokens/svg/
|
|
867
|
-
import { jsx as jsx257, jsxs as
|
|
866
|
+
// src/tokens/svg/status/LoaderIcon.tsx
|
|
867
|
+
import { jsx as jsx257, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
868
868
|
|
|
869
|
-
// src/tokens/svg/
|
|
870
|
-
import { jsx as jsx258, jsxs as
|
|
869
|
+
// src/tokens/svg/status/MinusCircleIcon.tsx
|
|
870
|
+
import { jsx as jsx258, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
871
871
|
|
|
872
|
-
// src/tokens/svg/
|
|
873
|
-
import { jsx as jsx259
|
|
872
|
+
// src/tokens/svg/status/MinusIcon.tsx
|
|
873
|
+
import { jsx as jsx259 } from "react/jsx-runtime";
|
|
874
874
|
|
|
875
|
-
// src/tokens/svg/
|
|
876
|
-
import { jsx as jsx260 } from "react/jsx-runtime";
|
|
875
|
+
// src/tokens/svg/status/MinusSquareIcon.tsx
|
|
876
|
+
import { jsx as jsx260, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
877
877
|
|
|
878
|
-
// src/tokens/svg/
|
|
879
|
-
import { jsx as jsx261, jsxs as
|
|
878
|
+
// src/tokens/svg/status/PlusCircleIcon.tsx
|
|
879
|
+
import { jsx as jsx261, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
880
880
|
|
|
881
|
-
// src/tokens/svg/
|
|
882
|
-
import { jsx as jsx262
|
|
881
|
+
// src/tokens/svg/status/PlusIcon.tsx
|
|
882
|
+
import { jsx as jsx262 } from "react/jsx-runtime";
|
|
883
883
|
|
|
884
|
-
// src/tokens/svg/
|
|
885
|
-
import { jsx as jsx263 } from "react/jsx-runtime";
|
|
884
|
+
// src/tokens/svg/status/PlusSquareIcon.tsx
|
|
885
|
+
import { jsx as jsx263, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
886
886
|
|
|
887
|
-
// src/tokens/svg/
|
|
888
|
-
import { jsx as jsx264
|
|
887
|
+
// src/tokens/svg/status/SuccessIcon.tsx
|
|
888
|
+
import { jsx as jsx264 } from "react/jsx-runtime";
|
|
889
889
|
|
|
890
|
-
// src/tokens/svg/
|
|
891
|
-
import { jsx as jsx265, jsxs as
|
|
890
|
+
// src/tokens/svg/status/XCircleIcon.tsx
|
|
891
|
+
import { jsx as jsx265, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
892
892
|
|
|
893
|
-
// src/tokens/svg/
|
|
893
|
+
// src/tokens/svg/status/XIcon.tsx
|
|
894
894
|
import { jsx as jsx266 } from "react/jsx-runtime";
|
|
895
895
|
|
|
896
|
-
// src/tokens/svg/
|
|
897
|
-
import { jsx as jsx267, jsxs as
|
|
896
|
+
// src/tokens/svg/status/XOctagonIcon.tsx
|
|
897
|
+
import { jsx as jsx267, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
898
898
|
|
|
899
|
-
// src/tokens/svg/
|
|
900
|
-
import { jsx as jsx268, jsxs as
|
|
901
|
-
|
|
902
|
-
// src/tokens/svg/ui/TriangleIcon.tsx
|
|
903
|
-
import { jsx as jsx269 } from "react/jsx-runtime";
|
|
904
|
-
|
|
905
|
-
// src/tokens/svg/ui/XCircleIcon.tsx
|
|
906
|
-
import { jsx as jsx270, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
907
|
-
|
|
908
|
-
// src/tokens/svg/ui/XIcon.tsx
|
|
909
|
-
import { jsx as jsx271 } from "react/jsx-runtime";
|
|
910
|
-
|
|
911
|
-
// src/tokens/svg/ui/XOctagonIcon.tsx
|
|
912
|
-
import { jsx as jsx272, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
913
|
-
|
|
914
|
-
// src/tokens/svg/ui/XSquareIcon.tsx
|
|
915
|
-
import { jsx as jsx273, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
899
|
+
// src/tokens/svg/status/XSquareIcon.tsx
|
|
900
|
+
import { jsx as jsx268, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
916
901
|
|
|
917
902
|
// src/tokens/svg/user/GierIcon.tsx
|
|
918
|
-
import { jsx as
|
|
903
|
+
import { jsx as jsx269, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
919
904
|
|
|
920
905
|
// src/tokens/svg/user/KeyIcon.tsx
|
|
921
|
-
import { jsx as
|
|
906
|
+
import { jsx as jsx270 } from "react/jsx-runtime";
|
|
922
907
|
|
|
923
908
|
// src/tokens/svg/user/LockIcon.tsx
|
|
924
|
-
import { jsx as
|
|
909
|
+
import { jsx as jsx271 } from "react/jsx-runtime";
|
|
925
910
|
|
|
926
911
|
// src/tokens/svg/user/LogInIcon.tsx
|
|
927
|
-
import { jsx as
|
|
912
|
+
import { jsx as jsx272, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
928
913
|
|
|
929
914
|
// src/tokens/svg/user/LogOutIcon.tsx
|
|
930
|
-
import { jsx as
|
|
915
|
+
import { jsx as jsx273, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
931
916
|
|
|
932
917
|
// src/tokens/svg/user/MailIcon.tsx
|
|
933
|
-
import { jsx as
|
|
918
|
+
import { jsx as jsx274 } from "react/jsx-runtime";
|
|
934
919
|
|
|
935
920
|
// src/tokens/svg/user/ProfileIcon.tsx
|
|
936
|
-
import { jsx as
|
|
921
|
+
import { jsx as jsx275, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
937
922
|
|
|
938
923
|
// src/tokens/svg/user/UnlockIcon.tsx
|
|
939
|
-
import { jsx as
|
|
924
|
+
import { jsx as jsx276 } from "react/jsx-runtime";
|
|
940
925
|
|
|
941
926
|
// src/tokens/svg/user/UserCheckIcon.tsx
|
|
942
|
-
import { jsx as
|
|
927
|
+
import { jsx as jsx277, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
943
928
|
|
|
944
929
|
// src/tokens/svg/user/UserIcon.tsx
|
|
945
|
-
import { jsx as
|
|
930
|
+
import { jsx as jsx278, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
946
931
|
|
|
947
932
|
// src/tokens/svg/user/UserMinusIcon.tsx
|
|
948
|
-
import { jsx as
|
|
933
|
+
import { jsx as jsx279, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
949
934
|
|
|
950
935
|
// src/tokens/svg/user/UserPlusIcon.tsx
|
|
951
|
-
import { jsx as
|
|
936
|
+
import { jsx as jsx280, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
952
937
|
|
|
953
938
|
// src/tokens/svg/user/UserXIcon.tsx
|
|
954
|
-
import { jsx as
|
|
939
|
+
import { jsx as jsx281, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
955
940
|
|
|
956
941
|
// src/tokens/svg/user/UsersIcon.tsx
|
|
957
|
-
import { jsx as
|
|
942
|
+
import { jsx as jsx282, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
943
|
+
|
|
944
|
+
// src/tokens/svg/weather/CloudDrizzleIcon.tsx
|
|
945
|
+
import { jsx as jsx283, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
946
|
+
|
|
947
|
+
// src/tokens/svg/weather/CloudIcon.tsx
|
|
948
|
+
import { jsx as jsx284 } from "react/jsx-runtime";
|
|
949
|
+
|
|
950
|
+
// src/tokens/svg/weather/CloudLightningIcon.tsx
|
|
951
|
+
import { jsx as jsx285, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
952
|
+
|
|
953
|
+
// src/tokens/svg/weather/CloudOffIcon.tsx
|
|
954
|
+
import { jsx as jsx286, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
955
|
+
|
|
956
|
+
// src/tokens/svg/weather/CloudRainIcon.tsx
|
|
957
|
+
import { jsx as jsx287, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
958
958
|
|
|
959
|
-
// src/tokens/svg/
|
|
960
|
-
import { jsx as jsx288, jsxs as
|
|
959
|
+
// src/tokens/svg/weather/CloudSnowIcon.tsx
|
|
960
|
+
import { jsx as jsx288, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
961
961
|
|
|
962
|
-
// src/tokens/svg/
|
|
963
|
-
import { jsx as jsx289
|
|
962
|
+
// src/tokens/svg/weather/DropletIcon.tsx
|
|
963
|
+
import { jsx as jsx289 } from "react/jsx-runtime";
|
|
964
964
|
|
|
965
|
-
// src/tokens/svg/
|
|
966
|
-
import { jsx as jsx290
|
|
965
|
+
// src/tokens/svg/weather/MoonIcon.tsx
|
|
966
|
+
import { jsx as jsx290 } from "react/jsx-runtime";
|
|
967
967
|
|
|
968
|
-
// src/tokens/svg/
|
|
968
|
+
// src/tokens/svg/weather/SunIcon.tsx
|
|
969
969
|
import { jsx as jsx291, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
970
970
|
|
|
971
|
-
// src/tokens/svg/
|
|
972
|
-
import { jsx as jsx292
|
|
971
|
+
// src/tokens/svg/weather/ThermometerIcon.tsx
|
|
972
|
+
import { jsx as jsx292 } from "react/jsx-runtime";
|
|
973
973
|
|
|
974
|
-
// src/tokens/svg/
|
|
975
|
-
import { jsx as jsx293, jsxs as
|
|
974
|
+
// src/tokens/svg/weather/UmbrellaIcon.tsx
|
|
975
|
+
import { jsx as jsx293, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
976
976
|
|
|
977
|
-
// src/tokens/svg/
|
|
978
|
-
import { jsx as jsx294 } from "react/jsx-runtime";
|
|
977
|
+
// src/tokens/svg/weather/WindIcon.tsx
|
|
978
|
+
import { jsx as jsx294, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
979
979
|
|
|
980
980
|
// src/components/ImageSelector/ImageSelector.tsx
|
|
981
981
|
import { jsx as jsx295, jsxs as jsxs189 } from "react/jsx-runtime";
|