@webstudio-is/icons 0.22.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/lib/__generated__/chevron-big-down.js +23 -0
  2. package/lib/__generated__/chevron-big-left.js +23 -0
  3. package/lib/__generated__/chevron-big-right.js +23 -0
  4. package/lib/__generated__/chevron-big-up.js +23 -0
  5. package/lib/__generated__/chevron-filled-down.js +23 -0
  6. package/lib/__generated__/chevron-filled-left.js +23 -0
  7. package/lib/__generated__/chevron-filled-right.js +23 -0
  8. package/lib/__generated__/chevron-filled-up.js +23 -0
  9. package/lib/__generated__/dot.js +23 -0
  10. package/lib/__generated__/index.js +11 -0
  11. package/lib/__generated__/info.js +29 -0
  12. package/lib/__generated__/webstudio.js +548 -0
  13. package/lib/check-mark.js +26 -0
  14. package/lib/cjs/__generated__/chevron-big-down.cjs +43 -0
  15. package/lib/cjs/__generated__/chevron-big-left.cjs +43 -0
  16. package/lib/cjs/__generated__/chevron-big-right.cjs +43 -0
  17. package/lib/cjs/__generated__/chevron-big-up.cjs +43 -0
  18. package/lib/cjs/__generated__/chevron-filled-down.cjs +43 -0
  19. package/lib/cjs/__generated__/chevron-filled-left.cjs +43 -0
  20. package/lib/cjs/__generated__/chevron-filled-right.cjs +43 -0
  21. package/lib/cjs/__generated__/chevron-filled-up.cjs +43 -0
  22. package/lib/cjs/__generated__/dot.cjs +43 -0
  23. package/lib/cjs/__generated__/index.cjs +11 -0
  24. package/lib/cjs/__generated__/info.cjs +49 -0
  25. package/lib/cjs/__generated__/webstudio.cjs +568 -0
  26. package/lib/cjs/check-mark.cjs +46 -0
  27. package/lib/cjs/index.cjs +1 -0
  28. package/lib/cjs/legacy.cjs +0 -2
  29. package/lib/index.js +1 -0
  30. package/lib/legacy.js +1 -5
  31. package/package.json +2 -2
  32. package/src/__generated__/chevron-big-down.tsx +15 -0
  33. package/src/__generated__/chevron-big-left.tsx +15 -0
  34. package/src/__generated__/chevron-big-right.tsx +15 -0
  35. package/src/__generated__/chevron-big-up.tsx +15 -0
  36. package/src/__generated__/chevron-filled-down.tsx +15 -0
  37. package/src/__generated__/chevron-filled-left.tsx +15 -0
  38. package/src/__generated__/chevron-filled-right.tsx +15 -0
  39. package/src/__generated__/chevron-filled-up.tsx +15 -0
  40. package/src/__generated__/dot.tsx +15 -0
  41. package/src/__generated__/index.ts +11 -0
  42. package/src/__generated__/info.tsx +15 -0
  43. package/src/__generated__/webstudio.tsx +15 -0
  44. package/src/check-mark.tsx +28 -0
  45. package/src/index.ts +1 -0
  46. package/src/legacy.ts +0 -2
