@webstudio-is/icons 0.122.0 → 0.124.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__generated__/svg/index.js +11 -7
- package/lib/index.js +562 -554
- package/lib/types/src/__generated__/index.d.ts +3 -2
- package/lib/types/src/__generated__/info-circle.d.ts +3 -0
- package/lib/types/src/__generated__/{information.d.ts → shadow-inset.d.ts} +1 -1
- package/lib/types/src/__generated__/shadow-normal.d.ts +3 -0
- package/lib/types/src/__generated__/svg/index.d.ts +3 -2
- package/lib/types/src/__generated__/svg/info-circle.d.ts +1 -0
- package/lib/types/src/__generated__/svg/shadow-inset.d.ts +1 -0
- package/lib/types/src/__generated__/svg/shadow-normal.d.ts +1 -0
- package/package.json +1 -1
- package/lib/types/src/__generated__/info.d.ts +0 -3
- package/lib/types/src/__generated__/svg/info.d.ts +0 -1
- package/lib/types/src/__generated__/svg/information.d.ts +0 -1
package/lib/index.js
CHANGED
|
@@ -1170,850 +1170,857 @@ var ImageIcon = forwardRef102(
|
|
|
1170
1170
|
);
|
|
1171
1171
|
ImageIcon.displayName = "ImageIcon";
|
|
1172
1172
|
|
|
1173
|
-
// src/__generated__/info.tsx
|
|
1173
|
+
// src/__generated__/info-circle.tsx
|
|
1174
1174
|
import { forwardRef as forwardRef103 } from "react";
|
|
1175
1175
|
import { jsx as jsx103, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1176
|
-
var
|
|
1176
|
+
var InfoCircleIcon = forwardRef103(
|
|
1177
1177
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1178
1178
|
return /* @__PURE__ */ jsxs44("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1179
|
-
/* @__PURE__ */ jsx103("path", { d: "M8.
|
|
1180
|
-
/* @__PURE__ */ jsx103("path", {
|
|
1179
|
+
/* @__PURE__ */ jsx103("path", { d: "M8 13.35a5.35 5.35 0 1 0 0-10.7 5.35 5.35 0 0 0 0 10.7ZM14.65 8a6.65 6.65 0 1 1-13.3 0 6.65 6.65 0 0 1 13.3 0Z", clipRule: "evenodd" }),
|
|
1180
|
+
/* @__PURE__ */ jsx103("path", { d: "M8.8 4.913a.8.8 0 0 1-.8.8h-.009a.8.8 0 0 1 0-1.6H8a.8.8 0 0 1 .8.8ZM8 11.737a.65.65 0 0 1-.65-.65v-3.43a.65.65 0 1 1 1.3 0v3.43a.65.65 0 0 1-.65.65Z", clipRule: "evenodd" })
|
|
1181
1181
|
] });
|
|
1182
1182
|
}
|
|
1183
1183
|
);
|
|
1184
|
-
|
|
1184
|
+
InfoCircleIcon.displayName = "InfoCircleIcon";
|
|
1185
1185
|
|
|
1186
|
-
// src/__generated__/
|
|
1186
|
+
// src/__generated__/item.tsx
|
|
1187
1187
|
import { forwardRef as forwardRef104 } from "react";
|
|
1188
1188
|
import { jsx as jsx104, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1189
|
-
var
|
|
1189
|
+
var ItemIcon = forwardRef104(
|
|
1190
1190
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1191
1191
|
return /* @__PURE__ */ jsxs45("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1192
|
-
/* @__PURE__ */ jsx104("path", {
|
|
1193
|
-
/* @__PURE__ */ jsx104("path", {
|
|
1192
|
+
/* @__PURE__ */ jsx104("path", { d: "M3.7 6.175a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1193
|
+
/* @__PURE__ */ jsx104("path", { fillRule: "evenodd", d: "M5 6.175c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 6.175ZM5 10.05c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 10.05Z", clipRule: "evenodd" })
|
|
1194
1194
|
] });
|
|
1195
1195
|
}
|
|
1196
1196
|
);
|
|
1197
|
-
|
|
1197
|
+
ItemIcon.displayName = "ItemIcon";
|
|
1198
1198
|
|
|
1199
|
-
// src/__generated__/
|
|
1199
|
+
// src/__generated__/j-c-center.tsx
|
|
1200
1200
|
import { forwardRef as forwardRef105 } from "react";
|
|
1201
1201
|
import { jsx as jsx105, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1202
|
-
var
|
|
1202
|
+
var JCCenterIcon = forwardRef105(
|
|
1203
1203
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1204
1204
|
return /* @__PURE__ */ jsxs46("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1205
|
-
/* @__PURE__ */ jsx105("path", { d: "M3.
|
|
1206
|
-
/* @__PURE__ */ jsx105("path", { fillRule: "evenodd", d: "
|
|
1205
|
+
/* @__PURE__ */ jsx105("path", { d: "M3.1 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H3.9a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
1206
|
+
/* @__PURE__ */ jsx105("path", { fillRule: "evenodd", d: "M8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
1207
|
+
/* @__PURE__ */ jsx105("path", { d: "M9.9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8h-1.4a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
1207
1208
|
] });
|
|
1208
1209
|
}
|
|
1209
1210
|
);
|
|
1210
|
-
|
|
1211
|
+
JCCenterIcon.displayName = "JCCenterIcon";
|
|
1211
1212
|
|
|
1212
|
-
// src/__generated__/j-c-
|
|
1213
|
+
// src/__generated__/j-c-end.tsx
|
|
1213
1214
|
import { forwardRef as forwardRef106 } from "react";
|
|
1214
1215
|
import { jsx as jsx106, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1215
|
-
var
|
|
1216
|
+
var JCEndIcon = forwardRef106(
|
|
1216
1217
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1217
1218
|
return /* @__PURE__ */ jsxs47("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1218
|
-
/* @__PURE__ */ jsx106("path", { d: "
|
|
1219
|
-
/* @__PURE__ */ jsx106("path", {
|
|
1220
|
-
/* @__PURE__ */ jsx106("path", { d: "M9.9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8h-1.4a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
1219
|
+
/* @__PURE__ */ jsx106("path", { fillRule: "evenodd", d: "M13.8 14.5c-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768Z", clipRule: "evenodd" }),
|
|
1220
|
+
/* @__PURE__ */ jsx106("path", { d: "M12 11.2a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4ZM8 11.2a.8.8 0 0 1-.8.8H5.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4Z" })
|
|
1221
1221
|
] });
|
|
1222
1222
|
}
|
|
1223
1223
|
);
|
|
1224
|
-
|
|
1224
|
+
JCEndIcon.displayName = "JCEndIcon";
|
|
1225
1225
|
|
|
1226
|
-
// src/__generated__/j-c-
|
|
1226
|
+
// src/__generated__/j-c-space-around.tsx
|
|
1227
1227
|
import { forwardRef as forwardRef107 } from "react";
|
|
1228
1228
|
import { jsx as jsx107, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1229
|
-
var
|
|
1229
|
+
var JCSpaceAroundIcon = forwardRef107(
|
|
1230
1230
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1231
1231
|
return /* @__PURE__ */ jsxs48("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1232
|
-
/* @__PURE__ */ jsx107("path", { fillRule: "evenodd", d: "
|
|
1233
|
-
/* @__PURE__ */ jsx107("path", { d: "
|
|
1232
|
+
/* @__PURE__ */ jsx107("path", { fillRule: "evenodd", d: "M1.7 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
1233
|
+
/* @__PURE__ */ jsx107("path", { d: "M4.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V4.8ZM8.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
1234
|
+
/* @__PURE__ */ jsx107("path", { fillRule: "evenodd", d: "M14.3 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" })
|
|
1234
1235
|
] });
|
|
1235
1236
|
}
|
|
1236
1237
|
);
|
|
1237
|
-
|
|
1238
|
+
JCSpaceAroundIcon.displayName = "JCSpaceAroundIcon";
|
|
1238
1239
|
|
|
1239
|
-
// src/__generated__/j-c-space-
|
|
1240
|
+
// src/__generated__/j-c-space-between.tsx
|
|
1240
1241
|
import { forwardRef as forwardRef108 } from "react";
|
|
1241
1242
|
import { jsx as jsx108, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1242
|
-
var
|
|
1243
|
+
var JCSpaceBetweenIcon = forwardRef108(
|
|
1243
1244
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1244
1245
|
return /* @__PURE__ */ jsxs49("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1245
|
-
/* @__PURE__ */ jsx108("path", { fillRule: "evenodd", d: "
|
|
1246
|
-
/* @__PURE__ */ jsx108("path", { d: "M4
|
|
1247
|
-
/* @__PURE__ */ jsx108("path", { fillRule: "evenodd", d: "
|
|
1246
|
+
/* @__PURE__ */ jsx108("path", { fillRule: "evenodd", d: "M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
1247
|
+
/* @__PURE__ */ jsx108("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
1248
|
+
/* @__PURE__ */ jsx108("path", { fillRule: "evenodd", d: "M13.8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" })
|
|
1248
1249
|
] });
|
|
1249
1250
|
}
|
|
1250
1251
|
);
|
|
1251
|
-
|
|
1252
|
+
JCSpaceBetweenIcon.displayName = "JCSpaceBetweenIcon";
|
|
1252
1253
|
|
|
1253
|
-
// src/__generated__/j-c-
|
|
1254
|
+
// src/__generated__/j-c-start.tsx
|
|
1254
1255
|
import { forwardRef as forwardRef109 } from "react";
|
|
1255
1256
|
import { jsx as jsx109, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1256
|
-
var
|
|
1257
|
+
var JCStartIcon = forwardRef109(
|
|
1257
1258
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1258
1259
|
return /* @__PURE__ */ jsxs50("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1259
1260
|
/* @__PURE__ */ jsx109("path", { fillRule: "evenodd", d: "M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
1260
|
-
/* @__PURE__ */ jsx109("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.
|
|
1261
|
-
/* @__PURE__ */ jsx109("path", { fillRule: "evenodd", d: "M13.8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" })
|
|
1262
|
-
] });
|
|
1263
|
-
}
|
|
1264
|
-
);
|
|
1265
|
-
JCSpaceBetweenIcon.displayName = "JCSpaceBetweenIcon";
|
|
1266
|
-
|
|
1267
|
-
// src/__generated__/j-c-start.tsx
|
|
1268
|
-
import { forwardRef as forwardRef110 } from "react";
|
|
1269
|
-
import { jsx as jsx110, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1270
|
-
var JCStartIcon = forwardRef110(
|
|
1271
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1272
|
-
return /* @__PURE__ */ jsxs51("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1273
|
-
/* @__PURE__ */ jsx110("path", { fillRule: "evenodd", d: "M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
1274
|
-
/* @__PURE__ */ jsx110("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM8 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H8.8a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
1261
|
+
/* @__PURE__ */ jsx109("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM8 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H8.8a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
1275
1262
|
] });
|
|
1276
1263
|
}
|
|
1277
1264
|
);
|
|
1278
1265
|
JCStartIcon.displayName = "JCStartIcon";
|
|
1279
1266
|
|
|
1280
1267
|
// src/__generated__/label.tsx
|
|
1281
|
-
import { forwardRef as
|
|
1282
|
-
import { jsx as
|
|
1283
|
-
var LabelIcon =
|
|
1268
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
1269
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
1270
|
+
var LabelIcon = forwardRef110(
|
|
1284
1271
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1285
|
-
return /* @__PURE__ */
|
|
1272
|
+
return /* @__PURE__ */ jsx110("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx110("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM4.35 4.67A.65.65 0 0 1 5 4.02h2.657a.65.65 0 0 1 0 1.3H6.98v5.36h3.37V9.33a.65.65 0 1 1 1.3 0v2a.65.65 0 0 1-.65.65H5a.65.65 0 1 1 0-1.3h.68V5.32H5a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1286
1273
|
}
|
|
1287
1274
|
);
|
|
1288
1275
|
LabelIcon.displayName = "LabelIcon";
|
|
1289
1276
|
|
|
1290
1277
|
// src/__generated__/large X.tsx
|
|
1291
|
-
import { forwardRef as
|
|
1292
|
-
import { jsx as
|
|
1293
|
-
var LargeXIcon =
|
|
1278
|
+
import { forwardRef as forwardRef111 } from "react";
|
|
1279
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
1280
|
+
var LargeXIcon = forwardRef111(
|
|
1294
1281
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1295
|
-
return /* @__PURE__ */
|
|
1282
|
+
return /* @__PURE__ */ jsx111("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx111("path", { fillRule: "evenodd", d: "M13.566 2.434a.8.8 0 0 1 0 1.132L9.13 8l4.435 4.434a.8.8 0 0 1-1.132 1.132L8 9.13l-4.434 4.435a.8.8 0 0 1-1.132-1.132L6.87 8 2.434 3.566a.8.8 0 0 1 1.132-1.132L8 6.87l4.434-4.435a.8.8 0 0 1 1.132 0Z", clipRule: "evenodd" }) });
|
|
1296
1283
|
}
|
|
1297
1284
|
);
|
|
1298
1285
|
LargeXIcon.displayName = "LargeXIcon";
|
|
1299
1286
|
|
|
1300
1287
|
// src/__generated__/link-2-unlinked.tsx
|
|
1301
|
-
import { forwardRef as
|
|
1302
|
-
import { jsx as
|
|
1303
|
-
var Link2UnlinkedIcon =
|
|
1288
|
+
import { forwardRef as forwardRef112 } from "react";
|
|
1289
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
1290
|
+
var Link2UnlinkedIcon = forwardRef112(
|
|
1304
1291
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1305
|
-
return /* @__PURE__ */
|
|
1292
|
+
return /* @__PURE__ */ jsx112("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx112("path", { fillRule: "evenodd", d: "M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z", clipRule: "evenodd" }) });
|
|
1306
1293
|
}
|
|
1307
1294
|
);
|
|
1308
1295
|
Link2UnlinkedIcon.displayName = "Link2UnlinkedIcon";
|
|
1309
1296
|
|
|
1310
1297
|
// src/__generated__/link-2.tsx
|
|
1311
|
-
import { forwardRef as
|
|
1312
|
-
import { jsx as
|
|
1313
|
-
var Link2Icon =
|
|
1298
|
+
import { forwardRef as forwardRef113 } from "react";
|
|
1299
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
1300
|
+
var Link2Icon = forwardRef113(
|
|
1314
1301
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1315
|
-
return /* @__PURE__ */
|
|
1302
|
+
return /* @__PURE__ */ jsx113("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx113("path", { fillRule: "evenodd", d: "M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97Zm-2.857 0a.65.65 0 0 1-.65.65H5.933a.65.65 0 1 1 0-1.3h4.133a.65.65 0 0 1 .65.65ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z", clipRule: "evenodd" }) });
|
|
1316
1303
|
}
|
|
1317
1304
|
);
|
|
1318
1305
|
Link2Icon.displayName = "Link2Icon";
|
|
1319
1306
|
|
|
1320
1307
|
// src/__generated__/link.tsx
|
|
1321
|
-
import { forwardRef as
|
|
1322
|
-
import { jsx as
|
|
1323
|
-
var LinkIcon =
|
|
1308
|
+
import { forwardRef as forwardRef114 } from "react";
|
|
1309
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
1310
|
+
var LinkIcon = forwardRef114(
|
|
1324
1311
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1325
|
-
return /* @__PURE__ */
|
|
1312
|
+
return /* @__PURE__ */ jsx114("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx114("path", { fillRule: "evenodd", d: "M11.94 4.059c-.712-.713-2.076-.71-3.054.269l-.807.807a.65.65 0 0 1-.92-.92l.808-.807c1.365-1.365 3.56-1.602 4.893-.268 1.334 1.333 1.096 3.528-.269 4.893l-.807.807a.65.65 0 1 1-.92-.919l.808-.807c.978-.979.982-2.342.269-3.055Zm-2.02 2.02a.65.65 0 0 1 0 .92L6.999 9.92a.65.65 0 1 1-.92-.919l2.923-2.923a.65.65 0 0 1 .92 0ZM5.136 7.16a.65.65 0 0 1 0 .92l-.808.807c-.978.978-.981 2.342-.269 3.055.713.712 2.077.71 3.055-.27l.808-.806a.65.65 0 1 1 .919.919l-.808.807c-1.365 1.365-3.56 1.602-4.893.269-1.333-1.334-1.096-3.528.269-4.893l.807-.808a.65.65 0 0 1 .92 0Z", clipRule: "evenodd" }) });
|
|
1326
1313
|
}
|
|
1327
1314
|
);
|
|
1328
1315
|
LinkIcon.displayName = "LinkIcon";
|
|
1329
1316
|
|
|
1330
1317
|
// src/__generated__/list-item.tsx
|
|
1331
|
-
import { forwardRef as
|
|
1332
|
-
import { jsx as
|
|
1333
|
-
var ListItemIcon =
|
|
1318
|
+
import { forwardRef as forwardRef115 } from "react";
|
|
1319
|
+
import { jsx as jsx115, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1320
|
+
var ListItemIcon = forwardRef115(
|
|
1334
1321
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1335
|
-
return /* @__PURE__ */
|
|
1336
|
-
/* @__PURE__ */
|
|
1337
|
-
/* @__PURE__ */
|
|
1322
|
+
return /* @__PURE__ */ jsxs51("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1323
|
+
/* @__PURE__ */ jsx115("path", { d: "M3.7 6.175a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1324
|
+
/* @__PURE__ */ jsx115("path", { fillRule: "evenodd", d: "M5 6.175c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 6.175ZM5 10.05c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 10.05Z", clipRule: "evenodd" })
|
|
1338
1325
|
] });
|
|
1339
1326
|
}
|
|
1340
1327
|
);
|
|
1341
1328
|
ListItemIcon.displayName = "ListItemIcon";
|
|
1342
1329
|
|
|
1343
1330
|
// src/__generated__/list.tsx
|
|
1344
|
-
import { forwardRef as
|
|
1345
|
-
import { jsx as
|
|
1346
|
-
var ListIcon =
|
|
1331
|
+
import { forwardRef as forwardRef116 } from "react";
|
|
1332
|
+
import { jsx as jsx116, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1333
|
+
var ListIcon = forwardRef116(
|
|
1347
1334
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1348
|
-
return /* @__PURE__ */
|
|
1349
|
-
/* @__PURE__ */
|
|
1350
|
-
/* @__PURE__ */
|
|
1351
|
-
/* @__PURE__ */
|
|
1352
|
-
/* @__PURE__ */
|
|
1353
|
-
/* @__PURE__ */
|
|
1354
|
-
/* @__PURE__ */
|
|
1335
|
+
return /* @__PURE__ */ jsxs52("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1336
|
+
/* @__PURE__ */ jsx116("path", { d: "M3.7 4.35a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1337
|
+
/* @__PURE__ */ jsx116("path", { fillRule: "evenodd", d: "M5 4.35c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 4.35Z", clipRule: "evenodd" }),
|
|
1338
|
+
/* @__PURE__ */ jsx116("path", { d: "M3.7 8A.85.85 0 1 1 2 8a.85.85 0 0 1 1.7 0Z" }),
|
|
1339
|
+
/* @__PURE__ */ jsx116("path", { fillRule: "evenodd", d: "M5 8c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 8Z", clipRule: "evenodd" }),
|
|
1340
|
+
/* @__PURE__ */ jsx116("path", { d: "M3.7 11.65a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1341
|
+
/* @__PURE__ */ jsx116("path", { fillRule: "evenodd", d: "M5 11.65c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 11.65Z", clipRule: "evenodd" })
|
|
1355
1342
|
] });
|
|
1356
1343
|
}
|
|
1357
1344
|
);
|
|
1358
1345
|
ListIcon.displayName = "ListIcon";
|
|
1359
1346
|
|
|
1360
1347
|
// src/__generated__/loading-dots.tsx
|
|
1361
|
-
import { forwardRef as
|
|
1362
|
-
import { jsx as
|
|
1363
|
-
var LoadingDotsIcon =
|
|
1348
|
+
import { forwardRef as forwardRef117 } from "react";
|
|
1349
|
+
import { jsx as jsx117, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1350
|
+
var LoadingDotsIcon = forwardRef117(
|
|
1364
1351
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1365
|
-
return /* @__PURE__ */
|
|
1366
|
-
/* @__PURE__ */
|
|
1367
|
-
/* @__PURE__ */
|
|
1368
|
-
/* @__PURE__ */
|
|
1369
|
-
/* @__PURE__ */
|
|
1352
|
+
return /* @__PURE__ */ jsxs53("svg", { xmlns: "http://www.w3.org/2000/svg", id: "eEMFTOz1Zbw1", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision", viewBox: "0 0 300 300", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1353
|
+
/* @__PURE__ */ jsx117("style", { children: "@keyframes eEMFTOz1Zbw12_to__to{0%,26.666667%,56.666667%,6.333333%,77%,to{transform:translate(150px,180px)}16.666667%,67%{transform:translate(150px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw13_to__to{0%,20%,50%,70%,to{transform:translate(80px,180px)}10%,60%{transform:translate(80px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw14_to__to{0%,13.333333%,33.333333%,63.333333%,83.333333%,to{transform:translate(220px,180px)}23.333333%,73.333333%{transform:translate(220px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}#eEMFTOz1Zbw12_to{animation:eEMFTOz1Zbw12_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw13_to{animation:eEMFTOz1Zbw13_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw14_to{animation:eEMFTOz1Zbw14_to__to 2000ms linear infinite normal forwards}" }),
|
|
1354
|
+
/* @__PURE__ */ jsx117("circle", { id: "eEMFTOz1Zbw12_to", r: "20", strokeWidth: "0", transform: "translate(150,180) translate(0,0)" }),
|
|
1355
|
+
/* @__PURE__ */ jsx117("circle", { id: "eEMFTOz1Zbw13_to", r: "20", strokeWidth: "0", transform: "translate(80,180) translate(0,0)" }),
|
|
1356
|
+
/* @__PURE__ */ jsx117("circle", { id: "eEMFTOz1Zbw14_to", r: "20", strokeWidth: "0", transform: "translate(220,180) translate(0,0)" })
|
|
1370
1357
|
] });
|
|
1371
1358
|
}
|
|
1372
1359
|
);
|
|
1373
1360
|
LoadingDotsIcon.displayName = "LoadingDotsIcon";
|
|
1374
1361
|
|
|
1375
1362
|
// src/__generated__/menu-ellipses.tsx
|
|
1376
|
-
import { forwardRef as
|
|
1377
|
-
import { jsx as
|
|
1378
|
-
var MenuEllipsesIcon =
|
|
1363
|
+
import { forwardRef as forwardRef118 } from "react";
|
|
1364
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
1365
|
+
var MenuEllipsesIcon = forwardRef118(
|
|
1379
1366
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1380
|
-
return /* @__PURE__ */
|
|
1367
|
+
return /* @__PURE__ */ jsx118("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx118("path", { d: "M4 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" }) });
|
|
1381
1368
|
}
|
|
1382
1369
|
);
|
|
1383
1370
|
MenuEllipsesIcon.displayName = "MenuEllipsesIcon";
|
|
1384
1371
|
|
|
1385
1372
|
// src/__generated__/mic-off.tsx
|
|
1386
|
-
import { forwardRef as
|
|
1387
|
-
import { jsx as
|
|
1388
|
-
var MicOffIcon =
|
|
1373
|
+
import { forwardRef as forwardRef119 } from "react";
|
|
1374
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
1375
|
+
var MicOffIcon = forwardRef119(
|
|
1389
1376
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1390
|
-
return /* @__PURE__ */
|
|
1377
|
+
return /* @__PURE__ */ jsx119("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx119("path", { fillRule: "evenodd", d: "M.874.874a.65.65 0 0 1 .919 0L6.459 5.54l3.416 3.414.027.029 1.36 1.36c.475-.66.755-1.468.755-2.343V6.667a.65.65 0 1 1 1.3 0V8c0 1.234-.42 2.37-1.126 3.272l2.935 2.935a.65.65 0 0 1-.919.92l-2.935-2.936a5.29 5.29 0 0 1-2.622 1.086v.74h2.017a.65.65 0 1 1 0 1.3H5.333a.65.65 0 0 1 0-1.3H7.35v-.74A5.318 5.318 0 0 1 2.683 8V6.667a.65.65 0 0 1 1.3 0V8a4.017 4.017 0 0 0 6.36 3.263l-.986-.987A2.65 2.65 0 0 1 5.35 8V6.27L.874 1.792a.65.65 0 0 1 0-.92ZM6.65 7.569V8a1.35 1.35 0 0 0 1.727 1.297L6.65 7.569ZM5.626 2.155a2.65 2.65 0 0 1 5.024 1.178v2.934a.65.65 0 1 1-1.3 0V3.333a1.35 1.35 0 0 0-2.56-.6.65.65 0 0 1-1.164-.578Z", clipRule: "evenodd" }) });
|
|
1391
1378
|
}
|
|
1392
1379
|
);
|
|
1393
1380
|
MicOffIcon.displayName = "MicOffIcon";
|
|
1394
1381
|
|
|
1395
1382
|
// src/__generated__/mic.tsx
|
|
1396
|
-
import { forwardRef as
|
|
1397
|
-
import { jsx as
|
|
1398
|
-
var MicIcon =
|
|
1383
|
+
import { forwardRef as forwardRef120 } from "react";
|
|
1384
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
1385
|
+
var MicIcon = forwardRef120(
|
|
1399
1386
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1400
|
-
return /* @__PURE__ */
|
|
1387
|
+
return /* @__PURE__ */ jsx120("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx120("path", { fillRule: "evenodd", d: "M5.35 3.333a2.65 2.65 0 0 1 5.3 0V8a2.65 2.65 0 1 1-5.3 0V3.333ZM8 1.983a1.35 1.35 0 0 0-1.35 1.35V8a1.35 1.35 0 1 0 2.7 0V3.333A1.35 1.35 0 0 0 8 1.983ZM3.333 6.017a.65.65 0 0 1 .65.65V8a4.017 4.017 0 0 0 8.034 0V6.667a.65.65 0 1 1 1.3 0V8a5.318 5.318 0 0 1-4.667 5.277v.74h2.017a.65.65 0 1 1 0 1.3H5.333a.65.65 0 1 1 0-1.3H7.35v-.74A5.318 5.318 0 0 1 2.683 8V6.667a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
|
|
1401
1388
|
}
|
|
1402
1389
|
);
|
|
1403
1390
|
MicIcon.displayName = "MicIcon";
|
|
1404
1391
|
|
|
1405
1392
|
// src/__generated__/minus.tsx
|
|
1406
|
-
import { forwardRef as
|
|
1407
|
-
import { jsx as
|
|
1408
|
-
var MinusIcon =
|
|
1393
|
+
import { forwardRef as forwardRef121 } from "react";
|
|
1394
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
1395
|
+
var MinusIcon = forwardRef121(
|
|
1409
1396
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1410
|
-
return /* @__PURE__ */
|
|
1397
|
+
return /* @__PURE__ */ jsx121("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx121("path", { fillRule: "evenodd", d: "M14 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1 0-1.5h10.5A.75.75 0 0 1 14 8Z", clipRule: "evenodd" }) });
|
|
1411
1398
|
}
|
|
1412
1399
|
);
|
|
1413
1400
|
MinusIcon.displayName = "MinusIcon";
|
|
1414
1401
|
|
|
1415
1402
|
// src/__generated__/navigation-menu.tsx
|
|
1416
|
-
import { forwardRef as
|
|
1417
|
-
import { jsx as
|
|
1418
|
-
var NavigationMenuIcon =
|
|
1403
|
+
import { forwardRef as forwardRef122 } from "react";
|
|
1404
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
1405
|
+
var NavigationMenuIcon = forwardRef122(
|
|
1419
1406
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1420
|
-
return /* @__PURE__ */
|
|
1407
|
+
return /* @__PURE__ */ jsx122("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx122("path", { d: "M10.827 1.35H5.173c-.537 0-.98 0-1.34.03-.373.03-.715.095-1.036.259a2.65 2.65 0 0 0-1.158 1.158c-.181.355-.243.739-.269 1.163a.65.65 0 0 0 .65.69h11.96a.65.65 0 0 0 .65-.69c-.026-.424-.088-.808-.269-1.163a2.65 2.65 0 0 0-1.158-1.158c-.32-.164-.663-.229-1.037-.26-.36-.029-.802-.029-1.34-.029ZM2 6.02a.65.65 0 0 1 .65.65v4.13c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V6.67a.65.65 0 1 1 1.3 0v4.156c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V6.67A.65.65 0 0 1 2 6.02Z" }) });
|
|
1421
1408
|
}
|
|
1422
1409
|
);
|
|
1423
1410
|
NavigationMenuIcon.displayName = "NavigationMenuIcon";
|
|
1424
1411
|
|
|
1425
1412
|
// src/__generated__/no-wrap.tsx
|
|
1426
|
-
import { forwardRef as
|
|
1427
|
-
import { jsx as
|
|
1428
|
-
var NoWrapIcon =
|
|
1413
|
+
import { forwardRef as forwardRef123 } from "react";
|
|
1414
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
1415
|
+
var NoWrapIcon = forwardRef123(
|
|
1429
1416
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1430
|
-
return /* @__PURE__ */
|
|
1417
|
+
return /* @__PURE__ */ jsx123("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx123("path", { d: "M4 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H2.66a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98H4ZM8.67 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H7.33a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34ZM13.34 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H12a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34Z" }) });
|
|
1431
1418
|
}
|
|
1432
1419
|
);
|
|
1433
1420
|
NoWrapIcon.displayName = "NoWrapIcon";
|
|
1434
1421
|
|
|
1435
1422
|
// src/__generated__/offline.tsx
|
|
1436
|
-
import { forwardRef as
|
|
1437
|
-
import { jsx as
|
|
1438
|
-
var OfflineIcon =
|
|
1423
|
+
import { forwardRef as forwardRef124 } from "react";
|
|
1424
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
1425
|
+
var OfflineIcon = forwardRef124(
|
|
1439
1426
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1440
|
-
return /* @__PURE__ */
|
|
1427
|
+
return /* @__PURE__ */ jsx124("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx124("path", { fillRule: "evenodd", d: "M3.301 3.14a.75.75 0 0 1 1.061 0l14.67 14.67a.75.75 0 1 1-1.061 1.06l-1.53-1.53a4.521 4.521 0 0 1-.857.082H6.416a4.5 4.5 0 0 1-.975-8.895 5.723 5.723 0 0 1 .656-1.53L3.301 4.2a.75.75 0 0 1 0-1.06ZM7.2 8.098a4.216 4.216 0 0 0-.394 1.21.75.75 0 0 1-.67.626 3.001 3.001 0 0 0 .28 5.988h8.609L7.199 8.098Zm2.555-3.71a5.753 5.753 0 0 1 6.805 4.138 4.502 4.502 0 0 1 3.226 6.014.75.75 0 1 1-1.4-.54 3.001 3.001 0 0 0-2.52-4.067.75.75 0 0 1-.67-.624 4.252 4.252 0 0 0-5.117-3.455.75.75 0 0 1-.324-1.465Z", clipRule: "evenodd" }) });
|
|
1441
1428
|
}
|
|
1442
1429
|
);
|
|
1443
1430
|
OfflineIcon.displayName = "OfflineIcon";
|
|
1444
1431
|
|
|
1445
1432
|
// src/__generated__/order-first.tsx
|
|
1446
|
-
import { forwardRef as
|
|
1447
|
-
import { jsx as
|
|
1448
|
-
var OrderFirstIcon =
|
|
1433
|
+
import { forwardRef as forwardRef125 } from "react";
|
|
1434
|
+
import { jsx as jsx125, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1435
|
+
var OrderFirstIcon = forwardRef125(
|
|
1449
1436
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1450
|
-
return /* @__PURE__ */
|
|
1451
|
-
/* @__PURE__ */
|
|
1452
|
-
/* @__PURE__ */
|
|
1437
|
+
return /* @__PURE__ */ jsxs54("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1438
|
+
/* @__PURE__ */ jsx125("path", { d: "M2.324 3.35a.98.98 0 0 0-.98.98v7.34c0 .541.438.98.98.98h1.34a.98.98 0 0 0 .98-.98V4.33a.98.98 0 0 0-.98-.98h-1.34Z" }),
|
|
1439
|
+
/* @__PURE__ */ jsx125("path", { fillRule: "evenodd", d: "M6.657 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37ZM11.66 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37Z", clipRule: "evenodd" })
|
|
1453
1440
|
] });
|
|
1454
1441
|
}
|
|
1455
1442
|
);
|
|
1456
1443
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
1457
1444
|
|
|
1458
1445
|
// src/__generated__/order-last.tsx
|
|
1459
|
-
import { forwardRef as
|
|
1460
|
-
import { jsx as
|
|
1461
|
-
var OrderLastIcon =
|
|
1446
|
+
import { forwardRef as forwardRef126 } from "react";
|
|
1447
|
+
import { jsx as jsx126, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1448
|
+
var OrderLastIcon = forwardRef126(
|
|
1462
1449
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1463
|
-
return /* @__PURE__ */
|
|
1464
|
-
/* @__PURE__ */
|
|
1465
|
-
/* @__PURE__ */
|
|
1450
|
+
return /* @__PURE__ */ jsxs55("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1451
|
+
/* @__PURE__ */ jsx126("path", { d: "M13.67 3.35a.98.98 0 0 1 .98.98v7.34a.98.98 0 0 1-.98.98h-1.34a.98.98 0 0 1-.98-.98V4.33a.98.98 0 0 1 .98-.98h1.34Z" }),
|
|
1452
|
+
/* @__PURE__ */ jsx126("path", { fillRule: "evenodd", d: "M4.334 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37ZM9.337 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37Z", clipRule: "evenodd" })
|
|
1466
1453
|
] });
|
|
1467
1454
|
}
|
|
1468
1455
|
);
|
|
1469
1456
|
OrderLastIcon.displayName = "OrderLastIcon";
|
|
1470
1457
|
|
|
1471
1458
|
// src/__generated__/overlay.tsx
|
|
1472
|
-
import { forwardRef as
|
|
1473
|
-
import { jsx as
|
|
1474
|
-
var OverlayIcon =
|
|
1459
|
+
import { forwardRef as forwardRef127 } from "react";
|
|
1460
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
1461
|
+
var OverlayIcon = forwardRef127(
|
|
1475
1462
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1476
|
-
return /* @__PURE__ */
|
|
1463
|
+
return /* @__PURE__ */ jsx127("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx127("path", { d: "M10.827 1.35H5.173c-.537 0-.98 0-1.34.03-.373.03-.715.095-1.036.259a2.65 2.65 0 0 0-1.158 1.158c-.164.32-.23.663-.26 1.037-.029.36-.029.802-.029 1.34v5.653c0 .537 0 .98.03 1.34.03.373.095.715.259 1.036.254.499.66.904 1.158 1.158.32.164.663.23 1.036.26.36.03.803.03 1.34.03h5.654c.537 0 .98 0 1.34-.03.373-.03.715-.096 1.036-.26a2.65 2.65 0 0 0 1.158-1.158c.164-.32.229-.663.26-1.036.029-.36.029-.803.029-1.34V5.173c0-.537 0-.98-.03-1.34-.03-.373-.095-.715-.259-1.036a2.65 2.65 0 0 0-1.158-1.158c-.32-.164-.663-.229-1.037-.26-.36-.029-.802-.029-1.34-.029Z", opacity: ".3" }) });
|
|
1477
1464
|
}
|
|
1478
1465
|
);
|
|
1479
1466
|
OverlayIcon.displayName = "OverlayIcon";
|
|
1480
1467
|
|
|
1481
1468
|
// src/__generated__/page.tsx
|
|
1482
|
-
import { forwardRef as
|
|
1483
|
-
import { jsx as
|
|
1484
|
-
var PageIcon =
|
|
1469
|
+
import { forwardRef as forwardRef128 } from "react";
|
|
1470
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
1471
|
+
var PageIcon = forwardRef128(
|
|
1485
1472
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1486
|
-
return /* @__PURE__ */
|
|
1473
|
+
return /* @__PURE__ */ jsx128("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx128("path", { fillRule: "evenodd", d: "M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.022.267-.022.614-.022 1.129v6.24c0 .515 0 .862.022 1.13.022.26.06.386.103.472.11.216.287.392.503.503.086.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .503-.503c.043-.085.081-.213.103-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.002-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm.903-1.095a2.451 2.451 0 0 0-.427-.145c-.283-.068-.577-.068-.955-.068H6.053c-.481 0-.881 0-1.208.027-.34.028-.658.087-.957.24a2.45 2.45 0 0 0-1.071 1.07c-.153.3-.213.617-.24.958-.027.327-.027.727-.027 1.208v6.293c0 .482 0 .882.027 1.21.027.34.087.657.24.956.235.461.61.836 1.07 1.071.3.153.617.213.958.24.327.027.727.027 1.208.027h3.894c.481 0 .881 0 1.208-.027.34-.027.658-.087.957-.24a2.45 2.45 0 0 0 1.071-1.07c.152-.3.213-.618.24-.958.027-.327.027-.727.027-1.209V6.73c0-.378 0-.672-.068-.955a2.445 2.445 0 0 0-.293-.709c-.152-.248-.36-.456-.628-.723l-.045-.045-1.913-1.913-.045-.045c-.267-.268-.475-.476-.723-.628a2.452 2.452 0 0 0-.281-.148Zm.397 2.006V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57Z", clipRule: "evenodd" }) });
|
|
1487
1474
|
}
|
|
1488
1475
|
);
|
|
1489
1476
|
PageIcon.displayName = "PageIcon";
|
|
1490
1477
|
|
|
1491
1478
|
// src/__generated__/paint-brush.tsx
|
|
1492
|
-
import { forwardRef as
|
|
1493
|
-
import { jsx as
|
|
1494
|
-
var PaintBrushIcon =
|
|
1479
|
+
import { forwardRef as forwardRef129 } from "react";
|
|
1480
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
1481
|
+
var PaintBrushIcon = forwardRef129(
|
|
1495
1482
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1496
|
-
return /* @__PURE__ */
|
|
1483
|
+
return /* @__PURE__ */ jsx129("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx129("path", { d: "M11.391 1.873a1.93 1.93 0 0 1 2.69.046c.753.753.759 1.933.052 2.696-.33.356-.84.916-1.431 1.566-.67.734-1.443 1.584-2.18 2.384A121.12 121.12 0 0 1 8.7 10.512c-.242.25-.45.459-.603.602a2.787 2.787 0 0 1-.22.19.893.893 0 0 1-.178.105.66.66 0 0 1-.869-.325c-.363-.787-1.127-1.548-1.908-1.907a.657.657 0 0 1-.325-.87.894.894 0 0 1 .105-.177 2.79 2.79 0 0 1 .19-.221c.143-.154.352-.361.602-.602a121.42 121.42 0 0 1 1.948-1.824c.8-.736 1.649-1.51 2.383-2.179.65-.591 1.21-1.101 1.566-1.431Zm1.771.966a.631.631 0 0 0-.888-.012c-.352.326-.92.843-1.576 1.441-.74.674-1.592 1.45-2.376 2.172a120.24 120.24 0 0 0-2.114 1.985 5.677 5.677 0 0 1 1.373 1.373l.184-.189c.473-.49 1.115-1.179 1.801-1.925.722-.784 1.498-1.636 2.172-2.375.598-.657 1.115-1.225 1.441-1.577a.635.635 0 0 0-.017-.893ZM3.998 10.002c-1.107 0-2 .893-2 1.999 0 .684-.474 1.114-.948 1.268-.153.05-.242.246-.13.362.625.64 1.533 1.036 2.411 1.036A2.665 2.665 0 0 0 5.997 12c0-1.106-.893-2-2-2Z", clipRule: "evenodd" }) });
|
|
1497
1484
|
}
|
|
1498
1485
|
);
|
|
1499
1486
|
PaintBrushIcon.displayName = "PaintBrushIcon";
|
|
1500
1487
|
|
|
1501
1488
|
// src/__generated__/phone.tsx
|
|
1502
|
-
import { forwardRef as
|
|
1503
|
-
import { jsx as
|
|
1504
|
-
var PhoneIcon =
|
|
1489
|
+
import { forwardRef as forwardRef130 } from "react";
|
|
1490
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
1491
|
+
var PhoneIcon = forwardRef130(
|
|
1505
1492
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1506
|
-
return /* @__PURE__ */
|
|
1493
|
+
return /* @__PURE__ */ jsx130("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx130("path", { fillRule: "evenodd", d: "M4.562 2.719a.64.64 0 0 0-.578 0c-.068.034-.153.108-.532.487l-.102.101c-.361.362-.458.466-.535.604-.09.16-.166.45-.165.633 0 .163.024.261.131.637a11.629 11.629 0 0 0 2.978 5.06 11.63 11.63 0 0 0 5.06 2.978c.376.107.474.13.637.131.184 0 .473-.075.633-.165.138-.077.242-.174.604-.535l.101-.102c.38-.379.453-.464.487-.532a.64.64 0 0 0 0-.578c-.034-.068-.108-.153-.487-.532l-.125-.125c-.25-.25-.305-.3-.347-.327a.64.64 0 0 0-.697 0c-.042.027-.098.078-.347.327l-.015.015c-.058.058-.131.132-.22.195a1.324 1.324 0 0 1-1.116.19c-.104-.03-.19-.071-.255-.103l-.016-.007a10.07 10.07 0 0 1-2.764-1.963 10.068 10.068 0 0 1-1.963-2.764l-.007-.016c-.032-.066-.073-.151-.103-.255a1.324 1.324 0 0 1 .19-1.116c.063-.089.137-.162.195-.22l.015-.015c.25-.25.3-.305.327-.347a.64.64 0 0 0 0-.697c-.027-.042-.078-.098-.327-.347l-.125-.125c-.38-.38-.464-.453-.532-.487Zm-1.165-1.16a1.94 1.94 0 0 1 1.751 0c.28.141.523.385.803.666l.228.228c.185.184.345.344.457.516a1.94 1.94 0 0 1 0 2.115c-.112.172-.272.332-.457.516-.036.036-.073.072-.109.11v.004l.031.067c.418.87.987 1.686 1.71 2.408a8.768 8.768 0 0 0 2.408 1.71l.067.031h.004c.038-.036.074-.073.11-.11.184-.184.344-.344.516-.456a1.94 1.94 0 0 1 2.115 0c.172.112.332.272.516.457l.228.228c.281.28.525.523.666.803.279.55.279 1.2 0 1.75-.141.28-.385.523-.666.803l-.207.208c-.3.3-.53.53-.842.706a2.82 2.82 0 0 1-1.274.331c-.356-.001-.617-.075-.951-.17l-.037-.01a12.93 12.93 0 0 1-5.625-3.31A12.93 12.93 0 0 1 1.53 5.537l-.01-.037c-.095-.334-.169-.595-.17-.951a2.82 2.82 0 0 1 .331-1.274c.175-.311.406-.542.706-.842l.208-.207c.28-.281.522-.525.802-.666Z", clipRule: "evenodd" }) });
|
|
1507
1494
|
}
|
|
1508
1495
|
);
|
|
1509
1496
|
PhoneIcon.displayName = "PhoneIcon";
|
|
1510
1497
|
|
|
1511
1498
|
// src/__generated__/play.tsx
|
|
1512
|
-
import { forwardRef as
|
|
1513
|
-
import { jsx as
|
|
1514
|
-
var PlayIcon =
|
|
1499
|
+
import { forwardRef as forwardRef131 } from "react";
|
|
1500
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
1501
|
+
var PlayIcon = forwardRef131(
|
|
1515
1502
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1516
|
-
return /* @__PURE__ */
|
|
1503
|
+
return /* @__PURE__ */ jsx131("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx131("path", { d: "M4.766 5.765c0-.725 0-1.088.178-1.288a.93.93 0 0 1 .648-.294c.294-.015.65.186 1.359.588l9.234 5.235c.586.332.88.498.982.708.09.183.09.389 0 .572-.102.21-.396.376-.982.708l-9.234 5.235c-.71.402-1.065.603-1.359.588a.93.93 0 0 1-.648-.294c-.178-.2-.178-.563-.178-1.288V5.765Z" }) });
|
|
1517
1504
|
}
|
|
1518
1505
|
);
|
|
1519
1506
|
PlayIcon.displayName = "PlayIcon";
|
|
1520
1507
|
|
|
1521
1508
|
// src/__generated__/plus.tsx
|
|
1522
|
-
import { forwardRef as
|
|
1523
|
-
import { jsx as
|
|
1524
|
-
var PlusIcon =
|
|
1509
|
+
import { forwardRef as forwardRef132 } from "react";
|
|
1510
|
+
import { jsx as jsx132, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1511
|
+
var PlusIcon = forwardRef132(
|
|
1525
1512
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1526
|
-
return /* @__PURE__ */
|
|
1527
|
-
/* @__PURE__ */
|
|
1528
|
-
/* @__PURE__ */
|
|
1513
|
+
return /* @__PURE__ */ jsxs56("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1514
|
+
/* @__PURE__ */ jsx132("path", { fillRule: "evenodd", d: "M8 14a.75.75 0 0 1-.75-.75V2.75a.75.75 0 0 1 1.5 0v10.5A.75.75 0 0 1 8 14Z", clipRule: "evenodd" }),
|
|
1515
|
+
/* @__PURE__ */ jsx132("path", { fillRule: "evenodd", d: "M14 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1 0-1.5h10.5A.75.75 0 0 1 14 8Z", clipRule: "evenodd" })
|
|
1529
1516
|
] });
|
|
1530
1517
|
}
|
|
1531
1518
|
);
|
|
1532
1519
|
PlusIcon.displayName = "PlusIcon";
|
|
1533
1520
|
|
|
1534
1521
|
// src/__generated__/popover.tsx
|
|
1535
|
-
import { forwardRef as
|
|
1536
|
-
import { jsx as
|
|
1537
|
-
var PopoverIcon =
|
|
1522
|
+
import { forwardRef as forwardRef133 } from "react";
|
|
1523
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
1524
|
+
var PopoverIcon = forwardRef133(
|
|
1538
1525
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1539
|
-
return /* @__PURE__ */
|
|
1526
|
+
return /* @__PURE__ */ jsx133("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx133("path", { fillRule: "evenodd", d: "M4.568 13.316c.412.034.941.034 1.699.034H11a.65.65 0 0 1 0 1.3H6.239c-.723 0-1.306 0-1.777-.039-.485-.04-.909-.123-1.301-.322a3.317 3.317 0 0 1-1.45-1.45c-.2-.392-.283-.816-.323-1.301-.038-.472-.038-1.054-.038-1.777V5a.65.65 0 0 1 1.3 0v4.733c0 .758 0 1.287.034 1.699.033.404.095.639.186.817.193.38.502.688.881.881.178.091.413.153.817.186Zm7.324-1h-5.45c-.352 0-.655 0-.904-.02a2.02 2.02 0 0 1-.772-.195 1.984 1.984 0 0 1-.867-.867 2.02 2.02 0 0 1-.195-.772c-.02-.249-.02-.552-.02-.903v-5.45c0-.353 0-.655.02-.904a2.02 2.02 0 0 1 .195-.772c.19-.373.494-.677.867-.867.25-.127.51-.174.772-.196.249-.02.552-.02.903-.02h5.45c.353 0 .655 0 .904.02.263.022.523.069.772.196.373.19.677.494.867.867.127.25.174.51.196.772.02.249.02.551.02.903v5.45c0 .352 0 .655-.02.904a2.02 2.02 0 0 1-.196.772c-.19.373-.494.676-.867.867a2.02 2.02 0 0 1-.772.195c-.249.02-.551.02-.903.02Zm.797-1.315c.183-.015.252-.04.288-.059a.684.684 0 0 0 .298-.298c.019-.036.044-.106.059-.288.016-.19.016-.439.016-.823v-5.4c0-.384 0-.633-.016-.822-.015-.183-.04-.252-.059-.288a.684.684 0 0 0-.298-.299c-.036-.018-.105-.043-.288-.058-.19-.015-.438-.016-.822-.016h-5.4c-.384 0-.633 0-.823.016-.182.015-.252.04-.288.058a.683.683 0 0 0-.298.3c-.018.035-.044.104-.059.287-.015.19-.016.438-.016.822v5.4c0 .384 0 .633.016.823.015.182.04.252.059.288.065.128.17.233.298.298.036.018.106.044.288.059.19.015.439.016.823.016h5.4c.384 0 .633 0 .822-.016Z", clipRule: "evenodd" }) });
|
|
1540
1527
|
}
|
|
1541
1528
|
);
|
|
1542
1529
|
PopoverIcon.displayName = "PopoverIcon";
|
|
1543
1530
|
|
|
1544
1531
|
// src/__generated__/radio-checked.tsx
|
|
1545
|
-
import { forwardRef as
|
|
1546
|
-
import { jsx as
|
|
1547
|
-
var RadioCheckedIcon =
|
|
1532
|
+
import { forwardRef as forwardRef134 } from "react";
|
|
1533
|
+
import { jsx as jsx134, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1534
|
+
var RadioCheckedIcon = forwardRef134(
|
|
1548
1535
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1549
|
-
return /* @__PURE__ */
|
|
1550
|
-
/* @__PURE__ */
|
|
1551
|
-
/* @__PURE__ */
|
|
1536
|
+
return /* @__PURE__ */ jsxs57("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1537
|
+
/* @__PURE__ */ jsx134("path", { d: "M8 5.35a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3Z" }),
|
|
1538
|
+
/* @__PURE__ */ jsx134("path", { fillRule: "evenodd", d: "M8 1.35a6.65 6.65 0 1 0 0 13.3 6.65 6.65 0 0 0 0-13.3ZM2.65 8a5.35 5.35 0 1 1 10.7 0 5.35 5.35 0 0 1-10.7 0Z", clipRule: "evenodd" })
|
|
1552
1539
|
] });
|
|
1553
1540
|
}
|
|
1554
1541
|
);
|
|
1555
1542
|
RadioCheckedIcon.displayName = "RadioCheckedIcon";
|
|
1556
1543
|
|
|
1557
1544
|
// src/__generated__/radio-dot.tsx
|
|
1558
|
-
import { forwardRef as
|
|
1559
|
-
import { jsx as
|
|
1560
|
-
var RadioDotIcon =
|
|
1545
|
+
import { forwardRef as forwardRef135 } from "react";
|
|
1546
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
1547
|
+
var RadioDotIcon = forwardRef135(
|
|
1561
1548
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1562
|
-
return /* @__PURE__ */
|
|
1549
|
+
return /* @__PURE__ */ jsx135("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx135("path", { d: "M8 5.35a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3Z" }) });
|
|
1563
1550
|
}
|
|
1564
1551
|
);
|
|
1565
1552
|
RadioDotIcon.displayName = "RadioDotIcon";
|
|
1566
1553
|
|
|
1567
1554
|
// src/__generated__/radio-unchecked.tsx
|
|
1568
|
-
import { forwardRef as
|
|
1569
|
-
import { jsx as
|
|
1570
|
-
var RadioUncheckedIcon =
|
|
1555
|
+
import { forwardRef as forwardRef136 } from "react";
|
|
1556
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
1557
|
+
var RadioUncheckedIcon = forwardRef136(
|
|
1571
1558
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1572
|
-
return /* @__PURE__ */
|
|
1559
|
+
return /* @__PURE__ */ jsx136("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx136("path", { fillRule: "evenodd", d: "M8 1.35a6.65 6.65 0 1 0 0 13.3 6.65 6.65 0 0 0 0-13.3ZM2.65 8a5.35 5.35 0 1 1 10.7 0 5.35 5.35 0 0 1-10.7 0Z", clipRule: "evenodd" }) });
|
|
1573
1560
|
}
|
|
1574
1561
|
);
|
|
1575
1562
|
RadioUncheckedIcon.displayName = "RadioUncheckedIcon";
|
|
1576
1563
|
|
|
1577
1564
|
// src/__generated__/refresh.tsx
|
|
1578
|
-
import { forwardRef as
|
|
1579
|
-
import { jsx as
|
|
1580
|
-
var RefreshIcon =
|
|
1565
|
+
import { forwardRef as forwardRef137 } from "react";
|
|
1566
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
1567
|
+
var RefreshIcon = forwardRef137(
|
|
1581
1568
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1582
|
-
return /* @__PURE__ */
|
|
1569
|
+
return /* @__PURE__ */ jsx137("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx137("path", { fillRule: "evenodd", d: "M11.812 4.737A5.018 5.018 0 0 0 3.01 7.473a.65.65 0 1 1-1.293-.137A6.318 6.318 0 0 1 12.962 4.09l.081-.302a.65.65 0 0 1 1.256.336l-.488 1.822a.65.65 0 0 1-.796.46l-1.822-.489a.65.65 0 1 1 .337-1.256l.282.076Zm1.892 3.212a.65.65 0 0 1 .578.715A6.318 6.318 0 0 1 3.038 11.91l-.081.302a.65.65 0 1 1-1.256-.336l.488-1.822a.65.65 0 0 1 .796-.46l1.822.489a.65.65 0 1 1-.337 1.255l-.282-.075a5.018 5.018 0 0 0 8.801-2.736.65.65 0 0 1 .715-.578Z", clipRule: "evenodd" }) });
|
|
1583
1570
|
}
|
|
1584
1571
|
);
|
|
1585
1572
|
RefreshIcon.displayName = "RefreshIcon";
|
|
1586
1573
|
|
|
1587
1574
|
// src/__generated__/repeat-column.tsx
|
|
1588
|
-
import { forwardRef as
|
|
1589
|
-
import { jsx as
|
|
1590
|
-
var RepeatColumnIcon =
|
|
1575
|
+
import { forwardRef as forwardRef138 } from "react";
|
|
1576
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
1577
|
+
var RepeatColumnIcon = forwardRef138(
|
|
1591
1578
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1592
|
-
return /* @__PURE__ */
|
|
1579
|
+
return /* @__PURE__ */ jsx138("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx138("path", { d: "M6.335 2.003c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM6.335 7.005c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM7.005 11.337c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99c0-.37-.3-.67-.67-.67h-1.99Z" }) });
|
|
1593
1580
|
}
|
|
1594
1581
|
);
|
|
1595
1582
|
RepeatColumnIcon.displayName = "RepeatColumnIcon";
|
|
1596
1583
|
|
|
1597
1584
|
// src/__generated__/repeat-grid.tsx
|
|
1598
|
-
import { forwardRef as
|
|
1599
|
-
import { jsx as
|
|
1600
|
-
var RepeatGridIcon =
|
|
1585
|
+
import { forwardRef as forwardRef139 } from "react";
|
|
1586
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
1587
|
+
var RepeatGridIcon = forwardRef139(
|
|
1601
1588
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1602
|
-
return /* @__PURE__ */
|
|
1589
|
+
return /* @__PURE__ */ jsx139("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx139("path", { d: "M1.333 2.003c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM1.333 7.005c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM4.663 12.007c0-.37-.3-.67-.67-.67h-1.99c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99ZM6.335 2.003c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM9.665 7.005c0-.37-.3-.67-.67-.67h-1.99c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99ZM6.335 12.007c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM14.667 2.003c0-.37-.3-.67-.67-.67h-1.99c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99ZM11.337 7.005c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM14.667 12.007c0-.37-.3-.67-.67-.67h-1.99c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99Z" }) });
|
|
1603
1590
|
}
|
|
1604
1591
|
);
|
|
1605
1592
|
RepeatGridIcon.displayName = "RepeatGridIcon";
|
|
1606
1593
|
|
|
1607
1594
|
// src/__generated__/repeat-row.tsx
|
|
1608
|
-
import { forwardRef as
|
|
1609
|
-
import { jsx as
|
|
1610
|
-
var RepeatRowIcon =
|
|
1595
|
+
import { forwardRef as forwardRef140 } from "react";
|
|
1596
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
1597
|
+
var RepeatRowIcon = forwardRef140(
|
|
1611
1598
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1612
|
-
return /* @__PURE__ */
|
|
1599
|
+
return /* @__PURE__ */ jsx140("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx140("path", { d: "M1.333 7.005c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM6.335 7.005c0-.37.3-.67.67-.67h1.99c.37 0 .67.3.67.67v1.99c0 .37-.3.67-.67.67h-1.99a.67.67 0 0 1-.67-.67v-1.99ZM12.007 6.335c-.37 0-.67.3-.67.67v1.99c0 .37.3.67.67.67h1.99c.37 0 .67-.3.67-.67v-1.99c0-.37-.3-.67-.67-.67h-1.99Z" }) });
|
|
1613
1600
|
}
|
|
1614
1601
|
);
|
|
1615
1602
|
RepeatRowIcon.displayName = "RepeatRowIcon";
|
|
1616
1603
|
|
|
1617
1604
|
// src/__generated__/reset.tsx
|
|
1618
|
-
import { forwardRef as
|
|
1619
|
-
import { jsx as
|
|
1620
|
-
var ResetIcon =
|
|
1605
|
+
import { forwardRef as forwardRef141 } from "react";
|
|
1606
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
1607
|
+
var ResetIcon = forwardRef141(
|
|
1621
1608
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1622
|
-
return /* @__PURE__ */
|
|
1609
|
+
return /* @__PURE__ */ jsx141("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx141("path", { fillRule: "evenodd", d: "M6.322 1.78a.783.783 0 0 1-.068 1.104L4.85 4.124h4.453A4.696 4.696 0 0 1 14 8.819c0 2.686-2.2 4.35-4.696 4.35h-1.63a.783.783 0 0 1 0-1.564h1.63c1.828 0 3.13-1.15 3.13-2.786a3.13 3.13 0 0 0-3.13-3.13H4.851l1.403 1.24A.783.783 0 1 1 5.217 8.1L2.264 5.493a.783.783 0 0 1 0-1.173L5.217 1.71a.783.783 0 0 1 1.105.068Z", clipRule: "evenodd" }) });
|
|
1623
1610
|
}
|
|
1624
1611
|
);
|
|
1625
1612
|
ResetIcon.displayName = "ResetIcon";
|
|
1626
1613
|
|
|
1627
1614
|
// src/__generated__/scroll.tsx
|
|
1628
|
-
import { forwardRef as
|
|
1629
|
-
import { jsx as
|
|
1630
|
-
var ScrollIcon =
|
|
1615
|
+
import { forwardRef as forwardRef142 } from "react";
|
|
1616
|
+
import { jsx as jsx142, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1617
|
+
var ScrollIcon = forwardRef142(
|
|
1631
1618
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1632
|
-
return /* @__PURE__ */
|
|
1633
|
-
/* @__PURE__ */
|
|
1634
|
-
/* @__PURE__ */
|
|
1619
|
+
return /* @__PURE__ */ jsxs58("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1620
|
+
/* @__PURE__ */ jsx142("path", { d: "M10.953 5.399a.484.484 0 0 0-.49-.478c-.27 0-.49.214-.49.478v4.009l-1.28-1.25a.499.499 0 0 0-.693 0 .47.47 0 0 0 0 .677l2.117 2.065a.499.499 0 0 0 .693 0l2.116-2.065a.47.47 0 0 0 0-.676.499.499 0 0 0-.693 0l-1.28 1.249V5.399Z" }),
|
|
1621
|
+
/* @__PURE__ */ jsx142("path", { fillRule: "evenodd", d: "M1.94 12.7c0 .304.277.55.618.55h10.894c.341 0 .618-.246.618-.55 0-.304-.277-.55-.618-.55H2.558c-.341 0-.618.246-.618.55ZM1.94 3.3c0 .304.277.55.618.55h10.894c.341 0 .618-.246.618-.55 0-.304-.277-.55-.618-.55H2.558c-.341 0-.618.246-.618.55ZM1.94 5.65c0 .304.26.55.582.55h3.796c.321 0 .582-.246.582-.55 0-.304-.26-.55-.582-.55H2.522c-.321 0-.582.246-.582.55ZM1.94 10.35c0 .304.26.55.582.55h3.796c.321 0 .582-.246.582-.55 0-.304-.26-.55-.582-.55H2.522c-.321 0-.582.246-.582.55ZM1.94 8c0 .304.26.55.582.55h3.796c.321 0 .582-.246.582-.55 0-.304-.26-.55-.582-.55H2.522c-.321 0-.582.246-.582.55Z", clipRule: "evenodd" })
|
|
1635
1622
|
] });
|
|
1636
1623
|
}
|
|
1637
1624
|
);
|
|
1638
1625
|
ScrollIcon.displayName = "ScrollIcon";
|
|
1639
1626
|
|
|
1640
1627
|
// src/__generated__/section-link.tsx
|
|
1641
|
-
import { forwardRef as
|
|
1642
|
-
import { jsx as
|
|
1643
|
-
var SectionLinkIcon =
|
|
1628
|
+
import { forwardRef as forwardRef143 } from "react";
|
|
1629
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
1630
|
+
var SectionLinkIcon = forwardRef143(
|
|
1644
1631
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1645
|
-
return /* @__PURE__ */
|
|
1632
|
+
return /* @__PURE__ */ jsx143("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx143("path", { fillRule: "evenodd", d: "M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.021.267-.022.614-.022 1.129V6a.65.65 0 0 1-1.3 0V4.853c0-.481 0-.881.027-1.208.028-.34.087-.658.24-.957a2.45 2.45 0 0 1 1.07-1.071c.3-.153.618-.213.958-.24.327-.027.727-.027 1.208-.027h2.018c.378 0 .672 0 .955.068a2.45 2.45 0 0 1 .709.293c.248.152.456.36.723.628l2.003 2.003c.268.267.476.475.628.723a2.455 2.455 0 0 1 .293.709c.068.283.068.577.068.955v4.417c0 .482 0 .882-.027 1.21-.028.34-.088.657-.24.956a2.45 2.45 0 0 1-1.07 1.071c-.3.153-.618.213-.958.24-.327.027-.727.027-1.209.027H6.053c-.481 0-.882 0-1.208-.027-.34-.027-.658-.087-.957-.24a2.45 2.45 0 0 1-1.071-1.07 2.028 2.028 0 0 1-.162-.442.65.65 0 1 1 1.263-.31c.017.069.036.12.057.161.11.216.286.392.503.503.085.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .502-.503c.044-.085.082-.213.104-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.001-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm1.3.911V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57ZM2.02 9.333a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1646
1633
|
}
|
|
1647
1634
|
);
|
|
1648
1635
|
SectionLinkIcon.displayName = "SectionLinkIcon";
|
|
1649
1636
|
|
|
1650
1637
|
// src/__generated__/select.tsx
|
|
1651
|
-
import { forwardRef as
|
|
1652
|
-
import { jsx as
|
|
1653
|
-
var SelectIcon =
|
|
1638
|
+
import { forwardRef as forwardRef144 } from "react";
|
|
1639
|
+
import { jsx as jsx144, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1640
|
+
var SelectIcon = forwardRef144(
|
|
1654
1641
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1655
|
-
return /* @__PURE__ */
|
|
1656
|
-
/* @__PURE__ */
|
|
1657
|
-
/* @__PURE__ */
|
|
1642
|
+
return /* @__PURE__ */ jsxs59("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1643
|
+
/* @__PURE__ */ jsx144("path", { d: "M9.13 6.708a.65.65 0 0 0-.92.92l1.665 1.664a.65.65 0 0 0 .92 0l1.665-1.665a.65.65 0 0 0-.92-.92l-1.205 1.207-1.206-1.206Z" }),
|
|
1644
|
+
/* @__PURE__ */ jsx144("path", { fillRule: "evenodd", d: "M4.862 3.346c-.6 0-1.088 0-1.486.033-.41.033-.78.105-1.124.28-.54.276-.98.715-1.256 1.255-.175.345-.247.714-.28 1.125-.033.397-.033.886-.033 1.485v.948c0 .599 0 1.088.033 1.485.033.41.105.78.28 1.125.276.54.715.98 1.256 1.255.344.175.714.247 1.124.28.398.033.887.033 1.486.033h6.277c.599 0 1.087 0 1.485-.032.41-.034.78-.106 1.124-.281.54-.275.98-.715 1.256-1.255.175-.345.247-.714.28-1.125.033-.397.033-.886.033-1.485v-.948c0-.599 0-1.088-.033-1.485-.033-.41-.105-.78-.28-1.125a2.873 2.873 0 0 0-1.256-1.255c-.344-.175-.714-.247-1.124-.28-.398-.033-.886-.033-1.486-.033H4.862Zm-2.02 1.471c.13-.066.31-.116.64-.143.338-.027.774-.028 1.407-.028h6.222c.633 0 1.069 0 1.407.028.33.027.51.077.64.143.296.151.537.392.687.688.067.13.116.31.143.64.028.338.029.774.029 1.407v.892c0 .633 0 1.07-.028 1.407-.028.33-.077.51-.144.64-.15.296-.391.537-.687.688-.13.066-.31.116-.64.143-.338.028-.774.028-1.407.028H4.89c-.633 0-1.069 0-1.407-.028-.33-.027-.51-.077-.64-.143a1.572 1.572 0 0 1-.687-.687c-.067-.131-.117-.31-.143-.64-.028-.339-.029-.775-.029-1.408v-.892c0-.633 0-1.069.028-1.407.027-.33.077-.51.144-.64.15-.296.391-.537.687-.688Z", clipRule: "evenodd" })
|
|
1658
1645
|
] });
|
|
1659
1646
|
}
|
|
1660
1647
|
);
|
|
1661
1648
|
SelectIcon.displayName = "SelectIcon";
|
|
1662
1649
|
|
|
1663
|
-
// src/__generated__/
|
|
1650
|
+
// src/__generated__/shadow-inset.tsx
|
|
1651
|
+
import { forwardRef as forwardRef145 } from "react";
|
|
1652
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
1653
|
+
var ShadowInsetIcon = forwardRef145(
|
|
1654
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1655
|
+
return /* @__PURE__ */ jsx145("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx145("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.65 7a5.35 5.35 0 1 1 10.7 0 5.35 5.35 0 0 1-10.7 0ZM7 .35a6.65 6.65 0 1 0 0 13.3A6.65 6.65 0 0 0 7 .35ZM4.315 7a2.685 2.685 0 0 1 5.37 0 .65.65 0 1 0 1.3 0 3.985 3.985 0 1 0-7.97 0 .65.65 0 0 0 1.3 0Z", clipRule: "evenodd" }) });
|
|
1656
|
+
}
|
|
1657
|
+
);
|
|
1658
|
+
ShadowInsetIcon.displayName = "ShadowInsetIcon";
|
|
1659
|
+
|
|
1660
|
+
// src/__generated__/shadow-normal.tsx
|
|
1664
1661
|
import { forwardRef as forwardRef146 } from "react";
|
|
1665
1662
|
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
1666
|
-
var
|
|
1663
|
+
var ShadowNormalIcon = forwardRef146(
|
|
1667
1664
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1668
|
-
return /* @__PURE__ */ jsx146("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
1665
|
+
return /* @__PURE__ */ jsx146("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 14", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx146("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.985 5.665a4.015 4.015 0 1 1 8.03 0 4.015 4.015 0 0 1-8.03 0ZM6 .35a5.315 5.315 0 1 0 0 10.63A5.315 5.315 0 0 0 6 .35Zm5.64 10.957a.65.65 0 0 0-.919-.919 6.681 6.681 0 0 1-9.448.006.65.65 0 1 0-.92.919c3.116 3.116 8.17 3.112 11.288-.006Z", clipRule: "evenodd" }) });
|
|
1669
1666
|
}
|
|
1670
1667
|
);
|
|
1671
|
-
|
|
1668
|
+
ShadowNormalIcon.displayName = "ShadowNormalIcon";
|
|
1672
1669
|
|
|
1673
|
-
// src/__generated__/
|
|
1670
|
+
// src/__generated__/shrink.tsx
|
|
1674
1671
|
import { forwardRef as forwardRef147 } from "react";
|
|
1675
1672
|
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
1676
|
-
var
|
|
1673
|
+
var ShrinkIcon = forwardRef147(
|
|
1677
1674
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1678
|
-
return /* @__PURE__ */ jsx147("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx147("path", { fillRule: "evenodd", d: "
|
|
1675
|
+
return /* @__PURE__ */ jsx147("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx147("path", { fillRule: "evenodd", d: "M7.95 1.85a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65ZM3.159 5.52a.65.65 0 0 1 .918.042l1.822 2a.65.65 0 0 1 0 .876l-1.822 2a.65.65 0 0 1-.96-.876l.83-.912H1.32a.65.65 0 0 1 0-1.3h2.628l-.83-.912a.65.65 0 0 1 .042-.918Zm9.632.005a.65.65 0 0 1 .032.919l-.846.906h2.704a.65.65 0 1 1 0 1.3h-2.704l.846.907a.65.65 0 0 1-.95.887l-1.867-2a.65.65 0 0 1 0-.887l1.867-2a.65.65 0 0 1 .918-.032Z", clipRule: "evenodd" }) });
|
|
1679
1676
|
}
|
|
1680
1677
|
);
|
|
1681
|
-
|
|
1678
|
+
ShrinkIcon.displayName = "ShrinkIcon";
|
|
1682
1679
|
|
|
1683
|
-
// src/__generated__/
|
|
1680
|
+
// src/__generated__/slider.tsx
|
|
1684
1681
|
import { forwardRef as forwardRef148 } from "react";
|
|
1685
1682
|
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
1686
|
-
var
|
|
1683
|
+
var SliderIcon = forwardRef148(
|
|
1687
1684
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1688
|
-
return /* @__PURE__ */ jsx148("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx148("path", { d: "
|
|
1685
|
+
return /* @__PURE__ */ jsx148("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx148("path", { fillRule: "evenodd", d: "M3.473 8.8H2a.8.8 0 0 1 0-1.6h1.473a2.651 2.651 0 0 1 5.054 0H14a.8.8 0 0 1 0 1.6H8.527a2.651 2.651 0 0 1-5.054 0ZM4.65 8a1.35 1.35 0 1 1 2.7 0 1.35 1.35 0 0 1-2.7 0Z", clipRule: "evenodd" }) });
|
|
1689
1686
|
}
|
|
1690
1687
|
);
|
|
1691
|
-
|
|
1688
|
+
SliderIcon.displayName = "SliderIcon";
|
|
1692
1689
|
|
|
1693
|
-
// src/__generated__/
|
|
1690
|
+
// src/__generated__/slot-component.tsx
|
|
1694
1691
|
import { forwardRef as forwardRef149 } from "react";
|
|
1695
1692
|
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
1696
|
-
var
|
|
1693
|
+
var SlotComponentIcon = forwardRef149(
|
|
1697
1694
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1698
|
-
return /* @__PURE__ */ jsx149("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx149("path", {
|
|
1695
|
+
return /* @__PURE__ */ jsx149("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx149("path", { d: "M4.33 1.356a8.54 8.54 0 0 0-.497.024c-.375.03-.717.097-1.039.261A2.63 2.63 0 0 0 1.64 2.797c-.164.32-.23.662-.26 1.036a8.54 8.54 0 0 0-.024.497h1.3c.004-.146.01-.275.02-.39.023-.293.067-.446.123-.554l.002-.005c.125-.249.33-.452.585-.582.109-.056.261-.1.554-.124.115-.01.243-.015.39-.019v-1.3ZM9.67 2.65H6.33v-1.3h3.34v1.3ZM13.344 4.33a6.932 6.932 0 0 0-.02-.39c-.023-.293-.067-.445-.122-.553a1.328 1.328 0 0 0-.583-.586l-.005-.002c-.108-.056-.26-.1-.554-.124a6.923 6.923 0 0 0-.39-.019v-1.3c.18.004.346.011.497.024.374.03.715.096 1.036.26.51.256.907.669 1.155 1.153.165.322.231.665.262 1.04.013.151.02.316.024.497h-1.3ZM13.35 9.67V6.33h1.3v3.34h-1.3ZM11.67 13.344c.147-.004.275-.01.39-.02.293-.023.445-.067.554-.122.254-.131.46-.334.585-.583l.002-.005c.056-.108.1-.26.124-.554.01-.115.015-.243.019-.39h1.3c-.004.18-.011.346-.024.497-.03.374-.096.715-.26 1.036-.256.51-.669.907-1.153 1.155-.322.165-.665.231-1.04.262-.15.013-.316.02-.497.024v-1.3ZM6.33 13.35h3.34v1.3H6.33v-1.3ZM2.656 11.67c.004.147.01.275.02.39.023.293.067.446.123.554.13.254.333.46.582.585l.005.002c.108.056.26.1.554.124.115.01.243.015.39.019v1.3a8.573 8.573 0 0 1-.497-.024c-.374-.03-.715-.096-1.036-.26a2.628 2.628 0 0 1-1.155-1.153c-.165-.322-.231-.665-.262-1.04a8.54 8.54 0 0 1-.024-.497h1.3ZM2.65 6.33v3.34h-1.3V6.33h1.3Z" }) });
|
|
1696
|
+
}
|
|
1697
|
+
);
|
|
1698
|
+
SlotComponentIcon.displayName = "SlotComponentIcon";
|
|
1699
|
+
|
|
1700
|
+
// src/__generated__/small-x.tsx
|
|
1701
|
+
import { forwardRef as forwardRef150 } from "react";
|
|
1702
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
1703
|
+
var SmallXIcon = forwardRef150(
|
|
1704
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1705
|
+
return /* @__PURE__ */ jsx150("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx150("path", { fillRule: "evenodd", d: "M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0 0 1 .99-.99L8 7.01l2.505-2.505a.7.7 0 0 1 .99 0Z", clipRule: "evenodd" }) });
|
|
1699
1706
|
}
|
|
1700
1707
|
);
|
|
1701
1708
|
SmallXIcon.displayName = "SmallXIcon";
|
|
1702
1709
|
|
|
1703
1710
|
// src/__generated__/spinner.tsx
|
|
1704
|
-
import { forwardRef as
|
|
1705
|
-
import { jsx as
|
|
1706
|
-
var SpinnerIcon =
|
|
1711
|
+
import { forwardRef as forwardRef151 } from "react";
|
|
1712
|
+
import { jsx as jsx151, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1713
|
+
var SpinnerIcon = forwardRef151(
|
|
1707
1714
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1708
|
-
return /* @__PURE__ */
|
|
1709
|
-
/* @__PURE__ */
|
|
1710
|
-
/* @__PURE__ */
|
|
1715
|
+
return /* @__PURE__ */ jsxs60("svg", { xmlns: "http://www.w3.org/2000/svg", id: "e2CRglijn891", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision", viewBox: "0 0 128 128", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1716
|
+
/* @__PURE__ */ jsx151("style", { children: "@keyframes e2CRglijn892_tr__tr{0%{transform:translate(64px,64px) rotate(90deg);animation-timing-function:cubic-bezier(.42,0,.58,1)}50%{transform:translate(64px,64px) rotate(810deg);animation-timing-function:cubic-bezier(.42,0,.58,1)}to{transform:translate(64px,64px) rotate(1530deg)}}@keyframes e2CRglijn892_s_p{0%,to{stroke:#39fbbb}25%{stroke:#4a4efa}50%{stroke:#e63cfe}75%{stroke:#ffae3c}}@keyframes e2CRglijn892_s_do{0%{stroke-dashoffset:251.89}2.5%,52.5%{stroke-dashoffset:263.88;animation-timing-function:cubic-bezier(.42,0,.58,1)}25%,75%{stroke-dashoffset:131.945}to{stroke-dashoffset:251.885909}}#e2CRglijn892_tr{animation:e2CRglijn892_tr__tr 3000ms linear infinite normal forwards}#e2CRglijn892{animation-name:e2CRglijn892_s_p,e2CRglijn892_s_do;animation-duration:3000ms;animation-fill-mode:forwards;animation-timing-function:linear;animation-direction:normal;animation-iteration-count:infinite}" }),
|
|
1717
|
+
/* @__PURE__ */ jsx151("g", { id: "e2CRglijn892_tr", transform: "translate(64,64) rotate(90)", children: /* @__PURE__ */ jsx151("circle", { id: "e2CRglijn892", r: "42", fill: "none", stroke: "#39fbbb", strokeDasharray: "263.89", strokeDashoffset: "251.89", strokeLinecap: "round", strokeWidth: "16", transform: "scale(-1,1) translate(0,0)" }) })
|
|
1711
1718
|
] });
|
|
1712
1719
|
}
|
|
1713
1720
|
);
|
|
1714
1721
|
SpinnerIcon.displayName = "SpinnerIcon";
|
|
1715
1722
|
|
|
1716
1723
|
// src/__generated__/stop.tsx
|
|
1717
|
-
import { forwardRef as
|
|
1718
|
-
import { jsx as
|
|
1719
|
-
var StopIcon =
|
|
1724
|
+
import { forwardRef as forwardRef152 } from "react";
|
|
1725
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
1726
|
+
var StopIcon = forwardRef152(
|
|
1720
1727
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1721
|
-
return /* @__PURE__ */
|
|
1728
|
+
return /* @__PURE__ */ jsx152("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx152("rect", { width: "9", height: "9", x: "3.5", y: "3.5", rx: "1" }) });
|
|
1722
1729
|
}
|
|
1723
1730
|
);
|
|
1724
1731
|
StopIcon.displayName = "StopIcon";
|
|
1725
1732
|
|
|
1726
1733
|
// src/__generated__/subscript.tsx
|
|
1727
|
-
import { forwardRef as
|
|
1728
|
-
import { jsx as
|
|
1729
|
-
var SubscriptIcon =
|
|
1734
|
+
import { forwardRef as forwardRef153 } from "react";
|
|
1735
|
+
import { jsx as jsx153, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1736
|
+
var SubscriptIcon = forwardRef153(
|
|
1730
1737
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1731
|
-
return /* @__PURE__ */
|
|
1732
|
-
/* @__PURE__ */
|
|
1733
|
-
/* @__PURE__ */
|
|
1738
|
+
return /* @__PURE__ */ jsxs61("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1739
|
+
/* @__PURE__ */ jsx153("path", { fillRule: "evenodd", d: "M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 0 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.117.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.518.066.139.134.319.207.509l2.959 7.785a.7.7 0 0 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.111H4.412Z", clipRule: "evenodd" }),
|
|
1740
|
+
/* @__PURE__ */ jsx153("path", { d: "M10.24 10.26a.65.65 0 1 0 1.298.067c.007-.122.08-.25.213-.356.065-.051.292-.14.598-.125.302.013.471.115.53.194a.662.662 0 0 1 .111.596l-.007.015a2.84 2.84 0 0 1-.364.538c-.165.193-.707.77-1.224 1.316-.255.27-.499.526-.68.715l-.295.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 1 0 .005-1.3l-1.465-.006a55.013 55.013 0 0 0 1.21-1.303c.207-.243.351-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.022.003-.007v-.001l.001-.003.003-.006.006-.015a1.423 1.423 0 0 0 .05-.17 1.961 1.961 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.717-.496-.022-1.073.095-1.465.407-.322.256-.67.698-.702 1.307Z" })
|
|
1734
1741
|
] });
|
|
1735
1742
|
}
|
|
1736
1743
|
);
|
|
1737
1744
|
SubscriptIcon.displayName = "SubscriptIcon";
|
|
1738
1745
|
|
|
1739
1746
|
// src/__generated__/subtract.tsx
|
|
1740
|
-
import { forwardRef as
|
|
1741
|
-
import { jsx as
|
|
1742
|
-
var SubtractIcon =
|
|
1747
|
+
import { forwardRef as forwardRef154 } from "react";
|
|
1748
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
1749
|
+
var SubtractIcon = forwardRef154(
|
|
1743
1750
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1744
|
-
return /* @__PURE__ */
|
|
1751
|
+
return /* @__PURE__ */ jsx154("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx154("path", { fillRule: "evenodd", d: "M14 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1 0-1.5h10.5A.75.75 0 0 1 14 8Z", clipRule: "evenodd" }) });
|
|
1745
1752
|
}
|
|
1746
1753
|
);
|
|
1747
1754
|
SubtractIcon.displayName = "SubtractIcon";
|
|
1748
1755
|
|
|
1749
1756
|
// src/__generated__/superscript.tsx
|
|
1750
|
-
import { forwardRef as
|
|
1751
|
-
import { jsx as
|
|
1752
|
-
var SuperscriptIcon =
|
|
1757
|
+
import { forwardRef as forwardRef155 } from "react";
|
|
1758
|
+
import { jsx as jsx155, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1759
|
+
var SuperscriptIcon = forwardRef155(
|
|
1753
1760
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1754
|
-
return /* @__PURE__ */
|
|
1755
|
-
/* @__PURE__ */
|
|
1756
|
-
/* @__PURE__ */
|
|
1761
|
+
return /* @__PURE__ */ jsxs62("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1762
|
+
/* @__PURE__ */ jsx155("path", { d: "M9.484 3.046a.65.65 0 1 0 1.298.067c.006-.123.08-.25.213-.356.065-.052.292-.14.597-.126.302.014.472.116.53.195a.662.662 0 0 1 .112.596l-.007.014c-.01.023-.03.06-.059.112a2.843 2.843 0 0 1-.306.427c-.165.193-.706.77-1.223 1.316l-.68.714-.296.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 0 0 .006-1.3l-1.465-.006a55 55 0 0 0 1.21-1.303c.207-.243.35-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.02.003-.008v-.002l.001-.002.002-.006.006-.015a1.186 1.186 0 0 0 .051-.17 1.96 1.96 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.718-.496-.022-1.073.095-1.466.407-.322.257-.67.699-.701 1.307Z" }),
|
|
1763
|
+
/* @__PURE__ */ jsx155("path", { fillRule: "evenodd", d: "M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 1 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.118.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.517.066.14.134.32.207.51l2.959 7.785a.7.7 0 1 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.11H4.412Z", clipRule: "evenodd" })
|
|
1757
1764
|
] });
|
|
1758
1765
|
}
|
|
1759
1766
|
);
|
|
1760
1767
|
SuperscriptIcon.displayName = "SuperscriptIcon";
|
|
1761
1768
|
|
|
1762
1769
|
// src/__generated__/switch.tsx
|
|
1763
|
-
import { forwardRef as
|
|
1764
|
-
import { jsx as
|
|
1765
|
-
var SwitchIcon =
|
|
1770
|
+
import { forwardRef as forwardRef156 } from "react";
|
|
1771
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
1772
|
+
var SwitchIcon = forwardRef156(
|
|
1766
1773
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1767
|
-
return /* @__PURE__ */
|
|
1774
|
+
return /* @__PURE__ */ jsx156("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx156("path", { fillRule: "evenodd", d: "M.683 8c0-2.2 1.784-3.983 3.984-3.983h6.666a3.983 3.983 0 1 1 0 7.966H4.667A3.983 3.983 0 0 1 .683 8Zm6.928 2.683h3.722a2.683 2.683 0 1 0 0-5.366H7.611A3.969 3.969 0 0 1 8.65 8a3.969 3.969 0 0 1-1.04 2.683ZM4.667 5.317a2.683 2.683 0 1 0 0 5.366 2.683 2.683 0 0 0 0-5.366Z", clipRule: "evenodd" }) });
|
|
1768
1775
|
}
|
|
1769
1776
|
);
|
|
1770
1777
|
SwitchIcon.displayName = "SwitchIcon";
|
|
1771
1778
|
|
|
1772
1779
|
// src/__generated__/tabs.tsx
|
|
1773
|
-
import { forwardRef as
|
|
1774
|
-
import { jsx as
|
|
1775
|
-
var TabsIcon =
|
|
1780
|
+
import { forwardRef as forwardRef157 } from "react";
|
|
1781
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
1782
|
+
var TabsIcon = forwardRef157(
|
|
1776
1783
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1777
|
-
return /* @__PURE__ */
|
|
1784
|
+
return /* @__PURE__ */ jsx157("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx157("path", { fillRule: "evenodd", d: "M12.754 4.716c.49.036.828.11 1.116.256.498.254.904.66 1.158 1.158.249.489.289 1.124.289 2.403V10.8c0 1.279-.04 1.915-.289 2.403a2.65 2.65 0 0 1-1.158 1.158c-.489.249-1.124.289-2.403.289H4.533c-1.279 0-1.914-.04-2.403-.289a2.65 2.65 0 0 1-1.158-1.158c-.219-.429-.276-.972-.287-1.965l-.002-.052V4.133c0-.906.04-1.354.217-1.7a1.993 1.993 0 0 1 .866-.867c.365-.186.792-.216 1.368-.216h5.557c.828 0 1.241.019 1.606.145.372.128.71.337.99.612.277.27.478.631.848 1.371l.619 1.238ZM5.806 2.65c.126.211.263.477.439.828l.602 1.205h1.509l-.312-.623c-.272-.544-.392-.826-.595-1.024a1.34 1.34 0 0 0-.504-.312c-.152-.053-.316-.069-.54-.074-.181-.002-.378 0-.599 0Zm6.633 3.332c-.071.011-5.993.001-5.993.001a.65.65 0 0 1-.582-.359l-.782-1.565c-.272-.543-.392-.825-.595-1.023a1.34 1.34 0 0 0-.504-.312c-.253-.088-.275-.074-.849-.074-.325 0-.572-.03-.778.074a.71.71 0 0 0-.177.13.724.724 0 0 0-.121.169c-.115.225-.075.522-.075 1.11v7.053c0 .017 0 .034-.002.052-.005.68-.007 1.068.149 1.375.13.254.336.46.59.59.368.187.852.147 1.813.147h6.934c.961 0 1.445.04 1.813-.147.254-.13.46-.336.59-.59.187-.367.147-.852.147-1.813V8.533c0-.961.04-1.445-.147-1.812a1.351 1.351 0 0 0-.59-.59c-.216-.11-.472-.142-.841-.149Zm-1.155-1.299-.312-.623c-.272-.544-.391-.826-.594-1.024a1.351 1.351 0 0 0-.505-.312c-.257-.089-.547-.075-1.105-.074.125.211.263.477.439.828l.602 1.205h1.475Z", clipRule: "evenodd" }) });
|
|
1778
1785
|
}
|
|
1779
1786
|
);
|
|
1780
1787
|
TabsIcon.displayName = "TabsIcon";
|
|
1781
1788
|
|
|
1782
1789
|
// src/__generated__/text-align-left.tsx
|
|
1783
|
-
import { forwardRef as
|
|
1784
|
-
import { jsx as
|
|
1785
|
-
var TextAlignLeftIcon =
|
|
1790
|
+
import { forwardRef as forwardRef158 } from "react";
|
|
1791
|
+
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
1792
|
+
var TextAlignLeftIcon = forwardRef158(
|
|
1786
1793
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1787
|
-
return /* @__PURE__ */
|
|
1794
|
+
return /* @__PURE__ */ jsx158("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx158("path", { fillRule: "evenodd", d: "M1.85 4a.65.65 0 0 1 .65-.65h12a.65.65 0 1 1 0 1.3h-12A.65.65 0 0 1 1.85 4Zm0 4a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6A.65.65 0 0 1 1.85 8Zm0 4a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3h-8a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1788
1795
|
}
|
|
1789
1796
|
);
|
|
1790
1797
|
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
|
1791
1798
|
|
|
1792
1799
|
// src/__generated__/text-italic.tsx
|
|
1793
|
-
import { forwardRef as
|
|
1794
|
-
import { jsx as
|
|
1795
|
-
var TextItalicIcon =
|
|
1800
|
+
import { forwardRef as forwardRef159 } from "react";
|
|
1801
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
1802
|
+
var TextItalicIcon = forwardRef159(
|
|
1796
1803
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1797
|
-
return /* @__PURE__ */
|
|
1804
|
+
return /* @__PURE__ */ jsx159("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx159("path", { d: "M9.985 2.017H6.667a.65.65 0 0 0 0 1.3h2.395L5.55 12.683H3.333a.65.65 0 0 0 0 1.3h6a.65.65 0 1 0 0-1.3H6.938l3.513-9.366h2.216a.65.65 0 1 0 0-1.3H9.985Z", clipRule: "evenodd" }) });
|
|
1798
1805
|
}
|
|
1799
1806
|
);
|
|
1800
1807
|
TextItalicIcon.displayName = "TextItalicIcon";
|
|
1801
1808
|
|
|
1802
1809
|
// src/__generated__/text.tsx
|
|
1803
|
-
import { forwardRef as
|
|
1804
|
-
import { jsx as
|
|
1805
|
-
var TextIcon =
|
|
1810
|
+
import { forwardRef as forwardRef160 } from "react";
|
|
1811
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
1812
|
+
var TextIcon = forwardRef160(
|
|
1806
1813
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1807
|
-
return /* @__PURE__ */
|
|
1814
|
+
return /* @__PURE__ */ jsx160("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx160("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z", clipRule: "evenodd" }) });
|
|
1808
1815
|
}
|
|
1809
1816
|
);
|
|
1810
1817
|
TextIcon.displayName = "TextIcon";
|
|
1811
1818
|
|
|
1812
1819
|
// src/__generated__/tooltip.tsx
|
|
1813
|
-
import { forwardRef as
|
|
1814
|
-
import { jsx as
|
|
1815
|
-
var TooltipIcon =
|
|
1820
|
+
import { forwardRef as forwardRef161 } from "react";
|
|
1821
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
1822
|
+
var TooltipIcon = forwardRef161(
|
|
1816
1823
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1817
|
-
return /* @__PURE__ */
|
|
1824
|
+
return /* @__PURE__ */ jsx161("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx161("path", { fillRule: "evenodd", d: "M3.933 2.673c-.298.021-.459.061-.573.113-.261.118-.46.3-.578.508-.044.077-.085.193-.107.443-.024.26-.025.599-.025 1.109v4.98c0 .51 0 .85.025 1.11.022.25.063.365.107.442.119.208.317.39.578.509.114.051.275.091.573.113.305.022.697.023 1.267.023h.806a.65.65 0 0 1 .46.19L8 13.748l1.535-1.535a.65.65 0 0 1 .46-.19h.805c.57 0 .962 0 1.266-.023.3-.022.46-.062.574-.113.261-.119.46-.301.578-.509.044-.077.085-.193.107-.443.024-.26.025-.598.025-1.108V4.846c0-.51 0-.849-.024-1.109-.024-.25-.064-.366-.108-.443a1.255 1.255 0 0 0-.578-.508c-.114-.052-.275-.092-.574-.113A19.45 19.45 0 0 0 10.8 2.65H5.2c-.57 0-.962 0-1.267.023ZM5.176 1.35h5.648c.54 0 .98 0 1.337.026.368.027.702.084 1.015.226.492.222.905.584 1.17 1.046.174.304.242.627.274.97.03.327.03.726.03 1.199v5.039c0 .473 0 .872-.03 1.198-.031.344-.1.667-.274.97a2.554 2.554 0 0 1-1.17 1.047c-.313.142-.647.199-1.015.226-.357.026-.797.026-1.337.026h-.56L8.46 15.126a.65.65 0 0 1-.92 0l-1.803-1.803h-.561c-.54 0-.98 0-1.337-.026-.368-.027-.702-.084-1.015-.226a2.554 2.554 0 0 1-1.17-1.046c-.174-.304-.242-.627-.274-.97-.03-.327-.03-.726-.03-1.2V4.818c0-.473 0-.872.03-1.199.032-.343.1-.666.274-.97a2.554 2.554 0 0 1 1.17-1.046c.313-.142.647-.2 1.015-.226.357-.026.797-.026 1.337-.026Z", clipRule: "evenodd" }) });
|
|
1818
1825
|
}
|
|
1819
1826
|
);
|
|
1820
1827
|
TooltipIcon.displayName = "TooltipIcon";
|
|
1821
1828
|
|
|
1822
1829
|
// src/__generated__/trigger.tsx
|
|
1823
|
-
import { forwardRef as
|
|
1824
|
-
import { jsx as
|
|
1825
|
-
var TriggerIcon =
|
|
1830
|
+
import { forwardRef as forwardRef162 } from "react";
|
|
1831
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
1832
|
+
var TriggerIcon = forwardRef162(
|
|
1826
1833
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1827
|
-
return /* @__PURE__ */
|
|
1834
|
+
return /* @__PURE__ */ jsx162("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx162("path", { fillRule: "evenodd", d: "M5.733 1.98a.473.473 0 0 0-.483.462v7.04a.65.65 0 0 1-1.3 0V7.63a.473.473 0 0 0-.483-.461.473.473 0 0 0-.484.46v1.482c0 2.697 2.234 4.906 5.017 4.906 2.783 0 5.017-2.209 5.017-4.906V7.035a.473.473 0 0 0-.484-.462.473.473 0 0 0-.483.462v.218a.65.65 0 1 1-1.3 0v-.85a.503.503 0 0 0-.483-.497.503.503 0 0 0-.484.496v.851a.65.65 0 0 1-1.3 0V5.7A.473.473 0 0 0 8 5.239a.473.473 0 0 0-.483.461v1.553a.65.65 0 0 1-1.3 0V2.442a.473.473 0 0 0-.484-.461Zm1.784.462v1.563a1.801 1.801 0 0 1 2 .77c.228-.108.48-.169.75-.169a1.78 1.78 0 0 1 1.502.837c.233-.109.492-.17.764-.17.973 0 1.784.777 1.784 1.762V9.11c0 3.44-2.84 6.206-6.317 6.206-3.476 0-6.317-2.767-6.317-6.206V7.63c0-.985.811-1.761 1.784-1.761.167 0 .329.022.483.065V2.442c0-.985.81-1.761 1.783-1.761.973 0 1.784.776 1.784 1.761Z", clipRule: "evenodd" }) });
|
|
1828
1835
|
}
|
|
1829
1836
|
);
|
|
1830
1837
|
TriggerIcon.displayName = "TriggerIcon";
|
|
1831
1838
|
|
|
1832
1839
|
// src/__generated__/twitter.tsx
|
|
1833
|
-
import { forwardRef as
|
|
1834
|
-
import { jsx as
|
|
1835
|
-
var TwitterIcon =
|
|
1840
|
+
import { forwardRef as forwardRef163 } from "react";
|
|
1841
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
1842
|
+
var TwitterIcon = forwardRef163(
|
|
1836
1843
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1837
|
-
return /* @__PURE__ */
|
|
1844
|
+
return /* @__PURE__ */ jsx163("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx163("path", { d: "M13.566 5.144c.007.123.009.248.009.371 0 3.797-2.89 8.173-8.172 8.173A8.124 8.124 0 0 1 1 12.398a5.765 5.765 0 0 0 4.252-1.188 2.875 2.875 0 0 1-2.683-1.996 2.936 2.936 0 0 0 1.297-.05 2.875 2.875 0 0 1-2.304-2.817v-.035c.388.215.831.344 1.301.36a2.872 2.872 0 0 1-.888-3.836 8.153 8.153 0 0 0 5.92 3.002 2.87 2.87 0 0 1 2.798-3.526c.826 0 1.572.347 2.097.906a5.785 5.785 0 0 0 1.824-.697A2.883 2.883 0 0 1 13.35 4.11 5.746 5.746 0 0 0 15 3.658a5.8 5.8 0 0 1-1.434 1.486Z" }) });
|
|
1838
1845
|
}
|
|
1839
1846
|
);
|
|
1840
1847
|
TwitterIcon.displayName = "TwitterIcon";
|
|
1841
1848
|
|
|
1842
1849
|
// src/__generated__/upload.tsx
|
|
1843
|
-
import { forwardRef as
|
|
1844
|
-
import { jsx as
|
|
1845
|
-
var UploadIcon =
|
|
1850
|
+
import { forwardRef as forwardRef164 } from "react";
|
|
1851
|
+
import { jsx as jsx164, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1852
|
+
var UploadIcon = forwardRef164(
|
|
1846
1853
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1847
|
-
return /* @__PURE__ */
|
|
1848
|
-
/* @__PURE__ */
|
|
1849
|
-
/* @__PURE__ */
|
|
1854
|
+
return /* @__PURE__ */ jsxs63("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1855
|
+
/* @__PURE__ */ jsx164("path", { fillRule: "evenodd", d: "M8 2.65a5.35 5.35 0 1 0 0 10.7 5.35 5.35 0 0 0 0-10.7ZM1.35 8a6.65 6.65 0 1 1 13.3 0 6.65 6.65 0 0 1-13.3 0Z", clipRule: "evenodd" }),
|
|
1856
|
+
/* @__PURE__ */ jsx164("path", { fillRule: "evenodd", d: "M7.54 4.874a.65.65 0 0 1 .92 0l2.666 2.666a.65.65 0 0 1-.919.92L8.65 6.903v3.764a.65.65 0 1 1-1.3 0V6.903L5.793 8.46a.65.65 0 1 1-.92-.92L7.54 4.874Z", clipRule: "evenodd" })
|
|
1850
1857
|
] });
|
|
1851
1858
|
}
|
|
1852
1859
|
);
|
|
1853
1860
|
UploadIcon.displayName = "UploadIcon";
|
|
1854
1861
|
|
|
1855
1862
|
// src/__generated__/video.tsx
|
|
1856
|
-
import { forwardRef as
|
|
1857
|
-
import { jsx as
|
|
1858
|
-
var VideoIcon =
|
|
1863
|
+
import { forwardRef as forwardRef165 } from "react";
|
|
1864
|
+
import { jsx as jsx165, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
1865
|
+
var VideoIcon = forwardRef165(
|
|
1859
1866
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1860
|
-
return /* @__PURE__ */
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
/* @__PURE__ */
|
|
1867
|
+
return /* @__PURE__ */ jsxs64("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1868
|
+
/* @__PURE__ */ jsx165("path", { d: "M10.251 7.5 6.933 5.29A.6.6 0 0 0 6 5.788v4.424a.6.6 0 0 0 .933.5l3.318-2.213a.6.6 0 0 0 0-.998Z" }),
|
|
1869
|
+
/* @__PURE__ */ jsx165("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" })
|
|
1863
1870
|
] });
|
|
1864
1871
|
}
|
|
1865
1872
|
);
|
|
1866
1873
|
VideoIcon.displayName = "VideoIcon";
|
|
1867
1874
|
|
|
1868
1875
|
// src/__generated__/viewport.tsx
|
|
1869
|
-
import { forwardRef as
|
|
1870
|
-
import { jsx as
|
|
1871
|
-
var ViewportIcon =
|
|
1876
|
+
import { forwardRef as forwardRef166 } from "react";
|
|
1877
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
1878
|
+
var ViewportIcon = forwardRef166(
|
|
1872
1879
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1873
|
-
return /* @__PURE__ */
|
|
1880
|
+
return /* @__PURE__ */ jsx166("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx166("path", { fillRule: "evenodd", d: "M5.173 1.35h.157a.65.65 0 0 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v.13a.65.65 0 0 1-1.3 0v-.157c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029Zm6.888 1.325c-.301-.024-.69-.025-1.261-.025h-.13a.65.65 0 1 1 0-1.3h.157c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v.157a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122ZM2 10.02a.65.65 0 0 1 .65.65v.13c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h.13a.65.65 0 1 1 0 1.3h-.157c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34v-.156a.65.65 0 0 1 .65-.65Zm12 0a.65.65 0 0 1 .65.65v.157c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029h-.156a.65.65 0 1 1 0-1.3h.13c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261v-.13a.65.65 0 0 1 .65-.65ZM8 10.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 1.3a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z", clipRule: "evenodd" }) });
|
|
1874
1881
|
}
|
|
1875
1882
|
);
|
|
1876
1883
|
ViewportIcon.displayName = "ViewportIcon";
|
|
1877
1884
|
|
|
1878
1885
|
// src/__generated__/vimeo.tsx
|
|
1879
|
-
import { forwardRef as
|
|
1880
|
-
import { jsx as
|
|
1881
|
-
var VimeoIcon =
|
|
1886
|
+
import { forwardRef as forwardRef167 } from "react";
|
|
1887
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
1888
|
+
var VimeoIcon = forwardRef167(
|
|
1882
1889
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1883
|
-
return /* @__PURE__ */
|
|
1890
|
+
return /* @__PURE__ */ jsx167("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx167("path", { d: "M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" }) });
|
|
1884
1891
|
}
|
|
1885
1892
|
);
|
|
1886
1893
|
VimeoIcon.displayName = "VimeoIcon";
|
|
1887
1894
|
|
|
1888
1895
|
// src/__generated__/webstudio-1c.tsx
|
|
1889
|
-
import { forwardRef as
|
|
1890
|
-
import { jsx as
|
|
1891
|
-
var Webstudio1cIcon =
|
|
1896
|
+
import { forwardRef as forwardRef168 } from "react";
|
|
1897
|
+
import { jsx as jsx168, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
1898
|
+
var Webstudio1cIcon = forwardRef168(
|
|
1892
1899
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1893
|
-
return /* @__PURE__ */
|
|
1894
|
-
/* @__PURE__ */
|
|
1895
|
-
/* @__PURE__ */
|
|
1896
|
-
/* @__PURE__ */
|
|
1900
|
+
return /* @__PURE__ */ jsxs65("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1901
|
+
/* @__PURE__ */ jsx168("path", { fillRule: "evenodd", d: "m12.32 12.416 2.62-8.085a1.205 1.205 0 1 0-2.292-.746l-2.62 8.084a1.205 1.205 0 1 0 2.292.747Z", clipRule: "evenodd" }),
|
|
1902
|
+
/* @__PURE__ */ jsx168("path", { fillRule: "evenodd", d: "M8 7.624c.297 0 .517.175.704.394.207.243.373.545.514.866.634 1.44.753 3.241.753 3.241a1.206 1.206 0 0 0 1.285 1.122 1.207 1.207 0 0 0 1.12-1.287s-.16-2.25-.952-4.05C10.744 6.364 9.594 5.208 8 5.208c-1.594 0-2.744 1.156-3.424 2.7-.792 1.8-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.206 1.206 0 0 0 1.284-1.122s.119-1.8.753-3.24a3.52 3.52 0 0 1 .514-.867c.187-.22.406-.394.704-.394Z", clipRule: "evenodd" }),
|
|
1903
|
+
/* @__PURE__ */ jsx168("path", { fillRule: "evenodd", d: "M5.973 11.669 3.352 3.585a1.205 1.205 0 1 0-2.293.746l2.622 8.084a1.205 1.205 0 1 0 2.292-.746Z", clipRule: "evenodd" })
|
|
1897
1904
|
] });
|
|
1898
1905
|
}
|
|
1899
1906
|
);
|
|
1900
1907
|
Webstudio1cIcon.displayName = "Webstudio1cIcon";
|
|
1901
1908
|
|
|
1902
1909
|
// src/__generated__/webstudio.tsx
|
|
1903
|
-
import { forwardRef as
|
|
1904
|
-
import { jsx as
|
|
1905
|
-
var WebstudioIcon =
|
|
1906
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1907
|
-
return /* @__PURE__ */
|
|
1908
|
-
/* @__PURE__ */
|
|
1909
|
-
/* @__PURE__ */
|
|
1910
|
-
/* @__PURE__ */
|
|
1911
|
-
/* @__PURE__ */
|
|
1912
|
-
/* @__PURE__ */
|
|
1913
|
-
/* @__PURE__ */
|
|
1914
|
-
/* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1916
|
-
/* @__PURE__ */
|
|
1910
|
+
import { forwardRef as forwardRef169 } from "react";
|
|
1911
|
+
import { jsx as jsx169, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
1912
|
+
var WebstudioIcon = forwardRef169(
|
|
1913
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1914
|
+
return /* @__PURE__ */ jsxs66("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 280 210", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1915
|
+
/* @__PURE__ */ jsx169("mask", { id: "a", width: "280", height: "210", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { "maskType": "alpha" }, children: /* @__PURE__ */ jsx169("path", { fill: "#000", fillRule: "evenodd", 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", clipRule: "evenodd" }) }),
|
|
1916
|
+
/* @__PURE__ */ jsxs66("g", { mask: "url(#a)", children: [
|
|
1917
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#b)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
|
|
1918
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#c)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
|
|
1919
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#d)", fillOpacity: ".8", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
|
|
1920
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#e)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
|
|
1921
|
+
/* @__PURE__ */ jsxs66("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
|
|
1922
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#f)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" }),
|
|
1923
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#g)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" })
|
|
1917
1924
|
] }),
|
|
1918
|
-
/* @__PURE__ */
|
|
1919
|
-
/* @__PURE__ */
|
|
1920
|
-
/* @__PURE__ */
|
|
1921
|
-
/* @__PURE__ */
|
|
1922
|
-
/* @__PURE__ */
|
|
1923
|
-
/* @__PURE__ */
|
|
1924
|
-
/* @__PURE__ */
|
|
1925
|
-
/* @__PURE__ */
|
|
1925
|
+
/* @__PURE__ */ jsx169("path", { fill: "#E63CFE", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1926
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#h)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1927
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#i)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1928
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#j)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1929
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#k)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1930
|
+
/* @__PURE__ */ jsxs66("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
|
|
1931
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#l)", 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" }),
|
|
1932
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#m)", 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" })
|
|
1926
1933
|
] }),
|
|
1927
|
-
/* @__PURE__ */
|
|
1928
|
-
/* @__PURE__ */
|
|
1929
|
-
/* @__PURE__ */
|
|
1930
|
-
/* @__PURE__ */
|
|
1931
|
-
/* @__PURE__ */
|
|
1932
|
-
/* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1934
|
-
/* @__PURE__ */
|
|
1934
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#n)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1935
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#o)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1936
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#p)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1937
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#q)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1938
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#r)", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
1939
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#s)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
|
|
1940
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#t)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
|
|
1941
|
+
/* @__PURE__ */ jsx169("path", { fill: "url(#u)", d: "M290-10.02H-10v230.054h300V-10.02Z" })
|
|
1935
1942
|
] }),
|
|
1936
|
-
/* @__PURE__ */
|
|
1937
|
-
/* @__PURE__ */
|
|
1938
|
-
/* @__PURE__ */
|
|
1939
|
-
/* @__PURE__ */
|
|
1943
|
+
/* @__PURE__ */ jsxs66("defs", { children: [
|
|
1944
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "f", cx: "0", cy: "0", r: "1", gradientTransform: "translate(205.462 105.007) rotate(83.4379) scale(155.653 39.7647)", gradientUnits: "userSpaceOnUse", children: [
|
|
1945
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#6F15A9", stopOpacity: ".9" }),
|
|
1946
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".613", stopColor: "#6F15A9", stopOpacity: "0" })
|
|
1940
1947
|
] }),
|
|
1941
|
-
/* @__PURE__ */
|
|
1942
|
-
/* @__PURE__ */
|
|
1943
|
-
/* @__PURE__ */
|
|
1948
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "g", cx: "0", cy: "0", r: "1", gradientTransform: "translate(217.626 0.958547) rotate(81.2972) scale(163.219 34.715)", gradientUnits: "userSpaceOnUse", children: [
|
|
1949
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".377", stopColor: "#fff" }),
|
|
1950
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
|
|
1944
1951
|
] }),
|
|
1945
|
-
/* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1947
|
-
/* @__PURE__ */
|
|
1948
|
-
/* @__PURE__ */
|
|
1952
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "h", cx: "0", cy: "0", r: "1", gradientTransform: "translate(130.025 147.074) rotate(-82.8248) scale(129.813 100.452)", gradientUnits: "userSpaceOnUse", children: [
|
|
1953
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#39FBBB", stopOpacity: ".5" }),
|
|
1954
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".701", stopColor: "#39FBBB" }),
|
|
1955
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".949", stopColor: "#39FBBB", stopOpacity: "0" })
|
|
1949
1956
|
] }),
|
|
1950
|
-
/* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1957
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "i", cx: "0", cy: "0", r: "1", gradientTransform: "translate(296.764 204.529) rotate(-122.408) scale(297.682 72.1614)", gradientUnits: "userSpaceOnUse", children: [
|
|
1958
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#E63CFE" }),
|
|
1959
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
1953
1960
|
] }),
|
|
1954
|
-
/* @__PURE__ */
|
|
1955
|
-
/* @__PURE__ */
|
|
1956
|
-
/* @__PURE__ */
|
|
1961
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "translate(136.481 174.605) rotate(-90) scale(115.84 97.1865)", gradientUnits: "userSpaceOnUse", children: [
|
|
1962
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".64", stopColor: "#4A4EFA" }),
|
|
1963
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
1957
1964
|
] }),
|
|
1958
|
-
/* @__PURE__ */
|
|
1959
|
-
/* @__PURE__ */
|
|
1960
|
-
/* @__PURE__ */
|
|
1965
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "k", cx: "0", cy: "0", r: "1", gradientTransform: "translate(91.5691 229.51) rotate(-71.6657) scale(155.998 62.8576)", gradientUnits: "userSpaceOnUse", children: [
|
|
1966
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".632", stopColor: "#E63CFE" }),
|
|
1967
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
1961
1968
|
] }),
|
|
1962
|
-
/* @__PURE__ */
|
|
1963
|
-
/* @__PURE__ */
|
|
1964
|
-
/* @__PURE__ */
|
|
1969
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "l", cx: "0", cy: "0", r: "1", gradientTransform: "translate(71.244 106.816) rotate(71.8329) scale(75.0284 46.6295)", gradientUnits: "userSpaceOnUse", children: [
|
|
1970
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#6F15A9" }),
|
|
1971
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#00127F", stopOpacity: "0" })
|
|
1965
1972
|
] }),
|
|
1966
|
-
/* @__PURE__ */
|
|
1967
|
-
/* @__PURE__ */
|
|
1968
|
-
/* @__PURE__ */
|
|
1973
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "m", cx: "0", cy: "0", r: "1", gradientTransform: "translate(154.389 115.414) rotate(175.292) scale(82.9292 111.991)", gradientUnits: "userSpaceOnUse", children: [
|
|
1974
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".758", stopColor: "#fff" }),
|
|
1975
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
|
|
1969
1976
|
] }),
|
|
1970
|
-
/* @__PURE__ */
|
|
1971
|
-
/* @__PURE__ */
|
|
1972
|
-
/* @__PURE__ */
|
|
1977
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "s", cx: "0", cy: "0", r: "1", gradientTransform: "translate(96.9015 219.762) rotate(-90) scale(229.783 165.804)", gradientUnits: "userSpaceOnUse", children: [
|
|
1978
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".262", stopColor: "#FFAE3C" }),
|
|
1979
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".527", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
1973
1980
|
] }),
|
|
1974
|
-
/* @__PURE__ */
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1981
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "t", cx: "0", cy: "0", r: "1", gradientTransform: "translate(242.706 219.762) rotate(-90) scale(129.629 126.516)", gradientUnits: "userSpaceOnUse", children: [
|
|
1982
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".283", stopColor: "#E63CFE" }),
|
|
1983
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".857", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
1977
1984
|
] }),
|
|
1978
|
-
/* @__PURE__ */
|
|
1979
|
-
/* @__PURE__ */
|
|
1980
|
-
/* @__PURE__ */
|
|
1985
|
+
/* @__PURE__ */ jsxs66("radialGradient", { id: "u", cx: "0", cy: "0", r: "1", gradientTransform: "translate(164.141 219.762) rotate(-97.8182) scale(177.842 68.6449)", gradientUnits: "userSpaceOnUse", children: [
|
|
1986
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".251", stopColor: "#FFAE3C" }),
|
|
1987
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".656", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
1981
1988
|
] }),
|
|
1982
|
-
/* @__PURE__ */
|
|
1983
|
-
/* @__PURE__ */
|
|
1984
|
-
/* @__PURE__ */
|
|
1989
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "b", x1: "328.489", x2: "259.397", y1: "-101.75", y2: "227.415", gradientUnits: "userSpaceOnUse", children: [
|
|
1990
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#4A4EFA" }),
|
|
1991
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".625", stopColor: "#E63CFE" })
|
|
1985
1992
|
] }),
|
|
1986
|
-
/* @__PURE__ */
|
|
1987
|
-
/* @__PURE__ */
|
|
1988
|
-
/* @__PURE__ */
|
|
1993
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "c", x1: "193.001", x2: "247.46", y1: "96.497", y2: "115.178", gradientUnits: "userSpaceOnUse", children: [
|
|
1994
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".259", stopColor: "#4A4EFA" }),
|
|
1995
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".961", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
1989
1996
|
] }),
|
|
1990
|
-
/* @__PURE__ */
|
|
1991
|
-
/* @__PURE__ */
|
|
1992
|
-
/* @__PURE__ */
|
|
1997
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "d", x1: "202.309", x2: "243.057", y1: "71.375", y2: "86.077", gradientUnits: "userSpaceOnUse", children: [
|
|
1998
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".252", stopColor: "#39FBBB" }),
|
|
1999
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#39FBBB", stopOpacity: "0" })
|
|
1993
2000
|
] }),
|
|
1994
|
-
/* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
2001
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "e", x1: "295.535", x2: "286.169", y1: "-10.021", y2: "31.423", gradientUnits: "userSpaceOnUse", children: [
|
|
2002
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#4A4EFA" }),
|
|
2003
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".933", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
1997
2004
|
] }),
|
|
1998
|
-
/* @__PURE__ */
|
|
1999
|
-
/* @__PURE__ */
|
|
2000
|
-
/* @__PURE__ */
|
|
2005
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "n", x1: "-18.948", x2: "55.093", y1: "1.039", y2: "231.932", gradientUnits: "userSpaceOnUse", children: [
|
|
2006
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".17", stopColor: "#E63CFE" }),
|
|
2007
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".592", stopColor: "#FFAE3C" })
|
|
2001
2008
|
] }),
|
|
2002
|
-
/* @__PURE__ */
|
|
2003
|
-
/* @__PURE__ */
|
|
2004
|
-
/* @__PURE__ */
|
|
2009
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "o", x1: "63.506", x2: "20.255", y1: "74.425", y2: "88.815", gradientUnits: "userSpaceOnUse", children: [
|
|
2010
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".321", stopColor: "#4A4EFA" }),
|
|
2011
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
2005
2012
|
] }),
|
|
2006
|
-
/* @__PURE__ */
|
|
2007
|
-
/* @__PURE__ */
|
|
2008
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "p", x1: "82.497", x2: "64.141", y1: "106.838", y2: "112.322", gradientUnits: "userSpaceOnUse", children: [
|
|
2014
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#E63CFE" }),
|
|
2015
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2009
2016
|
] }),
|
|
2010
|
-
/* @__PURE__ */
|
|
2011
|
-
/* @__PURE__ */
|
|
2012
|
-
/* @__PURE__ */
|
|
2017
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "q", x1: "52.445", x2: "17.265", y1: "223.209", y2: "146.13", gradientUnits: "userSpaceOnUse", children: [
|
|
2018
|
+
/* @__PURE__ */ jsx169("stop", { offset: ".372", stopColor: "#FFAE3C" }),
|
|
2019
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
2013
2020
|
] }),
|
|
2014
|
-
/* @__PURE__ */
|
|
2015
|
-
/* @__PURE__ */
|
|
2016
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsxs66("linearGradient", { id: "r", x1: "20.419", x2: "34.66", y1: "-10.021", y2: "23.34", gradientUnits: "userSpaceOnUse", children: [
|
|
2022
|
+
/* @__PURE__ */ jsx169("stop", { stopColor: "#E63CFE" }),
|
|
2023
|
+
/* @__PURE__ */ jsx169("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2017
2024
|
] })
|
|
2018
2025
|
] })
|
|
2019
2026
|
] });
|
|
@@ -2022,34 +2029,34 @@ var WebstudioIcon = forwardRef168(
|
|
|
2022
2029
|
WebstudioIcon.displayName = "WebstudioIcon";
|
|
2023
2030
|
|
|
2024
2031
|
// src/__generated__/wrap.tsx
|
|
2025
|
-
import { forwardRef as
|
|
2026
|
-
import { jsx as
|
|
2027
|
-
var WrapIcon =
|
|
2032
|
+
import { forwardRef as forwardRef170 } from "react";
|
|
2033
|
+
import { jsx as jsx170, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2034
|
+
var WrapIcon = forwardRef170(
|
|
2028
2035
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2029
|
-
return /* @__PURE__ */
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
/* @__PURE__ */
|
|
2036
|
+
return /* @__PURE__ */ jsxs67("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
2037
|
+
/* @__PURE__ */ jsx170("path", { d: "M4.98 2.33A.98.98 0 0 0 4 1.35H2.66a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98H4a.98.98 0 0 0 .98-.98V2.33ZM9.65 2.33a.98.98 0 0 0-.98-.98H7.33a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98h1.34a.98.98 0 0 0 .98-.98V2.33ZM4.98 9.67A.98.98 0 0 0 4 8.69H2.66a.98.98 0 0 0-.98.98v4.01c0 .54.439.98.98.98H4a.98.98 0 0 0 .98-.98V9.67Z" }),
|
|
2038
|
+
/* @__PURE__ */ jsx170("path", { d: "M11.687 3.902a.65.65 0 0 0-.407 1.234 3.022 3.022 0 0 1-.947 5.889H8.572L9.8 9.8a.65.65 0 0 0-.919-.92l-2.34 2.335a.65.65 0 0 0 0 .92l2.34 2.335a.65.65 0 1 0 .919-.92l-1.228-1.225h1.761a4.32 4.32 0 0 0 1.354-8.423Z" })
|
|
2032
2039
|
] });
|
|
2033
2040
|
}
|
|
2034
2041
|
);
|
|
2035
2042
|
WrapIcon.displayName = "WrapIcon";
|
|
2036
2043
|
|
|
2037
2044
|
// src/__generated__/youtube-1c.tsx
|
|
2038
|
-
import { forwardRef as
|
|
2039
|
-
import { jsx as
|
|
2040
|
-
var Youtube1cIcon =
|
|
2045
|
+
import { forwardRef as forwardRef171 } from "react";
|
|
2046
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
2047
|
+
var Youtube1cIcon = forwardRef171(
|
|
2041
2048
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2042
|
-
return /* @__PURE__ */
|
|
2049
|
+
return /* @__PURE__ */ jsx171("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx171("path", { fillRule: "evenodd", d: "M13.47 3.299a1.771 1.771 0 0 1 1.238 1.263C15 5.675 15 8 15 8s0 2.325-.293 3.438a1.771 1.771 0 0 1-1.238 1.263C12.38 13 8 13 8 13s-4.378 0-5.47-.299a1.771 1.771 0 0 1-1.237-1.263C1 10.325 1 8 1 8s0-2.325.293-3.438A1.771 1.771 0 0 1 2.53 3.299C3.622 3 8 3 8 3s4.378 0 5.47.299Zm-3.232 4.7L6.6 10.144V5.857L10.238 8Z", clipRule: "evenodd" }) });
|
|
2043
2050
|
}
|
|
2044
2051
|
);
|
|
2045
2052
|
Youtube1cIcon.displayName = "Youtube1cIcon";
|
|
2046
2053
|
|
|
2047
2054
|
// src/list-nested.tsx
|
|
2048
2055
|
import * as React from "react";
|
|
2049
|
-
import { jsx as
|
|
2056
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
2050
2057
|
var ListNestedIcon = React.forwardRef(
|
|
2051
2058
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2052
|
-
return /* @__PURE__ */
|
|
2059
|
+
return /* @__PURE__ */ jsx172(
|
|
2053
2060
|
"svg",
|
|
2054
2061
|
{
|
|
2055
2062
|
width: "15",
|
|
@@ -2059,7 +2066,7 @@ var ListNestedIcon = React.forwardRef(
|
|
|
2059
2066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2060
2067
|
...props,
|
|
2061
2068
|
ref: forwardedRef,
|
|
2062
|
-
children: /* @__PURE__ */
|
|
2069
|
+
children: /* @__PURE__ */ jsx172(
|
|
2063
2070
|
"path",
|
|
2064
2071
|
{
|
|
2065
2072
|
fill: color,
|
|
@@ -2076,10 +2083,10 @@ ListNestedIcon.displayName = "ListNestedIcon";
|
|
|
2076
2083
|
|
|
2077
2084
|
// src/undo.tsx
|
|
2078
2085
|
import * as React2 from "react";
|
|
2079
|
-
import { jsx as
|
|
2086
|
+
import { jsx as jsx173, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2080
2087
|
var UndoIcon = React2.forwardRef(
|
|
2081
2088
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2082
|
-
return /* @__PURE__ */
|
|
2089
|
+
return /* @__PURE__ */ jsxs68(
|
|
2083
2090
|
"svg",
|
|
2084
2091
|
{
|
|
2085
2092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2090,8 +2097,8 @@ var UndoIcon = React2.forwardRef(
|
|
|
2090
2097
|
...props,
|
|
2091
2098
|
ref: forwardedRef,
|
|
2092
2099
|
children: [
|
|
2093
|
-
/* @__PURE__ */
|
|
2094
|
-
/* @__PURE__ */
|
|
2100
|
+
/* @__PURE__ */ jsx173("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
2101
|
+
/* @__PURE__ */ jsx173("path", { d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z" })
|
|
2095
2102
|
]
|
|
2096
2103
|
}
|
|
2097
2104
|
);
|
|
@@ -2101,10 +2108,10 @@ UndoIcon.displayName = "UndoIcon";
|
|
|
2101
2108
|
|
|
2102
2109
|
// src/redo.tsx
|
|
2103
2110
|
import * as React3 from "react";
|
|
2104
|
-
import { jsx as
|
|
2111
|
+
import { jsx as jsx174, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2105
2112
|
var RedoIcon = React3.forwardRef(
|
|
2106
2113
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2107
|
-
return /* @__PURE__ */
|
|
2114
|
+
return /* @__PURE__ */ jsxs69(
|
|
2108
2115
|
"svg",
|
|
2109
2116
|
{
|
|
2110
2117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2115,8 +2122,8 @@ var RedoIcon = React3.forwardRef(
|
|
|
2115
2122
|
...props,
|
|
2116
2123
|
ref: forwardedRef,
|
|
2117
2124
|
children: [
|
|
2118
|
-
/* @__PURE__ */
|
|
2119
|
-
/* @__PURE__ */
|
|
2125
|
+
/* @__PURE__ */ jsx174("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
2126
|
+
/* @__PURE__ */ jsx174("path", { d: "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z" })
|
|
2120
2127
|
]
|
|
2121
2128
|
}
|
|
2122
2129
|
);
|
|
@@ -2126,10 +2133,10 @@ RedoIcon.displayName = "RedoIcon";
|
|
|
2126
2133
|
|
|
2127
2134
|
// src/devices.tsx
|
|
2128
2135
|
import * as React4 from "react";
|
|
2129
|
-
import { jsx as
|
|
2136
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
2130
2137
|
var DevicesIcon = React4.forwardRef(
|
|
2131
2138
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2132
|
-
return /* @__PURE__ */
|
|
2139
|
+
return /* @__PURE__ */ jsx175(
|
|
2133
2140
|
"svg",
|
|
2134
2141
|
{
|
|
2135
2142
|
width: "15",
|
|
@@ -2139,7 +2146,7 @@ var DevicesIcon = React4.forwardRef(
|
|
|
2139
2146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2140
2147
|
...props,
|
|
2141
2148
|
ref: forwardedRef,
|
|
2142
|
-
children: /* @__PURE__ */
|
|
2149
|
+
children: /* @__PURE__ */ jsx175(
|
|
2143
2150
|
"path",
|
|
2144
2151
|
{
|
|
2145
2152
|
fill: color,
|
|
@@ -2154,9 +2161,9 @@ DevicesIcon.displayName = "DevicesIcon";
|
|
|
2154
2161
|
|
|
2155
2162
|
// src/justify-items-center.tsx
|
|
2156
2163
|
import * as React5 from "react";
|
|
2157
|
-
import { jsx as
|
|
2164
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
2158
2165
|
var JustifyItemsCenterIcon = React5.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2159
|
-
return /* @__PURE__ */
|
|
2166
|
+
return /* @__PURE__ */ jsx176(
|
|
2160
2167
|
"svg",
|
|
2161
2168
|
{
|
|
2162
2169
|
width: "24",
|
|
@@ -2166,7 +2173,7 @@ var JustifyItemsCenterIcon = React5.forwardRef(({ color = "currentColor", ...pro
|
|
|
2166
2173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2167
2174
|
...props,
|
|
2168
2175
|
ref: forwardedRef,
|
|
2169
|
-
children: /* @__PURE__ */
|
|
2176
|
+
children: /* @__PURE__ */ jsx176(
|
|
2170
2177
|
"path",
|
|
2171
2178
|
{
|
|
2172
2179
|
fillRule: "evenodd",
|
|
@@ -2182,10 +2189,10 @@ JustifyItemsCenterIcon.displayName = "JustifyItemsCenterIcon";
|
|
|
2182
2189
|
|
|
2183
2190
|
// src/justify-items-end.tsx
|
|
2184
2191
|
import * as React6 from "react";
|
|
2185
|
-
import { jsx as
|
|
2192
|
+
import { jsx as jsx177, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2186
2193
|
var JustifyItemsEndIcon = React6.forwardRef(
|
|
2187
2194
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2188
|
-
return /* @__PURE__ */
|
|
2195
|
+
return /* @__PURE__ */ jsxs70(
|
|
2189
2196
|
"svg",
|
|
2190
2197
|
{
|
|
2191
2198
|
width: "24",
|
|
@@ -2196,14 +2203,14 @@ var JustifyItemsEndIcon = React6.forwardRef(
|
|
|
2196
2203
|
...props,
|
|
2197
2204
|
ref: forwardedRef,
|
|
2198
2205
|
children: [
|
|
2199
|
-
/* @__PURE__ */
|
|
2206
|
+
/* @__PURE__ */ jsx177(
|
|
2200
2207
|
"path",
|
|
2201
2208
|
{
|
|
2202
2209
|
d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
|
|
2203
2210
|
fill: color
|
|
2204
2211
|
}
|
|
2205
2212
|
),
|
|
2206
|
-
/* @__PURE__ */
|
|
2213
|
+
/* @__PURE__ */ jsx177("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })
|
|
2207
2214
|
]
|
|
2208
2215
|
}
|
|
2209
2216
|
);
|
|
@@ -2213,9 +2220,9 @@ JustifyItemsEndIcon.displayName = "JustifyItemsEndIcon";
|
|
|
2213
2220
|
|
|
2214
2221
|
// src/justify-items-space-around.tsx
|
|
2215
2222
|
import * as React7 from "react";
|
|
2216
|
-
import { jsx as
|
|
2223
|
+
import { jsx as jsx178, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2217
2224
|
var JustifyItemsSpaceAroundIcon = React7.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2218
|
-
return /* @__PURE__ */
|
|
2225
|
+
return /* @__PURE__ */ jsxs71(
|
|
2219
2226
|
"svg",
|
|
2220
2227
|
{
|
|
2221
2228
|
width: "24",
|
|
@@ -2226,10 +2233,10 @@ var JustifyItemsSpaceAroundIcon = React7.forwardRef(({ color = "currentColor", .
|
|
|
2226
2233
|
...props,
|
|
2227
2234
|
ref: forwardedRef,
|
|
2228
2235
|
children: [
|
|
2229
|
-
/* @__PURE__ */
|
|
2230
|
-
/* @__PURE__ */
|
|
2231
|
-
/* @__PURE__ */
|
|
2232
|
-
/* @__PURE__ */
|
|
2236
|
+
/* @__PURE__ */ jsx178("path", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }),
|
|
2237
|
+
/* @__PURE__ */ jsx178("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }),
|
|
2238
|
+
/* @__PURE__ */ jsx178("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }),
|
|
2239
|
+
/* @__PURE__ */ jsx178("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })
|
|
2233
2240
|
]
|
|
2234
2241
|
}
|
|
2235
2242
|
);
|
|
@@ -2238,9 +2245,9 @@ JustifyItemsSpaceAroundIcon.displayName = "JustifyItemsSpaceAroundIcon";
|
|
|
2238
2245
|
|
|
2239
2246
|
// src/justify-items-space-between.tsx
|
|
2240
2247
|
import * as React8 from "react";
|
|
2241
|
-
import { jsx as
|
|
2248
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
2242
2249
|
var JustifyItemsSpaceBetweenIcon = React8.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2243
|
-
return /* @__PURE__ */
|
|
2250
|
+
return /* @__PURE__ */ jsx179(
|
|
2244
2251
|
"svg",
|
|
2245
2252
|
{
|
|
2246
2253
|
width: "24",
|
|
@@ -2250,7 +2257,7 @@ var JustifyItemsSpaceBetweenIcon = React8.forwardRef(({ color = "currentColor",
|
|
|
2250
2257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2251
2258
|
...props,
|
|
2252
2259
|
ref: forwardedRef,
|
|
2253
|
-
children: /* @__PURE__ */
|
|
2260
|
+
children: /* @__PURE__ */ jsx179(
|
|
2254
2261
|
"path",
|
|
2255
2262
|
{
|
|
2256
2263
|
fillRule: "evenodd",
|
|
@@ -2266,10 +2273,10 @@ JustifyItemsSpaceBetweenIcon.displayName = "JustifyItemsSpaceBetweenIcon";
|
|
|
2266
2273
|
|
|
2267
2274
|
// src/justify-items-start.tsx
|
|
2268
2275
|
import * as React9 from "react";
|
|
2269
|
-
import { jsx as
|
|
2276
|
+
import { jsx as jsx180, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2270
2277
|
var JustifyItemsStartIcon = React9.forwardRef(
|
|
2271
2278
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2272
|
-
return /* @__PURE__ */
|
|
2279
|
+
return /* @__PURE__ */ jsxs72(
|
|
2273
2280
|
"svg",
|
|
2274
2281
|
{
|
|
2275
2282
|
width: "24",
|
|
@@ -2280,14 +2287,14 @@ var JustifyItemsStartIcon = React9.forwardRef(
|
|
|
2280
2287
|
...props,
|
|
2281
2288
|
ref: forwardedRef,
|
|
2282
2289
|
children: [
|
|
2283
|
-
/* @__PURE__ */
|
|
2290
|
+
/* @__PURE__ */ jsx180(
|
|
2284
2291
|
"path",
|
|
2285
2292
|
{
|
|
2286
2293
|
d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
|
|
2287
2294
|
fill: color
|
|
2288
2295
|
}
|
|
2289
2296
|
),
|
|
2290
|
-
/* @__PURE__ */
|
|
2297
|
+
/* @__PURE__ */ jsx180("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })
|
|
2291
2298
|
]
|
|
2292
2299
|
}
|
|
2293
2300
|
);
|
|
@@ -2297,10 +2304,10 @@ JustifyItemsStartIcon.displayName = "JustifyItemsStartIcon";
|
|
|
2297
2304
|
|
|
2298
2305
|
// src/cloud.tsx
|
|
2299
2306
|
import * as React10 from "react";
|
|
2300
|
-
import { jsx as
|
|
2307
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
2301
2308
|
var CloudIcon = React10.forwardRef(
|
|
2302
2309
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2303
|
-
return /* @__PURE__ */
|
|
2310
|
+
return /* @__PURE__ */ jsx181(
|
|
2304
2311
|
"svg",
|
|
2305
2312
|
{
|
|
2306
2313
|
width: 16,
|
|
@@ -2310,7 +2317,7 @@ var CloudIcon = React10.forwardRef(
|
|
|
2310
2317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2311
2318
|
...props,
|
|
2312
2319
|
ref: forwardedRef,
|
|
2313
|
-
children: /* @__PURE__ */
|
|
2320
|
+
children: /* @__PURE__ */ jsx181(
|
|
2314
2321
|
"path",
|
|
2315
2322
|
{
|
|
2316
2323
|
d: "M3.433 11.4A2.333 2.333 0 014.57 7.473a2.918 2.918 0 115.705-1.222 2.917 2.917 0 11.058 5.832h-5.25a2.333 2.333 0 01-1.65-.683z",
|
|
@@ -2328,10 +2335,10 @@ CloudIcon.displayName = "CloudIcon";
|
|
|
2328
2335
|
|
|
2329
2336
|
// src/trash.tsx
|
|
2330
2337
|
import * as React11 from "react";
|
|
2331
|
-
import { jsx as
|
|
2338
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
2332
2339
|
var TrashIcon = React11.forwardRef(
|
|
2333
2340
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2334
|
-
return /* @__PURE__ */
|
|
2341
|
+
return /* @__PURE__ */ jsx182(
|
|
2335
2342
|
"svg",
|
|
2336
2343
|
{
|
|
2337
2344
|
width: "16",
|
|
@@ -2341,7 +2348,7 @@ var TrashIcon = React11.forwardRef(
|
|
|
2341
2348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2342
2349
|
...props,
|
|
2343
2350
|
ref: forwardedRef,
|
|
2344
|
-
children: /* @__PURE__ */
|
|
2351
|
+
children: /* @__PURE__ */ jsx182(
|
|
2345
2352
|
"path",
|
|
2346
2353
|
{
|
|
2347
2354
|
d: "M12.2127 4.9909L11.6908 12.2986C11.6692 12.6023 11.5333 12.8865 11.3105 13.094C11.0878 13.3015 10.7946 13.4168 10.4902 13.4168H5.50923C5.20477 13.4168 4.91163 13.3015 4.68883 13.094C4.46604 12.8865 4.33015 12.6023 4.30853 12.2986L3.78673 4.9909M12.2127 4.9909H9.80525M12.2127 4.9909H12.8145M3.78673 4.9909H6.19413M3.78673 4.9909H3.18488M6.19413 4.9909H9.80525M6.19413 4.9909V3.18535C6.19413 3.02573 6.25754 2.87264 6.37041 2.75977C6.48328 2.64691 6.63637 2.5835 6.79599 2.5835H9.20339C9.36302 2.5835 9.5161 2.64691 9.62897 2.75977C9.74184 2.87264 9.80525 3.02573 9.80525 3.18535V4.9909M6.79604 7.35518V10.9663M9.20345 7.35518V10.9663",
|
|
@@ -2359,10 +2366,10 @@ TrashIcon.displayName = "TrashIcon";
|
|
|
2359
2366
|
|
|
2360
2367
|
// src/size.tsx
|
|
2361
2368
|
import * as React12 from "react";
|
|
2362
|
-
import { jsx as
|
|
2369
|
+
import { jsx as jsx183 } from "react/jsx-runtime";
|
|
2363
2370
|
var SizeIcon = React12.forwardRef(
|
|
2364
2371
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2365
|
-
return /* @__PURE__ */
|
|
2372
|
+
return /* @__PURE__ */ jsx183(
|
|
2366
2373
|
"svg",
|
|
2367
2374
|
{
|
|
2368
2375
|
width: 16,
|
|
@@ -2372,7 +2379,7 @@ var SizeIcon = React12.forwardRef(
|
|
|
2372
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2373
2380
|
...props,
|
|
2374
2381
|
ref: forwardedRef,
|
|
2375
|
-
children: /* @__PURE__ */
|
|
2382
|
+
children: /* @__PURE__ */ jsx183(
|
|
2376
2383
|
"path",
|
|
2377
2384
|
{
|
|
2378
2385
|
fillRule: "evenodd",
|
|
@@ -2389,14 +2396,14 @@ SizeIcon.displayName = "SizeIcon";
|
|
|
2389
2396
|
|
|
2390
2397
|
// src/gear.tsx
|
|
2391
2398
|
import * as React13 from "react";
|
|
2392
|
-
import { jsx as
|
|
2399
|
+
import { jsx as jsx184, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2393
2400
|
var fillVar = "--ws-gear-icon-fill";
|
|
2394
2401
|
var gearIconCssVars = ({ fill }) => ({
|
|
2395
2402
|
[fillVar]: fill
|
|
2396
2403
|
});
|
|
2397
2404
|
var GearIcon = React13.forwardRef(
|
|
2398
2405
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2399
|
-
return /* @__PURE__ */
|
|
2406
|
+
return /* @__PURE__ */ jsxs73(
|
|
2400
2407
|
"svg",
|
|
2401
2408
|
{
|
|
2402
2409
|
width: 16,
|
|
@@ -2407,7 +2414,7 @@ var GearIcon = React13.forwardRef(
|
|
|
2407
2414
|
...props,
|
|
2408
2415
|
ref: forwardedRef,
|
|
2409
2416
|
children: [
|
|
2410
|
-
/* @__PURE__ */
|
|
2417
|
+
/* @__PURE__ */ jsx184(
|
|
2411
2418
|
"path",
|
|
2412
2419
|
{
|
|
2413
2420
|
d: "M9.117 2.878c-.284-1.17-1.95-1.17-2.234 0a1.149 1.149 0 01-1.714.71c-1.03-.627-2.207.551-1.58 1.58a1.15 1.15 0 01-.711 1.715c-1.17.284-1.17 1.95 0 2.234a1.15 1.15 0 01.71 1.714c-.627 1.03.551 2.207 1.58 1.58a1.148 1.148 0 011.715.711c.284 1.17 1.95 1.17 2.234 0a1.15 1.15 0 011.714-.71c1.03.627 2.207-.551 1.58-1.58a1.148 1.148 0 01.711-1.715c1.17-.284 1.17-1.95 0-2.234a1.15 1.15 0 01-.71-1.714c.627-1.03-.551-2.207-1.58-1.58a1.15 1.15 0 01-1.715-.711z",
|
|
@@ -2418,7 +2425,7 @@ var GearIcon = React13.forwardRef(
|
|
|
2418
2425
|
style: { fill: `var(${fillVar}, "none")` }
|
|
2419
2426
|
}
|
|
2420
2427
|
),
|
|
2421
|
-
/* @__PURE__ */
|
|
2428
|
+
/* @__PURE__ */ jsx184(
|
|
2422
2429
|
"circle",
|
|
2423
2430
|
{
|
|
2424
2431
|
cx: 8,
|
|
@@ -2437,10 +2444,10 @@ GearIcon.displayName = "GearIcon";
|
|
|
2437
2444
|
|
|
2438
2445
|
// src/new-page.tsx
|
|
2439
2446
|
import * as React14 from "react";
|
|
2440
|
-
import { jsx as
|
|
2447
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
2441
2448
|
var NewPageIcon = React14.forwardRef(
|
|
2442
2449
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2443
|
-
return /* @__PURE__ */
|
|
2450
|
+
return /* @__PURE__ */ jsx185(
|
|
2444
2451
|
"svg",
|
|
2445
2452
|
{
|
|
2446
2453
|
width: "16",
|
|
@@ -2450,7 +2457,7 @@ var NewPageIcon = React14.forwardRef(
|
|
|
2450
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
2458
|
...props,
|
|
2452
2459
|
ref: forwardedRef,
|
|
2453
|
-
children: /* @__PURE__ */
|
|
2460
|
+
children: /* @__PURE__ */ jsx185(
|
|
2454
2461
|
"path",
|
|
2455
2462
|
{
|
|
2456
2463
|
d: "M9.19995 2.16172V4.64004C9.19995 4.97607 9.19995 5.14409 9.26535 5.27244C9.32287 5.38533 9.41466 5.47712 9.52756 5.53465C9.6559 5.60004 9.82392 5.60004 10.16 5.60004H12.6383M7.99995 11.6V8M6.19995 9.8H9.79995M9.19995 2H6.07995C5.07186 2 4.56781 2 4.18277 2.19619C3.84408 2.36876 3.56871 2.64413 3.39614 2.98282C3.19995 3.36786 3.19995 3.87191 3.19995 4.88V11.12C3.19995 12.1281 3.19995 12.6321 3.39614 13.0172C3.56871 13.3559 3.84408 13.6312 4.18277 13.8038C4.56781 14 5.07186 14 6.07995 14H9.91995C10.928 14 11.4321 14 11.8171 13.8038C12.1558 13.6312 12.4312 13.3559 12.6038 13.0172C12.8 12.6321 12.8 12.1281 12.8 11.12V5.6L9.19995 2Z",
|
|
@@ -2468,10 +2475,10 @@ NewPageIcon.displayName = "NewPageIcon";
|
|
|
2468
2475
|
|
|
2469
2476
|
// src/new-folder.tsx
|
|
2470
2477
|
import * as React15 from "react";
|
|
2471
|
-
import { jsx as
|
|
2478
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
2472
2479
|
var NewFolderIcon = React15.forwardRef(
|
|
2473
2480
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2474
|
-
return /* @__PURE__ */
|
|
2481
|
+
return /* @__PURE__ */ jsx186(
|
|
2475
2482
|
"svg",
|
|
2476
2483
|
{
|
|
2477
2484
|
width: "16",
|
|
@@ -2481,7 +2488,7 @@ var NewFolderIcon = React15.forwardRef(
|
|
|
2481
2488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2482
2489
|
...props,
|
|
2483
2490
|
ref: forwardedRef,
|
|
2484
|
-
children: /* @__PURE__ */
|
|
2491
|
+
children: /* @__PURE__ */ jsx186(
|
|
2485
2492
|
"path",
|
|
2486
2493
|
{
|
|
2487
2494
|
d: "M8.6 5L7.93068 3.66135C7.73804 3.27608 7.64172 3.08344 7.49802 2.9427C7.37095 2.81824 7.21779 2.72358 7.04965 2.66558C6.8595 2.6 6.64412 2.6 6.21337 2.6H3.92C3.24794 2.6 2.91191 2.6 2.65521 2.73079C2.42942 2.84584 2.24584 3.02942 2.13079 3.25521C2 3.5119 2 3.84794 2 4.52V5M2 5H11.12C12.1281 5 12.6321 5 13.0172 5.19619C13.3559 5.36876 13.6312 5.64412 13.8038 5.98282C14 6.36786 14 6.8719 14 7.88V10.52C14 11.5281 14 12.0321 13.8038 12.4172C13.6312 12.7559 13.3559 13.0312 13.0172 13.2038C12.6321 13.4 12.1281 13.4 11.12 13.4H4.88C3.87191 13.4 3.36786 13.4 2.98282 13.2038C2.64413 13.0312 2.36876 12.7559 2.19619 12.4172C2 12.0321 2 11.5281 2 10.52V5ZM8 11V7.4M6.2 9.2H9.8",
|
|
@@ -2499,10 +2506,10 @@ NewFolderIcon.displayName = "NewFolderIcon";
|
|
|
2499
2506
|
|
|
2500
2507
|
// src/chevron-double-up.tsx
|
|
2501
2508
|
import * as React16 from "react";
|
|
2502
|
-
import { jsx as
|
|
2509
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
2503
2510
|
var ChevronDoubleUpIcon = React16.forwardRef(
|
|
2504
2511
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2505
|
-
return /* @__PURE__ */
|
|
2512
|
+
return /* @__PURE__ */ jsx187(
|
|
2506
2513
|
"svg",
|
|
2507
2514
|
{
|
|
2508
2515
|
width: "16",
|
|
@@ -2512,7 +2519,7 @@ var ChevronDoubleUpIcon = React16.forwardRef(
|
|
|
2512
2519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2513
2520
|
...props,
|
|
2514
2521
|
ref: forwardedRef,
|
|
2515
|
-
children: /* @__PURE__ */
|
|
2522
|
+
children: /* @__PURE__ */ jsx187(
|
|
2516
2523
|
"path",
|
|
2517
2524
|
{
|
|
2518
2525
|
d: "M3 14L8 9L13 14M3 7L8 2L13 7",
|
|
@@ -2530,10 +2537,10 @@ ChevronDoubleUpIcon.displayName = "ChevronDoubleUpIcon";
|
|
|
2530
2537
|
|
|
2531
2538
|
// src/chevron-double-down.tsx
|
|
2532
2539
|
import * as React17 from "react";
|
|
2533
|
-
import { jsx as
|
|
2540
|
+
import { jsx as jsx188 } from "react/jsx-runtime";
|
|
2534
2541
|
var ChevronDoubleDownIcon = React17.forwardRef(
|
|
2535
2542
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2536
|
-
return /* @__PURE__ */
|
|
2543
|
+
return /* @__PURE__ */ jsx188(
|
|
2537
2544
|
"svg",
|
|
2538
2545
|
{
|
|
2539
2546
|
width: "16",
|
|
@@ -2543,7 +2550,7 @@ var ChevronDoubleDownIcon = React17.forwardRef(
|
|
|
2543
2550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2544
2551
|
...props,
|
|
2545
2552
|
ref: forwardedRef,
|
|
2546
|
-
children: /* @__PURE__ */
|
|
2553
|
+
children: /* @__PURE__ */ jsx188(
|
|
2547
2554
|
"path",
|
|
2548
2555
|
{
|
|
2549
2556
|
d: "M13 2L8 7L3 2M13 9L8 14L3 9",
|
|
@@ -2561,10 +2568,10 @@ ChevronDoubleDownIcon.displayName = "ChevronDoubleDownIcon";
|
|
|
2561
2568
|
|
|
2562
2569
|
// src/chevron-double-left.tsx
|
|
2563
2570
|
import * as React18 from "react";
|
|
2564
|
-
import { jsx as
|
|
2571
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
2565
2572
|
var ChevronDoubleLeftIcon = React18.forwardRef(
|
|
2566
2573
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2567
|
-
return /* @__PURE__ */
|
|
2574
|
+
return /* @__PURE__ */ jsx189(
|
|
2568
2575
|
"svg",
|
|
2569
2576
|
{
|
|
2570
2577
|
width: "16",
|
|
@@ -2574,7 +2581,7 @@ var ChevronDoubleLeftIcon = React18.forwardRef(
|
|
|
2574
2581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2575
2582
|
...props,
|
|
2576
2583
|
ref: forwardedRef,
|
|
2577
|
-
children: /* @__PURE__ */
|
|
2584
|
+
children: /* @__PURE__ */ jsx189(
|
|
2578
2585
|
"path",
|
|
2579
2586
|
{
|
|
2580
2587
|
d: "M14 13L9 8L14 3M7 13L2 8L7 3",
|
|
@@ -2592,9 +2599,9 @@ ChevronDoubleLeftIcon.displayName = "ChevronDoubleLeftIcon";
|
|
|
2592
2599
|
|
|
2593
2600
|
// src/chevron-double-right.tsx
|
|
2594
2601
|
import * as React19 from "react";
|
|
2595
|
-
import { jsx as
|
|
2602
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
2596
2603
|
var ChevronDoubleRightIcon = React19.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2597
|
-
return /* @__PURE__ */
|
|
2604
|
+
return /* @__PURE__ */ jsx190(
|
|
2598
2605
|
"svg",
|
|
2599
2606
|
{
|
|
2600
2607
|
width: "16",
|
|
@@ -2604,7 +2611,7 @@ var ChevronDoubleRightIcon = React19.forwardRef(({ color = "currentColor", ...pr
|
|
|
2604
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2605
2612
|
...props,
|
|
2606
2613
|
ref: forwardedRef,
|
|
2607
|
-
children: /* @__PURE__ */
|
|
2614
|
+
children: /* @__PURE__ */ jsx190(
|
|
2608
2615
|
"path",
|
|
2609
2616
|
{
|
|
2610
2617
|
d: "M2 3L7 8L2 13M9 3L14 8L9 13",
|
|
@@ -2621,9 +2628,9 @@ ChevronDoubleRightIcon.displayName = "ChevronDoubleRightIcon";
|
|
|
2621
2628
|
|
|
2622
2629
|
// src/cross-circled-filled.tsx
|
|
2623
2630
|
import * as React20 from "react";
|
|
2624
|
-
import { jsx as
|
|
2631
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
2625
2632
|
var CrossCircledFilledIcon = React20.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2626
|
-
return /* @__PURE__ */
|
|
2633
|
+
return /* @__PURE__ */ jsx191(
|
|
2627
2634
|
"svg",
|
|
2628
2635
|
{
|
|
2629
2636
|
width: "16",
|
|
@@ -2633,7 +2640,7 @@ var CrossCircledFilledIcon = React20.forwardRef(({ color = "currentColor", ...pr
|
|
|
2633
2640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2634
2641
|
...props,
|
|
2635
2642
|
ref: forwardedRef,
|
|
2636
|
-
children: /* @__PURE__ */
|
|
2643
|
+
children: /* @__PURE__ */ jsx191(
|
|
2637
2644
|
"path",
|
|
2638
2645
|
{
|
|
2639
2646
|
fillRule: "evenodd",
|
|
@@ -2649,10 +2656,10 @@ CrossCircledFilledIcon.displayName = "CrossCircledFilled";
|
|
|
2649
2656
|
|
|
2650
2657
|
// src/cross.tsx
|
|
2651
2658
|
import * as React21 from "react";
|
|
2652
|
-
import { jsx as
|
|
2659
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
2653
2660
|
var CrossIcon = React21.forwardRef(
|
|
2654
2661
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2655
|
-
return /* @__PURE__ */
|
|
2662
|
+
return /* @__PURE__ */ jsx192(
|
|
2656
2663
|
"svg",
|
|
2657
2664
|
{
|
|
2658
2665
|
width: "16",
|
|
@@ -2662,7 +2669,7 @@ var CrossIcon = React21.forwardRef(
|
|
|
2662
2669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2663
2670
|
...props,
|
|
2664
2671
|
ref: forwardedRef,
|
|
2665
|
-
children: /* @__PURE__ */
|
|
2672
|
+
children: /* @__PURE__ */ jsx192(
|
|
2666
2673
|
"path",
|
|
2667
2674
|
{
|
|
2668
2675
|
d: "M13 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13",
|
|
@@ -2679,10 +2686,10 @@ CrossIcon.displayName = "Cross";
|
|
|
2679
2686
|
|
|
2680
2687
|
// src/magnifying-glass.tsx
|
|
2681
2688
|
import * as React22 from "react";
|
|
2682
|
-
import { jsx as
|
|
2689
|
+
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
2683
2690
|
var MagnifyingGlassIcon = React22.forwardRef(
|
|
2684
2691
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2685
|
-
return /* @__PURE__ */
|
|
2692
|
+
return /* @__PURE__ */ jsx193(
|
|
2686
2693
|
"svg",
|
|
2687
2694
|
{
|
|
2688
2695
|
width: "16",
|
|
@@ -2692,7 +2699,7 @@ var MagnifyingGlassIcon = React22.forwardRef(
|
|
|
2692
2699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2693
2700
|
...props,
|
|
2694
2701
|
ref: forwardedRef,
|
|
2695
|
-
children: /* @__PURE__ */
|
|
2702
|
+
children: /* @__PURE__ */ jsx193(
|
|
2696
2703
|
"path",
|
|
2697
2704
|
{
|
|
2698
2705
|
fillRule: "evenodd",
|
|
@@ -2709,10 +2716,10 @@ MagnifyingGlassIcon.displayName = "MagnifyingGlass";
|
|
|
2709
2716
|
|
|
2710
2717
|
// src/menu.tsx
|
|
2711
2718
|
import * as React23 from "react";
|
|
2712
|
-
import { jsx as
|
|
2719
|
+
import { jsx as jsx194, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2713
2720
|
var MenuIcon = React23.forwardRef(
|
|
2714
2721
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2715
|
-
return /* @__PURE__ */
|
|
2722
|
+
return /* @__PURE__ */ jsxs74(
|
|
2716
2723
|
"svg",
|
|
2717
2724
|
{
|
|
2718
2725
|
width: "16",
|
|
@@ -2723,21 +2730,21 @@ var MenuIcon = React23.forwardRef(
|
|
|
2723
2730
|
...props,
|
|
2724
2731
|
ref: forwardedRef,
|
|
2725
2732
|
children: [
|
|
2726
|
-
/* @__PURE__ */
|
|
2733
|
+
/* @__PURE__ */ jsx194(
|
|
2727
2734
|
"path",
|
|
2728
2735
|
{
|
|
2729
2736
|
d: "M4 8C4 8.82843 3.32843 9.5 2.5 9.5C1.67157 9.5 1 8.82843 1 8C1 7.17157 1.67157 6.5 2.5 6.5C3.32843 6.5 4 7.17157 4 8Z",
|
|
2730
2737
|
fill: color
|
|
2731
2738
|
}
|
|
2732
2739
|
),
|
|
2733
|
-
/* @__PURE__ */
|
|
2740
|
+
/* @__PURE__ */ jsx194(
|
|
2734
2741
|
"path",
|
|
2735
2742
|
{
|
|
2736
2743
|
d: "M9.5 8C9.5 8.82843 8.82843 9.5 8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5C8.82843 6.5 9.5 7.17157 9.5 8Z",
|
|
2737
2744
|
fill: color
|
|
2738
2745
|
}
|
|
2739
2746
|
),
|
|
2740
|
-
/* @__PURE__ */
|
|
2747
|
+
/* @__PURE__ */ jsx194(
|
|
2741
2748
|
"path",
|
|
2742
2749
|
{
|
|
2743
2750
|
d: "M15 8C15 8.82843 14.3284 9.5 13.5 9.5C12.6716 9.5 12 8.82843 12 8C12 7.17157 12.6716 6.5 13.5 6.5C14.3284 6.5 15 7.17157 15 8Z",
|
|
@@ -2753,10 +2760,10 @@ MenuIcon.displayName = "MenuIcon";
|
|
|
2753
2760
|
|
|
2754
2761
|
// src/cross-small.tsx
|
|
2755
2762
|
import * as React24 from "react";
|
|
2756
|
-
import { jsx as
|
|
2763
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
2757
2764
|
var CrossSmallIcon = React24.forwardRef(
|
|
2758
2765
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2759
|
-
return /* @__PURE__ */
|
|
2766
|
+
return /* @__PURE__ */ jsx195(
|
|
2760
2767
|
"svg",
|
|
2761
2768
|
{
|
|
2762
2769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2766,7 +2773,7 @@ var CrossSmallIcon = React24.forwardRef(
|
|
|
2766
2773
|
height: "16",
|
|
2767
2774
|
...props,
|
|
2768
2775
|
ref: forwardedRef,
|
|
2769
|
-
children: /* @__PURE__ */
|
|
2776
|
+
children: /* @__PURE__ */ jsx195(
|
|
2770
2777
|
"path",
|
|
2771
2778
|
{
|
|
2772
2779
|
stroke: color,
|
|
@@ -2783,10 +2790,10 @@ CrossSmallIcon.displayName = "CrossSmallIcon";
|
|
|
2783
2790
|
|
|
2784
2791
|
// src/cross-large.tsx
|
|
2785
2792
|
import * as React25 from "react";
|
|
2786
|
-
import { jsx as
|
|
2793
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
2787
2794
|
var CrossLargeIcon = React25.forwardRef(
|
|
2788
2795
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2789
|
-
return /* @__PURE__ */
|
|
2796
|
+
return /* @__PURE__ */ jsx196(
|
|
2790
2797
|
"svg",
|
|
2791
2798
|
{
|
|
2792
2799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2796,7 +2803,7 @@ var CrossLargeIcon = React25.forwardRef(
|
|
|
2796
2803
|
height: "16",
|
|
2797
2804
|
...props,
|
|
2798
2805
|
ref: forwardedRef,
|
|
2799
|
-
children: /* @__PURE__ */
|
|
2806
|
+
children: /* @__PURE__ */ jsx196(
|
|
2800
2807
|
"path",
|
|
2801
2808
|
{
|
|
2802
2809
|
stroke: color,
|
|
@@ -2813,10 +2820,10 @@ CrossLargeIcon.displayName = "CrossLargeIcon";
|
|
|
2813
2820
|
|
|
2814
2821
|
// src/ellipses.tsx
|
|
2815
2822
|
import * as React26 from "react";
|
|
2816
|
-
import { jsx as
|
|
2823
|
+
import { jsx as jsx197, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2817
2824
|
var EllipsesIcon = React26.forwardRef(
|
|
2818
2825
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2819
|
-
return /* @__PURE__ */
|
|
2826
|
+
return /* @__PURE__ */ jsxs75(
|
|
2820
2827
|
"svg",
|
|
2821
2828
|
{
|
|
2822
2829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2827,9 +2834,9 @@ var EllipsesIcon = React26.forwardRef(
|
|
|
2827
2834
|
...props,
|
|
2828
2835
|
ref: forwardedRef,
|
|
2829
2836
|
children: [
|
|
2830
|
-
/* @__PURE__ */
|
|
2831
|
-
/* @__PURE__ */
|
|
2832
|
-
/* @__PURE__ */
|
|
2837
|
+
/* @__PURE__ */ jsx197("circle", { cx: "2.5", cy: "8", r: "1.5", fill: color }),
|
|
2838
|
+
/* @__PURE__ */ jsx197("circle", { cx: "8", cy: "8", r: "1.5", fill: color }),
|
|
2839
|
+
/* @__PURE__ */ jsx197("circle", { cx: "13.5", cy: "8", r: "1.5", fill: color })
|
|
2833
2840
|
]
|
|
2834
2841
|
}
|
|
2835
2842
|
);
|
|
@@ -2839,10 +2846,10 @@ EllipsesIcon.displayName = "EllipsesIcon";
|
|
|
2839
2846
|
|
|
2840
2847
|
// src/text-align-center.tsx
|
|
2841
2848
|
import * as React27 from "react";
|
|
2842
|
-
import { jsx as
|
|
2849
|
+
import { jsx as jsx198, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2843
2850
|
var TextAlignCenterIcon = React27.forwardRef(
|
|
2844
2851
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2845
|
-
return /* @__PURE__ */
|
|
2852
|
+
return /* @__PURE__ */ jsxs76(
|
|
2846
2853
|
"svg",
|
|
2847
2854
|
{
|
|
2848
2855
|
width: "16",
|
|
@@ -2853,21 +2860,21 @@ var TextAlignCenterIcon = React27.forwardRef(
|
|
|
2853
2860
|
...props,
|
|
2854
2861
|
ref: forwardedRef,
|
|
2855
2862
|
children: [
|
|
2856
|
-
/* @__PURE__ */
|
|
2863
|
+
/* @__PURE__ */ jsx198(
|
|
2857
2864
|
"path",
|
|
2858
2865
|
{
|
|
2859
2866
|
d: "M1 4C1 3.65482 1.27982 3.375 1.625 3.375H14.375C14.7202 3.375 15 3.65482 15 4C15 4.34518 14.7202 4.625 14.375 4.625H1.625C1.27982 4.625 1 4.34518 1 4Z",
|
|
2860
2867
|
fill: color
|
|
2861
2868
|
}
|
|
2862
2869
|
),
|
|
2863
|
-
/* @__PURE__ */
|
|
2870
|
+
/* @__PURE__ */ jsx198(
|
|
2864
2871
|
"path",
|
|
2865
2872
|
{
|
|
2866
2873
|
d: "M4 8C4 7.65482 4.27982 7.375 4.625 7.375H11.375C11.7202 7.375 12 7.65482 12 8C12 8.34518 11.7202 8.625 11.375 8.625H4.625C4.27982 8.625 4 8.34518 4 8Z",
|
|
2867
2874
|
fill: color
|
|
2868
2875
|
}
|
|
2869
2876
|
),
|
|
2870
|
-
/* @__PURE__ */
|
|
2877
|
+
/* @__PURE__ */ jsx198(
|
|
2871
2878
|
"path",
|
|
2872
2879
|
{
|
|
2873
2880
|
d: "M3 12C3 11.6548 3.27982 11.375 3.625 11.375H12.375C12.7202 11.375 13 11.6548 13 12C13 12.3452 12.7202 12.625 12.375 12.625H3.625C3.27982 12.625 3 12.3452 3 12Z",
|
|
@@ -2883,10 +2890,10 @@ TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
|
|
|
2883
2890
|
|
|
2884
2891
|
// src/text-align-justify.tsx
|
|
2885
2892
|
import * as React28 from "react";
|
|
2886
|
-
import { jsx as
|
|
2893
|
+
import { jsx as jsx199, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2887
2894
|
var TextAlignJustifyIcon = React28.forwardRef(
|
|
2888
2895
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2889
|
-
return /* @__PURE__ */
|
|
2896
|
+
return /* @__PURE__ */ jsxs77(
|
|
2890
2897
|
"svg",
|
|
2891
2898
|
{
|
|
2892
2899
|
width: "16",
|
|
@@ -2897,21 +2904,21 @@ var TextAlignJustifyIcon = React28.forwardRef(
|
|
|
2897
2904
|
...props,
|
|
2898
2905
|
ref: forwardedRef,
|
|
2899
2906
|
children: [
|
|
2900
|
-
/* @__PURE__ */
|
|
2907
|
+
/* @__PURE__ */ jsx199(
|
|
2901
2908
|
"path",
|
|
2902
2909
|
{
|
|
2903
2910
|
d: "M1 4C1 3.65482 1.27982 3.375 1.625 3.375H14.375C14.7202 3.375 15 3.65482 15 4C15 4.34518 14.7202 4.625 14.375 4.625H1.625C1.27982 4.625 1 4.34518 1 4Z",
|
|
2904
2911
|
fill: color
|
|
2905
2912
|
}
|
|
2906
2913
|
),
|
|
2907
|
-
/* @__PURE__ */
|
|
2914
|
+
/* @__PURE__ */ jsx199(
|
|
2908
2915
|
"path",
|
|
2909
2916
|
{
|
|
2910
2917
|
d: "M1 8C1 7.65482 1.27982 7.375 1.625 7.375H14.375C14.7202 7.375 15 7.65482 15 8C15 8.34518 14.7202 8.625 14.375 8.625H1.625C1.27982 8.625 1 8.34518 1 8Z",
|
|
2911
2918
|
fill: color
|
|
2912
2919
|
}
|
|
2913
2920
|
),
|
|
2914
|
-
/* @__PURE__ */
|
|
2921
|
+
/* @__PURE__ */ jsx199(
|
|
2915
2922
|
"path",
|
|
2916
2923
|
{
|
|
2917
2924
|
d: "M1.625 11.375C1.27982 11.375 1 11.6548 1 12C1 12.3452 1.27982 12.625 1.625 12.625H14.375C14.7202 12.625 15 12.3452 15 12C15 11.6548 14.7202 11.375 14.375 11.375H1.625Z",
|
|
@@ -2927,10 +2934,10 @@ TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
|
|
|
2927
2934
|
|
|
2928
2935
|
// src/text-align-right.tsx
|
|
2929
2936
|
import * as React29 from "react";
|
|
2930
|
-
import { jsx as
|
|
2937
|
+
import { jsx as jsx200, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2931
2938
|
var TextAlignRightIcon = React29.forwardRef(
|
|
2932
2939
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2933
|
-
return /* @__PURE__ */
|
|
2940
|
+
return /* @__PURE__ */ jsxs78(
|
|
2934
2941
|
"svg",
|
|
2935
2942
|
{
|
|
2936
2943
|
width: "16",
|
|
@@ -2941,21 +2948,21 @@ var TextAlignRightIcon = React29.forwardRef(
|
|
|
2941
2948
|
...props,
|
|
2942
2949
|
ref: forwardedRef,
|
|
2943
2950
|
children: [
|
|
2944
|
-
/* @__PURE__ */
|
|
2951
|
+
/* @__PURE__ */ jsx200(
|
|
2945
2952
|
"path",
|
|
2946
2953
|
{
|
|
2947
2954
|
d: "M1 4C1 3.65482 1.27982 3.375 1.625 3.375H14.375C14.7202 3.375 15 3.65482 15 4C15 4.34518 14.7202 4.625 14.375 4.625H1.625C1.27982 4.625 1 4.34518 1 4Z",
|
|
2948
2955
|
fill: color
|
|
2949
2956
|
}
|
|
2950
2957
|
),
|
|
2951
|
-
/* @__PURE__ */
|
|
2958
|
+
/* @__PURE__ */ jsx200(
|
|
2952
2959
|
"path",
|
|
2953
2960
|
{
|
|
2954
2961
|
d: "M7 8C7 7.65482 7.27982 7.375 7.625 7.375H14.375C14.7202 7.375 15 7.65482 15 8C15 8.34518 14.7202 8.625 14.375 8.625H7.625C7.27982 8.625 7 8.34518 7 8Z",
|
|
2955
2962
|
fill: color
|
|
2956
2963
|
}
|
|
2957
2964
|
),
|
|
2958
|
-
/* @__PURE__ */
|
|
2965
|
+
/* @__PURE__ */ jsx200(
|
|
2959
2966
|
"path",
|
|
2960
2967
|
{
|
|
2961
2968
|
d: "M5 12C5 11.6548 5.27982 11.375 5.625 11.375H14.375C14.7202 11.375 15 11.6548 15 12C15 12.3452 14.7202 12.625 14.375 12.625H5.625C5.27982 12.625 5 12.3452 5 12Z",
|
|
@@ -2971,10 +2978,10 @@ TextAlignRightIcon.displayName = "TextAlignRightIcon";
|
|
|
2971
2978
|
|
|
2972
2979
|
// src/text-capitalize.tsx
|
|
2973
2980
|
import * as React30 from "react";
|
|
2974
|
-
import { jsx as
|
|
2981
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
2975
2982
|
var TextCapitalizeIcon = React30.forwardRef(
|
|
2976
2983
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2977
|
-
return /* @__PURE__ */
|
|
2984
|
+
return /* @__PURE__ */ jsx201(
|
|
2978
2985
|
"svg",
|
|
2979
2986
|
{
|
|
2980
2987
|
width: "16",
|
|
@@ -2984,7 +2991,7 @@ var TextCapitalizeIcon = React30.forwardRef(
|
|
|
2984
2991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2985
2992
|
...props,
|
|
2986
2993
|
ref: forwardedRef,
|
|
2987
|
-
children: /* @__PURE__ */
|
|
2994
|
+
children: /* @__PURE__ */ jsx201(
|
|
2988
2995
|
"path",
|
|
2989
2996
|
{
|
|
2990
2997
|
d: "M2.97885 8.20764C2.61986 8.20764 2.32885 8.49866 2.32885 8.85764C2.32885 9.21663 2.61986 9.50764 2.97885 9.50764V8.20764ZM6.45885 9.50764C6.81783 9.50764 7.10885 9.21663 7.10885 8.85764C7.10885 8.49866 6.81783 8.20764 6.45885 8.20764V9.50764ZM4.29644 4.81751L4.90952 5.03345L4.29644 4.81751ZM1.20577 11.6356C1.0865 11.9742 1.26431 12.3454 1.6029 12.4647C1.9415 12.5839 2.31267 12.4061 2.43193 12.0675L1.20577 11.6356ZM5.14126 4.81751L4.52818 5.03345V5.03345L5.14126 4.81751ZM7.00577 12.0675C7.12503 12.4061 7.4962 12.5839 7.83479 12.4647C8.17339 12.3454 8.35119 11.9742 8.23193 11.6356L7.00577 12.0675ZM4.59071 4.18692L4.24203 3.63836L4.24203 3.63836L4.59071 4.18692ZM4.84699 4.18692L5.19567 3.63836L5.19567 3.63836L4.84699 4.18692ZM9.74033 6.34775C9.4867 6.60179 9.48702 7.01335 9.74107 7.26699C9.99511 7.52062 10.4067 7.52029 10.6603 7.26625L9.74033 6.34775ZM13.8673 7.19908L13.2649 7.44319L13.2781 7.47586L13.2948 7.50691L13.8673 7.19908ZM13.0622 8.66143L12.9153 8.02825L13.0622 8.66143ZM9.68547 10.7235L9.03689 10.7664L9.68547 10.7235ZM2.97885 9.50764H6.45885V8.20764H2.97885V9.50764ZM3.68336 4.60156L1.20577 11.6356L2.43193 12.0675L4.90952 5.03345L3.68336 4.60156ZM4.52818 5.03345L7.00577 12.0675L8.23193 11.6356L5.75434 4.60156L4.52818 5.03345ZM4.90952 5.03345C4.94351 4.93693 4.97125 4.85822 4.996 4.79094C5.02094 4.72313 5.03942 4.67639 5.05396 4.64334C5.0694 4.60825 5.07319 4.60542 5.06484 4.61791C5.0568 4.62994 5.01859 4.68514 4.93939 4.73548L4.24203 3.63836C4.01318 3.78382 3.90853 4.01871 3.8641 4.11967C3.80654 4.25045 3.74674 4.42162 3.68336 4.60156L4.90952 5.03345ZM5.75434 4.60156C5.69096 4.42162 5.63115 4.25045 5.5736 4.11967C5.52916 4.01871 5.42451 3.78382 5.19567 3.63836L4.4983 4.73548C4.41911 4.68514 4.38089 4.62994 4.37285 4.61791C4.36451 4.60542 4.36829 4.60825 4.38374 4.64334C4.39828 4.67639 4.41675 4.72313 4.4417 4.79094C4.46644 4.85822 4.49418 4.93693 4.52818 5.03345L5.75434 4.60156ZM4.93939 4.73548C4.88097 4.77262 4.80474 4.79841 4.71885 4.79841C4.63295 4.79841 4.55673 4.77262 4.4983 4.73548L5.19567 3.63836C4.90209 3.45176 4.5356 3.45176 4.24203 3.63836L4.93939 4.73548ZM10.6603 7.26625C10.6308 7.29581 10.6471 7.27132 10.7739 7.21285C10.8802 7.16385 11.0216 7.1102 11.183 7.06039C11.5159 6.95766 11.864 6.89265 12.0975 6.89265V5.59265C11.6831 5.59265 11.1964 5.69577 10.7997 5.81818C10.5963 5.88095 10.3991 5.95413 10.2295 6.03233C10.0805 6.10106 9.88371 6.20414 9.74033 6.34775L10.6603 7.26625ZM12.0975 6.89265C12.6361 6.89265 12.8947 7.01242 13.0195 7.10261C13.1431 7.19192 13.2084 7.30385 13.2649 7.44319L14.4697 6.95497C14.3694 6.70732 14.1852 6.34104 13.7809 6.04889C13.3778 5.7576 12.8299 5.59265 12.0975 5.59265V6.89265ZM13.2948 7.50691C13.2705 7.46167 13.2702 7.44124 13.2798 7.48268C13.2872 7.51427 13.2963 7.56406 13.3058 7.63512C13.3247 7.77685 13.3406 7.96737 13.3531 8.19679L14.6511 8.126C14.6378 7.88167 14.6197 7.65312 14.5943 7.46318C14.5817 7.36841 14.5661 7.2742 14.5459 7.18774C14.5281 7.11113 14.4975 6.99859 14.4398 6.89126L13.2948 7.50691ZM13.3531 8.19679C13.3903 8.87957 13.3928 9.80903 13.3857 10.5657L14.6857 10.5778C14.6927 9.81805 14.6908 8.85318 14.6511 8.126L13.3531 8.19679ZM13.3857 10.5657C13.3824 10.9261 13.3769 11.2436 13.3723 11.4709C13.37 11.5845 13.3679 11.6755 13.3663 11.7379C13.3656 11.7691 13.365 11.7932 13.3645 11.8094C13.3643 11.8175 13.3642 11.8236 13.3641 11.8276C13.364 11.8297 13.364 11.8312 13.3639 11.8322C13.3639 11.8327 13.3639 11.833 13.3639 11.8333C13.3639 11.8334 13.3639 11.8334 13.3639 11.8335C13.3639 11.8335 13.3639 11.8335 13.3639 11.8335C13.3639 11.8335 13.3639 11.8335 13.3639 11.8335C13.3639 11.8335 13.3639 11.8335 14.0137 11.8515C14.6634 11.8694 14.6634 11.8694 14.6634 11.8694C14.6634 11.8694 14.6634 11.8694 14.6634 11.8693C14.6634 11.8693 14.6634 11.8693 14.6634 11.8692C14.6634 11.8692 14.6634 11.869 14.6634 11.8689C14.6634 11.8686 14.6634 11.8681 14.6635 11.8675C14.6635 11.8664 14.6635 11.8647 14.6636 11.8625C14.6637 11.8581 14.6639 11.8516 14.6641 11.8432C14.6645 11.8263 14.6652 11.8015 14.666 11.7695C14.6675 11.7055 14.6697 11.6128 14.672 11.4973C14.6767 11.2664 14.6823 10.944 14.6857 10.5778L13.3857 10.5657ZM14.0256 8.12982C13.4757 7.78323 13.4758 7.78317 13.4758 7.78311C13.4758 7.78309 13.4759 7.78303 13.4759 7.78299C13.4759 7.78291 13.476 7.78283 13.476 7.78275C13.4761 7.78259 13.4762 7.78243 13.4763 7.78227C13.4765 7.78196 13.4767 7.78165 13.4769 7.78134C13.4773 7.78072 13.4777 7.78011 13.4781 7.77952C13.4789 7.77832 13.4796 7.77717 13.4803 7.77606C13.4818 7.77384 13.4831 7.77178 13.4844 7.76989C13.4869 7.7661 13.4891 7.76295 13.491 7.76039C13.4946 7.75529 13.4968 7.75259 13.4973 7.75196L14.5069 8.57083C14.5237 8.55021 14.5376 8.53172 14.5489 8.51583C14.5546 8.50788 14.5596 8.50059 14.5641 8.494C14.5663 8.49071 14.5683 8.48759 14.5702 8.48466C14.5712 8.48319 14.5721 8.48177 14.573 8.4804C14.5734 8.47971 14.5738 8.47904 14.5743 8.47837C14.5745 8.47804 14.5747 8.47771 14.5749 8.47739C14.575 8.47722 14.5751 8.47706 14.5752 8.4769C14.5753 8.47682 14.5753 8.47674 14.5754 8.47666C14.5754 8.47662 14.5754 8.47656 14.5754 8.47654C14.5755 8.47648 14.5755 8.47642 14.0256 8.12982ZM13.4973 7.75196C13.5081 7.73866 13.3695 7.92284 12.9153 8.02825L13.2092 9.2946C13.9632 9.11963 14.3476 8.76735 14.5069 8.57083L13.4973 7.75196ZM12.9153 8.02825C12.7168 8.07431 12.443 8.10398 12.0304 8.16736C11.6516 8.22553 11.2006 8.3075 10.7723 8.45375C10.3483 8.59854 9.89199 8.82415 9.54891 9.20414C9.18684 9.60519 8.99482 10.1301 9.03689 10.7664L10.3341 10.6806C10.3141 10.3787 10.3982 10.2034 10.5138 10.0753C10.6485 9.92612 10.8717 9.79351 11.1924 9.68401C11.5088 9.57598 11.8677 9.50759 12.2277 9.45229C12.5538 9.4022 12.9476 9.35529 13.2092 9.2946L12.9153 8.02825ZM9.03689 10.7664C9.1013 11.7405 9.97373 12.352 10.9543 12.442C11.9617 12.5344 13.1979 12.1313 14.4553 11.0681L13.616 10.0754C12.5432 10.9824 11.6402 11.1995 11.0731 11.1474C10.4791 11.0929 10.3416 10.7952 10.3341 10.6806L9.03689 10.7664ZM14.4553 11.0681C14.5078 11.0238 14.5602 10.9783 14.6128 10.9317L13.7495 9.95967C13.7048 9.9994 13.6603 10.038 13.616 10.0754L14.4553 11.0681Z",
|
|
@@ -2999,10 +3006,10 @@ TextCapitalizeIcon.displayName = "TextCapitalizeIcon";
|
|
|
2999
3006
|
|
|
3000
3007
|
// src/text-hyphen.tsx
|
|
3001
3008
|
import * as React31 from "react";
|
|
3002
|
-
import { jsx as
|
|
3009
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
3003
3010
|
var TextHyphenIcon = React31.forwardRef(
|
|
3004
3011
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3005
|
-
return /* @__PURE__ */
|
|
3012
|
+
return /* @__PURE__ */ jsx202(
|
|
3006
3013
|
"svg",
|
|
3007
3014
|
{
|
|
3008
3015
|
width: "16",
|
|
@@ -3012,7 +3019,7 @@ var TextHyphenIcon = React31.forwardRef(
|
|
|
3012
3019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3013
3020
|
...props,
|
|
3014
3021
|
ref: forwardedRef,
|
|
3015
|
-
children: /* @__PURE__ */
|
|
3022
|
+
children: /* @__PURE__ */ jsx202(
|
|
3016
3023
|
"path",
|
|
3017
3024
|
{
|
|
3018
3025
|
fillRule: "evenodd",
|
|
@@ -3029,10 +3036,10 @@ TextHyphenIcon.displayName = "TextHyphenIcon";
|
|
|
3029
3036
|
|
|
3030
3037
|
// src/text-lowercase.tsx
|
|
3031
3038
|
import * as React32 from "react";
|
|
3032
|
-
import { jsx as
|
|
3039
|
+
import { jsx as jsx203 } from "react/jsx-runtime";
|
|
3033
3040
|
var TextLowercaseIcon = React32.forwardRef(
|
|
3034
3041
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3035
|
-
return /* @__PURE__ */
|
|
3042
|
+
return /* @__PURE__ */ jsx203(
|
|
3036
3043
|
"svg",
|
|
3037
3044
|
{
|
|
3038
3045
|
width: "16",
|
|
@@ -3042,7 +3049,7 @@ var TextLowercaseIcon = React32.forwardRef(
|
|
|
3042
3049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3043
3050
|
...props,
|
|
3044
3051
|
ref: forwardedRef,
|
|
3045
|
-
children: /* @__PURE__ */
|
|
3052
|
+
children: /* @__PURE__ */ jsx203(
|
|
3046
3053
|
"path",
|
|
3047
3054
|
{
|
|
3048
3055
|
d: "M2.30954 6.49619C2.05591 6.75023 2.05624 7.16179 2.31028 7.41543C2.56432 7.66907 2.97588 7.66874 3.22952 7.41469L2.30954 6.49619ZM6.43651 7.34753L5.83409 7.59164L5.84732 7.62431L5.86402 7.65535L6.43651 7.34753ZM5.63107 8.80987L5.48413 8.17669L5.63107 8.80987ZM2.25432 10.8719L2.90291 10.829L2.25432 10.8719ZM9.30955 6.49619C9.05591 6.75023 9.05624 7.16179 9.31028 7.41543C9.56432 7.66907 9.97588 7.66874 10.2295 7.41469L9.30955 6.49619ZM13.4365 7.34753L12.8341 7.59164L12.8473 7.62431L12.864 7.65535L13.4365 7.34753ZM12.6311 8.80987L12.4841 8.17669L12.6311 8.80987ZM9.25432 10.8719L9.90291 10.829L9.25432 10.8719ZM3.22952 7.41469C3.20001 7.44425 3.21633 7.41976 3.34313 7.36129C3.44938 7.31229 3.59078 7.25864 3.7522 7.20884C4.08516 7.1061 4.43317 7.0411 4.66674 7.0411V5.7411C4.25235 5.7411 3.76563 5.84422 3.36891 5.96663C3.16548 6.02939 2.96831 6.10257 2.79873 6.18077C2.64969 6.2495 2.45292 6.35258 2.30954 6.49619L3.22952 7.41469ZM4.66674 7.0411C5.20527 7.0411 5.46393 7.16087 5.58874 7.25105C5.71235 7.34036 5.77762 7.4523 5.83409 7.59164L7.03893 7.10342C6.93857 6.85576 6.75444 6.48949 6.35011 6.19733C5.94697 5.90605 5.39915 5.7411 4.66674 5.7411V7.0411ZM5.86402 7.65535C5.8397 7.61012 5.8394 7.58969 5.84905 7.6311C5.85641 7.66267 5.86548 7.71242 5.87496 7.78344C5.89386 7.9251 5.90975 8.11552 5.92226 8.34483L7.22033 8.27401C7.20701 8.02978 7.18887 7.80132 7.16353 7.61146C7.15089 7.51672 7.13528 7.42254 7.11514 7.33611C7.09729 7.25951 7.06669 7.147 7.00899 7.0397L5.86402 7.65535ZM5.92226 8.34483C5.95951 9.02755 5.96198 9.95707 5.95493 10.7138L7.25488 10.7259C7.26195 9.96608 7.26001 9.00115 7.22033 8.27401L5.92226 8.34483ZM5.95493 10.7138C5.95158 11.0743 5.94611 11.3919 5.94148 11.6192C5.93917 11.7329 5.93707 11.8239 5.93555 11.8863C5.93479 11.9175 5.93418 11.9416 5.93376 11.9578C5.93355 11.9659 5.93338 11.972 5.93327 11.9761C5.93322 11.9781 5.93318 11.9796 5.93315 11.9806C5.93314 11.9811 5.93313 11.9815 5.93312 11.9817C5.93312 11.9818 5.93312 11.9819 5.93312 11.9819C5.93312 11.982 5.93312 11.982 5.93312 11.982C5.93311 11.982 5.93312 11.982 5.93311 11.982C5.93312 11.982 5.93312 11.982 6.58287 11.9999C7.23262 12.0178 7.23262 12.0178 7.23262 12.0178C7.23262 12.0178 7.23262 12.0178 7.23262 12.0178C7.23262 12.0178 7.23262 12.0177 7.23262 12.0177C7.23263 12.0176 7.23263 12.0175 7.23263 12.0173C7.23264 12.017 7.23266 12.0166 7.23267 12.016C7.2327 12.0148 7.23275 12.0132 7.23281 12.011C7.23292 12.0066 7.2331 12.0001 7.23332 11.9916C7.23376 11.9747 7.23439 11.9499 7.23517 11.9179C7.23672 11.8539 7.23886 11.7612 7.24121 11.6457C7.24591 11.4147 7.25147 11.0922 7.25488 10.7259L5.95493 10.7138ZM6.59447 8.27827C6.0446 7.93166 6.04463 7.9316 6.04467 7.93154C6.04468 7.93152 6.04472 7.93146 6.04475 7.93142C6.0448 7.93134 6.04485 7.93126 6.04489 7.93119C6.04499 7.93103 6.04509 7.93087 6.04519 7.93072C6.04539 7.9304 6.04559 7.93009 6.04578 7.92979C6.04617 7.92917 6.04656 7.92857 6.04694 7.92798C6.04769 7.92679 6.04843 7.92565 6.04915 7.92454C6.05059 7.92233 6.05194 7.92029 6.0532 7.9184C6.05573 7.91463 6.05791 7.91149 6.05973 7.90894C6.06337 7.90385 6.06554 7.90112 6.06609 7.90043L7.0765 8.71841C7.09303 8.69799 7.10679 8.67968 7.11802 8.66394C7.12364 8.65607 7.12862 8.64884 7.13299 8.64231C7.13518 8.63905 7.13722 8.63596 7.13911 8.63305C7.14006 8.63159 7.14097 8.63019 7.14184 8.62882C7.14228 8.62814 7.1427 8.62747 7.14312 8.62681C7.14333 8.62648 7.14354 8.62616 7.14374 8.62583C7.14384 8.62567 7.14395 8.62551 7.14405 8.62535C7.1441 8.62527 7.14415 8.62519 7.1442 8.62511C7.14422 8.62507 7.14426 8.62501 7.14427 8.62499C7.14431 8.62493 7.14435 8.62487 6.59447 8.27827ZM6.0661 7.90043C6.07733 7.88656 5.93903 8.07113 5.48413 8.17669L5.778 9.44304C6.5332 9.26779 6.9176 8.91469 7.0765 8.71841L6.0661 7.90043ZM5.48413 8.17669C5.28566 8.22275 5.01188 8.25242 4.59921 8.3158C4.2205 8.37397 3.76945 8.45594 3.34114 8.6022C2.91711 8.74698 2.46083 8.97259 2.11776 9.35259C1.75568 9.75364 1.56367 10.2786 1.60574 10.9148L2.90291 10.829C2.88294 10.5271 2.967 10.3519 3.08269 10.2237C3.21738 10.0746 3.44054 9.94195 3.76122 9.83245C4.0776 9.72442 4.43651 9.65604 4.79657 9.60074C5.12268 9.55065 5.51649 9.50373 5.778 9.44304L5.48413 8.17669ZM1.60574 10.9148C1.67016 11.889 2.54267 12.5005 3.5233 12.5904C4.53081 12.6828 5.76702 12.2796 7.02459 11.2162L6.18521 10.2235C5.11229 11.1308 4.20921 11.3479 3.64204 11.2959C3.04801 11.2414 2.91048 10.9436 2.90291 10.829L1.60574 10.9148ZM7.02459 11.2162C7.07687 11.172 7.12922 11.1267 7.18163 11.0801L6.31837 10.1081C6.27374 10.1477 6.22935 10.1862 6.18521 10.2235L7.02459 11.2162ZM10.2295 7.41469C10.2 7.44425 10.2163 7.41976 10.3431 7.36129C10.4494 7.31229 10.5908 7.25864 10.7522 7.20884C11.0852 7.1061 11.4332 7.0411 11.6667 7.0411V5.7411C11.2523 5.7411 10.7656 5.84422 10.3689 5.96663C10.1655 6.02939 9.96831 6.10257 9.79873 6.18077C9.64969 6.2495 9.45292 6.35258 9.30955 6.49619L10.2295 7.41469ZM11.6667 7.0411C12.2053 7.0411 12.4639 7.16087 12.5887 7.25105C12.7123 7.34036 12.7776 7.4523 12.8341 7.59164L14.0389 7.10342C13.9386 6.85576 13.7544 6.48949 13.3501 6.19733C12.947 5.90605 12.3992 5.7411 11.6667 5.7411V7.0411ZM12.864 7.65535C12.8397 7.61012 12.8394 7.58969 12.8491 7.6311C12.8564 7.66267 12.8655 7.71242 12.875 7.78344C12.8939 7.9251 12.9098 8.11552 12.9223 8.34483L14.2203 8.27401C14.207 8.02978 14.1889 7.80132 14.1635 7.61146C14.1509 7.51672 14.1353 7.42254 14.1151 7.33611C14.0973 7.25951 14.0667 7.147 14.009 7.0397L12.864 7.65535ZM12.9223 8.34483C12.9595 9.02755 12.962 9.95707 12.9549 10.7138L14.2549 10.7259C14.2619 9.96608 14.26 9.00115 14.2203 8.27401L12.9223 8.34483ZM12.9549 10.7138C12.9516 11.0743 12.9461 11.3919 12.9415 11.6192C12.9392 11.7329 12.9371 11.8239 12.9356 11.8863C12.9348 11.9175 12.9342 11.9416 12.9338 11.9578C12.9335 11.9659 12.9334 11.972 12.9333 11.9761C12.9332 11.9781 12.9332 11.9796 12.9332 11.9806C12.9331 11.9811 12.9331 11.9815 12.9331 11.9817C12.9331 11.9818 12.9331 11.9819 12.9331 11.9819C12.9331 11.982 12.9331 11.982 12.9331 11.982C12.9331 11.982 12.9331 11.982 12.9331 11.982C12.9331 11.982 12.9331 11.982 13.5829 11.9999C14.2326 12.0178 14.2326 12.0178 14.2326 12.0178C14.2326 12.0178 14.2326 12.0178 14.2326 12.0178C14.2326 12.0178 14.2326 12.0177 14.2326 12.0177C14.2326 12.0176 14.2326 12.0175 14.2326 12.0173C14.2326 12.017 14.2327 12.0166 14.2327 12.016C14.2327 12.0148 14.2327 12.0132 14.2328 12.011C14.2329 12.0066 14.2331 12.0001 14.2333 11.9916C14.2338 11.9747 14.2344 11.9499 14.2352 11.9179C14.2367 11.8539 14.2389 11.7612 14.2412 11.6457C14.2459 11.4147 14.2515 11.0922 14.2549 10.7259L12.9549 10.7138ZM13.5945 8.27827C13.0446 7.93166 13.0446 7.9316 13.0447 7.93154C13.0447 7.93152 13.0447 7.93146 13.0447 7.93142C13.0448 7.93134 13.0448 7.93126 13.0449 7.93119C13.045 7.93103 13.0451 7.93087 13.0452 7.93072C13.0454 7.9304 13.0456 7.93009 13.0458 7.92979C13.0462 7.92917 13.0466 7.92857 13.0469 7.92798C13.0477 7.92679 13.0484 7.92565 13.0492 7.92454C13.0506 7.92233 13.0519 7.92029 13.0532 7.9184C13.0557 7.91463 13.0579 7.91149 13.0597 7.90894C13.0634 7.90385 13.0655 7.90112 13.0661 7.90043L14.0765 8.71841C14.093 8.69799 14.1068 8.67968 14.118 8.66394C14.1236 8.65607 14.1286 8.64884 14.133 8.64231C14.1352 8.63905 14.1372 8.63596 14.1391 8.63305C14.1401 8.63159 14.141 8.63019 14.1418 8.62882C14.1423 8.62814 14.1427 8.62747 14.1431 8.62681C14.1433 8.62648 14.1435 8.62616 14.1437 8.62583C14.1438 8.62567 14.1439 8.62551 14.144 8.62535C14.1441 8.62527 14.1441 8.62519 14.1442 8.62511C14.1442 8.62507 14.1443 8.62501 14.1443 8.62499C14.1443 8.62493 14.1443 8.62487 13.5945 8.27827ZM13.0661 7.90043C13.0773 7.88656 12.939 8.07113 12.4841 8.17669L12.778 9.44304C13.5332 9.26779 13.9176 8.91469 14.0765 8.71841L13.0661 7.90043ZM12.4841 8.17669C12.2857 8.22275 12.0119 8.25242 11.5992 8.3158C11.2205 8.37397 10.7695 8.45594 10.3411 8.6022C9.91711 8.74698 9.46083 8.97259 9.11776 9.35259C8.75568 9.75364 8.56367 10.2786 8.60574 10.9148L9.90291 10.829C9.88294 10.5271 9.967 10.3519 10.0827 10.2237C10.2174 10.0746 10.4405 9.94195 10.7612 9.83245C11.0776 9.72442 11.4365 9.65604 11.7966 9.60074C12.1227 9.55065 12.5165 9.50373 12.778 9.44304L12.4841 8.17669ZM8.60574 10.9148C8.67016 11.889 9.54267 12.5005 10.5233 12.5904C11.5308 12.6828 12.767 12.2796 14.0246 11.2162L13.1852 10.2235C12.1123 11.1308 11.2092 11.3479 10.642 11.2959C10.048 11.2414 9.91048 10.9436 9.90291 10.829L8.60574 10.9148ZM14.0246 11.2162C14.0769 11.172 14.1292 11.1267 14.1816 11.0801L13.3184 10.1081C13.2737 10.1477 13.2294 10.1862 13.1852 10.2235L14.0246 11.2162Z",
|
|
@@ -3057,10 +3064,10 @@ TextLowercaseIcon.displayName = "TextLowercaseIcon";
|
|
|
3057
3064
|
|
|
3058
3065
|
// src/text-strikethrough.tsx
|
|
3059
3066
|
import * as React33 from "react";
|
|
3060
|
-
import { jsx as
|
|
3067
|
+
import { jsx as jsx204, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3061
3068
|
var TextStrikethroughIcon = React33.forwardRef(
|
|
3062
3069
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3063
|
-
return /* @__PURE__ */
|
|
3070
|
+
return /* @__PURE__ */ jsxs79(
|
|
3064
3071
|
"svg",
|
|
3065
3072
|
{
|
|
3066
3073
|
width: "16",
|
|
@@ -3071,21 +3078,21 @@ var TextStrikethroughIcon = React33.forwardRef(
|
|
|
3071
3078
|
...props,
|
|
3072
3079
|
ref: forwardedRef,
|
|
3073
3080
|
children: [
|
|
3074
|
-
/* @__PURE__ */
|
|
3081
|
+
/* @__PURE__ */ jsx204(
|
|
3075
3082
|
"path",
|
|
3076
3083
|
{
|
|
3077
3084
|
d: "M5.82521 2.94998C6.50328 2.40116 7.40433 2.125 8.34865 2.125C9.89864 2.125 11.3095 2.79299 11.8362 4.32438C11.9485 4.65079 11.7748 5.0064 11.4484 5.11866C11.122 5.23092 10.7664 5.05731 10.6541 4.7309C10.3558 3.86342 9.55544 3.375 8.34865 3.375C7.6374 3.375 7.02905 3.58374 6.61162 3.9216C6.20592 4.24996 5.95485 4.71776 5.95485 5.32689C5.95485 5.8952 6.21462 6.25961 6.54642 6.52111C6.66036 6.61091 6.78052 6.6864 6.89868 6.75H5.09412C4.86079 6.37035 4.70485 5.90046 4.70485 5.32689C4.70485 4.32895 5.1354 3.50829 5.82521 2.94998Z",
|
|
3078
3085
|
fill: color
|
|
3079
3086
|
}
|
|
3080
3087
|
),
|
|
3081
|
-
/* @__PURE__ */
|
|
3088
|
+
/* @__PURE__ */ jsx204(
|
|
3082
3089
|
"path",
|
|
3083
3090
|
{
|
|
3084
3091
|
d: "M10.6813 9.75H12.0228C12.0884 9.99225 12.125 10.2587 12.125 10.5514C12.125 11.5568 11.7375 12.4146 11.0147 13.009C10.3059 13.5919 9.33318 13.875 8.22795 13.875C6.42452 13.875 5.0547 13.2188 4.51522 11.7922C4.39313 11.4693 4.55589 11.1086 4.87875 10.9865C5.20162 10.8644 5.56233 11.0272 5.68441 11.3501C5.96897 12.1026 6.70934 12.625 8.22795 12.625C9.13269 12.625 9.79597 12.3929 10.2207 12.0436C10.6315 11.7058 10.875 11.2143 10.875 10.5514C10.875 10.2188 10.8015 9.95921 10.6813 9.75Z",
|
|
3085
3092
|
fill: color
|
|
3086
3093
|
}
|
|
3087
3094
|
),
|
|
3088
|
-
/* @__PURE__ */
|
|
3095
|
+
/* @__PURE__ */ jsx204(
|
|
3089
3096
|
"path",
|
|
3090
3097
|
{
|
|
3091
3098
|
d: "M3.00012 7.58447C2.65494 7.58447 2.37512 7.86429 2.37512 8.20947C2.37512 8.55465 2.65494 8.83447 3.00012 8.83447H13.0001C13.3453 8.83447 13.6251 8.55465 13.6251 8.20947C13.6251 7.86429 13.3453 7.58447 13.0001 7.58447H3.00012Z",
|
|
@@ -3101,10 +3108,10 @@ TextStrikethroughIcon.displayName = "TextStrikethroughIcon";
|
|
|
3101
3108
|
|
|
3102
3109
|
// src/text-truncate.tsx
|
|
3103
3110
|
import * as React34 from "react";
|
|
3104
|
-
import { jsx as
|
|
3111
|
+
import { jsx as jsx205, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3105
3112
|
var TextTruncateIcon = React34.forwardRef(
|
|
3106
3113
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3107
|
-
return /* @__PURE__ */
|
|
3114
|
+
return /* @__PURE__ */ jsxs80(
|
|
3108
3115
|
"svg",
|
|
3109
3116
|
{
|
|
3110
3117
|
width: "16",
|
|
@@ -3115,28 +3122,28 @@ var TextTruncateIcon = React34.forwardRef(
|
|
|
3115
3122
|
...props,
|
|
3116
3123
|
ref: forwardedRef,
|
|
3117
3124
|
children: [
|
|
3118
|
-
/* @__PURE__ */
|
|
3125
|
+
/* @__PURE__ */ jsx205(
|
|
3119
3126
|
"path",
|
|
3120
3127
|
{
|
|
3121
3128
|
d: "M10.8285 1.2998H5.1711C4.63547 1.2998 4.19138 1.29979 3.82921 1.32938C3.45241 1.36016 3.10307 1.42643 2.77403 1.59409C2.26599 1.85295 1.85295 2.26599 1.59409 2.77403C1.42643 3.10307 1.36016 3.45241 1.32938 3.82921C1.29979 4.19137 1.2998 4.63545 1.2998 5.17109V10.8285C1.2998 11.3641 1.29979 11.8082 1.32938 12.1704C1.36016 12.5472 1.42643 12.8965 1.59409 13.2256C1.85295 13.7336 2.26599 14.1467 2.77403 14.4055C3.10307 14.5732 3.45241 14.6394 3.82921 14.6702C3.97287 14.682 4.12941 14.6891 4.29945 14.6933C4.68616 14.703 5 14.386 5 13.9992C5 13.6128 4.68684 13.3036 4.30058 13.2929C4.1673 13.2892 4.04965 13.2836 3.94321 13.2749C3.653 13.2512 3.5084 13.2084 3.40962 13.1581C3.16501 13.0335 2.96613 12.8346 2.8415 12.59C2.79116 12.4912 2.74844 12.3466 2.72473 12.0564C2.70035 11.758 2.69981 11.3714 2.69981 10.7998V5.19981C2.69981 4.6282 2.70035 4.2416 2.72473 3.94321C2.74844 3.653 2.79116 3.5084 2.8415 3.40962C2.96613 3.16501 3.16501 2.96613 3.40962 2.8415C3.5084 2.79116 3.653 2.74844 3.94321 2.72473C4.2416 2.70035 4.6282 2.69981 5.19981 2.69981H10.7998C11.3714 2.69981 11.758 2.70035 12.0564 2.72473C12.3466 2.74844 12.4912 2.79116 12.59 2.8415C12.8346 2.96613 13.0335 3.16501 13.1581 3.40962C13.2084 3.5084 13.2512 3.653 13.2749 3.94321C13.2993 4.2416 13.2998 4.6282 13.2998 5.19981V9.3C13.2998 9.6866 13.6132 10 13.9998 10C14.3864 10 14.6998 9.6866 14.6998 9.3V5.17114C14.6998 4.63548 14.6998 4.19139 14.6702 3.82921C14.6394 3.45241 14.5732 3.10307 14.4055 2.77403C14.1467 2.26599 13.7336 1.85295 13.2256 1.59409C12.8965 1.42643 12.5472 1.36016 12.1704 1.32938C11.8082 1.29979 11.3641 1.2998 10.8285 1.2998Z",
|
|
3122
3129
|
fill: color
|
|
3123
3130
|
}
|
|
3124
3131
|
),
|
|
3125
|
-
/* @__PURE__ */
|
|
3132
|
+
/* @__PURE__ */ jsx205(
|
|
3126
3133
|
"path",
|
|
3127
3134
|
{
|
|
3128
3135
|
d: "M8.00001 12C8.55229 12 9.00001 12.4477 9.00001 13C9.00001 13.5523 8.55229 14 8.00001 14C7.44772 14 7.00001 13.5523 7.00001 13C7.00001 12.4477 7.44772 12 8.00001 12Z",
|
|
3129
3136
|
fill: color
|
|
3130
3137
|
}
|
|
3131
3138
|
),
|
|
3132
|
-
/* @__PURE__ */
|
|
3139
|
+
/* @__PURE__ */ jsx205(
|
|
3133
3140
|
"path",
|
|
3134
3141
|
{
|
|
3135
3142
|
d: "M11 12C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13C10 12.4477 10.4477 12 11 12Z",
|
|
3136
3143
|
fill: color
|
|
3137
3144
|
}
|
|
3138
3145
|
),
|
|
3139
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ jsx205(
|
|
3140
3147
|
"path",
|
|
3141
3148
|
{
|
|
3142
3149
|
d: "M14 12C14.5523 12 15 12.4477 15 13C15 13.5523 14.5523 14 14 14C13.4477 14 13 13.5523 13 13C13 12.4477 13.4477 12 14 12Z",
|
|
@@ -3152,10 +3159,10 @@ TextTruncateIcon.displayName = "TextTruncateIcon";
|
|
|
3152
3159
|
|
|
3153
3160
|
// src/text-underline.tsx
|
|
3154
3161
|
import * as React35 from "react";
|
|
3155
|
-
import { jsx as
|
|
3162
|
+
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
3156
3163
|
var TextUnderlineIcon = React35.forwardRef(
|
|
3157
3164
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3158
|
-
return /* @__PURE__ */
|
|
3165
|
+
return /* @__PURE__ */ jsx206(
|
|
3159
3166
|
"svg",
|
|
3160
3167
|
{
|
|
3161
3168
|
width: "16",
|
|
@@ -3165,7 +3172,7 @@ var TextUnderlineIcon = React35.forwardRef(
|
|
|
3165
3172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3166
3173
|
...props,
|
|
3167
3174
|
ref: forwardedRef,
|
|
3168
|
-
children: /* @__PURE__ */
|
|
3175
|
+
children: /* @__PURE__ */ jsx206(
|
|
3169
3176
|
"path",
|
|
3170
3177
|
{
|
|
3171
3178
|
fillRule: "evenodd",
|
|
@@ -3182,10 +3189,10 @@ TextUnderlineIcon.displayName = "TextUnderlineIcon";
|
|
|
3182
3189
|
|
|
3183
3190
|
// src/text-uppercase.tsx
|
|
3184
3191
|
import * as React36 from "react";
|
|
3185
|
-
import { jsx as
|
|
3192
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
3186
3193
|
var TextUppercaseIcon = React36.forwardRef(
|
|
3187
3194
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3188
|
-
return /* @__PURE__ */
|
|
3195
|
+
return /* @__PURE__ */ jsx207(
|
|
3189
3196
|
"svg",
|
|
3190
3197
|
{
|
|
3191
3198
|
width: "16",
|
|
@@ -3195,7 +3202,7 @@ var TextUppercaseIcon = React36.forwardRef(
|
|
|
3195
3202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3196
3203
|
...props,
|
|
3197
3204
|
ref: forwardedRef,
|
|
3198
|
-
children: /* @__PURE__ */
|
|
3205
|
+
children: /* @__PURE__ */ jsx207(
|
|
3199
3206
|
"path",
|
|
3200
3207
|
{
|
|
3201
3208
|
d: "M2.33566 8.8573H5.81566M1.17566 11.85L3.65325 4.81882C3.78744 4.43799 3.85454 4.24757 3.94752 4.1885C4.02831 4.13717 4.12301 4.13717 4.2038 4.1885C4.29678 4.24757 4.36387 4.43799 4.49807 4.81882L6.97566 11.85M10.1843 8.85777H13.6643M9.02429 11.8517L11.5019 4.81764C11.6361 4.43664 11.7032 4.24615 11.7962 4.18705C11.8769 4.1357 11.9716 4.1357 12.0524 4.18705C12.1454 4.24615 12.2125 4.43664 12.3467 4.81764L14.8243 11.8517",
|
|
@@ -3213,10 +3220,10 @@ TextUppercaseIcon.displayName = "TextUppercaseIcon";
|
|
|
3213
3220
|
|
|
3214
3221
|
// src/text-direction-ltr.tsx
|
|
3215
3222
|
import * as React37 from "react";
|
|
3216
|
-
import { jsx as
|
|
3223
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
3217
3224
|
var TextDirectionLTRIcon = React37.forwardRef(
|
|
3218
3225
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3219
|
-
return /* @__PURE__ */
|
|
3226
|
+
return /* @__PURE__ */ jsx208(
|
|
3220
3227
|
"svg",
|
|
3221
3228
|
{
|
|
3222
3229
|
width: "16",
|
|
@@ -3226,7 +3233,7 @@ var TextDirectionLTRIcon = React37.forwardRef(
|
|
|
3226
3233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3227
3234
|
...props,
|
|
3228
3235
|
ref: forwardedRef,
|
|
3229
|
-
children: /* @__PURE__ */
|
|
3236
|
+
children: /* @__PURE__ */ jsx208(
|
|
3230
3237
|
"path",
|
|
3231
3238
|
{
|
|
3232
3239
|
fillRule: "evenodd",
|
|
@@ -3243,10 +3250,10 @@ TextDirectionLTRIcon.displayName = "TextDirectionLTRIcon";
|
|
|
3243
3250
|
|
|
3244
3251
|
// src/text-direction-rtl.tsx
|
|
3245
3252
|
import * as React38 from "react";
|
|
3246
|
-
import { jsx as
|
|
3253
|
+
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
3247
3254
|
var TextDirectionRTLIcon = React38.forwardRef(
|
|
3248
3255
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3249
|
-
return /* @__PURE__ */
|
|
3256
|
+
return /* @__PURE__ */ jsx209(
|
|
3250
3257
|
"svg",
|
|
3251
3258
|
{
|
|
3252
3259
|
width: "16",
|
|
@@ -3256,7 +3263,7 @@ var TextDirectionRTLIcon = React38.forwardRef(
|
|
|
3256
3263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3257
3264
|
...props,
|
|
3258
3265
|
ref: forwardedRef,
|
|
3259
|
-
children: /* @__PURE__ */
|
|
3266
|
+
children: /* @__PURE__ */ jsx209(
|
|
3260
3267
|
"path",
|
|
3261
3268
|
{
|
|
3262
3269
|
fillRule: "evenodd",
|
|
@@ -3385,8 +3392,7 @@ export {
|
|
|
3385
3392
|
HelpIcon,
|
|
3386
3393
|
HomeIcon,
|
|
3387
3394
|
ImageIcon,
|
|
3388
|
-
|
|
3389
|
-
InformationIcon,
|
|
3395
|
+
InfoCircleIcon,
|
|
3390
3396
|
ItemIcon,
|
|
3391
3397
|
JCCenterIcon,
|
|
3392
3398
|
JCEndIcon,
|
|
@@ -3439,6 +3445,8 @@ export {
|
|
|
3439
3445
|
ScrollIcon,
|
|
3440
3446
|
SectionLinkIcon,
|
|
3441
3447
|
SelectIcon,
|
|
3448
|
+
ShadowInsetIcon,
|
|
3449
|
+
ShadowNormalIcon,
|
|
3442
3450
|
ShrinkIcon,
|
|
3443
3451
|
SizeIcon,
|
|
3444
3452
|
SliderIcon,
|