@@ -0,0 +1,568 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var webstudio_exports = {};
20
+ __export(webstudio_exports, {
21
+ WebstudioIcon: () => WebstudioIcon
22
+ });
23
+ module.exports = __toCommonJS(webstudio_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const WebstudioIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 280 210",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: [
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", {
38
+ id: "a",
39
+ width: "280",
40
+ height: "210",
41
+ x: "0",
42
+ y: "0",
43
+ maskUnits: "userSpaceOnUse",
44
+ style: { "maskType": "alpha" },
45
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
46
+ fill: "#000",
47
+ fillRule: "evenodd",
48
+ d: "M73.71 98.769 47.071 16.686C42.971 3.983 29.375-2.918 16.678 1.183 3.981 5.283-2.917 18.987 1.182 31.59L53.57 193.328c.176.546.43 1.041.753 1.487 3.324 8.339 11.18 14.469 20.742 15.117 13.297.9 24.794-9.102 25.694-22.406 0 0 2.399-36.008 14.997-64.815 2.799-6.401 6.098-12.503 10.297-17.304 3.689-4.389 8.074-7.882 14.047-7.902 5.873.02 10.258 3.513 14.047 7.902 4.099 4.901 7.498 10.903 10.297 17.304 12.698 28.807 15.097 64.815 15.097 64.815.9 13.304 12.397 23.406 25.694 22.406 10.761-.729 19.362-8.467 21.774-18.39L278.818 31.59c4.099-12.703-2.799-26.307-15.496-30.407-12.598-4.101-26.294 2.8-30.393 15.503L206.442 98.46c-13.815-28.497-36.054-49.266-66.292-49.266-30.347 0-52.637 20.92-66.44 49.575Zm66.39-1.264h-.05.1-.05Z",
49
+ clipRule: "evenodd"
50
+ })
51
+ }),
52
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
53
+ mask: "url(#a)",
54
+ children: [
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
56
+ fill: "url(#b)",
57
+ fillRule: "evenodd",
58
+ d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z",
59
+ clipRule: "evenodd"
60
+ }),
61
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
62
+ fill: "url(#c)",
63
+ fillRule: "evenodd",
64
+ d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z",
65
+ clipRule: "evenodd"
66
+ }),
67
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
68
+ fill: "url(#d)",
69
+ fillOpacity: ".8",
70
+ fillRule: "evenodd",
71
+ d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z",
72
+ clipRule: "evenodd"
73
+ }),
74
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
75
+ fill: "url(#e)",
76
+ fillRule: "evenodd",
77
+ d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z",
78
+ clipRule: "evenodd"
79
+ }),
80
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
81
+ fillRule: "evenodd",
82
+ clipRule: "evenodd",
83
+ style: { "mixBlendMode": "multiply" },
84
+ children: [
85
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
86
+ fill: "url(#f)",
87
+ d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z"
88
+ }),
89
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
90
+ fill: "url(#g)",
91
+ d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z"
92
+ })
93
+ ]
94
+ }),
95
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
96
+ fill: "#E63CFE",
97
+ fillRule: "evenodd",
98
+ d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z",
99
+ clipRule: "evenodd"
100
+ }),
101
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
102
+ fill: "url(#h)",
103
+ fillRule: "evenodd",
104
+ d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z",
105
+ clipRule: "evenodd"
106
+ }),
107
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
108
+ fill: "url(#i)",
109
+ fillRule: "evenodd",
110
+ d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z",
111
+ clipRule: "evenodd"
112
+ }),
113
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
114
+ fill: "url(#j)",
115
+ fillRule: "evenodd",
116
+ d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z",
117
+ clipRule: "evenodd"
118
+ }),
119
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
120
+ fill: "url(#k)",
121
+ fillRule: "evenodd",
122
+ d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z",
123
+ clipRule: "evenodd"
124
+ }),
125
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
126
+ fillRule: "evenodd",
127
+ clipRule: "evenodd",
128
+ style: { "mixBlendMode": "multiply" },
129
+ children: [
130
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
131
+ fill: "url(#l)",
132
+ d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z"
133
+ }),
134
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
135
+ fill: "url(#m)",
136
+ d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z"
137
+ })
138
+ ]
139
+ }),
140
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
141
+ fill: "url(#n)",
142
+ fillRule: "evenodd",
143
+ d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z",
144
+ clipRule: "evenodd"
145
+ }),
146
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
147
+ fill: "url(#o)",
148
+ fillRule: "evenodd",
149
+ d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z",
150
+ clipRule: "evenodd"
151
+ }),
152
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
153
+ fill: "url(#p)",
154
+ fillRule: "evenodd",
155
+ d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z",
156
+ clipRule: "evenodd"
157
+ }),
158
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
159
+ fill: "url(#q)",
160
+ fillRule: "evenodd",
161
+ d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z",
162
+ clipRule: "evenodd"
163
+ }),
164
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
165
+ fill: "url(#r)",
166
+ fillRule: "evenodd",
167
+ d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z",
168
+ clipRule: "evenodd"
169
+ }),
170
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
171
+ fill: "url(#s)",
172
+ d: "M290-10.02H-10v230.054h300V-10.02Z"
173
+ }),
174
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
175
+ fill: "url(#t)",
176
+ d: "M290-10.02H-10v230.054h300V-10.02Z"
177
+ }),
178
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
179
+ fill: "url(#u)",
180
+ d: "M290-10.02H-10v230.054h300V-10.02Z"
181
+ })
182
+ ]
183
+ }),
184
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", {
185
+ children: [
186
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
187
+ id: "f",
188
+ cx: "0",
189
+ cy: "0",
190
+ r: "1",
191
+ gradientTransform: "rotate(83.438 43.842 167.73) scale(155.653 39.7647)",
192
+ gradientUnits: "userSpaceOnUse",
193
+ children: [
194
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
195
+ stopColor: "#6F15A9",
196
+ stopOpacity: ".9"
197
+ }),
198
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
199
+ offset: ".613",
200
+ stopColor: "#6F15A9",
201
+ stopOpacity: "0"
202
+ })
203
+ ]
204
+ }),
205
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
206
+ id: "g",
207
+ cx: "0",
208
+ cy: "0",
209
+ r: "1",
210
+ gradientTransform: "matrix(24.69652 161.33978 -34.3153 5.2527 217.626 .959)",
211
+ gradientUnits: "userSpaceOnUse",
212
+ children: [
213
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
214
+ offset: ".377",
215
+ stopColor: "#fff"
216
+ }),
217
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
218
+ offset: "1",
219
+ stopColor: "#fff",
220
+ stopOpacity: "0"
221
+ })
222
+ ]
223
+ }),
224
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
225
+ id: "h",
226
+ cx: "0",
227
+ cy: "0",
228
+ r: "1",
229
+ gradientTransform: "rotate(-82.825 148.387 -.173) scale(129.813 100.452)",
230
+ gradientUnits: "userSpaceOnUse",
231
+ children: [
232
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
233
+ stopColor: "#39FBBB",
234
+ stopOpacity: ".5"
235
+ }),
236
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
237
+ offset: ".701",
238
+ stopColor: "#39FBBB"
239
+ }),
240
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
241
+ offset: ".949",
242
+ stopColor: "#39FBBB",
243
+ stopOpacity: "0"
244
+ })
245
+ ]
246
+ }),
247
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
248
+ id: "i",
249
+ cx: "0",
250
+ cy: "0",
251
+ r: "1",
252
+ gradientTransform: "matrix(-159.54108 -251.31895 60.92249 -38.67452 296.764 204.529)",
253
+ gradientUnits: "userSpaceOnUse",
254
+ children: [
255
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
256
+ stopColor: "#E63CFE"
257
+ }),
258
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
259
+ offset: "1",
260
+ stopColor: "#E63CFE",
261
+ stopOpacity: "0"
262
+ })
263
+ ]
264
+ }),
265
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
266
+ id: "j",
267
+ cx: "0",
268
+ cy: "0",
269
+ r: "1",
270
+ gradientTransform: "matrix(0 -115.84 97.1865 0 136.481 174.605)",
271
+ gradientUnits: "userSpaceOnUse",
272
+ children: [
273
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
274
+ offset: ".64",
275
+ stopColor: "#4A4EFA"
276
+ }),
277
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
278
+ offset: "1",
279
+ stopColor: "#4A4EFA",
280
+ stopOpacity: "0"
281
+ })
282
+ ]
283
+ }),
284
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
285
+ id: "k",
286
+ cx: "0",
287
+ cy: "0",
288
+ r: "1",
289
+ gradientTransform: "rotate(-71.666 204.704 51.35) scale(155.998 62.8576)",
290
+ gradientUnits: "userSpaceOnUse",
291
+ children: [
292
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
293
+ offset: ".632",
294
+ stopColor: "#E63CFE"
295
+ }),
296
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
297
+ offset: "1",
298
+ stopColor: "#E63CFE",
299
+ stopOpacity: "0"
300
+ })
301
+ ]
302
+ }),
303
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
304
+ id: "l",
305
+ cx: "0",
306
+ cy: "0",
307
+ r: "1",
308
+ gradientTransform: "rotate(71.833 -38.114 102.588) scale(75.0284 46.6295)",
309
+ gradientUnits: "userSpaceOnUse",
310
+ children: [
311
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
312
+ stopColor: "#6F15A9"
313
+ }),
314
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
315
+ offset: "1",
316
+ stopColor: "#00127F",
317
+ stopOpacity: "0"
318
+ })
319
+ ]
320
+ }),
321
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
322
+ id: "m",
323
+ cx: "0",
324
+ cy: "0",
325
+ r: "1",
326
+ gradientTransform: "rotate(175.292 74.822 60.88) scale(82.9292 111.991)",
327
+ gradientUnits: "userSpaceOnUse",
328
+ children: [
329
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
330
+ offset: ".758",
331
+ stopColor: "#fff"
332
+ }),
333
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
334
+ offset: "1",
335
+ stopColor: "#fff",
336
+ stopOpacity: "0"
337
+ })
338
+ ]
339
+ }),
340
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
341
+ id: "s",
342
+ cx: "0",
343
+ cy: "0",
344
+ r: "1",
345
+ gradientTransform: "matrix(0 -229.783 165.804 0 96.901 219.762)",
346
+ gradientUnits: "userSpaceOnUse",
347
+ children: [
348
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
349
+ offset: ".262",
350
+ stopColor: "#FFAE3C"
351
+ }),
352
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
353
+ offset: ".527",
354
+ stopColor: "#FFAE3C",
355
+ stopOpacity: "0"
356
+ })
357
+ ]
358
+ }),
359
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
360
+ id: "t",
361
+ cx: "0",
362
+ cy: "0",
363
+ r: "1",
364
+ gradientTransform: "matrix(0 -129.629 126.516 0 242.706 219.762)",
365
+ gradientUnits: "userSpaceOnUse",
366
+ children: [
367
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
368
+ offset: ".283",
369
+ stopColor: "#E63CFE"
370
+ }),
371
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
372
+ offset: ".857",
373
+ stopColor: "#E63CFE",
374
+ stopOpacity: "0"
375
+ })
376
+ ]
377
+ }),
378
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", {
379
+ id: "u",
380
+ cx: "0",
381
+ cy: "0",
382
+ r: "1",
383
+ gradientTransform: "matrix(-24.1919 -176.1889 68.00682 -9.33778 164.141 219.762)",
384
+ gradientUnits: "userSpaceOnUse",
385
+ children: [
386
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
387
+ offset: ".251",
388
+ stopColor: "#FFAE3C"
389
+ }),
390
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
391
+ offset: ".656",
392
+ stopColor: "#FFAE3C",
393
+ stopOpacity: "0"
394
+ })
395
+ ]
396
+ }),
397
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
398
+ id: "b",
399
+ x1: "328.489",
400
+ x2: "259.397",
401
+ y1: "-101.75",
402
+ y2: "227.415",
403
+ gradientUnits: "userSpaceOnUse",
404
+ children: [
405
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
406
+ stopColor: "#4A4EFA"
407
+ }),
408
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
409
+ offset: ".625",
410
+ stopColor: "#E63CFE"
411
+ })
412
+ ]
413
+ }),
414
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
415
+ id: "c",
416
+ x1: "193.001",
417
+ x2: "247.46",
418
+ y1: "96.497",
419
+ y2: "115.178",
420
+ gradientUnits: "userSpaceOnUse",
421
+ children: [
422
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
423
+ offset: ".259",
424
+ stopColor: "#4A4EFA"
425
+ }),
426
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
427
+ offset: ".961",
428
+ stopColor: "#4A4EFA",
429
+ stopOpacity: "0"
430
+ })
431
+ ]
432
+ }),
433
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
434
+ id: "d",
435
+ x1: "202.309",
436
+ x2: "243.057",
437
+ y1: "71.375",
438
+ y2: "86.077",
439
+ gradientUnits: "userSpaceOnUse",
440
+ children: [
441
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
442
+ offset: ".252",
443
+ stopColor: "#39FBBB"
444
+ }),
445
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
446
+ offset: "1",
447
+ stopColor: "#39FBBB",
448
+ stopOpacity: "0"
449
+ })
450
+ ]
451
+ }),
452
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
453
+ id: "e",
454
+ x1: "295.535",
455
+ x2: "286.169",
456
+ y1: "-10.021",
457
+ y2: "31.423",
458
+ gradientUnits: "userSpaceOnUse",
459
+ children: [
460
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
461
+ stopColor: "#4A4EFA"
462
+ }),
463
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
464
+ offset: ".933",
465
+ stopColor: "#4A4EFA",
466
+ stopOpacity: "0"
467
+ })
468
+ ]
469
+ }),
470
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
471
+ id: "n",
472
+ x1: "-18.948",
473
+ x2: "55.093",
474
+ y1: "1.039",
475
+ y2: "231.932",
476
+ gradientUnits: "userSpaceOnUse",
477
+ children: [
478
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
479
+ offset: ".17",
480
+ stopColor: "#E63CFE"
481
+ }),
482
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
483
+ offset: ".592",
484
+ stopColor: "#FFAE3C"
485
+ })
486
+ ]
487
+ }),
488
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
489
+ id: "o",
490
+ x1: "63.506",
491
+ x2: "20.255",
492
+ y1: "74.425",
493
+ y2: "88.815",
494
+ gradientUnits: "userSpaceOnUse",
495
+ children: [
496
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
497
+ offset: ".321",
498
+ stopColor: "#4A4EFA"
499
+ }),
500
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
501
+ offset: "1",
502
+ stopColor: "#4A4EFA",
503
+ stopOpacity: "0"
504
+ })
505
+ ]
506
+ }),
507
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
508
+ id: "p",
509
+ x1: "82.497",
510
+ x2: "64.141",
511
+ y1: "106.838",
512
+ y2: "112.322",
513
+ gradientUnits: "userSpaceOnUse",
514
+ children: [
515
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
516
+ stopColor: "#E63CFE"
517
+ }),
518
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
519
+ offset: "1",
520
+ stopColor: "#E63CFE",
521
+ stopOpacity: "0"
522
+ })
523
+ ]
524
+ }),
525
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
526
+ id: "q",
527
+ x1: "52.445",
528
+ x2: "17.265",
529
+ y1: "223.209",
530
+ y2: "146.13",
531
+ gradientUnits: "userSpaceOnUse",
532
+ children: [
533
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
534
+ offset: ".372",
535
+ stopColor: "#FFAE3C"
536
+ }),
537
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
538
+ offset: "1",
539
+ stopColor: "#FFAE3C",
540
+ stopOpacity: "0"
541
+ })
542
+ ]
543
+ }),
544
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", {
545
+ id: "r",
546
+ x1: "20.419",
547
+ x2: "34.66",
548
+ y1: "-10.021",
549
+ y2: "23.34",
550
+ gradientUnits: "userSpaceOnUse",
551
+ children: [
552
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
553
+ stopColor: "#E63CFE"
554
+ }),
555
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", {
556
+ offset: "1",
557
+ stopColor: "#E63CFE",
558
+ stopOpacity: "0"
559
+ })
560
+ ]
561
+ })
562
+ ]
563
+ })
564
+ ]
565
+ });
566
+ }
567
+ );
568
+ WebstudioIcon.displayName = "WebstudioIcon";
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var check_mark_exports = {};
20
+ __export(check_mark_exports, {
21
+ CheckMarkIcon: () => CheckMarkIcon
22
+ });
23
+ module.exports = __toCommonJS(check_mark_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const CheckMarkIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ width: "16",
30
+ height: "16",
31
+ viewBox: "0 0 16 16",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ d: "M4.75 8.25L6.75 10.25L11.25 5.75",
38
+ stroke: color,
39
+ strokeWidth: "2",
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round"
42
+ })
43
+ });
44
+ }
45
+ );
46
+ CheckMarkIcon.displayName = "CheckMarkIcon";
package/lib/cjs/index.cjs CHANGED
@@ -106,3 +106,4 @@ __reExport(src_exports, require("./text-underline"), module.exports);
106
106
  __reExport(src_exports, require("./text-uppercase"), module.exports);
107
107
  __reExport(src_exports, require("./text-direction-ltr"), module.exports);
108
108
  __reExport(src_exports, require("./text-direction-rtl"), module.exports);
109
+ __reExport(src_exports, require("./check-mark"), module.exports);
@@ -34,7 +34,6 @@ __export(legacy_exports, {
34
34
  HamburgerMenuIcon: () => import_react_icons.HamburgerMenuIcon,
35
35
  HeadingIcon: () => import_react_icons.HeadingIcon,
36
36
  ImageIcon: () => import_react_icons.ImageIcon,
37
- InfoCircledIcon: () => import_react_icons.InfoCircledIcon,
38
37
  InputIcon: () => import_react_icons.InputIcon,
39
38
  LaptopIcon: () => import_react_icons.LaptopIcon,
40
39
  Link2Icon: () => import_react_icons.Link2Icon,
@@ -44,7 +43,6 @@ __export(legacy_exports, {
44
43
  Share1Icon: () => import_react_icons.Share1Icon,
45
44
  SquareIcon: () => import_react_icons.SquareIcon,
46
45
  TextIcon: () => import_react_icons.TextIcon,
47
- TokensIcon: () => import_react_icons.TokensIcon,
48
46
  TriangleDownIcon: () => import_react_icons.TriangleDownIcon,
49
47
  TriangleRightIcon: () => import_react_icons.TriangleRightIcon
50
48
  });
package/lib/index.js CHANGED
@@ -89,3 +89,4 @@ export * from "./text-underline";
89
89
  export * from "./text-uppercase";
90
90
  export * from "./text-direction-ltr";
91
91
  export * from "./text-direction-rtl";
92
+ export * from "./check-mark";
package/lib/legacy.js CHANGED
@@ -24,10 +24,8 @@ import {
24
24
  HeadingIcon,
25
25
  TextIcon,
26
26
  SquareIcon,
27
- InfoCircledIcon,
28
27
  CrossCircledIcon,
29
- CheckCircledIcon,
30
- TokensIcon
28
+ CheckCircledIcon
31
29
  } from "@radix-ui/react-icons";
32
30
  export {
33
31
  ButtonIcon,
@@ -46,7 +44,6 @@ export {
46
44
  HamburgerMenuIcon,
47
45
  HeadingIcon,
48
46
  ImageIcon,
49
- InfoCircledIcon,
50
47
  InputIcon,
51
48
  LaptopIcon,
52
49
  Link2Icon,
@@ -56,7 +53,6 @@ export {
56
53
  Share1Icon,
57
54
  SquareIcon,
58
55
  TextIcon,
59
- TokensIcon,
60
56
  TriangleDownIcon,
61
57
  TriangleRightIcon
62
58
  };