@webstudio-is/icons 0.145.0 → 0.163.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 +24 -4
- package/lib/index.js +852 -824
- package/lib/types/src/__generated__/calendar.d.ts +3 -0
- package/lib/types/src/__generated__/{menu-ellipses.d.ts → content-embed.d.ts} +1 -1
- package/lib/types/src/__generated__/ellipses.d.ts +3 -0
- package/lib/types/src/__generated__/eyedropper.d.ts +3 -0
- package/lib/types/src/__generated__/index.d.ts +6 -1
- package/lib/types/src/__generated__/svg/calendar.d.ts +1 -0
- package/lib/types/src/__generated__/svg/content-embed.d.ts +1 -0
- package/lib/types/src/__generated__/svg/ellipses.d.ts +1 -0
- package/lib/types/src/__generated__/svg/eyedropper.d.ts +1 -0
- package/lib/types/src/__generated__/svg/index.d.ts +6 -1
- package/lib/types/src/__generated__/svg/webhook-form.d.ts +1 -0
- package/lib/types/src/__generated__/svg/xml.d.ts +1 -0
- package/lib/types/src/__generated__/webhook-form.d.ts +3 -0
- package/lib/types/src/__generated__/xml.d.ts +3 -0
- package/lib/types/src/index.d.ts +0 -1
- package/package.json +8 -10
- package/lib/types/src/__generated__/svg/menu-ellipses.d.ts +0 -1
- package/lib/types/src/ellipses.d.ts +0 -5
package/lib/index.js
CHANGED
|
@@ -598,1546 +598,1586 @@ var ButtonElementIcon = forwardRef49(
|
|
|
598
598
|
);
|
|
599
599
|
ButtonElementIcon.displayName = "ButtonElementIcon";
|
|
600
600
|
|
|
601
|
-
// src/__generated__/
|
|
601
|
+
// src/__generated__/calendar.tsx
|
|
602
602
|
import { forwardRef as forwardRef50 } from "react";
|
|
603
|
-
import { jsx as jsx50
|
|
604
|
-
var
|
|
603
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
604
|
+
var CalendarIcon = forwardRef50(
|
|
605
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
606
|
+
return /* @__PURE__ */ jsx50("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx50("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.203.702a.713.713 0 0 0-.366.213c-.124.148-.137.208-.15.672l-.012.431-.443.015c-.481.017-.686.041-.991.117-.651.161-1.273.668-1.586 1.29a2.834 2.834 0 0 0-.252.839c-.038.241-.041.553-.041 4.366 0 4.4-.002 4.323.117 4.784.107.412.325.79.639 1.106.422.426.865.64 1.536.742.255.038.554.041 4.346.041s4.091-.003 4.346-.041c.671-.102 1.114-.316 1.536-.742.314-.316.532-.694.639-1.106.119-.461.117-.384.117-4.784 0-3.813-.003-4.125-.041-4.366a2.834 2.834 0 0 0-.252-.839c-.313-.622-.935-1.129-1.586-1.29-.305-.076-.51-.1-.991-.117l-.443-.015-.012-.431c-.013-.488-.039-.581-.204-.726C9.91.687 9.61.64 9.39.75c-.132.066-.302.249-.339.366a3.432 3.432 0 0 0-.038.5l-.011.414H4.998l-.011-.414a3.432 3.432 0 0 0-.038-.5c-.036-.115-.207-.3-.332-.361a.689.689 0 0 0-.414-.053m-.516 3.026c0 .386.004.422.055.532a.734.734 0 0 0 .314.328.777.777 0 0 0 .523.014.699.699 0 0 0 .346-.338c.048-.109.055-.167.064-.536l.01-.415h4.002l.01.415c.009.369.016.427.064.536a.699.699 0 0 0 .346.338c.129.057.391.05.523-.014a.734.734 0 0 0 .314-.328c.051-.11.055-.146.055-.53v-.412l.333.01c.407.013.692.045.846.095.333.107.672.458.765.792.059.212.086.598.086 1.227v.578H1.657v-.578c0-.629.027-1.015.086-1.227.093-.335.434-.688.765-.791.182-.057.277-.07.665-.087l.438-.02.076-.004v.415m8.656 6.183c-.001 2.471-.01 2.897-.072 3.167-.065.288-.345.632-.63.777-.324.165-.086.157-4.641.157s-4.317.008-4.641-.157c-.285-.145-.565-.489-.63-.777-.062-.27-.071-.696-.072-3.167V7.327h10.686v2.584m-5.547-1.86c-.098.03-1.16.736-1.264.841-.233.233-.236.626-.008.886a.666.666 0 0 0 .7.167l.123-.047v1.459l-.195.011c-.211.011-.337.064-.463.197-.231.244-.215.685.033.909.194.175.168.172 1.278.172s1.084.003 1.278-.172c.248-.224.264-.665.033-.909-.126-.133-.252-.186-.463-.197l-.195-.011V9.976c0-1.555.002-1.534-.166-1.725a.562.562 0 0 0-.452-.216.98.98 0 0 0-.239.016" }) });
|
|
607
|
+
}
|
|
608
|
+
);
|
|
609
|
+
CalendarIcon.displayName = "CalendarIcon";
|
|
610
|
+
|
|
611
|
+
// src/__generated__/check-circle.tsx
|
|
612
|
+
import { forwardRef as forwardRef51 } from "react";
|
|
613
|
+
import { jsx as jsx51, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
614
|
+
var CheckCircleIcon = forwardRef51(
|
|
605
615
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
606
616
|
return /* @__PURE__ */ jsxs33("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
607
|
-
/* @__PURE__ */
|
|
608
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx51("path", { fillRule: "evenodd", d: "M8 1.983a6.017 6.017 0 1 0 0 12.033A6.017 6.017 0 0 0 8 1.983ZM.683 8a7.317 7.317 0 1 1 14.634 0A7.317 7.317 0 0 1 .683 8Z", clipRule: "evenodd" }),
|
|
618
|
+
/* @__PURE__ */ jsx51("path", { fillRule: "evenodd", d: "M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.153a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.131l1.28 1.28 3.588-3.588a.8.8 0 0 1 1.132 0Z", clipRule: "evenodd" })
|
|
609
619
|
] });
|
|
610
620
|
}
|
|
611
621
|
);
|
|
612
622
|
CheckCircleIcon.displayName = "CheckCircleIcon";
|
|
613
623
|
|
|
614
624
|
// src/__generated__/check-mark.tsx
|
|
615
|
-
import { forwardRef as
|
|
616
|
-
import { jsx as
|
|
617
|
-
var CheckMarkIcon =
|
|
625
|
+
import { forwardRef as forwardRef52 } from "react";
|
|
626
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
627
|
+
var CheckMarkIcon = forwardRef52(
|
|
618
628
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
619
|
-
return /* @__PURE__ */
|
|
629
|
+
return /* @__PURE__ */ jsx52("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx52("path", { fillRule: "evenodd", d: "M11.957 5.043a1 1 0 0 1 0 1.414l-4.5 4.5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.75 8.836l3.793-3.793a1 1 0 0 1 1.414 0Z", clipRule: "evenodd" }) });
|
|
620
630
|
}
|
|
621
631
|
);
|
|
622
632
|
CheckMarkIcon.displayName = "CheckMarkIcon";
|
|
623
633
|
|
|
624
634
|
// src/__generated__/checkbox-checked-filled.tsx
|
|
625
|
-
import { forwardRef as
|
|
626
|
-
import { jsx as
|
|
627
|
-
var CheckboxCheckedFilledIcon =
|
|
635
|
+
import { forwardRef as forwardRef53 } from "react";
|
|
636
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
637
|
+
var CheckboxCheckedFilledIcon = forwardRef53(
|
|
628
638
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
629
|
-
return /* @__PURE__ */
|
|
639
|
+
return /* @__PURE__ */ jsx53("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx53("path", { fillRule: "evenodd", d: "M1.592 2.56c-.242.474-.242 1.095-.242 2.337v6.206c0 1.242 0 1.863.242 2.337.212.417.551.756.968.968.474.242 1.095.242 2.337.242h6.206c1.242 0 1.863 0 2.337-.242.417-.212.756-.551.968-.968.242-.474.242-1.095.242-2.337V4.897c0-1.242 0-1.863-.242-2.337a2.217 2.217 0 0 0-.968-.968c-.474-.242-1.095-.242-2.337-.242H4.897c-1.242 0-1.863 0-2.337.242a2.217 2.217 0 0 0-.968.968Zm10.637 3.573a.887.887 0 1 0-1.254-1.254l-4.36 4.36-1.59-1.589A.887.887 0 0 0 3.77 8.904l2.217 2.217a.887.887 0 0 0 1.254 0l4.987-4.988Z", clipRule: "evenodd" }) });
|
|
630
640
|
}
|
|
631
641
|
);
|
|
632
642
|
CheckboxCheckedFilledIcon.displayName = "CheckboxCheckedFilledIcon";
|
|
633
643
|
|
|
634
644
|
// src/__generated__/checkbox-checked.tsx
|
|
635
|
-
import { forwardRef as
|
|
636
|
-
import { jsx as
|
|
637
|
-
var CheckboxCheckedIcon =
|
|
645
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
646
|
+
import { jsx as jsx54, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
647
|
+
var CheckboxCheckedIcon = forwardRef54(
|
|
638
648
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
639
649
|
return /* @__PURE__ */ jsxs34("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
640
|
-
/* @__PURE__ */
|
|
641
|
-
/* @__PURE__ */
|
|
650
|
+
/* @__PURE__ */ jsx54("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.036.029.36.029.803.029 1.34v5.654c0 .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.037.26-.36.029-.802.029-1.34.029H5.174c-.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.34V5.174c0-.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.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.025-.301.025-.69.025-1.261V5.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-.122-.301-.025-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }),
|
|
651
|
+
/* @__PURE__ */ jsx54("path", { fillRule: "evenodd", d: "M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.154a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.13l1.28 1.28 3.588-3.589a.8.8 0 0 1 1.132 0Z", clipRule: "evenodd" })
|
|
642
652
|
] });
|
|
643
653
|
}
|
|
644
654
|
);
|
|
645
655
|
CheckboxCheckedIcon.displayName = "CheckboxCheckedIcon";
|
|
646
656
|
|
|
647
657
|
// src/__generated__/checkbox-empty.tsx
|
|
648
|
-
import { forwardRef as
|
|
649
|
-
import { jsx as
|
|
650
|
-
var CheckboxEmptyIcon =
|
|
658
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
659
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
660
|
+
var CheckboxEmptyIcon = forwardRef55(
|
|
651
661
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
652
|
-
return /* @__PURE__ */
|
|
662
|
+
return /* @__PURE__ */ jsx55("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx55("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.036.029.36.029.803.029 1.34v5.654c0 .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.037.26-.36.029-.802.029-1.34.029H5.174c-.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.34V5.174c0-.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.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.025-.301.025-.69.025-1.261V5.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-.122-.301-.025-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }) });
|
|
653
663
|
}
|
|
654
664
|
);
|
|
655
665
|
CheckboxEmptyIcon.displayName = "CheckboxEmptyIcon";
|
|
656
666
|
|
|
657
667
|
// src/__generated__/checkbox-mixed-filled.tsx
|
|
658
|
-
import { forwardRef as
|
|
659
|
-
import { jsx as
|
|
660
|
-
var CheckboxMixedFilledIcon =
|
|
668
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
669
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
670
|
+
var CheckboxMixedFilledIcon = forwardRef56(
|
|
661
671
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
662
|
-
return /* @__PURE__ */
|
|
672
|
+
return /* @__PURE__ */ jsx56("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx56("path", { fillRule: "evenodd", d: "M1.592 2.56c-.242.474-.242 1.095-.242 2.337v6.206c0 1.242 0 1.863.242 2.337.212.417.551.756.968.968.474.242 1.095.242 2.337.242h6.206c1.242 0 1.863 0 2.337-.242.417-.212.756-.551.968-.968.242-.474.242-1.095.242-2.337V4.897c0-1.242 0-1.863-.242-2.337a2.217 2.217 0 0 0-.968-.968c-.474-.242-1.095-.242-2.337-.242H4.897c-1.242 0-1.863 0-2.337.242a2.217 2.217 0 0 0-.968.968Zm3.083 4.553a.887.887 0 1 0 0 1.774h6.65a.887.887 0 1 0 0-1.774h-6.65Z", clipRule: "evenodd" }) });
|
|
663
673
|
}
|
|
664
674
|
);
|
|
665
675
|
CheckboxMixedFilledIcon.displayName = "CheckboxMixedFilledIcon";
|
|
666
676
|
|
|
667
677
|
// src/__generated__/chevron-big-down.tsx
|
|
668
|
-
import { forwardRef as
|
|
669
|
-
import { jsx as
|
|
670
|
-
var ChevronBigDownIcon =
|
|
678
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
679
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
680
|
+
var ChevronBigDownIcon = forwardRef57(
|
|
671
681
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
672
|
-
return /* @__PURE__ */
|
|
682
|
+
return /* @__PURE__ */ jsx57("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx57("path", { d: "m8.46 10.947 4.553-5.463a.6.6 0 0 0-.46-.984H3.447a.6.6 0 0 0-.461.984l4.552 5.463a.6.6 0 0 0 .922 0Z" }) });
|
|
673
683
|
}
|
|
674
684
|
);
|
|
675
685
|
ChevronBigDownIcon.displayName = "ChevronBigDownIcon";
|
|
676
686
|
|
|
677
687
|
// src/__generated__/chevron-big-left.tsx
|
|
678
|
-
import { forwardRef as
|
|
679
|
-
import { jsx as
|
|
680
|
-
var ChevronBigLeftIcon =
|
|
688
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
689
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
690
|
+
var ChevronBigLeftIcon = forwardRef58(
|
|
681
691
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
682
|
-
return /* @__PURE__ */
|
|
692
|
+
return /* @__PURE__ */ jsx58("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx58("path", { d: "m5.053 8.46 5.463 4.553a.6.6 0 0 0 .984-.46V3.447a.6.6 0 0 0-.984-.461L5.053 7.539a.6.6 0 0 0 0 .922Z" }) });
|
|
683
693
|
}
|
|
684
694
|
);
|
|
685
695
|
ChevronBigLeftIcon.displayName = "ChevronBigLeftIcon";
|
|
686
696
|
|
|
687
697
|
// src/__generated__/chevron-big-right.tsx
|
|
688
|
-
import { forwardRef as
|
|
689
|
-
import { jsx as
|
|
690
|
-
var ChevronBigRightIcon =
|
|
698
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
699
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
700
|
+
var ChevronBigRightIcon = forwardRef59(
|
|
691
701
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
692
|
-
return /* @__PURE__ */
|
|
702
|
+
return /* @__PURE__ */ jsx59("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx59("path", { d: "M10.947 7.54 5.484 2.986a.6.6 0 0 0-.984.46v9.105a.6.6 0 0 0 .984.461l5.463-4.552a.6.6 0 0 0 0-.922Z" }) });
|
|
693
703
|
}
|
|
694
704
|
);
|
|
695
705
|
ChevronBigRightIcon.displayName = "ChevronBigRightIcon";
|
|
696
706
|
|
|
697
707
|
// src/__generated__/chevron-big-up.tsx
|
|
698
|
-
import { forwardRef as
|
|
699
|
-
import { jsx as
|
|
700
|
-
var ChevronBigUpIcon =
|
|
708
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
709
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
710
|
+
var ChevronBigUpIcon = forwardRef60(
|
|
701
711
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
702
|
-
return /* @__PURE__ */
|
|
712
|
+
return /* @__PURE__ */ jsx60("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx60("path", { d: "m7.54 5.053-4.553 5.463a.6.6 0 0 0 .46.984h9.105a.6.6 0 0 0 .461-.984L8.461 5.053a.6.6 0 0 0-.922 0Z" }) });
|
|
703
713
|
}
|
|
704
714
|
);
|
|
705
715
|
ChevronBigUpIcon.displayName = "ChevronBigUpIcon";
|
|
706
716
|
|
|
707
717
|
// src/__generated__/chevron-down.tsx
|
|
708
|
-
import { forwardRef as
|
|
709
|
-
import { jsx as
|
|
710
|
-
var ChevronDownIcon =
|
|
718
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
719
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
720
|
+
var ChevronDownIcon = forwardRef61(
|
|
711
721
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
712
|
-
return /* @__PURE__ */
|
|
722
|
+
return /* @__PURE__ */ jsx61("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx61("path", { d: "M4.04 6.284a.65.65 0 0 1 .92.001L8 9.335l3.04-3.05a.65.65 0 1 1 .921.918l-3.5 3.512a.65.65 0 0 1-.921 0L4.039 7.203a.65.65 0 0 1 .001-.92Z" }) });
|
|
713
723
|
}
|
|
714
724
|
);
|
|
715
725
|
ChevronDownIcon.displayName = "ChevronDownIcon";
|
|
716
726
|
|
|
717
727
|
// src/__generated__/chevron-filled-down.tsx
|
|
718
|
-
import { forwardRef as
|
|
719
|
-
import { jsx as
|
|
720
|
-
var ChevronFilledDownIcon =
|
|
728
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
729
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
730
|
+
var ChevronFilledDownIcon = forwardRef62(
|
|
721
731
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
722
|
-
return /* @__PURE__ */
|
|
732
|
+
return /* @__PURE__ */ jsx62("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx62("path", { d: "m8.5 10.251 2.878-4.318a.6.6 0 0 0-.5-.933H5.122a.6.6 0 0 0-.5.933l2.88 4.318a.6.6 0 0 0 .998 0Z" }) });
|
|
723
733
|
}
|
|
724
734
|
);
|
|
725
735
|
ChevronFilledDownIcon.displayName = "ChevronFilledDownIcon";
|
|
726
736
|
|
|
727
737
|
// src/__generated__/chevron-filled-left.tsx
|
|
728
|
-
import { forwardRef as
|
|
729
|
-
import { jsx as
|
|
730
|
-
var ChevronFilledLeftIcon =
|
|
738
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
739
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
740
|
+
var ChevronFilledLeftIcon = forwardRef63(
|
|
731
741
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
732
|
-
return /* @__PURE__ */
|
|
742
|
+
return /* @__PURE__ */ jsx63("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx63("path", { d: "m5.749 8.5 4.318 2.878a.6.6 0 0 0 .933-.5V5.122a.6.6 0 0 0-.933-.5L5.75 7.502a.6.6 0 0 0 0 .998Z" }) });
|
|
733
743
|
}
|
|
734
744
|
);
|
|
735
745
|
ChevronFilledLeftIcon.displayName = "ChevronFilledLeftIcon";
|
|
736
746
|
|
|
737
747
|
// src/__generated__/chevron-filled-right.tsx
|
|
738
|
-
import { forwardRef as
|
|
739
|
-
import { jsx as
|
|
740
|
-
var ChevronFilledRightIcon =
|
|
748
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
749
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
750
|
+
var ChevronFilledRightIcon = forwardRef64(
|
|
741
751
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
742
|
-
return /* @__PURE__ */
|
|
752
|
+
return /* @__PURE__ */ jsx64("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx64("path", { d: "M10.251 7.5 5.933 4.623a.6.6 0 0 0-.933.5v5.757a.6.6 0 0 0 .933.5l4.318-2.88a.6.6 0 0 0 0-.998Z" }) });
|
|
743
753
|
}
|
|
744
754
|
);
|
|
745
755
|
ChevronFilledRightIcon.displayName = "ChevronFilledRightIcon";
|
|
746
756
|
|
|
747
757
|
// src/__generated__/chevron-filled-up.tsx
|
|
748
|
-
import { forwardRef as
|
|
749
|
-
import { jsx as
|
|
750
|
-
var ChevronFilledUpIcon =
|
|
758
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
759
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
760
|
+
var ChevronFilledUpIcon = forwardRef65(
|
|
751
761
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
752
|
-
return /* @__PURE__ */
|
|
762
|
+
return /* @__PURE__ */ jsx65("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx65("path", { d: "M7.5 5.508 4.623 9.826a.6.6 0 0 0 .5.933h5.757a.6.6 0 0 0 .5-.933l-2.88-4.318a.6.6 0 0 0-.998 0Z" }) });
|
|
753
763
|
}
|
|
754
764
|
);
|
|
755
765
|
ChevronFilledUpIcon.displayName = "ChevronFilledUpIcon";
|
|
756
766
|
|
|
757
767
|
// src/__generated__/chevron-left.tsx
|
|
758
|
-
import { forwardRef as
|
|
759
|
-
import { jsx as
|
|
760
|
-
var ChevronLeftIcon =
|
|
768
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
769
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
770
|
+
var ChevronLeftIcon = forwardRef66(
|
|
761
771
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
762
|
-
return /* @__PURE__ */
|
|
772
|
+
return /* @__PURE__ */ jsx66("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx66("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.3", d: "m9.256 4.499-3.512 3.5 3.512 3.502" }) });
|
|
763
773
|
}
|
|
764
774
|
);
|
|
765
775
|
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|
|
766
776
|
|
|
767
777
|
// src/__generated__/chevron-right.tsx
|
|
768
|
-
import { forwardRef as
|
|
769
|
-
import { jsx as
|
|
770
|
-
var ChevronRightIcon =
|
|
778
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
779
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
780
|
+
var ChevronRightIcon = forwardRef67(
|
|
771
781
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
772
|
-
return /* @__PURE__ */
|
|
782
|
+
return /* @__PURE__ */ jsx67("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx67("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.3", d: "m6.744 11.501 3.512-3.5-3.512-3.502" }) });
|
|
773
783
|
}
|
|
774
784
|
);
|
|
775
785
|
ChevronRightIcon.displayName = "ChevronRightIcon";
|
|
776
786
|
|
|
777
787
|
// src/__generated__/chevron-up.tsx
|
|
778
|
-
import { forwardRef as
|
|
779
|
-
import { jsx as
|
|
780
|
-
var ChevronUpIcon =
|
|
788
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
789
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
790
|
+
var ChevronUpIcon = forwardRef68(
|
|
781
791
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
782
|
-
return /* @__PURE__ */
|
|
792
|
+
return /* @__PURE__ */ jsx68("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx68("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.3", d: "m11.501 9.256-3.5-3.512-3.502 3.512" }) });
|
|
783
793
|
}
|
|
784
794
|
);
|
|
785
795
|
ChevronUpIcon.displayName = "ChevronUpIcon";
|
|
786
796
|
|
|
787
797
|
// src/__generated__/cloud.tsx
|
|
788
|
-
import { forwardRef as
|
|
789
|
-
import { jsx as
|
|
790
|
-
var CloudIcon =
|
|
798
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
799
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
800
|
+
var CloudIcon = forwardRef69(
|
|
791
801
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
792
|
-
return /* @__PURE__ */
|
|
802
|
+
return /* @__PURE__ */ jsx69("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx69("path", { d: "M2.697 7.283A5.317 5.317 0 0 1 13.229 6.7a3.65 3.65 0 0 1-1.562 6.949H4a3.317 3.317 0 0 1-1.303-6.367ZM8 3.65a4.017 4.017 0 0 0-4.016 4.09.65.65 0 0 1-.488.64A2.018 2.018 0 0 0 4 12.35h7.667a2.35 2.35 0 0 0 .762-4.574.65.65 0 0 1-.436-.545A4.017 4.017 0 0 0 8 3.65Z", clipRule: "evenodd" }) });
|
|
793
803
|
}
|
|
794
804
|
);
|
|
795
805
|
CloudIcon.displayName = "CloudIcon";
|
|
796
806
|
|
|
797
807
|
// src/__generated__/code-text.tsx
|
|
798
|
-
import { forwardRef as
|
|
799
|
-
import { jsx as
|
|
800
|
-
var CodeTextIcon =
|
|
808
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
809
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
810
|
+
var CodeTextIcon = forwardRef70(
|
|
801
811
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
802
|
-
return /* @__PURE__ */
|
|
812
|
+
return /* @__PURE__ */ jsx70("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx70("path", { fillRule: "evenodd", d: "M1.445 4.19c0-1.2.973-2.173 2.174-2.173a.65.65 0 0 1 0 1.3.874.874 0 0 0-.874.874v3.047a.65.65 0 0 1-.19.46L2.253 8l.302.302a.65.65 0 0 1 .19.46v3.047c0 .483.391.874.874.874a.65.65 0 1 1 0 1.3 2.174 2.174 0 0 1-2.174-2.174V9.031L.874 8.46a.65.65 0 0 1 0-.92l.571-.571V4.19ZM11.73 2.668a.65.65 0 0 1 .65-.65c1.201 0 2.175.973 2.175 2.174v2.778l.571.571a.65.65 0 0 1 0 .92l-.571.571v2.778a2.174 2.174 0 0 1-2.175 2.174.65.65 0 1 1 0-1.3.874.874 0 0 0 .874-.874V8.762a.65.65 0 0 1 .19-.46L13.748 8l-.302-.302a.65.65 0 0 1-.19-.46V4.191a.874.874 0 0 0-.875-.874.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
803
813
|
}
|
|
804
814
|
);
|
|
805
815
|
CodeTextIcon.displayName = "CodeTextIcon";
|
|
806
816
|
|
|
807
817
|
// src/__generated__/collapsible.tsx
|
|
808
|
-
import { forwardRef as
|
|
809
|
-
import { jsx as
|
|
810
|
-
var CollapsibleIcon =
|
|
818
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
819
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
820
|
+
var CollapsibleIcon = forwardRef71(
|
|
811
821
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
812
|
-
return /* @__PURE__ */
|
|
822
|
+
return /* @__PURE__ */ jsx71("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx71("path", { fillRule: "evenodd", d: "M8.002.68a.65.65 0 0 1 .65.65v2.434l.912-.911a.65.65 0 1 1 .919.919L8.462 5.793a.65.65 0 0 1-.92 0l-2.02-2.021a.65.65 0 0 1 .919-.92l.911.912V1.33a.65.65 0 0 1 .65-.65ZM1.35 8A.65.65 0 0 1 2 7.35h12a.65.65 0 1 1 0 1.3H2A.65.65 0 0 1 1.35 8Zm6.19 2.203a.65.65 0 0 1 .92 0l2.022 2.022a.65.65 0 1 1-.92.92l-.912-.913v2.442a.65.65 0 0 1-1.3 0v-2.442l-.913.913a.65.65 0 0 1-.919-.92l2.022-2.022Z", clipRule: "evenodd" }) });
|
|
813
823
|
}
|
|
814
824
|
);
|
|
815
825
|
CollapsibleIcon.displayName = "CollapsibleIcon";
|
|
816
826
|
|
|
817
827
|
// src/__generated__/commit.tsx
|
|
818
|
-
import { forwardRef as
|
|
819
|
-
import { jsx as
|
|
820
|
-
var CommitIcon =
|
|
828
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
829
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
830
|
+
var CommitIcon = forwardRef72(
|
|
821
831
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
822
|
-
return /* @__PURE__ */
|
|
832
|
+
return /* @__PURE__ */ jsx72("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx72("path", { fillRule: "evenodd", d: "M11 7.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Zm-4.691 2.5a4.751 4.751 0 0 1 9.382 0h4.459a.75.75 0 0 1 0 1.5h-4.459a4.751 4.751 0 0 1-9.382 0H1.85a.75.75 0 0 1 0-1.5h4.459Z", clipRule: "evenodd" }) });
|
|
823
833
|
}
|
|
824
834
|
);
|
|
825
835
|
CommitIcon.displayName = "CommitIcon";
|
|
826
836
|
|
|
837
|
+
// src/__generated__/content-embed.tsx
|
|
838
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
839
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
840
|
+
var ContentEmbedIcon = forwardRef73(
|
|
841
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
842
|
+
return /* @__PURE__ */ jsx73("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx73("path", { stroke: "currentcolor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.3", d: "M12.5 7.854v-3.8c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.98.854 10.42.854 9.3.854H5.033c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.934c0 1.12 0 1.68.218 2.107a2 2 0 0 0 .874.874c.428.219.988.219 2.108.219h2.134M8.5 6.854h-4m1.333 2.667H4.5m5.333-5.334H4.5m7.917 9.598 1.75-1.702-1.75-1.701m-3.5 0-1.75 1.701 1.75 1.702m2.45-4.764-1.4 6.125" }) });
|
|
843
|
+
}
|
|
844
|
+
);
|
|
845
|
+
ContentEmbedIcon.displayName = "ContentEmbedIcon";
|
|
846
|
+
|
|
827
847
|
// src/__generated__/content.tsx
|
|
828
|
-
import { forwardRef as
|
|
829
|
-
import { jsx as
|
|
830
|
-
var ContentIcon =
|
|
848
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
849
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
850
|
+
var ContentIcon = forwardRef74(
|
|
831
851
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
832
|
-
return /* @__PURE__ */
|
|
852
|
+
return /* @__PURE__ */ jsx74("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx74("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.036.029.36.029.803.029 1.34v5.654c0 .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.029H5.174c-.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.34V5.174c0-.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.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.261V5.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-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM3.35 5.334a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3H4a.65.65 0 0 1-.65-.65ZM3.35 8A.65.65 0 0 1 4 7.35h4a.65.65 0 0 1 0 1.3H4A.65.65 0 0 1 3.35 8Zm0 2.667a.65.65 0 0 1 .65-.65h5.333a.65.65 0 1 1 0 1.3H4a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
833
853
|
}
|
|
834
854
|
);
|
|
835
855
|
ContentIcon.displayName = "ContentIcon";
|
|
836
856
|
|
|
837
857
|
// src/__generated__/copy.tsx
|
|
838
|
-
import { forwardRef as
|
|
839
|
-
import { jsx as
|
|
840
|
-
var CopyIcon =
|
|
858
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
859
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
860
|
+
var CopyIcon = forwardRef75(
|
|
841
861
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
842
|
-
return /* @__PURE__ */
|
|
862
|
+
return /* @__PURE__ */ jsx75("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx75("path", { fillRule: "evenodd", d: "M7.495 1.35h4.61c.315 0 .59 0 .816.019.24.02.484.063.719.183.348.177.631.46.808.808.12.235.164.479.184.719.018.227.018.501.018.816v4.61c0 .315 0 .59-.018.816-.02.24-.064.484-.184.719a1.85 1.85 0 0 1-.808.809c-.235.12-.479.163-.719.183-.227.018-.501.018-.816.018H11.05v1.055c0 .315 0 .59-.019.816-.02.24-.063.484-.183.719a1.85 1.85 0 0 1-.808.808c-.235.12-.479.164-.719.184-.227.018-.501.018-.816.018h-4.61c-.315 0-.59 0-.816-.018a1.883 1.883 0 0 1-.719-.184 1.85 1.85 0 0 1-.808-.808 1.882 1.882 0 0 1-.184-.719 10.757 10.757 0 0 1-.018-.816v-4.61c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019H4.95V3.895c0-.315 0-.59.018-.816.02-.24.064-.484.184-.719a1.85 1.85 0 0 1 .808-.808c.235-.12.479-.164.719-.183.227-.019.501-.019.816-.019ZM3.92 6.25c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.014.167-.014.388-.014.735v4.56c0 .347 0 .568.014.735.013.16.035.213.046.235a.55.55 0 0 0 .24.24c.022.011.075.033.235.046.167.014.388.014.735.014h4.56c.347 0 .568 0 .735-.014a.645.645 0 0 0 .235-.046.55.55 0 0 0 .24-.24.643.643 0 0 0 .046-.235c.013-.167.014-.388.014-.735V7.52c0-.347 0-.568-.014-.735a.643.643 0 0 0-.046-.235.55.55 0 0 0-.24-.24.643.643 0 0 0-.235-.046 10.166 10.166 0 0 0-.735-.014H3.92Zm7.13 3.5V7.495c0-.315 0-.59-.019-.816a1.883 1.883 0 0 0-.183-.719 1.85 1.85 0 0 0-.808-.808 1.882 1.882 0 0 0-.719-.183c-.227-.019-.501-.019-.816-.019H6.25V3.92c0-.347 0-.568.014-.735a.643.643 0 0 1 .046-.235.55.55 0 0 1 .24-.24.643.643 0 0 1 .235-.046c.167-.013.388-.014.735-.014h4.56c.347 0 .568 0 .735.014.16.013.213.035.235.046a.55.55 0 0 1 .24.24c.011.022.033.075.046.235.014.167.014.388.014.735v4.56c0 .347 0 .568-.014.735-.013.16-.035.213-.046.235a.55.55 0 0 1-.24.24.644.644 0 0 1-.235.046c-.167.014-.388.014-.735.014h-1.03Z", clipRule: "evenodd" }) });
|
|
843
863
|
}
|
|
844
864
|
);
|
|
845
865
|
CopyIcon.displayName = "CopyIcon";
|
|
846
866
|
|
|
847
867
|
// src/__generated__/custom-code.tsx
|
|
848
|
-
import { forwardRef as
|
|
849
|
-
import { jsx as
|
|
850
|
-
var CustomCodeIcon =
|
|
868
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
869
|
+
import { jsx as jsx76, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
870
|
+
var CustomCodeIcon = forwardRef76(
|
|
851
871
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
852
872
|
return /* @__PURE__ */ jsxs35("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
853
|
-
/* @__PURE__ */
|
|
854
|
-
/* @__PURE__ */
|
|
873
|
+
/* @__PURE__ */ jsx76("path", { fillRule: "evenodd", d: "M5.673 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.096 1.036.259.499.254.904.66 1.158 1.158.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.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.674c-.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-.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 1 3.297 1.64c.32-.163.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM4.44 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.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-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.7c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }),
|
|
874
|
+
/* @__PURE__ */ jsx76("path", { fillRule: "evenodd", d: "M8.517 10.33a.65.65 0 0 1 .65-.65h2.666a.65.65 0 1 1 0 1.3H9.167a.65.65 0 0 1-.65-.65ZM4.707 5.21a.65.65 0 0 1 .92 0l2 2a.65.65 0 0 1 0 .92l-2 2a.65.65 0 1 1-.92-.92l1.54-1.54-1.54-1.54a.65.65 0 0 1 0-.92Z", clipRule: "evenodd" })
|
|
855
875
|
] });
|
|
856
876
|
}
|
|
857
877
|
);
|
|
858
878
|
CustomCodeIcon.displayName = "CustomCodeIcon";
|
|
859
879
|
|
|
860
880
|
// src/__generated__/dash-border.tsx
|
|
861
|
-
import { forwardRef as
|
|
862
|
-
import { jsx as
|
|
863
|
-
var DashBorderIcon =
|
|
881
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
882
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
883
|
+
var DashBorderIcon = forwardRef77(
|
|
864
884
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
865
|
-
return /* @__PURE__ */
|
|
885
|
+
return /* @__PURE__ */ jsx77("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx77("path", { fillRule: "evenodd", d: "M3 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) });
|
|
866
886
|
}
|
|
867
887
|
);
|
|
868
888
|
DashBorderIcon.displayName = "DashBorderIcon";
|
|
869
889
|
|
|
870
890
|
// src/__generated__/dash.tsx
|
|
871
|
-
import { forwardRef as
|
|
872
|
-
import { jsx as
|
|
873
|
-
var DashIcon =
|
|
891
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
892
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
893
|
+
var DashIcon = forwardRef78(
|
|
874
894
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
875
|
-
return /* @__PURE__ */
|
|
895
|
+
return /* @__PURE__ */ jsx78("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx78("path", { fillRule: "evenodd", d: "M3 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) });
|
|
876
896
|
}
|
|
877
897
|
);
|
|
878
898
|
DashIcon.displayName = "DashIcon";
|
|
879
899
|
|
|
880
900
|
// src/__generated__/dashed-border.tsx
|
|
881
|
-
import { forwardRef as
|
|
882
|
-
import { jsx as
|
|
883
|
-
var DashedBorderIcon =
|
|
901
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
902
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
903
|
+
var DashedBorderIcon = forwardRef79(
|
|
884
904
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
885
|
-
return /* @__PURE__ */
|
|
905
|
+
return /* @__PURE__ */ jsx79("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx79("path", { fillRule: "evenodd", d: "M2 7.33A.33.33 0 0 1 2.33 7h2.007a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33H2.33A.33.33 0 0 1 2 8.67V7.33ZM6.667 7.33a.33.33 0 0 1 .33-.33h2.006a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33H6.997a.33.33 0 0 1-.33-.33V7.33ZM11.333 7.33a.33.33 0 0 1 .33-.33h2.007a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33h-2.007a.33.33 0 0 1-.33-.33V7.33Z", clipRule: "evenodd" }) });
|
|
886
906
|
}
|
|
887
907
|
);
|
|
888
908
|
DashedBorderIcon.displayName = "DashedBorderIcon";
|
|
889
909
|
|
|
890
910
|
// src/__generated__/delete.tsx
|
|
891
|
-
import { forwardRef as
|
|
892
|
-
import { jsx as
|
|
893
|
-
var DeleteIcon =
|
|
911
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
912
|
+
import { jsx as jsx80, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
913
|
+
var DeleteIcon = forwardRef80(
|
|
894
914
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
895
915
|
return /* @__PURE__ */ jsxs36("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
896
|
-
/* @__PURE__ */
|
|
897
|
-
/* @__PURE__ */
|
|
916
|
+
/* @__PURE__ */ jsx80("path", { d: "M10.755 14.65h-5.51c-.5 0-.98-.19-1.35-.53-.37-.35-.59-.81-.63-1.31l-.54-7.49h-.06c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h2.68V2.67c0-.35.14-.68.39-.93s.58-.39.93-.39h2.67c.35 0 .68.14.93.38.25.25.39.58.39.93v1.35h2.68c.36 0 .65.29.65.65 0 .36-.29.65-.65.65h-.06l-.54 7.49c-.03.5-.26.97-.63 1.31-.37.34-.85.53-1.35.53v.01Zm-6.72-9.33.53 7.4c.01.17.09.33.22.45s.29.18.47.18h5.52c.17 0 .34-.06.47-.18.13-.12.2-.28.22-.45l.53-7.4h-7.96Zm2.62-1.3h2.7V2.67l-2.68-.02v1.37h-.02Z" }),
|
|
917
|
+
/* @__PURE__ */ jsx80("path", { d: "M9.335 11.98c-.36 0-.65-.29-.65-.65v-4c0-.36.29-.65.65-.65.36 0 .65.29.65.65v4c0 .36-.29.65-.65.65Zm-2.67 0c-.36 0-.65-.29-.65-.65v-4c0-.36.29-.65.65-.65.36 0 .65.29.65.65v4c0 .36-.29.65-.65.65Z" })
|
|
898
918
|
] });
|
|
899
919
|
}
|
|
900
920
|
);
|
|
901
921
|
DeleteIcon.displayName = "DeleteIcon";
|
|
902
922
|
|
|
903
923
|
// src/__generated__/description.tsx
|
|
904
|
-
import { forwardRef as
|
|
905
|
-
import { jsx as
|
|
906
|
-
var DescriptionIcon =
|
|
924
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
925
|
+
import { jsx as jsx81, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
926
|
+
var DescriptionIcon = forwardRef81(
|
|
907
927
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
908
928
|
return /* @__PURE__ */ jsxs37("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
911
|
-
/* @__PURE__ */
|
|
912
|
-
/* @__PURE__ */
|
|
929
|
+
/* @__PURE__ */ jsx81("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.036.029.36.029.803.029 1.34v5.654c0 .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.029H5.174c-.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.34V5.174c0-.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.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.261V5.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-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }),
|
|
930
|
+
/* @__PURE__ */ jsx81("path", { fillRule: "evenodd", d: "M10.29 4.673a.65.65 0 0 1 .908.148A5.428 5.428 0 0 1 12.22 8c0 1.185-.38 2.284-1.023 3.179a.65.65 0 1 1-1.056-.76c.49-.68.779-1.516.779-2.42 0-.904-.289-1.739-.779-2.42a.65.65 0 0 1 .148-.907Z", clipRule: "evenodd" }),
|
|
931
|
+
/* @__PURE__ */ jsx81("path", { d: "M6.292 5.665c.2-.015.395.065.525.218.124.146.14.314.144.368.006.065.006.143.006.207v3.084c0 .064 0 .141-.006.207-.005.054-.02.223-.144.368a.626.626 0 0 1-.525.218c-.191-.015-.321-.124-.363-.159-.05-.042-.105-.097-.15-.142L5 9.256h-.409c-.06 0-.131 0-.194-.005a.756.756 0 0 1-.287-.077.752.752 0 0 1-.328-.329.756.756 0 0 1-.077-.286 2.48 2.48 0 0 1-.005-.195v-.728c0-.06 0-.132.005-.195a.756.756 0 0 1 .077-.286.752.752 0 0 1 .329-.329.756.756 0 0 1 .286-.076c.063-.006.134-.006.194-.005h.41l.778-.779c.045-.045.1-.1.15-.142a.646.646 0 0 1 .363-.159Z" }),
|
|
932
|
+
/* @__PURE__ */ jsx81("path", { fillRule: "evenodd", d: "M8.298 5.867a.65.65 0 0 1 .905.161c.39.56.619 1.24.619 1.972s-.229 1.413-.619 1.972a.65.65 0 0 1-1.066-.744c.243-.348.385-.77.385-1.228 0-.458-.142-.88-.385-1.228a.65.65 0 0 1 .161-.905Z", clipRule: "evenodd" })
|
|
913
933
|
] });
|
|
914
934
|
}
|
|
915
935
|
);
|
|
916
936
|
DescriptionIcon.displayName = "DescriptionIcon";
|
|
917
937
|
|
|
918
938
|
// src/__generated__/dialog.tsx
|
|
919
|
-
import { forwardRef as
|
|
920
|
-
import { jsx as
|
|
921
|
-
var DialogIcon =
|
|
939
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
940
|
+
import { jsx as jsx82, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
941
|
+
var DialogIcon = forwardRef82(
|
|
922
942
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
923
943
|
return /* @__PURE__ */ jsxs38("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
924
944
|
/* @__PURE__ */ jsxs38("g", { fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd", children: [
|
|
925
|
-
/* @__PURE__ */
|
|
926
|
-
/* @__PURE__ */
|
|
945
|
+
/* @__PURE__ */ jsx82("path", { d: "M.287 1.456c-.29.57-.29 1.318-.29 2.812v7.468c0 1.494 0 2.24.29 2.811.256.502.664.91 1.166 1.166.57.29 1.317.29 2.81.29h7.47c1.493 0 2.24 0 2.81-.29.502-.256.91-.664 1.166-1.166.29-.57.29-1.317.29-2.81v-7.47c0-1.493 0-2.24-.29-2.81A2.667 2.667 0 0 0 14.544.29C13.973 0 13.226 0 11.732 0H4.264C2.77 0 2.024 0 1.453.29.95.547.543.955.287 1.457Zm3.217 2.728c-.169.333-.169.768-.169 1.639v4.354c0 .87 0 1.306.17 1.639.149.292.386.53.679.68.333.169.768.169 1.639.169h4.354c.87 0 1.306 0 1.639-.17.292-.149.53-.386.68-.68.169-.332.169-.767.169-1.638V5.823c0-.87 0-1.306-.17-1.639a1.555 1.555 0 0 0-.68-.68c-.332-.169-.767-.169-1.638-.169H5.823c-.87 0-1.306 0-1.639.17-.293.149-.53.386-.68.679Z", opacity: ".3" }),
|
|
946
|
+
/* @__PURE__ */ jsx82("path", { d: "M5.797 2.685h4.406c.413 0 .762 0 1.048.023.3.025.587.078.86.217.415.212.752.549.964.964.139.273.192.56.217.86.023.286.023.635.023 1.048v4.406c0 .413 0 .762-.023 1.048-.025.3-.078.587-.217.86a2.205 2.205 0 0 1-.964.964c-.273.139-.56.192-.86.217-.286.023-.635.023-1.048.023H5.797c-.413 0-.762 0-1.048-.023-.3-.025-.587-.078-.86-.217a2.205 2.205 0 0 1-.964-.964c-.139-.273-.192-.56-.217-.86-.023-.286-.023-.635-.023-1.048V5.797c0-.413 0-.762.023-1.048.025-.3.078-.587.217-.86.212-.415.55-.752.964-.964.273-.139.56-.192.86-.217.286-.023.635-.023 1.048-.023Zm-.942 1.319c-.22.018-.316.05-.376.08a.905.905 0 0 0-.395.395c-.03.06-.062.156-.08.376-.018.226-.019.522-.019.968v4.354c0 .446 0 .742.019.968.018.22.05.316.08.376.086.17.225.309.395.395.06.03.157.062.376.08.226.018.522.019.968.019h4.354c.446 0 .742 0 .968-.02.22-.017.316-.048.376-.079a.905.905 0 0 0 .395-.395c.03-.06.062-.157.08-.376.018-.226.019-.522.019-.968V5.823c0-.446 0-.742-.019-.968-.018-.22-.05-.316-.08-.376a.906.906 0 0 0-.395-.395c-.06-.03-.157-.062-.376-.08a13.31 13.31 0 0 0-.968-.019H5.823c-.446 0-.742 0-.968.019Z" })
|
|
927
947
|
] }),
|
|
928
|
-
/* @__PURE__ */
|
|
948
|
+
/* @__PURE__ */ jsx82("defs", { children: /* @__PURE__ */ jsx82("clipPath", { id: "a", children: /* @__PURE__ */ jsx82("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
|
|
929
949
|
] });
|
|
930
950
|
}
|
|
931
951
|
);
|
|
932
952
|
DialogIcon.displayName = "DialogIcon";
|
|
933
953
|
|
|
934
954
|
// src/__generated__/dimensions.tsx
|
|
935
|
-
import { forwardRef as
|
|
936
|
-
import { jsx as
|
|
937
|
-
var DimensionsIcon =
|
|
955
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
956
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
957
|
+
var DimensionsIcon = forwardRef83(
|
|
938
958
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
939
|
-
return /* @__PURE__ */
|
|
959
|
+
return /* @__PURE__ */ jsx83("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 17", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx83("path", { fillRule: "evenodd", d: "M7.821 4.063c0 .359.292.65.65.649l2.2-.003-6.262 6.263.003-2.2a.65.65 0 0 0-1.3-.002l-.005 3.772a.65.65 0 0 0 .651.65l3.772-.004a.65.65 0 1 0-.002-1.3l-2.2.003 6.263-6.262-.003 2.2a.65.65 0 1 0 1.3 0l.005-3.77a.65.65 0 0 0-.651-.652l-3.772.005a.65.65 0 0 0-.649.65Z", clipRule: "evenodd" }) });
|
|
940
960
|
}
|
|
941
961
|
);
|
|
942
962
|
DimensionsIcon.displayName = "DimensionsIcon";
|
|
943
963
|
|
|
944
964
|
// src/__generated__/discord.tsx
|
|
945
|
-
import { forwardRef as
|
|
946
|
-
import { jsx as
|
|
947
|
-
var DiscordIcon =
|
|
965
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
966
|
+
import { jsx as jsx84, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
967
|
+
var DiscordIcon = forwardRef84(
|
|
948
968
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
949
969
|
return /* @__PURE__ */ jsxs39("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
950
|
-
/* @__PURE__ */
|
|
951
|
-
/* @__PURE__ */
|
|
970
|
+
/* @__PURE__ */ jsx84("path", { d: "M6.888 6.7c-.347 0-.621.39-.621.867 0 .476.28.866.621.866.347 0 .622-.39.622-.866.006-.477-.275-.867-.622-.867Zm2.224 0c-.347 0-.622.39-.622.867 0 .476.28.866.622.866.347 0 .621-.39.621-.866 0-.477-.274-.867-.621-.867Z" }),
|
|
971
|
+
/* @__PURE__ */ jsx84("path", { d: "M12.977 1.5H3.023c-.84 0-1.523.598-1.523 1.339v8.788c0 .741.683 1.339 1.523 1.339h8.424l-.394-1.202.951.773.899.728L14.5 14.5V2.839c0-.741-.683-1.339-1.523-1.339ZM10.11 9.989s-.268-.28-.49-.527c.973-.24 1.344-.773 1.344-.773a4.509 4.509 0 0 1-.854.383 5.935 5.935 0 0 1-3.001.273 6.928 6.928 0 0 1-1.092-.279 4.665 4.665 0 0 1-.543-.221c-.022-.013-.044-.02-.067-.033a.102.102 0 0 1-.03-.019c-.133-.065-.207-.11-.207-.11s.356.52 1.3.767c-.223.247-.498.539-.498.539-1.642-.046-2.266-.988-2.266-.988 0-2.093 1.07-3.79 1.07-3.79 1.07-.702 2.087-.682 2.087-.682l.075.078c-1.337.338-1.954.851-1.954.851s.163-.078.438-.188c.795-.305 1.427-.39 1.687-.41.044-.006.081-.013.126-.013a6.8 6.8 0 0 1 3.736.611s-.586-.487-1.85-.825l.105-.104s1.017-.02 2.087.683c0 0 1.07 1.696 1.07 3.789 0 0-.632.943-2.273.988Z" })
|
|
952
972
|
] });
|
|
953
973
|
}
|
|
954
974
|
);
|
|
955
975
|
DiscordIcon.displayName = "DiscordIcon";
|
|
956
976
|
|
|
957
977
|
// src/__generated__/div.tsx
|
|
958
|
-
import { forwardRef as
|
|
959
|
-
import { jsx as
|
|
960
|
-
var DivIcon =
|
|
978
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
979
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
980
|
+
var DivIcon = forwardRef85(
|
|
961
981
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
962
|
-
return /* @__PURE__ */
|
|
982
|
+
return /* @__PURE__ */ jsx85("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx85("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" }) });
|
|
963
983
|
}
|
|
964
984
|
);
|
|
965
985
|
DivIcon.displayName = "DivIcon";
|
|
966
986
|
|
|
967
987
|
// src/__generated__/dot.tsx
|
|
968
|
-
import { forwardRef as
|
|
969
|
-
import { jsx as
|
|
970
|
-
var DotIcon =
|
|
988
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
989
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
990
|
+
var DotIcon = forwardRef86(
|
|
971
991
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
972
|
-
return /* @__PURE__ */
|
|
992
|
+
return /* @__PURE__ */ jsx86("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx86("path", { d: "M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }) });
|
|
973
993
|
}
|
|
974
994
|
);
|
|
975
995
|
DotIcon.displayName = "DotIcon";
|
|
976
996
|
|
|
977
997
|
// src/__generated__/dotted-border.tsx
|
|
978
|
-
import { forwardRef as
|
|
979
|
-
import { jsx as
|
|
980
|
-
var DottedBorderIcon =
|
|
998
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
999
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1000
|
+
var DottedBorderIcon = forwardRef87(
|
|
981
1001
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
982
|
-
return /* @__PURE__ */
|
|
1002
|
+
return /* @__PURE__ */ jsx87("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx87("path", { fillRule: "evenodd", d: "M1.52 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 1 1 0 2.3h-.01A1.15 1.15 0 0 1 1.52 8ZM12.18 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 12.18 8ZM5.073 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 5.073 8ZM8.627 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 8.627 8Z", clipRule: "evenodd" }) });
|
|
983
1003
|
}
|
|
984
1004
|
);
|
|
985
1005
|
DottedBorderIcon.displayName = "DottedBorderIcon";
|
|
986
1006
|
|
|
987
1007
|
// src/__generated__/drag-handle.tsx
|
|
988
|
-
import { forwardRef as
|
|
989
|
-
import { jsx as
|
|
990
|
-
var DragHandleIcon =
|
|
1008
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
1009
|
+
import { jsx as jsx88, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1010
|
+
var DragHandleIcon = forwardRef88(
|
|
991
1011
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
992
1012
|
return /* @__PURE__ */ jsxs40("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
993
|
-
/* @__PURE__ */
|
|
994
|
-
/* @__PURE__ */
|
|
995
|
-
/* @__PURE__ */
|
|
996
|
-
/* @__PURE__ */
|
|
1013
|
+
/* @__PURE__ */ jsx88("rect", { width: "6", height: "1", x: "5", y: "3", rx: ".5" }),
|
|
1014
|
+
/* @__PURE__ */ jsx88("rect", { width: "6", height: "1", x: "5", y: "6", rx: ".5" }),
|
|
1015
|
+
/* @__PURE__ */ jsx88("rect", { width: "6", height: "1", x: "5", y: "9", rx: ".5" }),
|
|
1016
|
+
/* @__PURE__ */ jsx88("rect", { width: "6", height: "1", x: "5", y: "12", rx: ".5" })
|
|
997
1017
|
] });
|
|
998
1018
|
}
|
|
999
1019
|
);
|
|
1000
1020
|
DragHandleIcon.displayName = "DragHandleIcon";
|
|
1001
1021
|
|
|
1002
1022
|
// src/__generated__/dynamic-page.tsx
|
|
1003
|
-
import { forwardRef as
|
|
1004
|
-
import { jsx as
|
|
1005
|
-
var DynamicPageIcon =
|
|
1023
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
1024
|
+
import { jsx as jsx89, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1025
|
+
var DynamicPageIcon = forwardRef89(
|
|
1006
1026
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1007
1027
|
return /* @__PURE__ */ jsxs41("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1008
|
-
/* @__PURE__ */
|
|
1009
|
-
/* @__PURE__ */
|
|
1028
|
+
/* @__PURE__ */ jsx89("path", { fillRule: "evenodd", d: "M8.55 2.308a9.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.13v1.24c0 .514 0 2.86.022 3.128.022.26.06.388.103.473.11.217.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-2.614.022-3.129v2.673c0-.277-.002-2.436-.008-2.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.546 1.263 1.263 0 0 1-.126-.48c-.01-.128-.01-.277-.01-.428V2.308Zm.903-1.095a2.451 2.451 0 0 0-.427-.145C8.743 1 8.45 1 8.071 1H6.053c-.481 0-.881 0-1.208.027-.34.028-.658.088-.957.24a2.45 2.45 0 0 0-1.071 1.07c-.153.3-.213.618-.24.958-.027.327-.027.727-.027 1.209v1.293c0 .481 0 2.881.027 3.208.027.34.087.658.24.957.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-.617.24-.958.027-.327.027-2.727.027-3.208v2.646-.064c0-.378 0-2.672-.068-2.955a2.445 2.445 0 0 0-.293-.708c-.152-.25-.36-.457-.628-.724l-.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.29c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.22Z", clipRule: "evenodd" }),
|
|
1029
|
+
/* @__PURE__ */ jsx89("path", { fillRule: "evenodd", d: "M8 11c.65 0 .65.141.65.5v.403c.42.173.754.508.927.928h3.173a.65.65 0 1 1 0 1.3H9.577a1.706 1.706 0 0 1-3.154 0H3.25a.65.65 0 1 1 0-1.3h3.173c.173-.42.508-.755.927-.928V11.5c0-.359 0-.5.65-.5Zm0 2.075a.405.405 0 1 0 0 .811.405.405 0 0 0 0-.811Z", clipRule: "evenodd" })
|
|
1010
1030
|
] });
|
|
1011
1031
|
}
|
|
1012
1032
|
);
|
|
1013
1033
|
DynamicPageIcon.displayName = "DynamicPageIcon";
|
|
1014
1034
|
|
|
1035
|
+
// src/__generated__/ellipses.tsx
|
|
1036
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
1037
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1038
|
+
var EllipsesIcon = forwardRef90(
|
|
1039
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1040
|
+
return /* @__PURE__ */ jsx90("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx90("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" }) });
|
|
1041
|
+
}
|
|
1042
|
+
);
|
|
1043
|
+
EllipsesIcon.displayName = "EllipsesIcon";
|
|
1044
|
+
|
|
1015
1045
|
// src/__generated__/email.tsx
|
|
1016
|
-
import { forwardRef as
|
|
1017
|
-
import { jsx as
|
|
1018
|
-
var EmailIcon =
|
|
1046
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
1047
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
1048
|
+
var EmailIcon = forwardRef91(
|
|
1019
1049
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1020
|
-
return /* @__PURE__ */
|
|
1050
|
+
return /* @__PURE__ */ jsx91("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx91("path", { fillRule: "evenodd", d: "M4.853 2.55h6.293c.482 0 .882 0 1.21.027.34.027.657.087.956.24.461.235.836.61 1.07 1.07.172.336.227.695.25 1.086.018.3.018.662.018 1.089v3.885c0 .481 0 .881-.027 1.208-.027.34-.087.658-.24.957a2.45 2.45 0 0 1-1.07 1.07c-.3.153-.618.213-.958.241-.327.027-.727.027-1.208.027H4.853c-.481 0-.881 0-1.208-.027-.34-.027-.658-.088-.957-.24a2.45 2.45 0 0 1-1.071-1.07c-.153-.3-.213-.617-.24-.958-.027-.327-.027-.727-.027-1.209V6.062c0-.427 0-.789.018-1.089.023-.39.078-.75.249-1.085a2.45 2.45 0 0 1 1.07-1.071c.3-.153.617-.213.958-.24.327-.027.727-.027 1.208-.027ZM3.751 3.872c-.26.022-.387.06-.473.103a1.15 1.15 0 0 0-.503.503.816.816 0 0 0-.07.222l4.567 3.197c.44.308.524.354.595.372a.55.55 0 0 0 .266 0c.07-.018.155-.064.595-.372L13.295 4.7a.815.815 0 0 0-.07-.222 1.15 1.15 0 0 0-.503-.503c-.086-.043-.213-.081-.473-.103a15.477 15.477 0 0 0-1.129-.022H4.88c-.515 0-.862 0-1.13.022Zm9.599 2.376L9.474 8.962l-.072.05c-.324.227-.618.434-.955.518a1.85 1.85 0 0 1-.894 0c-.337-.084-.631-.29-.955-.518l-.072-.05L2.65 6.248V9.92c0 .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.021.614.022 1.129.022h6.24c.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.248Z", clipRule: "evenodd" }) });
|
|
1021
1051
|
}
|
|
1022
1052
|
);
|
|
1023
1053
|
EmailIcon.displayName = "EmailIcon";
|
|
1024
1054
|
|
|
1025
1055
|
// src/__generated__/embed.tsx
|
|
1026
|
-
import { forwardRef as
|
|
1027
|
-
import { jsx as
|
|
1028
|
-
var EmbedIcon =
|
|
1056
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
1057
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1058
|
+
var EmbedIcon = forwardRef92(
|
|
1029
1059
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1030
|
-
return /* @__PURE__ */
|
|
1060
|
+
return /* @__PURE__ */ jsx92("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx92("path", { fillRule: "evenodd", d: "M9.474 1.365a.65.65 0 0 1 .494.776l-2.667 12a.65.65 0 0 1-1.269-.282l2.667-12a.65.65 0 0 1 .775-.494ZM5.126 4.207a.65.65 0 0 1 0 .92L2.253 8l2.873 2.874a.65.65 0 1 1-.919.919L.874 8.46a.65.65 0 0 1 0-.92l3.333-3.333a.65.65 0 0 1 .92 0Zm5.748 0a.65.65 0 0 1 .919 0l3.333 3.333a.65.65 0 0 1 0 .92l-3.333 3.333a.65.65 0 1 1-.92-.92L13.748 8l-2.873-2.874a.65.65 0 0 1 0-.919Z", clipRule: "evenodd" }) });
|
|
1031
1061
|
}
|
|
1032
1062
|
);
|
|
1033
1063
|
EmbedIcon.displayName = "EmbedIcon";
|
|
1034
1064
|
|
|
1035
1065
|
// src/__generated__/extension.tsx
|
|
1036
|
-
import { forwardRef as
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var ExtensionIcon =
|
|
1066
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
1067
|
+
import { jsx as jsx93, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1068
|
+
var ExtensionIcon = forwardRef93(
|
|
1039
1069
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1040
1070
|
return /* @__PURE__ */ jsxs42("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1041
|
-
/* @__PURE__ */
|
|
1042
|
-
/* @__PURE__ */
|
|
1071
|
+
/* @__PURE__ */ jsx93("path", { fill: "currentColor", fillRule: "evenodd", d: "m4.284 3.598 1.493.007 1.493.007c0 .333-.31-.025 0 0 0 .234-.276-.14 0 0v5.14h5.153c.05 4.113 0-.462 0 0v2.986c0 .461 0 .841-.025 1.15-.026.321-.082.615-.223.89a2.277 2.277 0 0 1-.994.995c-.276.14-.57.197-.89.223-.31.025-.69.025-1.151.025H4.284c-.462 0-.842 0-1.151-.025-.32-.026-.615-.082-.89-.223a2.277 2.277 0 0 1-.995-.994c-.14-.276-.197-.57-.223-.89C1 12.578 1 12.198 1 11.737V6.882c0-.462 0-.842.025-1.15.026-.322.083-.616.223-.891.218-.428.566-.777.995-.995.275-.14.57-.196.89-.223.31-.025.69-.025 1.15-.025Zm-2.167 6.27v1.847c0 .49 0 .824.021 1.082.02.252.058.383.105.475.111.218.288.395.507.506.092.047.222.085.474.105.258.021.593.022 1.083.022h1.846V9.868H2.117ZM6.153 8.75H2.117V6.905c0-.49 0-.825.021-1.083.02-.252.058-.382.105-.474a1.16 1.16 0 0 1 .507-.507c.092-.047.222-.084.474-.105a14.81 14.81 0 0 1 1.083-.021h1.846V8.75ZM7.27 9.868v4.037h1.847c.49 0 .824 0 1.082-.022.252-.02.383-.058.475-.105a1.16 1.16 0 0 0 .506-.506c.047-.092.085-.223.105-.475.021-.258.022-.592.022-1.082V9.868H7.27Z", clipRule: "evenodd" }),
|
|
1072
|
+
/* @__PURE__ */ jsx93("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.757 1.227c-.275-.14-.57-.197-.89-.223a17.79 17.79 0 0 0-1.15-.025H8.73v6.27h6.245L15 6.69V4.262c0-.461 0-.841-.025-1.15-.027-.321-.083-.615-.223-.89a2.276 2.276 0 0 0-.995-.995Zm-3.91 4.905h4.036V4.285c0-.49 0-.824-.021-1.082-.02-.252-.058-.383-.105-.475a1.16 1.16 0 0 0-.507-.506c-.092-.047-.222-.085-.474-.105a14.814 14.814 0 0 0-1.083-.022H9.847v4.037Z", clipRule: "evenodd" })
|
|
1043
1073
|
] });
|
|
1044
1074
|
}
|
|
1045
1075
|
);
|
|
1046
1076
|
ExtensionIcon.displayName = "ExtensionIcon";
|
|
1047
1077
|
|
|
1048
1078
|
// src/__generated__/external-link.tsx
|
|
1049
|
-
import { forwardRef as
|
|
1050
|
-
import { jsx as
|
|
1051
|
-
var ExternalLinkIcon =
|
|
1079
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
1080
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
1081
|
+
var ExternalLinkIcon = forwardRef94(
|
|
1052
1082
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1053
|
-
return /* @__PURE__ */
|
|
1083
|
+
return /* @__PURE__ */ jsx94("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx94("path", { fillRule: "evenodd", d: "M5.173 1.35H6a.65.65 0 0 1 0 1.3h-.8c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.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.26V10a.65.65 0 1 1 1.3 0v.826c0 .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-.029ZM9.35 2a.65.65 0 0 1 .65-.65h4a.65.65 0 0 1 .65.65v4a.65.65 0 0 1-1.3 0V3.57L8.46 8.46a.65.65 0 0 1-.92-.92l4.89-4.89H10A.65.65 0 0 1 9.35 2Z", clipRule: "evenodd" }) });
|
|
1054
1084
|
}
|
|
1055
1085
|
);
|
|
1056
1086
|
ExternalLinkIcon.displayName = "ExternalLinkIcon";
|
|
1057
1087
|
|
|
1058
1088
|
// src/__generated__/eyecon-closed.tsx
|
|
1059
|
-
import { forwardRef as
|
|
1060
|
-
import { jsx as
|
|
1061
|
-
var EyeconClosedIcon =
|
|
1089
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
1090
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1091
|
+
var EyeconClosedIcon = forwardRef95(
|
|
1062
1092
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1063
|
-
return /* @__PURE__ */
|
|
1093
|
+
return /* @__PURE__ */ jsx95("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx95("path", { d: "M2.209 7.594a.55.55 0 0 1 .757.175 6.463 6.463 0 0 0 1.36 1.562A5.708 5.708 0 0 0 8 10.653c2.146 0 3.944-1.14 5.034-2.884a.55.55 0 0 1 .933.583c-.323.516-.702.99-1.13 1.41l.832.831a.55.55 0 1 1-.778.778l-.899-.898a6.815 6.815 0 0 1-1.889.954l.314 1.172a.55.55 0 0 1-1.062.284l-.323-1.206a6.992 6.992 0 0 1-2.063 0l-.323 1.206a.55.55 0 1 1-1.062-.284l.314-1.171a6.812 6.812 0 0 1-1.89-.955l-.897.898a.55.55 0 0 1-.778-.777l.83-.831a7.665 7.665 0 0 1-1.13-1.411.55.55 0 0 1 .176-.758Z" }) });
|
|
1064
1094
|
}
|
|
1065
1095
|
);
|
|
1066
1096
|
EyeconClosedIcon.displayName = "EyeconClosedIcon";
|
|
1067
1097
|
|
|
1068
1098
|
// src/__generated__/eyecon-open.tsx
|
|
1069
|
-
import { forwardRef as
|
|
1070
|
-
import { jsx as
|
|
1071
|
-
var EyeconOpenIcon =
|
|
1099
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
1100
|
+
import { jsx as jsx96, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1101
|
+
var EyeconOpenIcon = forwardRef96(
|
|
1072
1102
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1073
1103
|
return /* @__PURE__ */ jsxs43("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1074
|
-
/* @__PURE__ */
|
|
1075
|
-
/* @__PURE__ */
|
|
1104
|
+
/* @__PURE__ */ jsx96("path", { d: "M8 9.849A1.849 1.849 0 1 0 8 6.15 1.849 1.849 0 0 0 8 9.85Z" }),
|
|
1105
|
+
/* @__PURE__ */ jsx96("path", { fillRule: "evenodd", d: "M2.132 8.458a.857.857 0 0 1 0-.915A6.927 6.927 0 0 1 8 4.303a6.927 6.927 0 0 1 5.868 3.24.857.857 0 0 1 0 .915A6.927 6.927 0 0 1 8 11.698a6.927 6.927 0 0 1-5.868-3.24ZM8 10.698A5.926 5.926 0 0 1 3.027 8 5.926 5.926 0 0 1 8 5.303 5.926 5.926 0 0 1 12.973 8 5.926 5.926 0 0 1 8 10.697Z", clipRule: "evenodd" })
|
|
1076
1106
|
] });
|
|
1077
1107
|
}
|
|
1078
1108
|
);
|
|
1079
1109
|
EyeconOpenIcon.displayName = "EyeconOpenIcon";
|
|
1080
1110
|
|
|
1111
|
+
// src/__generated__/eyedropper.tsx
|
|
1112
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
1113
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
1114
|
+
var EyedropperIcon = forwardRef97(
|
|
1115
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1116
|
+
return /* @__PURE__ */ jsx97("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx97("path", { d: "M10.724 2.002a2.315 2.315 0 0 1 3.274 3.274L11.393 7.88l.485.484a.65.65 0 0 1-.92.92l-.724-.725-5.436 5.436A1.978 1.978 0 0 1 2 11.2l5.437-5.436-.721-.721a.65.65 0 0 1 .92-.92l.483.485 2.605-2.605Zm-2.368 4.68L2.92 12.118a.678.678 0 0 0 .958.96L9.315 7.64l-.959-.959Z", clipRule: "evenodd" }) });
|
|
1117
|
+
}
|
|
1118
|
+
);
|
|
1119
|
+
EyedropperIcon.displayName = "EyedropperIcon";
|
|
1120
|
+
|
|
1081
1121
|
// src/__generated__/folder.tsx
|
|
1082
|
-
import { forwardRef as
|
|
1083
|
-
import { jsx as
|
|
1084
|
-
var FolderIcon =
|
|
1122
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
1123
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
1124
|
+
var FolderIcon = forwardRef98(
|
|
1085
1125
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1086
|
-
return /* @__PURE__ */
|
|
1126
|
+
return /* @__PURE__ */ jsx98("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx98("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.838 2.687c-.063-.021-.147-.03-.625-.03H3.92c-.347 0-.568 0-.735.014a.643.643 0 0 0-.235.046.55.55 0 0 0-.24.24.643.643 0 0 0-.046.235c-.013.167-.014.388-.014.735v.099h4.983a21.92 21.92 0 0 0-.292-.684c-.18-.39-.249-.48-.298-.528a.55.55 0 0 0-.205-.127Zm2.2 1.339-.104-.256c-.143-.35-.317-.767-.414-.975-.176-.38-.329-.676-.567-.91a1.85 1.85 0 0 0-.691-.427c-.297-.102-.618-.102-.971-.101H3.895c-.315 0-.59 0-.816.019-.24.02-.484.063-.719.183a1.85 1.85 0 0 0-.808.808c-.12.235-.164.479-.183.719-.019.227-.019.501-.019.816v6.578c0 .481 0 .881.027 1.208.028.34.088.658.24.957.235.461.61.836 1.07 1.071.3.153.618.213.958.24.327.027.727.027 1.209.027h6.293c.481 0 .881 0 1.208-.027.34-.027.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.208V7.53c0-.482 0-.882-.027-1.21-.027-.34-.087-.657-.24-.956a2.45 2.45 0 0 0-1.07-1.071c-.3-.153-.617-.213-.958-.24a16.033 16.033 0 0 0-1.208-.027H9.038Zm-.453 1.3H11.12c.515 0 .862 0 1.13.022.26.022.386.06.472.103.216.11.392.287.503.503.043.086.081.213.103.473.022.267.022.614.022 1.129v2.897c0 .515 0 .862-.022 1.13-.022.26-.06.387-.103.472a1.15 1.15 0 0 1-.503.503c-.085.043-.213.082-.473.103-.267.022-.614.022-1.129.022H4.88c-.515 0-.862 0-1.13-.022-.26-.021-.386-.06-.472-.103a1.15 1.15 0 0 1-.503-.503c-.043-.085-.081-.213-.103-.473a15.479 15.479 0 0 1-.022-1.129V5.326h5.935Z", clipRule: "evenodd" }) });
|
|
1087
1127
|
}
|
|
1088
1128
|
);
|
|
1089
1129
|
FolderIcon.displayName = "FolderIcon";
|
|
1090
1130
|
|
|
1091
1131
|
// src/__generated__/footer.tsx
|
|
1092
|
-
import { forwardRef as
|
|
1093
|
-
import { jsx as
|
|
1094
|
-
var FooterIcon =
|
|
1132
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
1133
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
1134
|
+
var FooterIcon = forwardRef99(
|
|
1095
1135
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1096
|
-
return /* @__PURE__ */
|
|
1136
|
+
return /* @__PURE__ */ jsx99("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx99("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.036.029.36.029.803.029 1.34v5.654c0 .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.029H5.174c-.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.34V5.174c0-.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.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.261V5.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-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Zm-.589 8.658a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3H4a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1097
1137
|
}
|
|
1098
1138
|
);
|
|
1099
1139
|
FooterIcon.displayName = "FooterIcon";
|
|
1100
1140
|
|
|
1101
1141
|
// src/__generated__/form-text-area.tsx
|
|
1102
|
-
import { forwardRef as
|
|
1103
|
-
import { jsx as
|
|
1104
|
-
var FormTextAreaIcon =
|
|
1142
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
1143
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
1144
|
+
var FormTextAreaIcon = forwardRef100(
|
|
1105
1145
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1106
|
-
return /* @__PURE__ */
|
|
1146
|
+
return /* @__PURE__ */ jsx100("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx100("path", { fillRule: "evenodd", d: "M1.35 3.325c0-.723.586-1.31 1.31-1.31h10.68c.723 0 1.31.587 1.31 1.31v9.35a1.31 1.31 0 0 1-1.31 1.31H2.66a1.31 1.31 0 0 1-1.31-1.31v-9.35Zm12 5.739V3.321a.01.01 0 0 0-.003-.003.01.01 0 0 0-.003-.002l-.004-.001H2.656l-.003.003a.012.012 0 0 0-.003.003V12.68a.012.012 0 0 0 .006.005l.004.001h7.069l3.62-3.621Zm-1.783 3.621 1.783-1.783v1.777l-.003.003a.01.01 0 0 1-.003.002l-.004.001h-1.773Zm-6.9-8.011a.65.65 0 0 1 .65.65v2.67a.65.65 0 0 1-1.3 0v-2.67a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
|
|
1107
1147
|
}
|
|
1108
1148
|
);
|
|
1109
1149
|
FormTextAreaIcon.displayName = "FormTextAreaIcon";
|
|
1110
1150
|
|
|
1111
1151
|
// src/__generated__/form-text-field.tsx
|
|
1112
|
-
import { forwardRef as
|
|
1113
|
-
import { jsx as
|
|
1114
|
-
var FormTextFieldIcon =
|
|
1152
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
1153
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
1154
|
+
var FormTextFieldIcon = forwardRef101(
|
|
1115
1155
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1116
|
-
return /* @__PURE__ */
|
|
1156
|
+
return /* @__PURE__ */ jsx101("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx101("path", { fillRule: "evenodd", d: "M1.35 4.66c0-.723.586-1.31 1.31-1.31h10.68c.723 0 1.31.587 1.31 1.31v6.68a1.31 1.31 0 0 1-1.31 1.31H2.66a1.31 1.31 0 0 1-1.31-1.31V4.66Zm1.3-.004V11.344a.012.012 0 0 0 .006.006H13.344l.003-.003a.011.011 0 0 0 .002-.003V4.656a.01.01 0 0 0-.002-.003.01.01 0 0 0-.003-.002H2.656s-.002 0-.003.002a.011.011 0 0 0-.003.003Zm2.017 1.36a.65.65 0 0 1 .65.65v2.67a.65.65 0 0 1-1.3 0v-2.67a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
|
|
1117
1157
|
}
|
|
1118
1158
|
);
|
|
1119
1159
|
FormTextFieldIcon.displayName = "FormTextFieldIcon";
|
|
1120
1160
|
|
|
1121
1161
|
// src/__generated__/form.tsx
|
|
1122
|
-
import { forwardRef as
|
|
1123
|
-
import { jsx as
|
|
1124
|
-
var FormIcon =
|
|
1162
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
1163
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
1164
|
+
var FormIcon = forwardRef102(
|
|
1125
1165
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1126
|
-
return /* @__PURE__ */
|
|
1166
|
+
return /* @__PURE__ */ jsx102("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx102("path", { fillRule: "evenodd", d: "M3.3 3.3v1.4h9.4V3.3H3.3Zm10.32 2.485A.998.998 0 0 0 14 5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2a.998.998 0 0 0 1 1h10c.234 0 .45-.08.62-.215Zm0 1.43A.996.996 0 0 0 13 7H3a.998.998 0 0 0-1 1v2a.998.998 0 0 0 1 1h10a1 1 0 0 0 1-1V8a.998.998 0 0 0-.38-.785ZM8.714 12.3A.997.997 0 0 0 8 12H3a.998.998 0 1 0 0 2h5a1 1 0 0 0 .714-1.7ZM3.3 8.3v1.4h9.4V8.3H3.3Z", clipRule: "evenodd" }) });
|
|
1127
1167
|
}
|
|
1128
1168
|
);
|
|
1129
1169
|
FormIcon.displayName = "FormIcon";
|
|
1130
1170
|
|
|
1131
1171
|
// src/__generated__/gap-horizontal.tsx
|
|
1132
|
-
import { forwardRef as
|
|
1133
|
-
import { jsx as
|
|
1134
|
-
var GapHorizontalIcon =
|
|
1172
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
1173
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
1174
|
+
var GapHorizontalIcon = forwardRef103(
|
|
1135
1175
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1136
|
-
return /* @__PURE__ */
|
|
1176
|
+
return /* @__PURE__ */ jsx103("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx103("path", { d: "M12.67 14.65h-.53c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7V4.13c0-.82 0-1.28.22-1.7.19-.38.49-.68.87-.87.42-.22.88-.22 1.7-.22h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65h-.53c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v7.73c0 .58 0 .96.07 1.11.06.13.17.23.3.3.15.07.53.07 1.11.07h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65v.02Zm-8.8 0h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.58 0 .96 0 1.11-.07.13-.07.23-.17.3-.3.07-.15.07-.53.07-1.11V4.13c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.82 0 1.28 0 1.7.22.38.19.67.49.87.87.22.42.22.88.22 1.7v7.73c0 .82 0 1.28-.22 1.7-.19.37-.49.67-.87.87-.42.22-.88.22-1.7.22v-.01Z" }) });
|
|
1137
1177
|
}
|
|
1138
1178
|
);
|
|
1139
1179
|
GapHorizontalIcon.displayName = "GapHorizontalIcon";
|
|
1140
1180
|
|
|
1141
1181
|
// src/__generated__/gap-vertical.tsx
|
|
1142
|
-
import { forwardRef as
|
|
1143
|
-
import { jsx as
|
|
1144
|
-
var GapVerticalIcon =
|
|
1182
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
1183
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
1184
|
+
var GapVerticalIcon = forwardRef104(
|
|
1145
1185
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1146
|
-
return /* @__PURE__ */
|
|
1186
|
+
return /* @__PURE__ */ jsx104("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx104("path", { d: "M14.65 3.335v.53c0 .82 0 1.28-.22 1.7-.19.38-.49.68-.87.87-.42.22-.88.22-1.7.22H4.13c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65v.53c0 .58 0 .96.07 1.11.07.13.17.23.3.3.15.07.53.07 1.11.07h7.73c.58 0 .96 0 1.11-.07a.67.67 0 0 0 .3-.3c.07-.15.07-.53.07-1.11v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65h.02Zm0 8.8v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07H4.13c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.82 0-1.28.22-1.7.19-.38.49-.67.87-.87.42-.22.88-.22 1.7-.22h7.73c.82 0 1.28 0 1.7.22.37.19.67.49.87.87.22.42.22.88.22 1.7h-.01Z" }) });
|
|
1147
1187
|
}
|
|
1148
1188
|
);
|
|
1149
1189
|
GapVerticalIcon.displayName = "GapVerticalIcon";
|
|
1150
1190
|
|
|
1151
1191
|
// src/__generated__/github.tsx
|
|
1152
|
-
import { forwardRef as
|
|
1153
|
-
import { jsx as
|
|
1154
|
-
var GithubIcon =
|
|
1192
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
1193
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
1194
|
+
var GithubIcon = forwardRef105(
|
|
1155
1195
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1156
|
-
return /* @__PURE__ */
|
|
1196
|
+
return /* @__PURE__ */ jsx105("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx105("path", { fillRule: "evenodd", d: "M11 1C5.475 1 1 5.475 1 11a9.994 9.994 0 0 0 6.838 9.488c.5.087.687-.213.687-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.288-.6-1.175-1.025-1.413-.35-.187-.85-.65-.013-.662.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.088.638-1.338-2.225-.25-4.55-1.112-4.55-4.937 0-1.088.387-1.987 1.025-2.688-.1-.25-.45-1.274.1-2.65 0 0 .837-.262 2.75 1.026a9.28 9.28 0 0 1 2.5-.338c.85 0 1.7.112 2.5.337 1.912-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.016 10.016 0 0 0 21 11c0-5.525-4.475-10-10-10Z", clipRule: "evenodd" }) });
|
|
1157
1197
|
}
|
|
1158
1198
|
);
|
|
1159
1199
|
GithubIcon.displayName = "GithubIcon";
|
|
1160
1200
|
|
|
1161
1201
|
// src/__generated__/google.tsx
|
|
1162
|
-
import { forwardRef as
|
|
1163
|
-
import { jsx as
|
|
1164
|
-
var GoogleIcon =
|
|
1202
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
1203
|
+
import { jsx as jsx106, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1204
|
+
var GoogleIcon = forwardRef106(
|
|
1165
1205
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1166
1206
|
return /* @__PURE__ */ jsxs44("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1167
|
-
/* @__PURE__ */
|
|
1168
|
-
/* @__PURE__ */
|
|
1169
|
-
/* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1207
|
+
/* @__PURE__ */ jsx106("path", { fill: "#4285F4", d: "M11 9.182v3.873h5.382a4.611 4.611 0 0 1-2.01 3.009l3.246 2.518c1.891-1.745 2.982-4.31 2.982-7.355 0-.709-.064-1.39-.182-2.045H11Z" }),
|
|
1208
|
+
/* @__PURE__ */ jsx106("path", { fill: "#34A853", d: "m5.396 12.903-.732.56-2.591 2.019C3.718 18.746 7.09 21 11 21c2.7 0 4.963-.89 6.618-2.418l-3.246-2.518c-.89.6-2.027.963-3.372.963-2.6 0-4.81-1.754-5.6-4.118l-.004-.006Z" }),
|
|
1209
|
+
/* @__PURE__ */ jsx106("path", { fill: "#FBBC05", d: "M2.073 6.518A9.877 9.877 0 0 0 1 11c0 1.618.39 3.136 1.073 4.482C2.073 15.49 5.4 12.9 5.4 12.9c-.2-.6-.318-1.236-.318-1.9 0-.664.118-1.3.318-1.9L2.073 6.518Z" }),
|
|
1210
|
+
/* @__PURE__ */ jsx106("path", { fill: "#EA4335", d: "M11 4.982c1.473 0 2.782.509 3.827 1.49l2.864-2.863C15.954 1.991 13.7 1 11 1 7.09 1 3.718 3.245 2.073 6.518L5.4 9.1c.79-2.364 3-4.118 5.6-4.118Z" })
|
|
1171
1211
|
] });
|
|
1172
1212
|
}
|
|
1173
1213
|
);
|
|
1174
1214
|
GoogleIcon.displayName = "GoogleIcon";
|
|
1175
1215
|
|
|
1176
1216
|
// src/__generated__/grow.tsx
|
|
1177
|
-
import { forwardRef as
|
|
1178
|
-
import { jsx as
|
|
1179
|
-
var GrowIcon =
|
|
1217
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
1218
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
1219
|
+
var GrowIcon = forwardRef107(
|
|
1180
1220
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1181
|
-
return /* @__PURE__ */
|
|
1221
|
+
return /* @__PURE__ */ jsx107("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx107("path", { fillRule: "evenodd", d: "M1.5 1.85a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65Zm13 0a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65ZM6.156 5.54a.65.65 0 0 1 0 .92l-.89.89h5.468l-.89-.89a.65.65 0 1 1 .92-.92l2 2a.65.65 0 0 1 0 .92l-2 2a.65.65 0 1 1-.92-.92l.89-.89H5.266l.89.89a.65.65 0 1 1-.92.92l-2-2a.65.65 0 0 1 0-.92l2-2a.65.65 0 0 1 .92 0Z", clipRule: "evenodd" }) });
|
|
1182
1222
|
}
|
|
1183
1223
|
);
|
|
1184
1224
|
GrowIcon.displayName = "GrowIcon";
|
|
1185
1225
|
|
|
1186
1226
|
// src/__generated__/hamburger-menu.tsx
|
|
1187
|
-
import { forwardRef as
|
|
1188
|
-
import { jsx as
|
|
1189
|
-
var HamburgerMenuIcon =
|
|
1227
|
+
import { forwardRef as forwardRef108 } from "react";
|
|
1228
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
1229
|
+
var HamburgerMenuIcon = forwardRef108(
|
|
1190
1230
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1191
|
-
return /* @__PURE__ */
|
|
1231
|
+
return /* @__PURE__ */ jsx108("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx108("path", { fillRule: "evenodd", d: "M2 5.998a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm0 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z", clipRule: "evenodd" }) });
|
|
1192
1232
|
}
|
|
1193
1233
|
);
|
|
1194
1234
|
HamburgerMenuIcon.displayName = "HamburgerMenuIcon";
|
|
1195
1235
|
|
|
1196
1236
|
// src/__generated__/header.tsx
|
|
1197
|
-
import { forwardRef as
|
|
1198
|
-
import { jsx as
|
|
1199
|
-
var HeaderIcon =
|
|
1237
|
+
import { forwardRef as forwardRef109 } from "react";
|
|
1238
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
1239
|
+
var HeaderIcon = forwardRef109(
|
|
1200
1240
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1201
|
-
return /* @__PURE__ */
|
|
1241
|
+
return /* @__PURE__ */ jsx109("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx109("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.036.029.36.029.803.029 1.34v5.654c0 .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.029H5.174c-.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.34V5.174c0-.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.259-.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.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.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.261V5.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-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM3.35 4.667a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3H4a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1202
1242
|
}
|
|
1203
1243
|
);
|
|
1204
1244
|
HeaderIcon.displayName = "HeaderIcon";
|
|
1205
1245
|
|
|
1206
1246
|
// src/__generated__/heading.tsx
|
|
1207
|
-
import { forwardRef as
|
|
1208
|
-
import { jsx as
|
|
1209
|
-
var HeadingIcon =
|
|
1247
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
1248
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
1249
|
+
var HeadingIcon = forwardRef110(
|
|
1210
1250
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1211
|
-
return /* @__PURE__ */
|
|
1251
|
+
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: "M2.017 2.667a.65.65 0 0 1 .65-.65h2.666a.65.65 0 0 1 0 1.3H4.65V7.35h6.7V3.317h-.683a.65.65 0 1 1 0-1.3h2.666a.65.65 0 1 1 0 1.3h-.683v9.366h.683a.65.65 0 1 1 0 1.3h-2.666a.65.65 0 1 1 0-1.3h.683V8.65h-6.7v4.033h.683a.65.65 0 1 1 0 1.3H2.667a.65.65 0 1 1 0-1.3h.683V3.317h-.683a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1212
1252
|
}
|
|
1213
1253
|
);
|
|
1214
1254
|
HeadingIcon.displayName = "HeadingIcon";
|
|
1215
1255
|
|
|
1216
1256
|
// src/__generated__/help.tsx
|
|
1217
|
-
import { forwardRef as
|
|
1218
|
-
import { jsx as
|
|
1219
|
-
var HelpIcon =
|
|
1257
|
+
import { forwardRef as forwardRef111 } from "react";
|
|
1258
|
+
import { jsx as jsx111, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1259
|
+
var HelpIcon = forwardRef111(
|
|
1220
1260
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1221
1261
|
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: [
|
|
1222
|
-
/* @__PURE__ */
|
|
1223
|
-
/* @__PURE__ */
|
|
1262
|
+
/* @__PURE__ */ jsx111("path", { d: "M8 14.65c-3.67 0-6.65-2.98-6.65-6.65 0-3.67 2.98-6.65 6.65-6.65 3.67 0 6.65 2.98 6.65 6.65 0 3.67-2.98 6.65-6.65 6.65Zm0-12c-2.95 0-5.35 2.4-5.35 5.35 0 2.95 2.4 5.35 5.35 5.35 2.95 0 5.35-2.4 5.35-5.35 0-2.95-2.4-5.35-5.35-5.35Z" }),
|
|
1263
|
+
/* @__PURE__ */ jsx111("path", { d: "M8.01 11.89c-.44 0-.8-.36-.8-.8 0-.44.35-.8.8-.8.44 0 .8.36.8.8 0 .44-.36.8-.8.8ZM7.95 9.17c-.27 0-.52-.17-.62-.44a.65.65 0 0 1 .41-.82c.44-.15 1.36-.64 1.36-1.18 0-.27-.09-.54-.27-.74-.17-.21-.42-.35-.69-.39-.27-.05-.54 0-.78.14s-.41.35-.5.61a.65.65 0 1 1-1.23-.43c.19-.55.57-1.01 1.07-1.3.5-.29 1.09-.4 1.65-.3.57.1 1.09.39 1.46.84.37.44.58 1.01.58 1.58 0 1.62-2.01 2.34-2.24 2.42-.07.02-.14.03-.21.03l.01-.02Z" })
|
|
1224
1264
|
] });
|
|
1225
1265
|
}
|
|
1226
1266
|
);
|
|
1227
1267
|
HelpIcon.displayName = "HelpIcon";
|
|
1228
1268
|
|
|
1229
1269
|
// src/__generated__/home.tsx
|
|
1230
|
-
import { forwardRef as
|
|
1231
|
-
import { jsx as
|
|
1232
|
-
var HomeIcon =
|
|
1270
|
+
import { forwardRef as forwardRef112 } from "react";
|
|
1271
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
1272
|
+
var HomeIcon = forwardRef112(
|
|
1233
1273
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1234
|
-
return /* @__PURE__ */
|
|
1274
|
+
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: "M7.656.907c.225-.06.463-.06.688 0 .262.07.482.244.66.384l.05.039 4.521 3.516.052.04c.251.196.47.366.634.587.144.194.25.412.316.645.074.264.073.542.073.86V11.893c0 .352 0 .654-.02.903a2.02 2.02 0 0 1-.196.772c-.19.373-.494.677-.867.867-.25.127-.51.174-.772.196-.249.02-.551.02-.903.02H4.108c-.352 0-.654 0-.903-.02a2.021 2.021 0 0 1-.772-.196 1.983 1.983 0 0 1-.867-.867 2.02 2.02 0 0 1-.196-.772c-.02-.249-.02-.551-.02-.903V6.979c0-.319 0-.597.073-.861.065-.233.172-.451.316-.645.163-.221.383-.391.634-.587l.052-.04L6.946 1.33l.05-.04c.178-.14.398-.312.66-.383ZM6.65 13.35h2.7V9.067a5.468 5.468 0 0 0-.01-.408 5.468 5.468 0 0 0-.408-.01H7.068a5.468 5.468 0 0 0-.408.01 5.466 5.466 0 0 0-.01.408v4.283Zm4 0V9.046c0-.169 0-.332-.011-.47a1.332 1.332 0 0 0-.132-.507 1.317 1.317 0 0 0-.576-.575 1.331 1.331 0 0 0-.507-.133c-.138-.01-.301-.01-.47-.01H7.046c-.169 0-.332 0-.47.01a1.331 1.331 0 0 0-.507.133c-.248.126-.45.327-.575.575-.091.178-.12.356-.133.507-.011.138-.011.301-.011.47v4.304H4.133c-.384 0-.633 0-.822-.016-.183-.015-.252-.04-.288-.058a.683.683 0 0 1-.299-.299c-.018-.036-.043-.105-.058-.287a11.35 11.35 0 0 1-.016-.823V7.043c0-.42.006-.505.025-.575a.683.683 0 0 1 .109-.222c.043-.059.107-.116.439-.373l4.521-3.517A4.86 4.86 0 0 1 8 2.165a4.861 4.861 0 0 1 .256.191l4.521 3.517c.332.257.396.314.44.373.048.067.085.142.108.222.02.07.025.156.025.575v4.824c0 .384 0 .633-.016.823-.015.182-.04.251-.059.287a.683.683 0 0 1-.298.299c-.036.018-.105.043-.287.058-.19.016-.44.016-.823.016H10.65Z", clipRule: "evenodd" }) });
|
|
1235
1275
|
}
|
|
1236
1276
|
);
|
|
1237
1277
|
HomeIcon.displayName = "HomeIcon";
|
|
1238
1278
|
|
|
1239
1279
|
// src/__generated__/image.tsx
|
|
1240
|
-
import { forwardRef as
|
|
1241
|
-
import { jsx as
|
|
1242
|
-
var ImageIcon =
|
|
1280
|
+
import { forwardRef as forwardRef113 } from "react";
|
|
1281
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
1282
|
+
var ImageIcon = forwardRef113(
|
|
1243
1283
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1244
|
-
return /* @__PURE__ */
|
|
1284
|
+
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: "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-.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.036.254.499.66.904 1.158 1.158.32.164.663.23 1.036.26.36.03.803.03 1.34.03h6.231c.18 0 .357 0 .498-.013l.018-.002a6.86 6.86 0 0 0 .247-.015c.373-.03.715-.096 1.036-.26a2.65 2.65 0 0 0 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 0-1.158-1.158c-.32-.164-.663-.229-1.036-.26-.36-.029-.803-.029-1.34-.029Zm.27 12H5.2c-.57 0-.96 0-1.26-.025-.294-.024-.446-.067-.553-.122a1.35 1.35 0 0 1-.59-.59c-.054-.107-.098-.259-.122-.552-.024-.301-.025-.69-.025-1.26v-.532l2.389-2.388a5.471 5.471 0 0 1 .294-.282l.018.014c.06.051.137.128.277.268l5.47 5.469ZM2.65 8.43l1.484-1.483c.12-.12.235-.235.34-.325.116-.098.262-.203.452-.265.265-.086.55-.086.814 0 .19.062.336.167.452.265.106.09.221.205.34.325l5.701 5.7c.128.128.253.253.344.362.03.036.072.087.113.151.219-.13.397-.32.513-.547.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-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.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.26-.122.552-.024.301-.025.69-.025 1.261v3.23Zm7.683-3.447a.683.683 0 1 1 0 1.367.683.683 0 0 1 0-1.367Zm1.984.684a1.983 1.983 0 1 0-3.967 0 1.983 1.983 0 0 0 3.967 0Z", clipRule: "evenodd" }) });
|
|
1245
1285
|
}
|
|
1246
1286
|
);
|
|
1247
1287
|
ImageIcon.displayName = "ImageIcon";
|
|
1248
1288
|
|
|
1249
1289
|
// src/__generated__/info-circle.tsx
|
|
1250
|
-
import { forwardRef as
|
|
1251
|
-
import { jsx as
|
|
1252
|
-
var InfoCircleIcon =
|
|
1290
|
+
import { forwardRef as forwardRef114 } from "react";
|
|
1291
|
+
import { jsx as jsx114, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1292
|
+
var InfoCircleIcon = forwardRef114(
|
|
1253
1293
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1254
1294
|
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: [
|
|
1255
|
-
/* @__PURE__ */
|
|
1256
|
-
/* @__PURE__ */
|
|
1295
|
+
/* @__PURE__ */ jsx114("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" }),
|
|
1296
|
+
/* @__PURE__ */ jsx114("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" })
|
|
1257
1297
|
] });
|
|
1258
1298
|
}
|
|
1259
1299
|
);
|
|
1260
1300
|
InfoCircleIcon.displayName = "InfoCircleIcon";
|
|
1261
1301
|
|
|
1262
1302
|
// src/__generated__/item.tsx
|
|
1263
|
-
import { forwardRef as
|
|
1264
|
-
import { jsx as
|
|
1265
|
-
var ItemIcon =
|
|
1303
|
+
import { forwardRef as forwardRef115 } from "react";
|
|
1304
|
+
import { jsx as jsx115, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1305
|
+
var ItemIcon = forwardRef115(
|
|
1266
1306
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1267
1307
|
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: [
|
|
1268
|
-
/* @__PURE__ */
|
|
1269
|
-
/* @__PURE__ */
|
|
1308
|
+
/* @__PURE__ */ jsx115("path", { d: "M3.7 6.175a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1309
|
+
/* @__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" })
|
|
1270
1310
|
] });
|
|
1271
1311
|
}
|
|
1272
1312
|
);
|
|
1273
1313
|
ItemIcon.displayName = "ItemIcon";
|
|
1274
1314
|
|
|
1275
1315
|
// src/__generated__/j-c-center.tsx
|
|
1276
|
-
import { forwardRef as
|
|
1277
|
-
import { jsx as
|
|
1278
|
-
var JCCenterIcon =
|
|
1316
|
+
import { forwardRef as forwardRef116 } from "react";
|
|
1317
|
+
import { jsx as jsx116, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1318
|
+
var JCCenterIcon = forwardRef116(
|
|
1279
1319
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1280
1320
|
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: [
|
|
1281
|
-
/* @__PURE__ */
|
|
1282
|
-
/* @__PURE__ */
|
|
1283
|
-
/* @__PURE__ */
|
|
1321
|
+
/* @__PURE__ */ jsx116("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" }),
|
|
1322
|
+
/* @__PURE__ */ jsx116("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" }),
|
|
1323
|
+
/* @__PURE__ */ jsx116("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" })
|
|
1284
1324
|
] });
|
|
1285
1325
|
}
|
|
1286
1326
|
);
|
|
1287
1327
|
JCCenterIcon.displayName = "JCCenterIcon";
|
|
1288
1328
|
|
|
1289
1329
|
// src/__generated__/j-c-end.tsx
|
|
1290
|
-
import { forwardRef as
|
|
1291
|
-
import { jsx as
|
|
1292
|
-
var JCEndIcon =
|
|
1330
|
+
import { forwardRef as forwardRef117 } from "react";
|
|
1331
|
+
import { jsx as jsx117, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1332
|
+
var JCEndIcon = forwardRef117(
|
|
1293
1333
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1294
1334
|
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: [
|
|
1295
|
-
/* @__PURE__ */
|
|
1296
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx117("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" }),
|
|
1336
|
+
/* @__PURE__ */ jsx117("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" })
|
|
1297
1337
|
] });
|
|
1298
1338
|
}
|
|
1299
1339
|
);
|
|
1300
1340
|
JCEndIcon.displayName = "JCEndIcon";
|
|
1301
1341
|
|
|
1302
1342
|
// src/__generated__/j-c-space-around.tsx
|
|
1303
|
-
import { forwardRef as
|
|
1304
|
-
import { jsx as
|
|
1305
|
-
var JCSpaceAroundIcon =
|
|
1343
|
+
import { forwardRef as forwardRef118 } from "react";
|
|
1344
|
+
import { jsx as jsx118, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1345
|
+
var JCSpaceAroundIcon = forwardRef118(
|
|
1306
1346
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1307
1347
|
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: [
|
|
1308
|
-
/* @__PURE__ */
|
|
1309
|
-
/* @__PURE__ */
|
|
1310
|
-
/* @__PURE__ */
|
|
1348
|
+
/* @__PURE__ */ jsx118("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" }),
|
|
1349
|
+
/* @__PURE__ */ jsx118("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" }),
|
|
1350
|
+
/* @__PURE__ */ jsx118("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" })
|
|
1311
1351
|
] });
|
|
1312
1352
|
}
|
|
1313
1353
|
);
|
|
1314
1354
|
JCSpaceAroundIcon.displayName = "JCSpaceAroundIcon";
|
|
1315
1355
|
|
|
1316
1356
|
// src/__generated__/j-c-space-between.tsx
|
|
1317
|
-
import { forwardRef as
|
|
1318
|
-
import { jsx as
|
|
1319
|
-
var JCSpaceBetweenIcon =
|
|
1357
|
+
import { forwardRef as forwardRef119 } from "react";
|
|
1358
|
+
import { jsx as jsx119, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1359
|
+
var JCSpaceBetweenIcon = forwardRef119(
|
|
1320
1360
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1321
1361
|
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: [
|
|
1322
|
-
/* @__PURE__ */
|
|
1323
|
-
/* @__PURE__ */
|
|
1324
|
-
/* @__PURE__ */
|
|
1362
|
+
/* @__PURE__ */ jsx119("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" }),
|
|
1363
|
+
/* @__PURE__ */ jsx119("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" }),
|
|
1364
|
+
/* @__PURE__ */ jsx119("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" })
|
|
1325
1365
|
] });
|
|
1326
1366
|
}
|
|
1327
1367
|
);
|
|
1328
1368
|
JCSpaceBetweenIcon.displayName = "JCSpaceBetweenIcon";
|
|
1329
1369
|
|
|
1330
1370
|
// src/__generated__/j-c-start.tsx
|
|
1331
|
-
import { forwardRef as
|
|
1332
|
-
import { jsx as
|
|
1333
|
-
var JCStartIcon =
|
|
1371
|
+
import { forwardRef as forwardRef120 } from "react";
|
|
1372
|
+
import { jsx as jsx120, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1373
|
+
var JCStartIcon = forwardRef120(
|
|
1334
1374
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1335
1375
|
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__ */
|
|
1337
|
-
/* @__PURE__ */
|
|
1376
|
+
/* @__PURE__ */ jsx120("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" }),
|
|
1377
|
+
/* @__PURE__ */ jsx120("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" })
|
|
1338
1378
|
] });
|
|
1339
1379
|
}
|
|
1340
1380
|
);
|
|
1341
1381
|
JCStartIcon.displayName = "JCStartIcon";
|
|
1342
1382
|
|
|
1343
1383
|
// src/__generated__/label.tsx
|
|
1344
|
-
import { forwardRef as
|
|
1345
|
-
import { jsx as
|
|
1346
|
-
var LabelIcon =
|
|
1384
|
+
import { forwardRef as forwardRef121 } from "react";
|
|
1385
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
1386
|
+
var LabelIcon = forwardRef121(
|
|
1347
1387
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1348
|
-
return /* @__PURE__ */
|
|
1388
|
+
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: "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" }) });
|
|
1349
1389
|
}
|
|
1350
1390
|
);
|
|
1351
1391
|
LabelIcon.displayName = "LabelIcon";
|
|
1352
1392
|
|
|
1353
1393
|
// src/__generated__/large X.tsx
|
|
1354
|
-
import { forwardRef as
|
|
1355
|
-
import { jsx as
|
|
1356
|
-
var LargeXIcon =
|
|
1394
|
+
import { forwardRef as forwardRef122 } from "react";
|
|
1395
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
1396
|
+
var LargeXIcon = forwardRef122(
|
|
1357
1397
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1358
|
-
return /* @__PURE__ */
|
|
1398
|
+
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", { 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" }) });
|
|
1359
1399
|
}
|
|
1360
1400
|
);
|
|
1361
1401
|
LargeXIcon.displayName = "LargeXIcon";
|
|
1362
1402
|
|
|
1363
1403
|
// src/__generated__/link-2-unlinked.tsx
|
|
1364
|
-
import { forwardRef as
|
|
1365
|
-
import { jsx as
|
|
1366
|
-
var Link2UnlinkedIcon =
|
|
1404
|
+
import { forwardRef as forwardRef123 } from "react";
|
|
1405
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
1406
|
+
var Link2UnlinkedIcon = forwardRef123(
|
|
1367
1407
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1368
|
-
return /* @__PURE__ */
|
|
1408
|
+
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", { 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" }) });
|
|
1369
1409
|
}
|
|
1370
1410
|
);
|
|
1371
1411
|
Link2UnlinkedIcon.displayName = "Link2UnlinkedIcon";
|
|
1372
1412
|
|
|
1373
1413
|
// src/__generated__/link-2.tsx
|
|
1374
|
-
import { forwardRef as
|
|
1375
|
-
import { jsx as
|
|
1376
|
-
var Link2Icon =
|
|
1414
|
+
import { forwardRef as forwardRef124 } from "react";
|
|
1415
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
1416
|
+
var Link2Icon = forwardRef124(
|
|
1377
1417
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1378
|
-
return /* @__PURE__ */
|
|
1418
|
+
return /* @__PURE__ */ jsx124("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx124("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" }) });
|
|
1379
1419
|
}
|
|
1380
1420
|
);
|
|
1381
1421
|
Link2Icon.displayName = "Link2Icon";
|
|
1382
1422
|
|
|
1383
1423
|
// src/__generated__/link.tsx
|
|
1384
|
-
import { forwardRef as
|
|
1385
|
-
import { jsx as
|
|
1386
|
-
var LinkIcon =
|
|
1424
|
+
import { forwardRef as forwardRef125 } from "react";
|
|
1425
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
1426
|
+
var LinkIcon = forwardRef125(
|
|
1387
1427
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1388
|
-
return /* @__PURE__ */
|
|
1428
|
+
return /* @__PURE__ */ jsx125("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx125("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" }) });
|
|
1389
1429
|
}
|
|
1390
1430
|
);
|
|
1391
1431
|
LinkIcon.displayName = "LinkIcon";
|
|
1392
1432
|
|
|
1393
1433
|
// src/__generated__/list-item.tsx
|
|
1394
|
-
import { forwardRef as
|
|
1395
|
-
import { jsx as
|
|
1396
|
-
var ListItemIcon =
|
|
1434
|
+
import { forwardRef as forwardRef126 } from "react";
|
|
1435
|
+
import { jsx as jsx126, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1436
|
+
var ListItemIcon = forwardRef126(
|
|
1397
1437
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1398
1438
|
return /* @__PURE__ */ jsxs53("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1399
|
-
/* @__PURE__ */
|
|
1400
|
-
/* @__PURE__ */
|
|
1439
|
+
/* @__PURE__ */ jsx126("path", { d: "M3.7 6.175a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1440
|
+
/* @__PURE__ */ jsx126("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" })
|
|
1401
1441
|
] });
|
|
1402
1442
|
}
|
|
1403
1443
|
);
|
|
1404
1444
|
ListItemIcon.displayName = "ListItemIcon";
|
|
1405
1445
|
|
|
1406
1446
|
// src/__generated__/list-view.tsx
|
|
1407
|
-
import { forwardRef as
|
|
1408
|
-
import { jsx as
|
|
1409
|
-
var ListViewIcon =
|
|
1447
|
+
import { forwardRef as forwardRef127 } from "react";
|
|
1448
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
1449
|
+
var ListViewIcon = forwardRef127(
|
|
1410
1450
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1411
|
-
return /* @__PURE__ */
|
|
1451
|
+
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", { 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-.029ZM2.65 6.65v2.7h10.7v-2.7H2.65Zm10.7-1.3H2.65V5.2c0-.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-.024.69-.025 1.261-.025h5.6c.57 0 .96 0 1.26.025.294.024.446.068.553.122.254.13.46.336.59.59.054.107.098.26.122.552.025.301.025.69.025 1.261v.15Zm0 5.3H2.65v.15c0 .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.26v-.15Z", clipRule: "evenodd" }) });
|
|
1412
1452
|
}
|
|
1413
1453
|
);
|
|
1414
1454
|
ListViewIcon.displayName = "ListViewIcon";
|
|
1415
1455
|
|
|
1416
1456
|
// src/__generated__/list.tsx
|
|
1417
|
-
import { forwardRef as
|
|
1418
|
-
import { jsx as
|
|
1419
|
-
var ListIcon =
|
|
1457
|
+
import { forwardRef as forwardRef128 } from "react";
|
|
1458
|
+
import { jsx as jsx128, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1459
|
+
var ListIcon = forwardRef128(
|
|
1420
1460
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1421
1461
|
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: [
|
|
1422
|
-
/* @__PURE__ */
|
|
1423
|
-
/* @__PURE__ */
|
|
1424
|
-
/* @__PURE__ */
|
|
1425
|
-
/* @__PURE__ */
|
|
1426
|
-
/* @__PURE__ */
|
|
1427
|
-
/* @__PURE__ */
|
|
1462
|
+
/* @__PURE__ */ jsx128("path", { d: "M3.7 4.35a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1463
|
+
/* @__PURE__ */ jsx128("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" }),
|
|
1464
|
+
/* @__PURE__ */ jsx128("path", { d: "M3.7 8A.85.85 0 1 1 2 8a.85.85 0 0 1 1.7 0Z" }),
|
|
1465
|
+
/* @__PURE__ */ jsx128("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" }),
|
|
1466
|
+
/* @__PURE__ */ jsx128("path", { d: "M3.7 11.65a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z" }),
|
|
1467
|
+
/* @__PURE__ */ jsx128("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" })
|
|
1428
1468
|
] });
|
|
1429
1469
|
}
|
|
1430
1470
|
);
|
|
1431
1471
|
ListIcon.displayName = "ListIcon";
|
|
1432
1472
|
|
|
1433
1473
|
// src/__generated__/loading-dots.tsx
|
|
1434
|
-
import { forwardRef as
|
|
1435
|
-
import { jsx as
|
|
1436
|
-
var LoadingDotsIcon =
|
|
1474
|
+
import { forwardRef as forwardRef129 } from "react";
|
|
1475
|
+
import { jsx as jsx129, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1476
|
+
var LoadingDotsIcon = forwardRef129(
|
|
1437
1477
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1438
1478
|
return /* @__PURE__ */ jsxs55("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: [
|
|
1439
|
-
/* @__PURE__ */
|
|
1440
|
-
/* @__PURE__ */
|
|
1441
|
-
/* @__PURE__ */
|
|
1442
|
-
/* @__PURE__ */
|
|
1479
|
+
/* @__PURE__ */ jsx129("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}" }),
|
|
1480
|
+
/* @__PURE__ */ jsx129("circle", { id: "eEMFTOz1Zbw12_to", r: "20", strokeWidth: "0", transform: "translate(150,180) translate(0,0)" }),
|
|
1481
|
+
/* @__PURE__ */ jsx129("circle", { id: "eEMFTOz1Zbw13_to", r: "20", strokeWidth: "0", transform: "translate(80,180) translate(0,0)" }),
|
|
1482
|
+
/* @__PURE__ */ jsx129("circle", { id: "eEMFTOz1Zbw14_to", r: "20", strokeWidth: "0", transform: "translate(220,180) translate(0,0)" })
|
|
1443
1483
|
] });
|
|
1444
1484
|
}
|
|
1445
1485
|
);
|
|
1446
1486
|
LoadingDotsIcon.displayName = "LoadingDotsIcon";
|
|
1447
1487
|
|
|
1448
1488
|
// src/__generated__/local-style.tsx
|
|
1449
|
-
import { forwardRef as
|
|
1450
|
-
import { jsx as
|
|
1451
|
-
var LocalStyleIcon =
|
|
1489
|
+
import { forwardRef as forwardRef130 } from "react";
|
|
1490
|
+
import { jsx as jsx130, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1491
|
+
var LocalStyleIcon = forwardRef130(
|
|
1452
1492
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1453
1493
|
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: [
|
|
1454
|
-
/* @__PURE__ */
|
|
1455
|
-
/* @__PURE__ */
|
|
1494
|
+
/* @__PURE__ */ jsx130("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8 7.23a.77.77 0 1 0 0 1.54.77.77 0 0 0 0-1.54ZM7 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z", clipRule: "evenodd" }),
|
|
1495
|
+
/* @__PURE__ */ jsx130("path", { d: "M8 3.65a4.35 4.35 0 1 0 0 8.7 4.35 4.35 0 0 0 0-8.7ZM2.35 8a5.65 5.65 0 1 1 11.3 0 5.65 5.65 0 0 1-11.3 0Z", clipRule: "evenodd" })
|
|
1456
1496
|
] });
|
|
1457
1497
|
}
|
|
1458
1498
|
);
|
|
1459
1499
|
LocalStyleIcon.displayName = "LocalStyleIcon";
|
|
1460
1500
|
|
|
1461
1501
|
// src/__generated__/maximize.tsx
|
|
1462
|
-
import { forwardRef as
|
|
1463
|
-
import { jsx as
|
|
1464
|
-
var MaximizeIcon =
|
|
1502
|
+
import { forwardRef as forwardRef131 } from "react";
|
|
1503
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
1504
|
+
var MaximizeIcon = forwardRef131(
|
|
1465
1505
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1466
|
-
return /* @__PURE__ */
|
|
1506
|
+
return /* @__PURE__ */ jsx131("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx131("path", { d: "M10.333 3.65a.65.65 0 0 1 0-1.3H14a.65.65 0 0 1 .65.65v3.667a.65.65 0 1 1-1.3 0V4.569l-3.168 3.168a.65.65 0 1 1-.92-.919l3.169-3.168h-2.098ZM7.737 9.263a.65.65 0 0 1 0 .919L4.57 13.35h2.098a.65.65 0 1 1 0 1.3H3a.65.65 0 0 1-.65-.65v-3.667a.65.65 0 0 1 1.3 0v2.098l3.168-3.168a.65.65 0 0 1 .92 0Z", clipRule: "evenodd" }) });
|
|
1467
1507
|
}
|
|
1468
1508
|
);
|
|
1469
1509
|
MaximizeIcon.displayName = "MaximizeIcon";
|
|
1470
1510
|
|
|
1471
|
-
// src/__generated__/menu-ellipses.tsx
|
|
1472
|
-
import { forwardRef as forwardRef128 } from "react";
|
|
1473
|
-
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
1474
|
-
var MenuEllipsesIcon = forwardRef128(
|
|
1475
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1476
|
-
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", { 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" }) });
|
|
1477
|
-
}
|
|
1478
|
-
);
|
|
1479
|
-
MenuEllipsesIcon.displayName = "MenuEllipsesIcon";
|
|
1480
|
-
|
|
1481
1511
|
// src/__generated__/mic-off.tsx
|
|
1482
|
-
import { forwardRef as
|
|
1483
|
-
import { jsx as
|
|
1484
|
-
var MicOffIcon =
|
|
1512
|
+
import { forwardRef as forwardRef132 } from "react";
|
|
1513
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
1514
|
+
var MicOffIcon = forwardRef132(
|
|
1485
1515
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1486
|
-
return /* @__PURE__ */
|
|
1516
|
+
return /* @__PURE__ */ jsx132("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx132("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" }) });
|
|
1487
1517
|
}
|
|
1488
1518
|
);
|
|
1489
1519
|
MicOffIcon.displayName = "MicOffIcon";
|
|
1490
1520
|
|
|
1491
1521
|
// src/__generated__/mic.tsx
|
|
1492
|
-
import { forwardRef as
|
|
1493
|
-
import { jsx as
|
|
1494
|
-
var MicIcon =
|
|
1522
|
+
import { forwardRef as forwardRef133 } from "react";
|
|
1523
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
1524
|
+
var MicIcon = forwardRef133(
|
|
1495
1525
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1496
|
-
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: "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" }) });
|
|
1497
1527
|
}
|
|
1498
1528
|
);
|
|
1499
1529
|
MicIcon.displayName = "MicIcon";
|
|
1500
1530
|
|
|
1501
1531
|
// src/__generated__/minimize.tsx
|
|
1502
|
-
import { forwardRef as
|
|
1503
|
-
import { jsx as
|
|
1504
|
-
var MinimizeIcon =
|
|
1532
|
+
import { forwardRef as forwardRef134 } from "react";
|
|
1533
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
1534
|
+
var MinimizeIcon = forwardRef134(
|
|
1505
1535
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1506
|
-
return /* @__PURE__ */
|
|
1536
|
+
return /* @__PURE__ */ jsx134("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx134("path", { d: "M14.46 2.54a.65.65 0 0 1 0 .92L11.29 6.628h2.098a.65.65 0 1 1 0 1.3H9.722a.65.65 0 0 1-.65-.65V3.61a.65.65 0 1 1 1.3 0V5.71L13.54 2.54a.65.65 0 0 1 .92 0ZM2.96 9.722a.65.65 0 0 1 .65-.65h3.667a.65.65 0 0 1 .65.65v3.667a.65.65 0 0 1-1.3 0V11.29L3.46 14.46a.65.65 0 0 1-.92-.92l3.169-3.168H3.61a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1507
1537
|
}
|
|
1508
1538
|
);
|
|
1509
1539
|
MinimizeIcon.displayName = "MinimizeIcon";
|
|
1510
1540
|
|
|
1511
1541
|
// src/__generated__/minus.tsx
|
|
1512
|
-
import { forwardRef as
|
|
1513
|
-
import { jsx as
|
|
1514
|
-
var MinusIcon =
|
|
1542
|
+
import { forwardRef as forwardRef135 } from "react";
|
|
1543
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
1544
|
+
var MinusIcon = forwardRef135(
|
|
1515
1545
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1516
|
-
return /* @__PURE__ */
|
|
1546
|
+
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", { 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" }) });
|
|
1517
1547
|
}
|
|
1518
1548
|
);
|
|
1519
1549
|
MinusIcon.displayName = "MinusIcon";
|
|
1520
1550
|
|
|
1521
1551
|
// src/__generated__/navigation-menu.tsx
|
|
1522
|
-
import { forwardRef as
|
|
1523
|
-
import { jsx as
|
|
1524
|
-
var NavigationMenuIcon =
|
|
1552
|
+
import { forwardRef as forwardRef136 } from "react";
|
|
1553
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
1554
|
+
var NavigationMenuIcon = forwardRef136(
|
|
1525
1555
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1526
|
-
return /* @__PURE__ */
|
|
1556
|
+
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", { 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" }) });
|
|
1527
1557
|
}
|
|
1528
1558
|
);
|
|
1529
1559
|
NavigationMenuIcon.displayName = "NavigationMenuIcon";
|
|
1530
1560
|
|
|
1531
1561
|
// src/__generated__/navigator.tsx
|
|
1532
|
-
import { forwardRef as
|
|
1533
|
-
import { jsx as
|
|
1534
|
-
var NavigatorIcon =
|
|
1562
|
+
import { forwardRef as forwardRef137 } from "react";
|
|
1563
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
1564
|
+
var NavigatorIcon = forwardRef137(
|
|
1535
1565
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1536
|
-
return /* @__PURE__ */
|
|
1566
|
+
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", { d: "M4 11.35a.65.65 0 0 1 .65-.65h9.367a.65.65 0 1 1 0 1.3H4.65a.65.65 0 0 1-.65-.65ZM4 7.896a.65.65 0 0 1 .65-.65h9.367a.65.65 0 1 1 0 1.3H4.65a.65.65 0 0 1-.65-.65ZM1.334 4.441a.65.65 0 0 1 .65-.65h9.367a.65.65 0 1 1 0 1.3H1.983a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
1537
1567
|
}
|
|
1538
1568
|
);
|
|
1539
1569
|
NavigatorIcon.displayName = "NavigatorIcon";
|
|
1540
1570
|
|
|
1541
1571
|
// src/__generated__/no-wrap.tsx
|
|
1542
|
-
import { forwardRef as
|
|
1543
|
-
import { jsx as
|
|
1544
|
-
var NoWrapIcon =
|
|
1572
|
+
import { forwardRef as forwardRef138 } from "react";
|
|
1573
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
1574
|
+
var NoWrapIcon = forwardRef138(
|
|
1545
1575
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1546
|
-
return /* @__PURE__ */
|
|
1576
|
+
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: "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" }) });
|
|
1547
1577
|
}
|
|
1548
1578
|
);
|
|
1549
1579
|
NoWrapIcon.displayName = "NoWrapIcon";
|
|
1550
1580
|
|
|
1551
1581
|
// src/__generated__/offline.tsx
|
|
1552
|
-
import { forwardRef as
|
|
1553
|
-
import { jsx as
|
|
1554
|
-
var OfflineIcon =
|
|
1582
|
+
import { forwardRef as forwardRef139 } from "react";
|
|
1583
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
1584
|
+
var OfflineIcon = forwardRef139(
|
|
1555
1585
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1556
|
-
return /* @__PURE__ */
|
|
1586
|
+
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.817 1.685a.708.708 0 0 1 1.002 0L5.363 4.23a.71.71 0 0 1 .05.05l7.544 7.544c.03.026.059.054.085.085l1.405 1.405a.708.708 0 1 1-1.002 1.002l-1.17-1.17a3.704 3.704 0 0 1-.641.056H4.366a3.681 3.681 0 0 1-.864-7.26c.11-.39.268-.76.469-1.1L1.817 2.686a.708.708 0 0 1 0-1.002Zm3.204 4.206c-.109.247-.188.51-.233.783a.708.708 0 0 1-.634.59 2.265 2.265 0 0 0 .212 4.52h6.548L5.021 5.891Zm1.967-3.246a4.674 4.674 0 0 1 5.51 3.296 3.682 3.682 0 0 1 2.572 4.902.708.708 0 1 1-1.322-.51 2.265 2.265 0 0 0-1.902-3.069.708.708 0 0 1-.634-.59 3.257 3.257 0 0 0-3.918-2.646.708.708 0 0 1-.306-1.383Z", clipRule: "evenodd" }) });
|
|
1557
1587
|
}
|
|
1558
1588
|
);
|
|
1559
1589
|
OfflineIcon.displayName = "OfflineIcon";
|
|
1560
1590
|
|
|
1561
1591
|
// src/__generated__/order-first.tsx
|
|
1562
|
-
import { forwardRef as
|
|
1563
|
-
import { jsx as
|
|
1564
|
-
var OrderFirstIcon =
|
|
1592
|
+
import { forwardRef as forwardRef140 } from "react";
|
|
1593
|
+
import { jsx as jsx140, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1594
|
+
var OrderFirstIcon = forwardRef140(
|
|
1565
1595
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1566
1596
|
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: [
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
/* @__PURE__ */
|
|
1597
|
+
/* @__PURE__ */ jsx140("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" }),
|
|
1598
|
+
/* @__PURE__ */ jsx140("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" })
|
|
1569
1599
|
] });
|
|
1570
1600
|
}
|
|
1571
1601
|
);
|
|
1572
1602
|
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
1573
1603
|
|
|
1574
1604
|
// src/__generated__/order-last.tsx
|
|
1575
|
-
import { forwardRef as
|
|
1576
|
-
import { jsx as
|
|
1577
|
-
var OrderLastIcon =
|
|
1605
|
+
import { forwardRef as forwardRef141 } from "react";
|
|
1606
|
+
import { jsx as jsx141, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1607
|
+
var OrderLastIcon = forwardRef141(
|
|
1578
1608
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1579
1609
|
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: [
|
|
1580
|
-
/* @__PURE__ */
|
|
1581
|
-
/* @__PURE__ */
|
|
1610
|
+
/* @__PURE__ */ jsx141("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" }),
|
|
1611
|
+
/* @__PURE__ */ jsx141("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" })
|
|
1582
1612
|
] });
|
|
1583
1613
|
}
|
|
1584
1614
|
);
|
|
1585
1615
|
OrderLastIcon.displayName = "OrderLastIcon";
|
|
1586
1616
|
|
|
1587
1617
|
// src/__generated__/overlay.tsx
|
|
1588
|
-
import { forwardRef as
|
|
1589
|
-
import { jsx as
|
|
1590
|
-
var OverlayIcon =
|
|
1618
|
+
import { forwardRef as forwardRef142 } from "react";
|
|
1619
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
1620
|
+
var OverlayIcon = forwardRef142(
|
|
1591
1621
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1592
|
-
return /* @__PURE__ */
|
|
1622
|
+
return /* @__PURE__ */ jsx142("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx142("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" }) });
|
|
1593
1623
|
}
|
|
1594
1624
|
);
|
|
1595
1625
|
OverlayIcon.displayName = "OverlayIcon";
|
|
1596
1626
|
|
|
1597
1627
|
// src/__generated__/page.tsx
|
|
1598
|
-
import { forwardRef as
|
|
1599
|
-
import { jsx as
|
|
1600
|
-
var PageIcon =
|
|
1628
|
+
import { forwardRef as forwardRef143 } from "react";
|
|
1629
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
1630
|
+
var PageIcon = forwardRef143(
|
|
1601
1631
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1602
|
-
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-.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" }) });
|
|
1603
1633
|
}
|
|
1604
1634
|
);
|
|
1605
1635
|
PageIcon.displayName = "PageIcon";
|
|
1606
1636
|
|
|
1607
1637
|
// src/__generated__/paint-brush.tsx
|
|
1608
|
-
import { forwardRef as
|
|
1609
|
-
import { jsx as
|
|
1610
|
-
var PaintBrushIcon =
|
|
1638
|
+
import { forwardRef as forwardRef144 } from "react";
|
|
1639
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
1640
|
+
var PaintBrushIcon = forwardRef144(
|
|
1611
1641
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1612
|
-
return /* @__PURE__ */
|
|
1642
|
+
return /* @__PURE__ */ jsx144("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx144("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" }) });
|
|
1613
1643
|
}
|
|
1614
1644
|
);
|
|
1615
1645
|
PaintBrushIcon.displayName = "PaintBrushIcon";
|
|
1616
1646
|
|
|
1617
1647
|
// src/__generated__/phone.tsx
|
|
1618
|
-
import { forwardRef as
|
|
1619
|
-
import { jsx as
|
|
1620
|
-
var PhoneIcon =
|
|
1648
|
+
import { forwardRef as forwardRef145 } from "react";
|
|
1649
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
1650
|
+
var PhoneIcon = forwardRef145(
|
|
1621
1651
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1622
|
-
return /* @__PURE__ */
|
|
1652
|
+
return /* @__PURE__ */ jsx145("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx145("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" }) });
|
|
1623
1653
|
}
|
|
1624
1654
|
);
|
|
1625
1655
|
PhoneIcon.displayName = "PhoneIcon";
|
|
1626
1656
|
|
|
1627
1657
|
// src/__generated__/play.tsx
|
|
1628
|
-
import { forwardRef as
|
|
1629
|
-
import { jsx as
|
|
1630
|
-
var PlayIcon =
|
|
1658
|
+
import { forwardRef as forwardRef146 } from "react";
|
|
1659
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
1660
|
+
var PlayIcon = forwardRef146(
|
|
1631
1661
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1632
|
-
return /* @__PURE__ */
|
|
1662
|
+
return /* @__PURE__ */ jsx146("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx146("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" }) });
|
|
1633
1663
|
}
|
|
1634
1664
|
);
|
|
1635
1665
|
PlayIcon.displayName = "PlayIcon";
|
|
1636
1666
|
|
|
1637
1667
|
// src/__generated__/plugin.tsx
|
|
1638
|
-
import { forwardRef as
|
|
1639
|
-
import { jsx as
|
|
1640
|
-
var PluginIcon =
|
|
1668
|
+
import { forwardRef as forwardRef147 } from "react";
|
|
1669
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
1670
|
+
var PluginIcon = forwardRef147(
|
|
1641
1671
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1642
|
-
return /* @__PURE__ */
|
|
1672
|
+
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: "M4.687 2.667a2.317 2.317 0 0 1 4.633 0v.35h.039c.447 0 .815 0 1.116.02.312.021.6.067.876.181a2.65 2.65 0 0 1 1.434 1.435c.114.276.16.563.181.875.01.147.015.31.018.489h.353a2.317 2.317 0 0 1 0 4.633h-.35v.51c0 .537 0 .98-.03 1.34-.03.374-.096.716-.26 1.036a2.65 2.65 0 0 1-1.157 1.159c-.321.163-.663.228-1.037.259-.36.03-.802.03-1.34.03H8.67a.65.65 0 0 1-.65-.65v-1.167a.85.85 0 1 0-1.7 0v1.166a.65.65 0 0 1-.65.65h-.827c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.258a2.65 2.65 0 0 1-1.158-1.159c-.164-.32-.23-.662-.26-1.036-.03-.36-.03-.803-.03-1.34V10a.65.65 0 0 1 .65-.65h1a1.017 1.017 0 0 0 0-2.033h-1a.65.65 0 0 1-.65-.65v-.023c0-.447 0-.815.021-1.116.022-.312.067-.6.182-.875a2.65 2.65 0 0 1 1.434-1.435c.276-.114.563-.16.875-.18.302-.021.67-.021 1.117-.021h.039v-.35ZM7.003 1.65c-.561 0-1.016.455-1.016 1.017v1a.65.65 0 0 1-.65.65H4.67c-.475 0-.799 0-1.05.017-.246.017-.375.048-.467.085-.33.137-.593.4-.73.731-.038.091-.069.22-.086.467a7.71 7.71 0 0 0-.014.4h.347a2.317 2.317 0 0 1 0 4.633h-.35v.483c0 .571 0 .96.025 1.261.024.293.068.445.122.552.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.26.025h.15v-.516a2.15 2.15 0 0 1 4.3 0v.516c.474 0 .81-.003 1.078-.025.293-.024.445-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.024-.3.025-.69.025-1.26V10a.65.65 0 0 1 .65-.65h1a1.017 1.017 0 0 0 0-2.033h-1a.65.65 0 0 1-.65-.65c0-.475 0-.799-.018-1.05-.017-.246-.047-.376-.085-.467a1.35 1.35 0 0 0-.73-.73c-.092-.038-.222-.069-.467-.086a17.153 17.153 0 0 0-1.05-.017H8.67a.65.65 0 0 1-.65-.65v-1c0-.562-.455-1.017-1.017-1.017Z", clipRule: "evenodd" }) });
|
|
1643
1673
|
}
|
|
1644
1674
|
);
|
|
1645
1675
|
PluginIcon.displayName = "PluginIcon";
|
|
1646
1676
|
|
|
1647
1677
|
// src/__generated__/plus.tsx
|
|
1648
|
-
import { forwardRef as
|
|
1649
|
-
import { jsx as
|
|
1650
|
-
var PlusIcon =
|
|
1678
|
+
import { forwardRef as forwardRef148 } from "react";
|
|
1679
|
+
import { jsx as jsx148, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1680
|
+
var PlusIcon = forwardRef148(
|
|
1651
1681
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1652
1682
|
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: [
|
|
1653
|
-
/* @__PURE__ */
|
|
1654
|
-
/* @__PURE__ */
|
|
1683
|
+
/* @__PURE__ */ jsx148("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" }),
|
|
1684
|
+
/* @__PURE__ */ jsx148("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" })
|
|
1655
1685
|
] });
|
|
1656
1686
|
}
|
|
1657
1687
|
);
|
|
1658
1688
|
PlusIcon.displayName = "PlusIcon";
|
|
1659
1689
|
|
|
1660
1690
|
// src/__generated__/popover.tsx
|
|
1661
|
-
import { forwardRef as
|
|
1662
|
-
import { jsx as
|
|
1663
|
-
var PopoverIcon =
|
|
1691
|
+
import { forwardRef as forwardRef149 } from "react";
|
|
1692
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
1693
|
+
var PopoverIcon = forwardRef149(
|
|
1664
1694
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1665
|
-
return /* @__PURE__ */
|
|
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", { 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" }) });
|
|
1666
1696
|
}
|
|
1667
1697
|
);
|
|
1668
1698
|
PopoverIcon.displayName = "PopoverIcon";
|
|
1669
1699
|
|
|
1670
1700
|
// src/__generated__/radio-checked.tsx
|
|
1671
|
-
import { forwardRef as
|
|
1672
|
-
import { jsx as
|
|
1673
|
-
var RadioCheckedIcon =
|
|
1701
|
+
import { forwardRef as forwardRef150 } from "react";
|
|
1702
|
+
import { jsx as jsx150, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1703
|
+
var RadioCheckedIcon = forwardRef150(
|
|
1674
1704
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1675
1705
|
return /* @__PURE__ */ jsxs60("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1676
|
-
/* @__PURE__ */
|
|
1677
|
-
/* @__PURE__ */
|
|
1706
|
+
/* @__PURE__ */ jsx150("path", { d: "M8 5.35a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3Z" }),
|
|
1707
|
+
/* @__PURE__ */ jsx150("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" })
|
|
1678
1708
|
] });
|
|
1679
1709
|
}
|
|
1680
1710
|
);
|
|
1681
1711
|
RadioCheckedIcon.displayName = "RadioCheckedIcon";
|
|
1682
1712
|
|
|
1683
1713
|
// src/__generated__/radio-dot.tsx
|
|
1684
|
-
import { forwardRef as
|
|
1685
|
-
import { jsx as
|
|
1686
|
-
var RadioDotIcon =
|
|
1714
|
+
import { forwardRef as forwardRef151 } from "react";
|
|
1715
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
1716
|
+
var RadioDotIcon = forwardRef151(
|
|
1687
1717
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1688
|
-
return /* @__PURE__ */
|
|
1718
|
+
return /* @__PURE__ */ jsx151("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx151("path", { d: "M8 5.35a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3Z" }) });
|
|
1689
1719
|
}
|
|
1690
1720
|
);
|
|
1691
1721
|
RadioDotIcon.displayName = "RadioDotIcon";
|
|
1692
1722
|
|
|
1693
1723
|
// src/__generated__/radio-unchecked.tsx
|
|
1694
|
-
import { forwardRef as
|
|
1695
|
-
import { jsx as
|
|
1696
|
-
var RadioUncheckedIcon =
|
|
1724
|
+
import { forwardRef as forwardRef152 } from "react";
|
|
1725
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
1726
|
+
var RadioUncheckedIcon = forwardRef152(
|
|
1697
1727
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1698
|
-
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("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" }) });
|
|
1699
1729
|
}
|
|
1700
1730
|
);
|
|
1701
1731
|
RadioUncheckedIcon.displayName = "RadioUncheckedIcon";
|
|
1702
1732
|
|
|
1703
1733
|
// src/__generated__/refresh.tsx
|
|
1704
|
-
import { forwardRef as
|
|
1705
|
-
import { jsx as
|
|
1706
|
-
var RefreshIcon =
|
|
1734
|
+
import { forwardRef as forwardRef153 } from "react";
|
|
1735
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
1736
|
+
var RefreshIcon = forwardRef153(
|
|
1707
1737
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1708
|
-
return /* @__PURE__ */
|
|
1738
|
+
return /* @__PURE__ */ jsx153("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx153("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" }) });
|
|
1709
1739
|
}
|
|
1710
1740
|
);
|
|
1711
1741
|
RefreshIcon.displayName = "RefreshIcon";
|
|
1712
1742
|
|
|
1713
1743
|
// src/__generated__/repeat-column.tsx
|
|
1714
|
-
import { forwardRef as
|
|
1715
|
-
import { jsx as
|
|
1716
|
-
var RepeatColumnIcon =
|
|
1744
|
+
import { forwardRef as forwardRef154 } from "react";
|
|
1745
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
1746
|
+
var RepeatColumnIcon = forwardRef154(
|
|
1717
1747
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1718
|
-
return /* @__PURE__ */
|
|
1748
|
+
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", { 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" }) });
|
|
1719
1749
|
}
|
|
1720
1750
|
);
|
|
1721
1751
|
RepeatColumnIcon.displayName = "RepeatColumnIcon";
|
|
1722
1752
|
|
|
1723
1753
|
// src/__generated__/repeat-grid.tsx
|
|
1724
|
-
import { forwardRef as
|
|
1725
|
-
import { jsx as
|
|
1726
|
-
var RepeatGridIcon =
|
|
1754
|
+
import { forwardRef as forwardRef155 } from "react";
|
|
1755
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
1756
|
+
var RepeatGridIcon = forwardRef155(
|
|
1727
1757
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1728
|
-
return /* @__PURE__ */
|
|
1758
|
+
return /* @__PURE__ */ jsx155("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx155("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" }) });
|
|
1729
1759
|
}
|
|
1730
1760
|
);
|
|
1731
1761
|
RepeatGridIcon.displayName = "RepeatGridIcon";
|
|
1732
1762
|
|
|
1733
1763
|
// src/__generated__/repeat-row.tsx
|
|
1734
|
-
import { forwardRef as
|
|
1735
|
-
import { jsx as
|
|
1736
|
-
var RepeatRowIcon =
|
|
1764
|
+
import { forwardRef as forwardRef156 } from "react";
|
|
1765
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
1766
|
+
var RepeatRowIcon = forwardRef156(
|
|
1737
1767
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1738
|
-
return /* @__PURE__ */
|
|
1768
|
+
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", { 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" }) });
|
|
1739
1769
|
}
|
|
1740
1770
|
);
|
|
1741
1771
|
RepeatRowIcon.displayName = "RepeatRowIcon";
|
|
1742
1772
|
|
|
1743
1773
|
// src/__generated__/reset.tsx
|
|
1744
|
-
import { forwardRef as
|
|
1745
|
-
import { jsx as
|
|
1746
|
-
var ResetIcon =
|
|
1774
|
+
import { forwardRef as forwardRef157 } from "react";
|
|
1775
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
1776
|
+
var ResetIcon = forwardRef157(
|
|
1747
1777
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1748
|
-
return /* @__PURE__ */
|
|
1778
|
+
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: "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" }) });
|
|
1749
1779
|
}
|
|
1750
1780
|
);
|
|
1751
1781
|
ResetIcon.displayName = "ResetIcon";
|
|
1752
1782
|
|
|
1753
1783
|
// src/__generated__/scroll.tsx
|
|
1754
|
-
import { forwardRef as
|
|
1755
|
-
import { jsx as
|
|
1756
|
-
var ScrollIcon =
|
|
1784
|
+
import { forwardRef as forwardRef158 } from "react";
|
|
1785
|
+
import { jsx as jsx158, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1786
|
+
var ScrollIcon = forwardRef158(
|
|
1757
1787
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1758
1788
|
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: [
|
|
1759
|
-
/* @__PURE__ */
|
|
1760
|
-
/* @__PURE__ */
|
|
1789
|
+
/* @__PURE__ */ jsx158("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" }),
|
|
1790
|
+
/* @__PURE__ */ jsx158("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" })
|
|
1761
1791
|
] });
|
|
1762
1792
|
}
|
|
1763
1793
|
);
|
|
1764
1794
|
ScrollIcon.displayName = "ScrollIcon";
|
|
1765
1795
|
|
|
1766
1796
|
// src/__generated__/section-link.tsx
|
|
1767
|
-
import { forwardRef as
|
|
1768
|
-
import { jsx as
|
|
1769
|
-
var SectionLinkIcon =
|
|
1797
|
+
import { forwardRef as forwardRef159 } from "react";
|
|
1798
|
+
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
1799
|
+
var SectionLinkIcon = forwardRef159(
|
|
1770
1800
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1771
|
-
return /* @__PURE__ */
|
|
1801
|
+
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", { 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" }) });
|
|
1772
1802
|
}
|
|
1773
1803
|
);
|
|
1774
1804
|
SectionLinkIcon.displayName = "SectionLinkIcon";
|
|
1775
1805
|
|
|
1776
1806
|
// src/__generated__/select.tsx
|
|
1777
|
-
import { forwardRef as
|
|
1778
|
-
import { jsx as
|
|
1779
|
-
var SelectIcon =
|
|
1807
|
+
import { forwardRef as forwardRef160 } from "react";
|
|
1808
|
+
import { jsx as jsx160, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1809
|
+
var SelectIcon = forwardRef160(
|
|
1780
1810
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1781
1811
|
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: [
|
|
1782
|
-
/* @__PURE__ */
|
|
1783
|
-
/* @__PURE__ */
|
|
1812
|
+
/* @__PURE__ */ jsx160("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" }),
|
|
1813
|
+
/* @__PURE__ */ jsx160("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" })
|
|
1784
1814
|
] });
|
|
1785
1815
|
}
|
|
1786
1816
|
);
|
|
1787
1817
|
SelectIcon.displayName = "SelectIcon";
|
|
1788
1818
|
|
|
1789
1819
|
// src/__generated__/shadow-inset.tsx
|
|
1790
|
-
import { forwardRef as
|
|
1791
|
-
import { jsx as
|
|
1792
|
-
var ShadowInsetIcon =
|
|
1820
|
+
import { forwardRef as forwardRef161 } from "react";
|
|
1821
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
1822
|
+
var ShadowInsetIcon = forwardRef161(
|
|
1793
1823
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1794
|
-
return /* @__PURE__ */
|
|
1824
|
+
return /* @__PURE__ */ jsx161("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx161("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" }) });
|
|
1795
1825
|
}
|
|
1796
1826
|
);
|
|
1797
1827
|
ShadowInsetIcon.displayName = "ShadowInsetIcon";
|
|
1798
1828
|
|
|
1799
1829
|
// src/__generated__/shadow-normal.tsx
|
|
1800
|
-
import { forwardRef as
|
|
1801
|
-
import { jsx as
|
|
1802
|
-
var ShadowNormalIcon =
|
|
1830
|
+
import { forwardRef as forwardRef162 } from "react";
|
|
1831
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
1832
|
+
var ShadowNormalIcon = forwardRef162(
|
|
1803
1833
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1804
|
-
return /* @__PURE__ */
|
|
1834
|
+
return /* @__PURE__ */ jsx162("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 14", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx162("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" }) });
|
|
1805
1835
|
}
|
|
1806
1836
|
);
|
|
1807
1837
|
ShadowNormalIcon.displayName = "ShadowNormalIcon";
|
|
1808
1838
|
|
|
1809
1839
|
// src/__generated__/shrink.tsx
|
|
1810
|
-
import { forwardRef as
|
|
1811
|
-
import { jsx as
|
|
1812
|
-
var ShrinkIcon =
|
|
1840
|
+
import { forwardRef as forwardRef163 } from "react";
|
|
1841
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
1842
|
+
var ShrinkIcon = forwardRef163(
|
|
1813
1843
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1814
|
-
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", { 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" }) });
|
|
1815
1845
|
}
|
|
1816
1846
|
);
|
|
1817
1847
|
ShrinkIcon.displayName = "ShrinkIcon";
|
|
1818
1848
|
|
|
1819
1849
|
// src/__generated__/slider.tsx
|
|
1820
|
-
import { forwardRef as
|
|
1821
|
-
import { jsx as
|
|
1822
|
-
var SliderIcon =
|
|
1850
|
+
import { forwardRef as forwardRef164 } from "react";
|
|
1851
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
1852
|
+
var SliderIcon = forwardRef164(
|
|
1823
1853
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1824
|
-
return /* @__PURE__ */
|
|
1854
|
+
return /* @__PURE__ */ jsx164("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx164("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" }) });
|
|
1825
1855
|
}
|
|
1826
1856
|
);
|
|
1827
1857
|
SliderIcon.displayName = "SliderIcon";
|
|
1828
1858
|
|
|
1829
1859
|
// src/__generated__/slot-component.tsx
|
|
1830
|
-
import { forwardRef as
|
|
1831
|
-
import { jsx as
|
|
1832
|
-
var SlotComponentIcon =
|
|
1860
|
+
import { forwardRef as forwardRef165 } from "react";
|
|
1861
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
1862
|
+
var SlotComponentIcon = forwardRef165(
|
|
1833
1863
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1834
|
-
return /* @__PURE__ */
|
|
1864
|
+
return /* @__PURE__ */ jsx165("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx165("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" }) });
|
|
1835
1865
|
}
|
|
1836
1866
|
);
|
|
1837
1867
|
SlotComponentIcon.displayName = "SlotComponentIcon";
|
|
1838
1868
|
|
|
1839
1869
|
// src/__generated__/small-x.tsx
|
|
1840
|
-
import { forwardRef as
|
|
1841
|
-
import { jsx as
|
|
1842
|
-
var SmallXIcon =
|
|
1870
|
+
import { forwardRef as forwardRef166 } from "react";
|
|
1871
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
1872
|
+
var SmallXIcon = forwardRef166(
|
|
1843
1873
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1844
|
-
return /* @__PURE__ */
|
|
1874
|
+
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: "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" }) });
|
|
1845
1875
|
}
|
|
1846
1876
|
);
|
|
1847
1877
|
SmallXIcon.displayName = "SmallXIcon";
|
|
1848
1878
|
|
|
1849
1879
|
// src/__generated__/spinner.tsx
|
|
1850
|
-
import { forwardRef as
|
|
1851
|
-
import { jsx as
|
|
1852
|
-
var SpinnerIcon =
|
|
1880
|
+
import { forwardRef as forwardRef167 } from "react";
|
|
1881
|
+
import { jsx as jsx167, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1882
|
+
var SpinnerIcon = forwardRef167(
|
|
1853
1883
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1854
1884
|
return /* @__PURE__ */ jsxs63("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: [
|
|
1855
|
-
/* @__PURE__ */
|
|
1856
|
-
/* @__PURE__ */
|
|
1885
|
+
/* @__PURE__ */ jsx167("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}" }),
|
|
1886
|
+
/* @__PURE__ */ jsx167("g", { id: "e2CRglijn892_tr", transform: "translate(64,64) rotate(90)", children: /* @__PURE__ */ jsx167("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)" }) })
|
|
1857
1887
|
] });
|
|
1858
1888
|
}
|
|
1859
1889
|
);
|
|
1860
1890
|
SpinnerIcon.displayName = "SpinnerIcon";
|
|
1861
1891
|
|
|
1862
1892
|
// src/__generated__/stop.tsx
|
|
1863
|
-
import { forwardRef as
|
|
1864
|
-
import { jsx as
|
|
1865
|
-
var StopIcon =
|
|
1893
|
+
import { forwardRef as forwardRef168 } from "react";
|
|
1894
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
1895
|
+
var StopIcon = forwardRef168(
|
|
1866
1896
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1867
|
-
return /* @__PURE__ */
|
|
1897
|
+
return /* @__PURE__ */ jsx168("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx168("rect", { width: "9", height: "9", x: "3.5", y: "3.5", rx: "1" }) });
|
|
1868
1898
|
}
|
|
1869
1899
|
);
|
|
1870
1900
|
StopIcon.displayName = "StopIcon";
|
|
1871
1901
|
|
|
1872
1902
|
// src/__generated__/subscript.tsx
|
|
1873
|
-
import { forwardRef as
|
|
1874
|
-
import { jsx as
|
|
1875
|
-
var SubscriptIcon =
|
|
1903
|
+
import { forwardRef as forwardRef169 } from "react";
|
|
1904
|
+
import { jsx as jsx169, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
1905
|
+
var SubscriptIcon = forwardRef169(
|
|
1876
1906
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1877
1907
|
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: [
|
|
1878
|
-
/* @__PURE__ */
|
|
1879
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ jsx169("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" }),
|
|
1909
|
+
/* @__PURE__ */ jsx169("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" })
|
|
1880
1910
|
] });
|
|
1881
1911
|
}
|
|
1882
1912
|
);
|
|
1883
1913
|
SubscriptIcon.displayName = "SubscriptIcon";
|
|
1884
1914
|
|
|
1885
1915
|
// src/__generated__/subtract.tsx
|
|
1886
|
-
import { forwardRef as
|
|
1887
|
-
import { jsx as
|
|
1888
|
-
var SubtractIcon =
|
|
1916
|
+
import { forwardRef as forwardRef170 } from "react";
|
|
1917
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
1918
|
+
var SubtractIcon = forwardRef170(
|
|
1889
1919
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1890
|
-
return /* @__PURE__ */
|
|
1920
|
+
return /* @__PURE__ */ jsx170("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx170("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" }) });
|
|
1891
1921
|
}
|
|
1892
1922
|
);
|
|
1893
1923
|
SubtractIcon.displayName = "SubtractIcon";
|
|
1894
1924
|
|
|
1895
1925
|
// src/__generated__/superscript.tsx
|
|
1896
|
-
import { forwardRef as
|
|
1897
|
-
import { jsx as
|
|
1898
|
-
var SuperscriptIcon =
|
|
1926
|
+
import { forwardRef as forwardRef171 } from "react";
|
|
1927
|
+
import { jsx as jsx171, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
1928
|
+
var SuperscriptIcon = forwardRef171(
|
|
1899
1929
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1900
1930
|
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__ */
|
|
1902
|
-
/* @__PURE__ */
|
|
1931
|
+
/* @__PURE__ */ jsx171("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" }),
|
|
1932
|
+
/* @__PURE__ */ jsx171("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" })
|
|
1903
1933
|
] });
|
|
1904
1934
|
}
|
|
1905
1935
|
);
|
|
1906
1936
|
SuperscriptIcon.displayName = "SuperscriptIcon";
|
|
1907
1937
|
|
|
1908
1938
|
// src/__generated__/switch.tsx
|
|
1909
|
-
import { forwardRef as
|
|
1910
|
-
import { jsx as
|
|
1911
|
-
var SwitchIcon =
|
|
1939
|
+
import { forwardRef as forwardRef172 } from "react";
|
|
1940
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
1941
|
+
var SwitchIcon = forwardRef172(
|
|
1912
1942
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1913
|
-
return /* @__PURE__ */
|
|
1943
|
+
return /* @__PURE__ */ jsx172("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx172("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" }) });
|
|
1914
1944
|
}
|
|
1915
1945
|
);
|
|
1916
1946
|
SwitchIcon.displayName = "SwitchIcon";
|
|
1917
1947
|
|
|
1918
1948
|
// src/__generated__/tabs.tsx
|
|
1919
|
-
import { forwardRef as
|
|
1920
|
-
import { jsx as
|
|
1921
|
-
var TabsIcon =
|
|
1949
|
+
import { forwardRef as forwardRef173 } from "react";
|
|
1950
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
1951
|
+
var TabsIcon = forwardRef173(
|
|
1922
1952
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1923
|
-
return /* @__PURE__ */
|
|
1953
|
+
return /* @__PURE__ */ jsx173("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx173("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" }) });
|
|
1924
1954
|
}
|
|
1925
1955
|
);
|
|
1926
1956
|
TabsIcon.displayName = "TabsIcon";
|
|
1927
1957
|
|
|
1928
1958
|
// src/__generated__/text-align-left.tsx
|
|
1929
|
-
import { forwardRef as
|
|
1930
|
-
import { jsx as
|
|
1931
|
-
var TextAlignLeftIcon =
|
|
1959
|
+
import { forwardRef as forwardRef174 } from "react";
|
|
1960
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
1961
|
+
var TextAlignLeftIcon = forwardRef174(
|
|
1932
1962
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1933
|
-
return /* @__PURE__ */
|
|
1963
|
+
return /* @__PURE__ */ jsx174("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx174("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" }) });
|
|
1934
1964
|
}
|
|
1935
1965
|
);
|
|
1936
1966
|
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
|
1937
1967
|
|
|
1938
1968
|
// src/__generated__/text-italic.tsx
|
|
1939
|
-
import { forwardRef as
|
|
1940
|
-
import { jsx as
|
|
1941
|
-
var TextItalicIcon =
|
|
1969
|
+
import { forwardRef as forwardRef175 } from "react";
|
|
1970
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
1971
|
+
var TextItalicIcon = forwardRef175(
|
|
1942
1972
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1943
|
-
return /* @__PURE__ */
|
|
1973
|
+
return /* @__PURE__ */ jsx175("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx175("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" }) });
|
|
1944
1974
|
}
|
|
1945
1975
|
);
|
|
1946
1976
|
TextItalicIcon.displayName = "TextItalicIcon";
|
|
1947
1977
|
|
|
1948
1978
|
// src/__generated__/text.tsx
|
|
1949
|
-
import { forwardRef as
|
|
1950
|
-
import { jsx as
|
|
1951
|
-
var TextIcon =
|
|
1979
|
+
import { forwardRef as forwardRef176 } from "react";
|
|
1980
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
1981
|
+
var TextIcon = forwardRef176(
|
|
1952
1982
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1953
|
-
return /* @__PURE__ */
|
|
1983
|
+
return /* @__PURE__ */ jsx176("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx176("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" }) });
|
|
1954
1984
|
}
|
|
1955
1985
|
);
|
|
1956
1986
|
TextIcon.displayName = "TextIcon";
|
|
1957
1987
|
|
|
1958
1988
|
// src/__generated__/tooltip.tsx
|
|
1959
|
-
import { forwardRef as
|
|
1960
|
-
import { jsx as
|
|
1961
|
-
var TooltipIcon =
|
|
1989
|
+
import { forwardRef as forwardRef177 } from "react";
|
|
1990
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
1991
|
+
var TooltipIcon = forwardRef177(
|
|
1962
1992
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1963
|
-
return /* @__PURE__ */
|
|
1993
|
+
return /* @__PURE__ */ jsx177("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx177("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" }) });
|
|
1964
1994
|
}
|
|
1965
1995
|
);
|
|
1966
1996
|
TooltipIcon.displayName = "TooltipIcon";
|
|
1967
1997
|
|
|
1968
1998
|
// src/__generated__/trigger.tsx
|
|
1969
|
-
import { forwardRef as
|
|
1970
|
-
import { jsx as
|
|
1971
|
-
var TriggerIcon =
|
|
1999
|
+
import { forwardRef as forwardRef178 } from "react";
|
|
2000
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
2001
|
+
var TriggerIcon = forwardRef178(
|
|
1972
2002
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1973
|
-
return /* @__PURE__ */
|
|
2003
|
+
return /* @__PURE__ */ jsx178("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx178("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" }) });
|
|
1974
2004
|
}
|
|
1975
2005
|
);
|
|
1976
2006
|
TriggerIcon.displayName = "TriggerIcon";
|
|
1977
2007
|
|
|
1978
2008
|
// src/__generated__/upload.tsx
|
|
1979
|
-
import { forwardRef as
|
|
1980
|
-
import { jsx as
|
|
1981
|
-
var UploadIcon =
|
|
2009
|
+
import { forwardRef as forwardRef179 } from "react";
|
|
2010
|
+
import { jsx as jsx179, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2011
|
+
var UploadIcon = forwardRef179(
|
|
1982
2012
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1983
2013
|
return /* @__PURE__ */ jsxs66("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
1984
|
-
/* @__PURE__ */
|
|
1985
|
-
/* @__PURE__ */
|
|
2014
|
+
/* @__PURE__ */ jsx179("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" }),
|
|
2015
|
+
/* @__PURE__ */ jsx179("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" })
|
|
1986
2016
|
] });
|
|
1987
2017
|
}
|
|
1988
2018
|
);
|
|
1989
2019
|
UploadIcon.displayName = "UploadIcon";
|
|
1990
2020
|
|
|
1991
2021
|
// src/__generated__/video.tsx
|
|
1992
|
-
import { forwardRef as
|
|
1993
|
-
import { jsx as
|
|
1994
|
-
var VideoIcon =
|
|
2022
|
+
import { forwardRef as forwardRef180 } from "react";
|
|
2023
|
+
import { jsx as jsx180, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2024
|
+
var VideoIcon = forwardRef180(
|
|
1995
2025
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
1996
2026
|
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: [
|
|
1997
|
-
/* @__PURE__ */
|
|
1998
|
-
/* @__PURE__ */
|
|
2027
|
+
/* @__PURE__ */ jsx180("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" }),
|
|
2028
|
+
/* @__PURE__ */ jsx180("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" })
|
|
1999
2029
|
] });
|
|
2000
2030
|
}
|
|
2001
2031
|
);
|
|
2002
2032
|
VideoIcon.displayName = "VideoIcon";
|
|
2003
2033
|
|
|
2004
2034
|
// src/__generated__/viewport.tsx
|
|
2005
|
-
import { forwardRef as
|
|
2006
|
-
import { jsx as
|
|
2007
|
-
var ViewportIcon =
|
|
2035
|
+
import { forwardRef as forwardRef181 } from "react";
|
|
2036
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
2037
|
+
var ViewportIcon = forwardRef181(
|
|
2008
2038
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2009
|
-
return /* @__PURE__ */
|
|
2039
|
+
return /* @__PURE__ */ jsx181("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx181("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" }) });
|
|
2010
2040
|
}
|
|
2011
2041
|
);
|
|
2012
2042
|
ViewportIcon.displayName = "ViewportIcon";
|
|
2013
2043
|
|
|
2014
2044
|
// src/__generated__/vimeo.tsx
|
|
2015
|
-
import { forwardRef as
|
|
2016
|
-
import { jsx as
|
|
2017
|
-
var VimeoIcon =
|
|
2045
|
+
import { forwardRef as forwardRef182 } from "react";
|
|
2046
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
2047
|
+
var VimeoIcon = forwardRef182(
|
|
2018
2048
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2019
|
-
return /* @__PURE__ */
|
|
2049
|
+
return /* @__PURE__ */ jsx182("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx182("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" }) });
|
|
2020
2050
|
}
|
|
2021
2051
|
);
|
|
2022
2052
|
VimeoIcon.displayName = "VimeoIcon";
|
|
2023
2053
|
|
|
2054
|
+
// src/__generated__/webhook-form.tsx
|
|
2055
|
+
import { forwardRef as forwardRef183 } from "react";
|
|
2056
|
+
import { jsx as jsx183 } from "react/jsx-runtime";
|
|
2057
|
+
var WebhookFormIcon = forwardRef183(
|
|
2058
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2059
|
+
return /* @__PURE__ */ jsx183("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx183("path", { fill: "currentColor", d: "M11.25 14.175c.9 0 1.666-.317 2.3-.95.634-.635.95-1.401.95-2.3 0-.79-.246-1.482-.74-2.072A3.18 3.18 0 0 0 11.9 7.74v1.349c.38.13.69.363.935.699.244.335.365.714.365 1.137a1.88 1.88 0 0 1-.569 1.381c-.379.38-.84.569-1.381.569a1.88 1.88 0 0 1-1.381-.569 1.88 1.88 0 0 1-.569-1.381v-.65H5.481a.992.992 0 0 0-.317-.236.939.939 0 0 0-.414-.089.94.94 0 0 0-.691.285.938.938 0 0 0-.284.69c0 .27.095.501.285.691.19.19.42.284.69.284.152 0 .29-.03.415-.09a.982.982 0 0 0 .316-.235h2.584a3.186 3.186 0 0 0 1.113 1.861 3.13 3.13 0 0 0 2.072.739Zm-6.5 0c.607 0 1.157-.15 1.65-.447A3.27 3.27 0 0 0 7.56 12.55H5.822c-.151.108-.32.19-.503.244a2.008 2.008 0 0 1-.569.081 1.88 1.88 0 0 1-1.381-.569 1.88 1.88 0 0 1-.569-1.381c0-.542.19-1.002.569-1.381.379-.38.84-.569 1.381-.569a1.842 1.842 0 0 1 1.121.357l1.983-3.298a.979.979 0 0 0 .568-.325.929.929 0 0 0 .228-.634.94.94 0 0 0-.285-.69.938.938 0 0 0-.69-.285.94.94 0 0 0-.691.285.938.938 0 0 0-.284.69v.138c0 .038.01.084.032.138L5.32 7.724a1.458 1.458 0 0 0-.276-.04 6 6 0 0 0-.293-.009c-.9 0-1.666.317-2.3.951a3.13 3.13 0 0 0-.95 2.299c0 .9.317 1.666.951 2.3.634.634 1.4.95 2.299.95Zm6.5-2.275a.94.94 0 0 0 .69-.285c.19-.19.285-.42.285-.69a.907.907 0 0 0-.227-.618 1.062 1.062 0 0 0-.553-.34L9.918 7.43a3.202 3.202 0 0 0 1.008-2.356c-.001-.9-.318-1.666-.952-2.3a3.13 3.13 0 0 0-2.299-.95c-.9 0-1.666.317-2.3.951a3.13 3.13 0 0 0-.95 2.299h1.3c0-.542.19-1.002.569-1.381.379-.38.84-.569 1.381-.569.542 0 1.002.19 1.381.569.38.379.569.84.569 1.381 0 .466-.14.875-.422 1.227-.282.353-.64.577-1.073.674l2.194 3.657a.61.61 0 0 0-.041.146 1.085 1.085 0 0 0-.008.146c0 .27.095.501.285.691.19.19.42.284.69.284Z" }) });
|
|
2060
|
+
}
|
|
2061
|
+
);
|
|
2062
|
+
WebhookFormIcon.displayName = "WebhookFormIcon";
|
|
2063
|
+
|
|
2024
2064
|
// src/__generated__/webstudio-1c.tsx
|
|
2025
|
-
import { forwardRef as
|
|
2026
|
-
import { jsx as
|
|
2027
|
-
var Webstudio1cIcon =
|
|
2065
|
+
import { forwardRef as forwardRef184 } from "react";
|
|
2066
|
+
import { jsx as jsx184, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2067
|
+
var Webstudio1cIcon = forwardRef184(
|
|
2028
2068
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2029
2069
|
return /* @__PURE__ */ jsxs68("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
/* @__PURE__ */
|
|
2070
|
+
/* @__PURE__ */ jsx184("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" }),
|
|
2071
|
+
/* @__PURE__ */ jsx184("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" }),
|
|
2072
|
+
/* @__PURE__ */ jsx184("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" })
|
|
2033
2073
|
] });
|
|
2034
2074
|
}
|
|
2035
2075
|
);
|
|
2036
2076
|
Webstudio1cIcon.displayName = "Webstudio1cIcon";
|
|
2037
2077
|
|
|
2038
2078
|
// src/__generated__/webstudio.tsx
|
|
2039
|
-
import { forwardRef as
|
|
2040
|
-
import { jsx as
|
|
2041
|
-
var WebstudioIcon =
|
|
2079
|
+
import { forwardRef as forwardRef185 } from "react";
|
|
2080
|
+
import { jsx as jsx185, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2081
|
+
var WebstudioIcon = forwardRef185(
|
|
2042
2082
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2043
2083
|
return /* @__PURE__ */ jsxs69("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
2044
|
-
/* @__PURE__ */
|
|
2045
|
-
/* @__PURE__ */
|
|
2046
|
-
/* @__PURE__ */
|
|
2047
|
-
/* @__PURE__ */
|
|
2048
|
-
/* @__PURE__ */
|
|
2049
|
-
/* @__PURE__ */
|
|
2050
|
-
/* @__PURE__ */
|
|
2051
|
-
/* @__PURE__ */
|
|
2052
|
-
/* @__PURE__ */
|
|
2053
|
-
/* @__PURE__ */
|
|
2054
|
-
/* @__PURE__ */
|
|
2055
|
-
/* @__PURE__ */
|
|
2056
|
-
/* @__PURE__ */
|
|
2057
|
-
/* @__PURE__ */
|
|
2058
|
-
/* @__PURE__ */
|
|
2059
|
-
/* @__PURE__ */
|
|
2060
|
-
/* @__PURE__ */
|
|
2061
|
-
/* @__PURE__ */
|
|
2062
|
-
/* @__PURE__ */
|
|
2063
|
-
/* @__PURE__ */
|
|
2084
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#a)", 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" }),
|
|
2085
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#b)", 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" }),
|
|
2086
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#c)", fillOpacity: ".8", 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" }),
|
|
2087
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#d)", 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" }),
|
|
2088
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#e)", 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" }),
|
|
2089
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#f)", 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" }),
|
|
2090
|
+
/* @__PURE__ */ jsx185("path", { fill: "#E63CFE", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2091
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#g)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2092
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#h)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2093
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#i)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2094
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#j)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2095
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#k)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2096
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#l)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2097
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#m)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2098
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#n)", 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.207 1.207 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.801-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.207 1.207 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" }),
|
|
2099
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#o)", 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" }),
|
|
2100
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#p)", 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" }),
|
|
2101
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#q)", 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" }),
|
|
2102
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#r)", 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" }),
|
|
2103
|
+
/* @__PURE__ */ jsx185("path", { fill: "url(#s)", 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" }),
|
|
2064
2104
|
/* @__PURE__ */ jsxs69("defs", { children: [
|
|
2065
2105
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "d", cx: "0", cy: "0", r: "1", gradientTransform: "translate(11.2336 9.30762) rotate(-64.165) scale(7.2853)", gradientUnits: "userSpaceOnUse", children: [
|
|
2066
|
-
/* @__PURE__ */
|
|
2067
|
-
/* @__PURE__ */
|
|
2106
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".832", stopColor: "#4A4EFA", stopOpacity: "0" }),
|
|
2107
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: ".75" })
|
|
2068
2108
|
] }),
|
|
2069
2109
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "e", cx: "0", cy: "0", r: "1", gradientTransform: "translate(11.0923 8.82676) scale(1.62424 3.47362)", gradientUnits: "userSpaceOnUse", children: [
|
|
2070
|
-
/* @__PURE__ */
|
|
2071
|
-
/* @__PURE__ */
|
|
2110
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".169", stopColor: "#11417A" }),
|
|
2111
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".926", stopColor: "#4069D4", stopOpacity: "0" })
|
|
2072
2112
|
] }),
|
|
2073
2113
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "f", cx: "0", cy: "0", r: "1", gradientTransform: "translate(12.9724 13.2501) rotate(-90) scale(5.37233 2.57477)", gradientUnits: "userSpaceOnUse", children: [
|
|
2074
|
-
/* @__PURE__ */
|
|
2075
|
-
/* @__PURE__ */
|
|
2114
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".349", stopColor: "#E63CFE" }),
|
|
2115
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2076
2116
|
] }),
|
|
2077
2117
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "g", cx: "0", cy: "0", r: "1", gradientTransform: "translate(7.59145 9.4488) rotate(-85.7675) scale(5.53509 4.91478)", gradientUnits: "userSpaceOnUse", children: [
|
|
2078
|
-
/* @__PURE__ */
|
|
2079
|
-
/* @__PURE__ */
|
|
2080
|
-
/* @__PURE__ */
|
|
2118
|
+
/* @__PURE__ */ jsx185("stop", { stopColor: "#39FBBB", stopOpacity: ".5" }),
|
|
2119
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".689", stopColor: "#39FBBB" }),
|
|
2120
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#39FBBB", stopOpacity: "0" })
|
|
2081
2121
|
] }),
|
|
2082
2122
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "h", cx: "0", cy: "0", r: "1", gradientTransform: "translate(15.4778 12.5651) rotate(-122.629) scale(13.2696 3.2283)", gradientUnits: "userSpaceOnUse", children: [
|
|
2083
|
-
/* @__PURE__ */
|
|
2084
|
-
/* @__PURE__ */
|
|
2123
|
+
/* @__PURE__ */ jsx185("stop", { stopColor: "#E63CFE" }),
|
|
2124
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2085
2125
|
] }),
|
|
2086
2126
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "i", cx: "0", cy: "0", r: "1", gradientTransform: "translate(7.81141 11.1572) rotate(-85.0198) scale(5.97107 5.13635)", gradientUnits: "userSpaceOnUse", children: [
|
|
2087
|
-
/* @__PURE__ */
|
|
2088
|
-
/* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".557", stopColor: "#4A4EFA" }),
|
|
2128
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".935", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
2089
2129
|
] }),
|
|
2090
2130
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "translate(6.19224 12.9644) rotate(-68.6367) scale(6.23573 3.72131)", gradientUnits: "userSpaceOnUse", children: [
|
|
2091
|
-
/* @__PURE__ */
|
|
2092
|
-
/* @__PURE__ */
|
|
2131
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".613", stopColor: "#E63CFE" }),
|
|
2132
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2093
2133
|
] }),
|
|
2094
2134
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "k", cx: "0", cy: "0", r: "1", gradientTransform: "translate(12.2257 8.7415) rotate(176.233) scale(7.74243 19.5729)", gradientUnits: "userSpaceOnUse", children: [
|
|
2095
|
-
/* @__PURE__ */
|
|
2096
|
-
/* @__PURE__ */
|
|
2135
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".814", stopColor: "#4A98D0", stopOpacity: "0" }),
|
|
2136
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".973", stopColor: "#11417A" })
|
|
2097
2137
|
] }),
|
|
2098
2138
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "l", cx: "0", cy: "0", r: "1", gradientTransform: "translate(5.72725 13.2501) rotate(-90) scale(5.54893 4.6041)", gradientUnits: "userSpaceOnUse", children: [
|
|
2099
|
-
/* @__PURE__ */
|
|
2100
|
-
/* @__PURE__ */
|
|
2139
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".458", stopColor: "#FFAE3C" }),
|
|
2140
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
2101
2141
|
] }),
|
|
2102
2142
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "m", cx: "0", cy: "0", r: "1", gradientTransform: "translate(12.4559 13.2501) rotate(-90) scale(5.00159)", gradientUnits: "userSpaceOnUse", children: [
|
|
2103
|
-
/* @__PURE__ */
|
|
2104
|
-
/* @__PURE__ */
|
|
2143
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".192", stopColor: "#E63CFE" }),
|
|
2144
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2105
2145
|
] }),
|
|
2106
2146
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "n", cx: "0", cy: "0", r: "1", gradientTransform: "translate(9.52162 13.2501) rotate(-90) scale(3.76368 1.78782)", gradientUnits: "userSpaceOnUse", children: [
|
|
2107
|
-
/* @__PURE__ */
|
|
2108
|
-
/* @__PURE__ */
|
|
2147
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".174", stopColor: "#FFAE3C" }),
|
|
2148
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
2109
2149
|
] }),
|
|
2110
2150
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "p", cx: "0", cy: "0", r: "1", gradientTransform: "translate(3.35867 5.95923) rotate(161.042) scale(1.68855 8.24528)", gradientUnits: "userSpaceOnUse", children: [
|
|
2111
|
-
/* @__PURE__ */
|
|
2112
|
-
/* @__PURE__ */
|
|
2151
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".12", stopColor: "#4A4EFA" }),
|
|
2152
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
2113
2153
|
] }),
|
|
2114
2154
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "r", cx: "0", cy: "0", r: "1", gradientTransform: "translate(6.03209 13.2501) rotate(-90) scale(5.42506 5.92649)", gradientUnits: "userSpaceOnUse", children: [
|
|
2115
|
-
/* @__PURE__ */
|
|
2116
|
-
/* @__PURE__ */
|
|
2155
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".465", stopColor: "#FFAE3C" }),
|
|
2156
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".926", stopColor: "#FFAE3C", stopOpacity: "0" })
|
|
2117
2157
|
] }),
|
|
2118
2158
|
/* @__PURE__ */ jsxs69("radialGradient", { id: "s", cx: "0", cy: "0", r: "1", gradientTransform: "translate(6.03209 13.2501) rotate(-90) scale(11.8703)", gradientUnits: "userSpaceOnUse", children: [
|
|
2119
|
-
/* @__PURE__ */
|
|
2120
|
-
/* @__PURE__ */
|
|
2159
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".844", stopColor: "#E63CFE", stopOpacity: "0" }),
|
|
2160
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE" })
|
|
2121
2161
|
] }),
|
|
2122
2162
|
/* @__PURE__ */ jsxs69("linearGradient", { id: "a", x1: "16.343", x2: "12.418", y1: ".102", y2: "12.794", gradientUnits: "userSpaceOnUse", children: [
|
|
2123
|
-
/* @__PURE__ */
|
|
2124
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ jsx185("stop", { stopColor: "#4A4EFA" }),
|
|
2164
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".549", stopColor: "#E63CFE" })
|
|
2125
2165
|
] }),
|
|
2126
2166
|
/* @__PURE__ */ jsxs69("linearGradient", { id: "b", x1: "11.413", x2: "13.636", y1: "7.419", y2: "8.138", gradientUnits: "userSpaceOnUse", children: [
|
|
2127
|
-
/* @__PURE__ */
|
|
2128
|
-
/* @__PURE__ */
|
|
2167
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".16", stopColor: "#4A4EFA" }),
|
|
2168
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".946", stopColor: "#4A4EFA", stopOpacity: "0" })
|
|
2129
2169
|
] }),
|
|
2130
2170
|
/* @__PURE__ */ jsxs69("linearGradient", { id: "c", x1: "11.75", x2: "13.147", y1: "6.351", y2: "6.798", gradientUnits: "userSpaceOnUse", children: [
|
|
2131
|
-
/* @__PURE__ */
|
|
2132
|
-
/* @__PURE__ */
|
|
2171
|
+
/* @__PURE__ */ jsx185("stop", { stopColor: "#39FBBB" }),
|
|
2172
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#39FBBB", stopOpacity: "0" })
|
|
2133
2173
|
] }),
|
|
2134
2174
|
/* @__PURE__ */ jsxs69("linearGradient", { id: "o", x1: ".588", x2: "3.972", y1: "3.255", y2: "13.784", gradientUnits: "userSpaceOnUse", children: [
|
|
2135
|
-
/* @__PURE__ */
|
|
2136
|
-
/* @__PURE__ */
|
|
2175
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".17", stopColor: "#E63CFE" }),
|
|
2176
|
+
/* @__PURE__ */ jsx185("stop", { offset: ".709", stopColor: "#FFAE3C" })
|
|
2137
2177
|
] }),
|
|
2138
2178
|
/* @__PURE__ */ jsxs69("linearGradient", { id: "q", x1: "4.844", x2: "4.37", y1: "8.176", y2: "8.331", gradientUnits: "userSpaceOnUse", children: [
|
|
2139
|
-
/* @__PURE__ */
|
|
2140
|
-
/* @__PURE__ */
|
|
2179
|
+
/* @__PURE__ */ jsx185("stop", { stopColor: "#E63CFE", stopOpacity: ".33" }),
|
|
2180
|
+
/* @__PURE__ */ jsx185("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
|
|
2141
2181
|
] })
|
|
2142
2182
|
] })
|
|
2143
2183
|
] });
|
|
@@ -2146,41 +2186,51 @@ var WebstudioIcon = forwardRef181(
|
|
|
2146
2186
|
WebstudioIcon.displayName = "WebstudioIcon";
|
|
2147
2187
|
|
|
2148
2188
|
// src/__generated__/wrap.tsx
|
|
2149
|
-
import { forwardRef as
|
|
2150
|
-
import { jsx as
|
|
2151
|
-
var WrapIcon =
|
|
2189
|
+
import { forwardRef as forwardRef186 } from "react";
|
|
2190
|
+
import { jsx as jsx186, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2191
|
+
var WrapIcon = forwardRef186(
|
|
2152
2192
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2153
2193
|
return /* @__PURE__ */ jsxs70("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
2154
|
-
/* @__PURE__ */
|
|
2155
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx186("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" }),
|
|
2195
|
+
/* @__PURE__ */ jsx186("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" })
|
|
2156
2196
|
] });
|
|
2157
2197
|
}
|
|
2158
2198
|
);
|
|
2159
2199
|
WrapIcon.displayName = "WrapIcon";
|
|
2160
2200
|
|
|
2161
2201
|
// src/__generated__/x.tsx
|
|
2162
|
-
import { forwardRef as
|
|
2163
|
-
import { jsx as
|
|
2164
|
-
var XIcon =
|
|
2202
|
+
import { forwardRef as forwardRef187 } from "react";
|
|
2203
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
2204
|
+
var XIcon = forwardRef187(
|
|
2165
2205
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2166
|
-
return /* @__PURE__ */
|
|
2206
|
+
return /* @__PURE__ */ jsx187("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx187("path", { d: "M9.142 7.081 13.609 2H12.55L8.671 6.412 5.573 2H2l4.685 6.672L2 14h1.059l4.096-4.66L10.427 14H14L9.141 7.081Zm-1.45 1.65-.475-.665L3.44 2.78h1.626l3.048 4.266.475.664 3.962 5.546h-1.626L7.692 8.73Z" }) });
|
|
2167
2207
|
}
|
|
2168
2208
|
);
|
|
2169
2209
|
XIcon.displayName = "XIcon";
|
|
2170
2210
|
|
|
2211
|
+
// src/__generated__/xml.tsx
|
|
2212
|
+
import { forwardRef as forwardRef188 } from "react";
|
|
2213
|
+
import { jsx as jsx188 } from "react/jsx-runtime";
|
|
2214
|
+
var XmlIcon = forwardRef188(
|
|
2215
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2216
|
+
return /* @__PURE__ */ jsx188("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx188("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.3", d: "M2.667 8V3.333A1.333 1.333 0 0 1 4 2h4.667m0 0L12 5.333M8.667 2v2.667a.667.667 0 0 0 .666.666H12m0 0V8M2 10l2.667 4M2 14l2.667-4M12 10v4h2m-7.333 0v-4l1.666 2L10 10v4" }) });
|
|
2217
|
+
}
|
|
2218
|
+
);
|
|
2219
|
+
XmlIcon.displayName = "XmlIcon";
|
|
2220
|
+
|
|
2171
2221
|
// src/__generated__/youtube-1c.tsx
|
|
2172
|
-
import { forwardRef as
|
|
2173
|
-
import { jsx as
|
|
2174
|
-
var Youtube1cIcon =
|
|
2222
|
+
import { forwardRef as forwardRef189 } from "react";
|
|
2223
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
2224
|
+
var Youtube1cIcon = forwardRef189(
|
|
2175
2225
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
2176
|
-
return /* @__PURE__ */
|
|
2226
|
+
return /* @__PURE__ */ jsx189("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx189("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" }) });
|
|
2177
2227
|
}
|
|
2178
2228
|
);
|
|
2179
2229
|
Youtube1cIcon.displayName = "Youtube1cIcon";
|
|
2180
2230
|
|
|
2181
2231
|
// src/undo.tsx
|
|
2182
2232
|
import * as React from "react";
|
|
2183
|
-
import { jsx as
|
|
2233
|
+
import { jsx as jsx190, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2184
2234
|
var UndoIcon = React.forwardRef(
|
|
2185
2235
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2186
2236
|
return /* @__PURE__ */ jsxs71(
|
|
@@ -2194,8 +2244,8 @@ var UndoIcon = React.forwardRef(
|
|
|
2194
2244
|
...props,
|
|
2195
2245
|
ref: forwardedRef,
|
|
2196
2246
|
children: [
|
|
2197
|
-
/* @__PURE__ */
|
|
2198
|
-
/* @__PURE__ */
|
|
2247
|
+
/* @__PURE__ */ jsx190("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
2248
|
+
/* @__PURE__ */ jsx190("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" })
|
|
2199
2249
|
]
|
|
2200
2250
|
}
|
|
2201
2251
|
);
|
|
@@ -2205,7 +2255,7 @@ UndoIcon.displayName = "UndoIcon";
|
|
|
2205
2255
|
|
|
2206
2256
|
// src/redo.tsx
|
|
2207
2257
|
import * as React2 from "react";
|
|
2208
|
-
import { jsx as
|
|
2258
|
+
import { jsx as jsx191, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2209
2259
|
var RedoIcon = React2.forwardRef(
|
|
2210
2260
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2211
2261
|
return /* @__PURE__ */ jsxs72(
|
|
@@ -2219,8 +2269,8 @@ var RedoIcon = React2.forwardRef(
|
|
|
2219
2269
|
...props,
|
|
2220
2270
|
ref: forwardedRef,
|
|
2221
2271
|
children: [
|
|
2222
|
-
/* @__PURE__ */
|
|
2223
|
-
/* @__PURE__ */
|
|
2272
|
+
/* @__PURE__ */ jsx191("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
2273
|
+
/* @__PURE__ */ jsx191("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" })
|
|
2224
2274
|
]
|
|
2225
2275
|
}
|
|
2226
2276
|
);
|
|
@@ -2230,10 +2280,10 @@ RedoIcon.displayName = "RedoIcon";
|
|
|
2230
2280
|
|
|
2231
2281
|
// src/devices.tsx
|
|
2232
2282
|
import * as React3 from "react";
|
|
2233
|
-
import { jsx as
|
|
2283
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
2234
2284
|
var DevicesIcon = React3.forwardRef(
|
|
2235
2285
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2236
|
-
return /* @__PURE__ */
|
|
2286
|
+
return /* @__PURE__ */ jsx192(
|
|
2237
2287
|
"svg",
|
|
2238
2288
|
{
|
|
2239
2289
|
width: "15",
|
|
@@ -2243,7 +2293,7 @@ var DevicesIcon = React3.forwardRef(
|
|
|
2243
2293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2244
2294
|
...props,
|
|
2245
2295
|
ref: forwardedRef,
|
|
2246
|
-
children: /* @__PURE__ */
|
|
2296
|
+
children: /* @__PURE__ */ jsx192(
|
|
2247
2297
|
"path",
|
|
2248
2298
|
{
|
|
2249
2299
|
fill: color,
|
|
@@ -2258,9 +2308,9 @@ DevicesIcon.displayName = "DevicesIcon";
|
|
|
2258
2308
|
|
|
2259
2309
|
// src/justify-items-center.tsx
|
|
2260
2310
|
import * as React4 from "react";
|
|
2261
|
-
import { jsx as
|
|
2311
|
+
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
2262
2312
|
var JustifyItemsCenterIcon = React4.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2263
|
-
return /* @__PURE__ */
|
|
2313
|
+
return /* @__PURE__ */ jsx193(
|
|
2264
2314
|
"svg",
|
|
2265
2315
|
{
|
|
2266
2316
|
width: "24",
|
|
@@ -2270,7 +2320,7 @@ var JustifyItemsCenterIcon = React4.forwardRef(({ color = "currentColor", ...pro
|
|
|
2270
2320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2271
2321
|
...props,
|
|
2272
2322
|
ref: forwardedRef,
|
|
2273
|
-
children: /* @__PURE__ */
|
|
2323
|
+
children: /* @__PURE__ */ jsx193(
|
|
2274
2324
|
"path",
|
|
2275
2325
|
{
|
|
2276
2326
|
fillRule: "evenodd",
|
|
@@ -2286,7 +2336,7 @@ JustifyItemsCenterIcon.displayName = "JustifyItemsCenterIcon";
|
|
|
2286
2336
|
|
|
2287
2337
|
// src/justify-items-end.tsx
|
|
2288
2338
|
import * as React5 from "react";
|
|
2289
|
-
import { jsx as
|
|
2339
|
+
import { jsx as jsx194, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2290
2340
|
var JustifyItemsEndIcon = React5.forwardRef(
|
|
2291
2341
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2292
2342
|
return /* @__PURE__ */ jsxs73(
|
|
@@ -2300,14 +2350,14 @@ var JustifyItemsEndIcon = React5.forwardRef(
|
|
|
2300
2350
|
...props,
|
|
2301
2351
|
ref: forwardedRef,
|
|
2302
2352
|
children: [
|
|
2303
|
-
/* @__PURE__ */
|
|
2353
|
+
/* @__PURE__ */ jsx194(
|
|
2304
2354
|
"path",
|
|
2305
2355
|
{
|
|
2306
2356
|
d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
|
|
2307
2357
|
fill: color
|
|
2308
2358
|
}
|
|
2309
2359
|
),
|
|
2310
|
-
/* @__PURE__ */
|
|
2360
|
+
/* @__PURE__ */ jsx194("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })
|
|
2311
2361
|
]
|
|
2312
2362
|
}
|
|
2313
2363
|
);
|
|
@@ -2317,7 +2367,7 @@ JustifyItemsEndIcon.displayName = "JustifyItemsEndIcon";
|
|
|
2317
2367
|
|
|
2318
2368
|
// src/justify-items-space-around.tsx
|
|
2319
2369
|
import * as React6 from "react";
|
|
2320
|
-
import { jsx as
|
|
2370
|
+
import { jsx as jsx195, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2321
2371
|
var JustifyItemsSpaceAroundIcon = React6.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2322
2372
|
return /* @__PURE__ */ jsxs74(
|
|
2323
2373
|
"svg",
|
|
@@ -2330,10 +2380,10 @@ var JustifyItemsSpaceAroundIcon = React6.forwardRef(({ color = "currentColor", .
|
|
|
2330
2380
|
...props,
|
|
2331
2381
|
ref: forwardedRef,
|
|
2332
2382
|
children: [
|
|
2333
|
-
/* @__PURE__ */
|
|
2334
|
-
/* @__PURE__ */
|
|
2335
|
-
/* @__PURE__ */
|
|
2336
|
-
/* @__PURE__ */
|
|
2383
|
+
/* @__PURE__ */ jsx195("path", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }),
|
|
2384
|
+
/* @__PURE__ */ jsx195("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }),
|
|
2385
|
+
/* @__PURE__ */ jsx195("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }),
|
|
2386
|
+
/* @__PURE__ */ jsx195("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })
|
|
2337
2387
|
]
|
|
2338
2388
|
}
|
|
2339
2389
|
);
|
|
@@ -2342,9 +2392,9 @@ JustifyItemsSpaceAroundIcon.displayName = "JustifyItemsSpaceAroundIcon";
|
|
|
2342
2392
|
|
|
2343
2393
|
// src/justify-items-space-between.tsx
|
|
2344
2394
|
import * as React7 from "react";
|
|
2345
|
-
import { jsx as
|
|
2395
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
2346
2396
|
var JustifyItemsSpaceBetweenIcon = React7.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2347
|
-
return /* @__PURE__ */
|
|
2397
|
+
return /* @__PURE__ */ jsx196(
|
|
2348
2398
|
"svg",
|
|
2349
2399
|
{
|
|
2350
2400
|
width: "24",
|
|
@@ -2354,7 +2404,7 @@ var JustifyItemsSpaceBetweenIcon = React7.forwardRef(({ color = "currentColor",
|
|
|
2354
2404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2355
2405
|
...props,
|
|
2356
2406
|
ref: forwardedRef,
|
|
2357
|
-
children: /* @__PURE__ */
|
|
2407
|
+
children: /* @__PURE__ */ jsx196(
|
|
2358
2408
|
"path",
|
|
2359
2409
|
{
|
|
2360
2410
|
fillRule: "evenodd",
|
|
@@ -2370,7 +2420,7 @@ JustifyItemsSpaceBetweenIcon.displayName = "JustifyItemsSpaceBetweenIcon";
|
|
|
2370
2420
|
|
|
2371
2421
|
// src/justify-items-start.tsx
|
|
2372
2422
|
import * as React8 from "react";
|
|
2373
|
-
import { jsx as
|
|
2423
|
+
import { jsx as jsx197, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2374
2424
|
var JustifyItemsStartIcon = React8.forwardRef(
|
|
2375
2425
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2376
2426
|
return /* @__PURE__ */ jsxs75(
|
|
@@ -2384,14 +2434,14 @@ var JustifyItemsStartIcon = React8.forwardRef(
|
|
|
2384
2434
|
...props,
|
|
2385
2435
|
ref: forwardedRef,
|
|
2386
2436
|
children: [
|
|
2387
|
-
/* @__PURE__ */
|
|
2437
|
+
/* @__PURE__ */ jsx197(
|
|
2388
2438
|
"path",
|
|
2389
2439
|
{
|
|
2390
2440
|
d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
|
|
2391
2441
|
fill: color
|
|
2392
2442
|
}
|
|
2393
2443
|
),
|
|
2394
|
-
/* @__PURE__ */
|
|
2444
|
+
/* @__PURE__ */ jsx197("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })
|
|
2395
2445
|
]
|
|
2396
2446
|
}
|
|
2397
2447
|
);
|
|
@@ -2401,10 +2451,10 @@ JustifyItemsStartIcon.displayName = "JustifyItemsStartIcon";
|
|
|
2401
2451
|
|
|
2402
2452
|
// src/trash.tsx
|
|
2403
2453
|
import * as React9 from "react";
|
|
2404
|
-
import { jsx as
|
|
2454
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
2405
2455
|
var TrashIcon = React9.forwardRef(
|
|
2406
2456
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2407
|
-
return /* @__PURE__ */
|
|
2457
|
+
return /* @__PURE__ */ jsx198(
|
|
2408
2458
|
"svg",
|
|
2409
2459
|
{
|
|
2410
2460
|
width: "16",
|
|
@@ -2414,7 +2464,7 @@ var TrashIcon = React9.forwardRef(
|
|
|
2414
2464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2415
2465
|
...props,
|
|
2416
2466
|
ref: forwardedRef,
|
|
2417
|
-
children: /* @__PURE__ */
|
|
2467
|
+
children: /* @__PURE__ */ jsx198(
|
|
2418
2468
|
"path",
|
|
2419
2469
|
{
|
|
2420
2470
|
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",
|
|
@@ -2432,10 +2482,10 @@ TrashIcon.displayName = "TrashIcon";
|
|
|
2432
2482
|
|
|
2433
2483
|
// src/size.tsx
|
|
2434
2484
|
import * as React10 from "react";
|
|
2435
|
-
import { jsx as
|
|
2485
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
2436
2486
|
var SizeIcon = React10.forwardRef(
|
|
2437
2487
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2438
|
-
return /* @__PURE__ */
|
|
2488
|
+
return /* @__PURE__ */ jsx199(
|
|
2439
2489
|
"svg",
|
|
2440
2490
|
{
|
|
2441
2491
|
width: 16,
|
|
@@ -2445,7 +2495,7 @@ var SizeIcon = React10.forwardRef(
|
|
|
2445
2495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
2496
|
...props,
|
|
2447
2497
|
ref: forwardedRef,
|
|
2448
|
-
children: /* @__PURE__ */
|
|
2498
|
+
children: /* @__PURE__ */ jsx199(
|
|
2449
2499
|
"path",
|
|
2450
2500
|
{
|
|
2451
2501
|
fillRule: "evenodd",
|
|
@@ -2462,7 +2512,7 @@ SizeIcon.displayName = "SizeIcon";
|
|
|
2462
2512
|
|
|
2463
2513
|
// src/gear.tsx
|
|
2464
2514
|
import * as React11 from "react";
|
|
2465
|
-
import { jsx as
|
|
2515
|
+
import { jsx as jsx200, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2466
2516
|
var fillVar = "--ws-gear-icon-fill";
|
|
2467
2517
|
var gearIconCssVars = ({ fill }) => ({
|
|
2468
2518
|
[fillVar]: fill
|
|
@@ -2480,7 +2530,7 @@ var GearIcon = React11.forwardRef(
|
|
|
2480
2530
|
...props,
|
|
2481
2531
|
ref: forwardedRef,
|
|
2482
2532
|
children: [
|
|
2483
|
-
/* @__PURE__ */
|
|
2533
|
+
/* @__PURE__ */ jsx200(
|
|
2484
2534
|
"path",
|
|
2485
2535
|
{
|
|
2486
2536
|
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",
|
|
@@ -2491,7 +2541,7 @@ var GearIcon = React11.forwardRef(
|
|
|
2491
2541
|
style: { fill: `var(${fillVar}, "none")` }
|
|
2492
2542
|
}
|
|
2493
2543
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2544
|
+
/* @__PURE__ */ jsx200(
|
|
2495
2545
|
"circle",
|
|
2496
2546
|
{
|
|
2497
2547
|
cx: 8,
|
|
@@ -2510,10 +2560,10 @@ GearIcon.displayName = "GearIcon";
|
|
|
2510
2560
|
|
|
2511
2561
|
// src/new-page.tsx
|
|
2512
2562
|
import * as React12 from "react";
|
|
2513
|
-
import { jsx as
|
|
2563
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
2514
2564
|
var NewPageIcon = React12.forwardRef(
|
|
2515
2565
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2516
|
-
return /* @__PURE__ */
|
|
2566
|
+
return /* @__PURE__ */ jsx201(
|
|
2517
2567
|
"svg",
|
|
2518
2568
|
{
|
|
2519
2569
|
width: "16",
|
|
@@ -2523,7 +2573,7 @@ var NewPageIcon = React12.forwardRef(
|
|
|
2523
2573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2524
2574
|
...props,
|
|
2525
2575
|
ref: forwardedRef,
|
|
2526
|
-
children: /* @__PURE__ */
|
|
2576
|
+
children: /* @__PURE__ */ jsx201(
|
|
2527
2577
|
"path",
|
|
2528
2578
|
{
|
|
2529
2579
|
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",
|
|
@@ -2541,10 +2591,10 @@ NewPageIcon.displayName = "NewPageIcon";
|
|
|
2541
2591
|
|
|
2542
2592
|
// src/new-folder.tsx
|
|
2543
2593
|
import * as React13 from "react";
|
|
2544
|
-
import { jsx as
|
|
2594
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
2545
2595
|
var NewFolderIcon = React13.forwardRef(
|
|
2546
2596
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2547
|
-
return /* @__PURE__ */
|
|
2597
|
+
return /* @__PURE__ */ jsx202(
|
|
2548
2598
|
"svg",
|
|
2549
2599
|
{
|
|
2550
2600
|
width: "16",
|
|
@@ -2554,7 +2604,7 @@ var NewFolderIcon = React13.forwardRef(
|
|
|
2554
2604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2555
2605
|
...props,
|
|
2556
2606
|
ref: forwardedRef,
|
|
2557
|
-
children: /* @__PURE__ */
|
|
2607
|
+
children: /* @__PURE__ */ jsx202(
|
|
2558
2608
|
"path",
|
|
2559
2609
|
{
|
|
2560
2610
|
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",
|
|
@@ -2572,10 +2622,10 @@ NewFolderIcon.displayName = "NewFolderIcon";
|
|
|
2572
2622
|
|
|
2573
2623
|
// src/chevron-double-up.tsx
|
|
2574
2624
|
import * as React14 from "react";
|
|
2575
|
-
import { jsx as
|
|
2625
|
+
import { jsx as jsx203 } from "react/jsx-runtime";
|
|
2576
2626
|
var ChevronDoubleUpIcon = React14.forwardRef(
|
|
2577
2627
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2578
|
-
return /* @__PURE__ */
|
|
2628
|
+
return /* @__PURE__ */ jsx203(
|
|
2579
2629
|
"svg",
|
|
2580
2630
|
{
|
|
2581
2631
|
width: "16",
|
|
@@ -2585,7 +2635,7 @@ var ChevronDoubleUpIcon = React14.forwardRef(
|
|
|
2585
2635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2586
2636
|
...props,
|
|
2587
2637
|
ref: forwardedRef,
|
|
2588
|
-
children: /* @__PURE__ */
|
|
2638
|
+
children: /* @__PURE__ */ jsx203(
|
|
2589
2639
|
"path",
|
|
2590
2640
|
{
|
|
2591
2641
|
d: "M3 14L8 9L13 14M3 7L8 2L13 7",
|
|
@@ -2603,10 +2653,10 @@ ChevronDoubleUpIcon.displayName = "ChevronDoubleUpIcon";
|
|
|
2603
2653
|
|
|
2604
2654
|
// src/chevron-double-down.tsx
|
|
2605
2655
|
import * as React15 from "react";
|
|
2606
|
-
import { jsx as
|
|
2656
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
2607
2657
|
var ChevronDoubleDownIcon = React15.forwardRef(
|
|
2608
2658
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2609
|
-
return /* @__PURE__ */
|
|
2659
|
+
return /* @__PURE__ */ jsx204(
|
|
2610
2660
|
"svg",
|
|
2611
2661
|
{
|
|
2612
2662
|
width: "16",
|
|
@@ -2616,7 +2666,7 @@ var ChevronDoubleDownIcon = React15.forwardRef(
|
|
|
2616
2666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2617
2667
|
...props,
|
|
2618
2668
|
ref: forwardedRef,
|
|
2619
|
-
children: /* @__PURE__ */
|
|
2669
|
+
children: /* @__PURE__ */ jsx204(
|
|
2620
2670
|
"path",
|
|
2621
2671
|
{
|
|
2622
2672
|
d: "M13 2L8 7L3 2M13 9L8 14L3 9",
|
|
@@ -2634,10 +2684,10 @@ ChevronDoubleDownIcon.displayName = "ChevronDoubleDownIcon";
|
|
|
2634
2684
|
|
|
2635
2685
|
// src/chevron-double-left.tsx
|
|
2636
2686
|
import * as React16 from "react";
|
|
2637
|
-
import { jsx as
|
|
2687
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
2638
2688
|
var ChevronDoubleLeftIcon = React16.forwardRef(
|
|
2639
2689
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2640
|
-
return /* @__PURE__ */
|
|
2690
|
+
return /* @__PURE__ */ jsx205(
|
|
2641
2691
|
"svg",
|
|
2642
2692
|
{
|
|
2643
2693
|
width: "16",
|
|
@@ -2647,7 +2697,7 @@ var ChevronDoubleLeftIcon = React16.forwardRef(
|
|
|
2647
2697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2648
2698
|
...props,
|
|
2649
2699
|
ref: forwardedRef,
|
|
2650
|
-
children: /* @__PURE__ */
|
|
2700
|
+
children: /* @__PURE__ */ jsx205(
|
|
2651
2701
|
"path",
|
|
2652
2702
|
{
|
|
2653
2703
|
d: "M14 13L9 8L14 3M7 13L2 8L7 3",
|
|
@@ -2665,9 +2715,9 @@ ChevronDoubleLeftIcon.displayName = "ChevronDoubleLeftIcon";
|
|
|
2665
2715
|
|
|
2666
2716
|
// src/chevron-double-right.tsx
|
|
2667
2717
|
import * as React17 from "react";
|
|
2668
|
-
import { jsx as
|
|
2718
|
+
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
2669
2719
|
var ChevronDoubleRightIcon = React17.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2670
|
-
return /* @__PURE__ */
|
|
2720
|
+
return /* @__PURE__ */ jsx206(
|
|
2671
2721
|
"svg",
|
|
2672
2722
|
{
|
|
2673
2723
|
width: "16",
|
|
@@ -2677,7 +2727,7 @@ var ChevronDoubleRightIcon = React17.forwardRef(({ color = "currentColor", ...pr
|
|
|
2677
2727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2678
2728
|
...props,
|
|
2679
2729
|
ref: forwardedRef,
|
|
2680
|
-
children: /* @__PURE__ */
|
|
2730
|
+
children: /* @__PURE__ */ jsx206(
|
|
2681
2731
|
"path",
|
|
2682
2732
|
{
|
|
2683
2733
|
d: "M2 3L7 8L2 13M9 3L14 8L9 13",
|
|
@@ -2694,9 +2744,9 @@ ChevronDoubleRightIcon.displayName = "ChevronDoubleRightIcon";
|
|
|
2694
2744
|
|
|
2695
2745
|
// src/cross-circled-filled.tsx
|
|
2696
2746
|
import * as React18 from "react";
|
|
2697
|
-
import { jsx as
|
|
2747
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
2698
2748
|
var CrossCircledFilledIcon = React18.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2699
|
-
return /* @__PURE__ */
|
|
2749
|
+
return /* @__PURE__ */ jsx207(
|
|
2700
2750
|
"svg",
|
|
2701
2751
|
{
|
|
2702
2752
|
width: "16",
|
|
@@ -2706,7 +2756,7 @@ var CrossCircledFilledIcon = React18.forwardRef(({ color = "currentColor", ...pr
|
|
|
2706
2756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2707
2757
|
...props,
|
|
2708
2758
|
ref: forwardedRef,
|
|
2709
|
-
children: /* @__PURE__ */
|
|
2759
|
+
children: /* @__PURE__ */ jsx207(
|
|
2710
2760
|
"path",
|
|
2711
2761
|
{
|
|
2712
2762
|
fillRule: "evenodd",
|
|
@@ -2722,10 +2772,10 @@ CrossCircledFilledIcon.displayName = "CrossCircledFilled";
|
|
|
2722
2772
|
|
|
2723
2773
|
// src/cross.tsx
|
|
2724
2774
|
import * as React19 from "react";
|
|
2725
|
-
import { jsx as
|
|
2775
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
2726
2776
|
var CrossIcon = React19.forwardRef(
|
|
2727
2777
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2728
|
-
return /* @__PURE__ */
|
|
2778
|
+
return /* @__PURE__ */ jsx208(
|
|
2729
2779
|
"svg",
|
|
2730
2780
|
{
|
|
2731
2781
|
width: "16",
|
|
@@ -2735,7 +2785,7 @@ var CrossIcon = React19.forwardRef(
|
|
|
2735
2785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2736
2786
|
...props,
|
|
2737
2787
|
ref: forwardedRef,
|
|
2738
|
-
children: /* @__PURE__ */
|
|
2788
|
+
children: /* @__PURE__ */ jsx208(
|
|
2739
2789
|
"path",
|
|
2740
2790
|
{
|
|
2741
2791
|
d: "M13 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13",
|
|
@@ -2752,10 +2802,10 @@ CrossIcon.displayName = "Cross";
|
|
|
2752
2802
|
|
|
2753
2803
|
// src/magnifying-glass.tsx
|
|
2754
2804
|
import * as React20 from "react";
|
|
2755
|
-
import { jsx as
|
|
2805
|
+
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
2756
2806
|
var MagnifyingGlassIcon = React20.forwardRef(
|
|
2757
2807
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2758
|
-
return /* @__PURE__ */
|
|
2808
|
+
return /* @__PURE__ */ jsx209(
|
|
2759
2809
|
"svg",
|
|
2760
2810
|
{
|
|
2761
2811
|
width: "16",
|
|
@@ -2765,7 +2815,7 @@ var MagnifyingGlassIcon = React20.forwardRef(
|
|
|
2765
2815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2766
2816
|
...props,
|
|
2767
2817
|
ref: forwardedRef,
|
|
2768
|
-
children: /* @__PURE__ */
|
|
2818
|
+
children: /* @__PURE__ */ jsx209(
|
|
2769
2819
|
"path",
|
|
2770
2820
|
{
|
|
2771
2821
|
fillRule: "evenodd",
|
|
@@ -2782,10 +2832,10 @@ MagnifyingGlassIcon.displayName = "MagnifyingGlass";
|
|
|
2782
2832
|
|
|
2783
2833
|
// src/cross-small.tsx
|
|
2784
2834
|
import * as React21 from "react";
|
|
2785
|
-
import { jsx as
|
|
2835
|
+
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
2786
2836
|
var CrossSmallIcon = React21.forwardRef(
|
|
2787
2837
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2788
|
-
return /* @__PURE__ */
|
|
2838
|
+
return /* @__PURE__ */ jsx210(
|
|
2789
2839
|
"svg",
|
|
2790
2840
|
{
|
|
2791
2841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2795,7 +2845,7 @@ var CrossSmallIcon = React21.forwardRef(
|
|
|
2795
2845
|
height: "16",
|
|
2796
2846
|
...props,
|
|
2797
2847
|
ref: forwardedRef,
|
|
2798
|
-
children: /* @__PURE__ */
|
|
2848
|
+
children: /* @__PURE__ */ jsx210(
|
|
2799
2849
|
"path",
|
|
2800
2850
|
{
|
|
2801
2851
|
stroke: color,
|
|
@@ -2812,10 +2862,10 @@ CrossSmallIcon.displayName = "CrossSmallIcon";
|
|
|
2812
2862
|
|
|
2813
2863
|
// src/cross-large.tsx
|
|
2814
2864
|
import * as React22 from "react";
|
|
2815
|
-
import { jsx as
|
|
2865
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
2816
2866
|
var CrossLargeIcon = React22.forwardRef(
|
|
2817
2867
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2818
|
-
return /* @__PURE__ */
|
|
2868
|
+
return /* @__PURE__ */ jsx211(
|
|
2819
2869
|
"svg",
|
|
2820
2870
|
{
|
|
2821
2871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2825,7 +2875,7 @@ var CrossLargeIcon = React22.forwardRef(
|
|
|
2825
2875
|
height: "16",
|
|
2826
2876
|
...props,
|
|
2827
2877
|
ref: forwardedRef,
|
|
2828
|
-
children: /* @__PURE__ */
|
|
2878
|
+
children: /* @__PURE__ */ jsx211(
|
|
2829
2879
|
"path",
|
|
2830
2880
|
{
|
|
2831
2881
|
stroke: color,
|
|
@@ -2840,38 +2890,12 @@ var CrossLargeIcon = React22.forwardRef(
|
|
|
2840
2890
|
);
|
|
2841
2891
|
CrossLargeIcon.displayName = "CrossLargeIcon";
|
|
2842
2892
|
|
|
2843
|
-
// src/ellipses.tsx
|
|
2844
|
-
import * as React23 from "react";
|
|
2845
|
-
import { jsx as jsx207, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2846
|
-
var EllipsesIcon = React23.forwardRef(
|
|
2847
|
-
({ color = "currentColor", colors = [], ...props }, forwardedRef) => {
|
|
2848
|
-
return /* @__PURE__ */ jsxs77(
|
|
2849
|
-
"svg",
|
|
2850
|
-
{
|
|
2851
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2852
|
-
fill: "none",
|
|
2853
|
-
viewBox: "0 0 16 16",
|
|
2854
|
-
width: "16",
|
|
2855
|
-
height: "16",
|
|
2856
|
-
...props,
|
|
2857
|
-
ref: forwardedRef,
|
|
2858
|
-
children: [
|
|
2859
|
-
/* @__PURE__ */ jsx207("circle", { cx: "2.3", cy: "8", r: "1.8", fill: colors[0] ?? color }),
|
|
2860
|
-
/* @__PURE__ */ jsx207("circle", { cx: "8", cy: "8", r: "1.8", fill: colors[1] ?? color }),
|
|
2861
|
-
/* @__PURE__ */ jsx207("circle", { cx: "14", cy: "8", r: "1.8", fill: colors[2] ?? color })
|
|
2862
|
-
]
|
|
2863
|
-
}
|
|
2864
|
-
);
|
|
2865
|
-
}
|
|
2866
|
-
);
|
|
2867
|
-
EllipsesIcon.displayName = "EllipsesIcon";
|
|
2868
|
-
|
|
2869
2893
|
// src/text-align-center.tsx
|
|
2870
|
-
import * as
|
|
2871
|
-
import { jsx as
|
|
2872
|
-
var TextAlignCenterIcon =
|
|
2894
|
+
import * as React23 from "react";
|
|
2895
|
+
import { jsx as jsx212, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2896
|
+
var TextAlignCenterIcon = React23.forwardRef(
|
|
2873
2897
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2874
|
-
return /* @__PURE__ */
|
|
2898
|
+
return /* @__PURE__ */ jsxs77(
|
|
2875
2899
|
"svg",
|
|
2876
2900
|
{
|
|
2877
2901
|
width: "16",
|
|
@@ -2882,21 +2906,21 @@ var TextAlignCenterIcon = React24.forwardRef(
|
|
|
2882
2906
|
...props,
|
|
2883
2907
|
ref: forwardedRef,
|
|
2884
2908
|
children: [
|
|
2885
|
-
/* @__PURE__ */
|
|
2909
|
+
/* @__PURE__ */ jsx212(
|
|
2886
2910
|
"path",
|
|
2887
2911
|
{
|
|
2888
2912
|
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",
|
|
2889
2913
|
fill: color
|
|
2890
2914
|
}
|
|
2891
2915
|
),
|
|
2892
|
-
/* @__PURE__ */
|
|
2916
|
+
/* @__PURE__ */ jsx212(
|
|
2893
2917
|
"path",
|
|
2894
2918
|
{
|
|
2895
2919
|
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",
|
|
2896
2920
|
fill: color
|
|
2897
2921
|
}
|
|
2898
2922
|
),
|
|
2899
|
-
/* @__PURE__ */
|
|
2923
|
+
/* @__PURE__ */ jsx212(
|
|
2900
2924
|
"path",
|
|
2901
2925
|
{
|
|
2902
2926
|
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",
|
|
@@ -2911,11 +2935,11 @@ var TextAlignCenterIcon = React24.forwardRef(
|
|
|
2911
2935
|
TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
|
|
2912
2936
|
|
|
2913
2937
|
// src/text-align-justify.tsx
|
|
2914
|
-
import * as
|
|
2915
|
-
import { jsx as
|
|
2916
|
-
var TextAlignJustifyIcon =
|
|
2938
|
+
import * as React24 from "react";
|
|
2939
|
+
import { jsx as jsx213, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2940
|
+
var TextAlignJustifyIcon = React24.forwardRef(
|
|
2917
2941
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2918
|
-
return /* @__PURE__ */
|
|
2942
|
+
return /* @__PURE__ */ jsxs78(
|
|
2919
2943
|
"svg",
|
|
2920
2944
|
{
|
|
2921
2945
|
width: "16",
|
|
@@ -2926,21 +2950,21 @@ var TextAlignJustifyIcon = React25.forwardRef(
|
|
|
2926
2950
|
...props,
|
|
2927
2951
|
ref: forwardedRef,
|
|
2928
2952
|
children: [
|
|
2929
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ jsx213(
|
|
2930
2954
|
"path",
|
|
2931
2955
|
{
|
|
2932
2956
|
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",
|
|
2933
2957
|
fill: color
|
|
2934
2958
|
}
|
|
2935
2959
|
),
|
|
2936
|
-
/* @__PURE__ */
|
|
2960
|
+
/* @__PURE__ */ jsx213(
|
|
2937
2961
|
"path",
|
|
2938
2962
|
{
|
|
2939
2963
|
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",
|
|
2940
2964
|
fill: color
|
|
2941
2965
|
}
|
|
2942
2966
|
),
|
|
2943
|
-
/* @__PURE__ */
|
|
2967
|
+
/* @__PURE__ */ jsx213(
|
|
2944
2968
|
"path",
|
|
2945
2969
|
{
|
|
2946
2970
|
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",
|
|
@@ -2955,11 +2979,11 @@ var TextAlignJustifyIcon = React25.forwardRef(
|
|
|
2955
2979
|
TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
|
|
2956
2980
|
|
|
2957
2981
|
// src/text-align-right.tsx
|
|
2958
|
-
import * as
|
|
2959
|
-
import { jsx as
|
|
2960
|
-
var TextAlignRightIcon =
|
|
2982
|
+
import * as React25 from "react";
|
|
2983
|
+
import { jsx as jsx214, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
2984
|
+
var TextAlignRightIcon = React25.forwardRef(
|
|
2961
2985
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
2962
|
-
return /* @__PURE__ */
|
|
2986
|
+
return /* @__PURE__ */ jsxs79(
|
|
2963
2987
|
"svg",
|
|
2964
2988
|
{
|
|
2965
2989
|
width: "16",
|
|
@@ -2970,21 +2994,21 @@ var TextAlignRightIcon = React26.forwardRef(
|
|
|
2970
2994
|
...props,
|
|
2971
2995
|
ref: forwardedRef,
|
|
2972
2996
|
children: [
|
|
2973
|
-
/* @__PURE__ */
|
|
2997
|
+
/* @__PURE__ */ jsx214(
|
|
2974
2998
|
"path",
|
|
2975
2999
|
{
|
|
2976
3000
|
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",
|
|
2977
3001
|
fill: color
|
|
2978
3002
|
}
|
|
2979
3003
|
),
|
|
2980
|
-
/* @__PURE__ */
|
|
3004
|
+
/* @__PURE__ */ jsx214(
|
|
2981
3005
|
"path",
|
|
2982
3006
|
{
|
|
2983
3007
|
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",
|
|
2984
3008
|
fill: color
|
|
2985
3009
|
}
|
|
2986
3010
|
),
|
|
2987
|
-
/* @__PURE__ */
|
|
3011
|
+
/* @__PURE__ */ jsx214(
|
|
2988
3012
|
"path",
|
|
2989
3013
|
{
|
|
2990
3014
|
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",
|
|
@@ -2999,11 +3023,11 @@ var TextAlignRightIcon = React26.forwardRef(
|
|
|
2999
3023
|
TextAlignRightIcon.displayName = "TextAlignRightIcon";
|
|
3000
3024
|
|
|
3001
3025
|
// src/text-capitalize.tsx
|
|
3002
|
-
import * as
|
|
3003
|
-
import { jsx as
|
|
3004
|
-
var TextCapitalizeIcon =
|
|
3026
|
+
import * as React26 from "react";
|
|
3027
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
3028
|
+
var TextCapitalizeIcon = React26.forwardRef(
|
|
3005
3029
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3006
|
-
return /* @__PURE__ */
|
|
3030
|
+
return /* @__PURE__ */ jsx215(
|
|
3007
3031
|
"svg",
|
|
3008
3032
|
{
|
|
3009
3033
|
width: "16",
|
|
@@ -3013,7 +3037,7 @@ var TextCapitalizeIcon = React27.forwardRef(
|
|
|
3013
3037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3014
3038
|
...props,
|
|
3015
3039
|
ref: forwardedRef,
|
|
3016
|
-
children: /* @__PURE__ */
|
|
3040
|
+
children: /* @__PURE__ */ jsx215(
|
|
3017
3041
|
"path",
|
|
3018
3042
|
{
|
|
3019
3043
|
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",
|
|
@@ -3027,11 +3051,11 @@ var TextCapitalizeIcon = React27.forwardRef(
|
|
|
3027
3051
|
TextCapitalizeIcon.displayName = "TextCapitalizeIcon";
|
|
3028
3052
|
|
|
3029
3053
|
// src/text-hyphen.tsx
|
|
3030
|
-
import * as
|
|
3031
|
-
import { jsx as
|
|
3032
|
-
var TextHyphenIcon =
|
|
3054
|
+
import * as React27 from "react";
|
|
3055
|
+
import { jsx as jsx216 } from "react/jsx-runtime";
|
|
3056
|
+
var TextHyphenIcon = React27.forwardRef(
|
|
3033
3057
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3034
|
-
return /* @__PURE__ */
|
|
3058
|
+
return /* @__PURE__ */ jsx216(
|
|
3035
3059
|
"svg",
|
|
3036
3060
|
{
|
|
3037
3061
|
width: "16",
|
|
@@ -3041,7 +3065,7 @@ var TextHyphenIcon = React28.forwardRef(
|
|
|
3041
3065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3042
3066
|
...props,
|
|
3043
3067
|
ref: forwardedRef,
|
|
3044
|
-
children: /* @__PURE__ */
|
|
3068
|
+
children: /* @__PURE__ */ jsx216(
|
|
3045
3069
|
"path",
|
|
3046
3070
|
{
|
|
3047
3071
|
fillRule: "evenodd",
|
|
@@ -3057,11 +3081,11 @@ var TextHyphenIcon = React28.forwardRef(
|
|
|
3057
3081
|
TextHyphenIcon.displayName = "TextHyphenIcon";
|
|
3058
3082
|
|
|
3059
3083
|
// src/text-lowercase.tsx
|
|
3060
|
-
import * as
|
|
3061
|
-
import { jsx as
|
|
3062
|
-
var TextLowercaseIcon =
|
|
3084
|
+
import * as React28 from "react";
|
|
3085
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
3086
|
+
var TextLowercaseIcon = React28.forwardRef(
|
|
3063
3087
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3064
|
-
return /* @__PURE__ */
|
|
3088
|
+
return /* @__PURE__ */ jsx217(
|
|
3065
3089
|
"svg",
|
|
3066
3090
|
{
|
|
3067
3091
|
width: "16",
|
|
@@ -3071,7 +3095,7 @@ var TextLowercaseIcon = React29.forwardRef(
|
|
|
3071
3095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3072
3096
|
...props,
|
|
3073
3097
|
ref: forwardedRef,
|
|
3074
|
-
children: /* @__PURE__ */
|
|
3098
|
+
children: /* @__PURE__ */ jsx217(
|
|
3075
3099
|
"path",
|
|
3076
3100
|
{
|
|
3077
3101
|
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",
|
|
@@ -3085,11 +3109,11 @@ var TextLowercaseIcon = React29.forwardRef(
|
|
|
3085
3109
|
TextLowercaseIcon.displayName = "TextLowercaseIcon";
|
|
3086
3110
|
|
|
3087
3111
|
// src/text-strikethrough.tsx
|
|
3088
|
-
import * as
|
|
3089
|
-
import { jsx as
|
|
3090
|
-
var TextStrikethroughIcon =
|
|
3112
|
+
import * as React29 from "react";
|
|
3113
|
+
import { jsx as jsx218, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3114
|
+
var TextStrikethroughIcon = React29.forwardRef(
|
|
3091
3115
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3092
|
-
return /* @__PURE__ */
|
|
3116
|
+
return /* @__PURE__ */ jsxs80(
|
|
3093
3117
|
"svg",
|
|
3094
3118
|
{
|
|
3095
3119
|
width: "16",
|
|
@@ -3100,21 +3124,21 @@ var TextStrikethroughIcon = React30.forwardRef(
|
|
|
3100
3124
|
...props,
|
|
3101
3125
|
ref: forwardedRef,
|
|
3102
3126
|
children: [
|
|
3103
|
-
/* @__PURE__ */
|
|
3127
|
+
/* @__PURE__ */ jsx218(
|
|
3104
3128
|
"path",
|
|
3105
3129
|
{
|
|
3106
3130
|
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",
|
|
3107
3131
|
fill: color
|
|
3108
3132
|
}
|
|
3109
3133
|
),
|
|
3110
|
-
/* @__PURE__ */
|
|
3134
|
+
/* @__PURE__ */ jsx218(
|
|
3111
3135
|
"path",
|
|
3112
3136
|
{
|
|
3113
3137
|
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",
|
|
3114
3138
|
fill: color
|
|
3115
3139
|
}
|
|
3116
3140
|
),
|
|
3117
|
-
/* @__PURE__ */
|
|
3141
|
+
/* @__PURE__ */ jsx218(
|
|
3118
3142
|
"path",
|
|
3119
3143
|
{
|
|
3120
3144
|
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",
|
|
@@ -3129,11 +3153,11 @@ var TextStrikethroughIcon = React30.forwardRef(
|
|
|
3129
3153
|
TextStrikethroughIcon.displayName = "TextStrikethroughIcon";
|
|
3130
3154
|
|
|
3131
3155
|
// src/text-truncate.tsx
|
|
3132
|
-
import * as
|
|
3133
|
-
import { jsx as
|
|
3134
|
-
var TextTruncateIcon =
|
|
3156
|
+
import * as React30 from "react";
|
|
3157
|
+
import { jsx as jsx219, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3158
|
+
var TextTruncateIcon = React30.forwardRef(
|
|
3135
3159
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3136
|
-
return /* @__PURE__ */
|
|
3160
|
+
return /* @__PURE__ */ jsxs81(
|
|
3137
3161
|
"svg",
|
|
3138
3162
|
{
|
|
3139
3163
|
width: "16",
|
|
@@ -3144,28 +3168,28 @@ var TextTruncateIcon = React31.forwardRef(
|
|
|
3144
3168
|
...props,
|
|
3145
3169
|
ref: forwardedRef,
|
|
3146
3170
|
children: [
|
|
3147
|
-
/* @__PURE__ */
|
|
3171
|
+
/* @__PURE__ */ jsx219(
|
|
3148
3172
|
"path",
|
|
3149
3173
|
{
|
|
3150
3174
|
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",
|
|
3151
3175
|
fill: color
|
|
3152
3176
|
}
|
|
3153
3177
|
),
|
|
3154
|
-
/* @__PURE__ */
|
|
3178
|
+
/* @__PURE__ */ jsx219(
|
|
3155
3179
|
"path",
|
|
3156
3180
|
{
|
|
3157
3181
|
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",
|
|
3158
3182
|
fill: color
|
|
3159
3183
|
}
|
|
3160
3184
|
),
|
|
3161
|
-
/* @__PURE__ */
|
|
3185
|
+
/* @__PURE__ */ jsx219(
|
|
3162
3186
|
"path",
|
|
3163
3187
|
{
|
|
3164
3188
|
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",
|
|
3165
3189
|
fill: color
|
|
3166
3190
|
}
|
|
3167
3191
|
),
|
|
3168
|
-
/* @__PURE__ */
|
|
3192
|
+
/* @__PURE__ */ jsx219(
|
|
3169
3193
|
"path",
|
|
3170
3194
|
{
|
|
3171
3195
|
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",
|
|
@@ -3180,11 +3204,11 @@ var TextTruncateIcon = React31.forwardRef(
|
|
|
3180
3204
|
TextTruncateIcon.displayName = "TextTruncateIcon";
|
|
3181
3205
|
|
|
3182
3206
|
// src/text-underline.tsx
|
|
3183
|
-
import * as
|
|
3184
|
-
import { jsx as
|
|
3185
|
-
var TextUnderlineIcon =
|
|
3207
|
+
import * as React31 from "react";
|
|
3208
|
+
import { jsx as jsx220 } from "react/jsx-runtime";
|
|
3209
|
+
var TextUnderlineIcon = React31.forwardRef(
|
|
3186
3210
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3187
|
-
return /* @__PURE__ */
|
|
3211
|
+
return /* @__PURE__ */ jsx220(
|
|
3188
3212
|
"svg",
|
|
3189
3213
|
{
|
|
3190
3214
|
width: "16",
|
|
@@ -3194,7 +3218,7 @@ var TextUnderlineIcon = React32.forwardRef(
|
|
|
3194
3218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3195
3219
|
...props,
|
|
3196
3220
|
ref: forwardedRef,
|
|
3197
|
-
children: /* @__PURE__ */
|
|
3221
|
+
children: /* @__PURE__ */ jsx220(
|
|
3198
3222
|
"path",
|
|
3199
3223
|
{
|
|
3200
3224
|
fillRule: "evenodd",
|
|
@@ -3210,11 +3234,11 @@ var TextUnderlineIcon = React32.forwardRef(
|
|
|
3210
3234
|
TextUnderlineIcon.displayName = "TextUnderlineIcon";
|
|
3211
3235
|
|
|
3212
3236
|
// src/text-uppercase.tsx
|
|
3213
|
-
import * as
|
|
3214
|
-
import { jsx as
|
|
3215
|
-
var TextUppercaseIcon =
|
|
3237
|
+
import * as React32 from "react";
|
|
3238
|
+
import { jsx as jsx221 } from "react/jsx-runtime";
|
|
3239
|
+
var TextUppercaseIcon = React32.forwardRef(
|
|
3216
3240
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3217
|
-
return /* @__PURE__ */
|
|
3241
|
+
return /* @__PURE__ */ jsx221(
|
|
3218
3242
|
"svg",
|
|
3219
3243
|
{
|
|
3220
3244
|
width: "16",
|
|
@@ -3224,7 +3248,7 @@ var TextUppercaseIcon = React33.forwardRef(
|
|
|
3224
3248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3225
3249
|
...props,
|
|
3226
3250
|
ref: forwardedRef,
|
|
3227
|
-
children: /* @__PURE__ */
|
|
3251
|
+
children: /* @__PURE__ */ jsx221(
|
|
3228
3252
|
"path",
|
|
3229
3253
|
{
|
|
3230
3254
|
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",
|
|
@@ -3241,11 +3265,11 @@ var TextUppercaseIcon = React33.forwardRef(
|
|
|
3241
3265
|
TextUppercaseIcon.displayName = "TextUppercaseIcon";
|
|
3242
3266
|
|
|
3243
3267
|
// src/text-direction-ltr.tsx
|
|
3244
|
-
import * as
|
|
3245
|
-
import { jsx as
|
|
3246
|
-
var TextDirectionLTRIcon =
|
|
3268
|
+
import * as React33 from "react";
|
|
3269
|
+
import { jsx as jsx222 } from "react/jsx-runtime";
|
|
3270
|
+
var TextDirectionLTRIcon = React33.forwardRef(
|
|
3247
3271
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3248
|
-
return /* @__PURE__ */
|
|
3272
|
+
return /* @__PURE__ */ jsx222(
|
|
3249
3273
|
"svg",
|
|
3250
3274
|
{
|
|
3251
3275
|
width: "16",
|
|
@@ -3255,7 +3279,7 @@ var TextDirectionLTRIcon = React34.forwardRef(
|
|
|
3255
3279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3256
3280
|
...props,
|
|
3257
3281
|
ref: forwardedRef,
|
|
3258
|
-
children: /* @__PURE__ */
|
|
3282
|
+
children: /* @__PURE__ */ jsx222(
|
|
3259
3283
|
"path",
|
|
3260
3284
|
{
|
|
3261
3285
|
fillRule: "evenodd",
|
|
@@ -3271,11 +3295,11 @@ var TextDirectionLTRIcon = React34.forwardRef(
|
|
|
3271
3295
|
TextDirectionLTRIcon.displayName = "TextDirectionLTRIcon";
|
|
3272
3296
|
|
|
3273
3297
|
// src/text-direction-rtl.tsx
|
|
3274
|
-
import * as
|
|
3275
|
-
import { jsx as
|
|
3276
|
-
var TextDirectionRTLIcon =
|
|
3298
|
+
import * as React34 from "react";
|
|
3299
|
+
import { jsx as jsx223 } from "react/jsx-runtime";
|
|
3300
|
+
var TextDirectionRTLIcon = React34.forwardRef(
|
|
3277
3301
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
3278
|
-
return /* @__PURE__ */
|
|
3302
|
+
return /* @__PURE__ */ jsx223(
|
|
3279
3303
|
"svg",
|
|
3280
3304
|
{
|
|
3281
3305
|
width: "16",
|
|
@@ -3285,7 +3309,7 @@ var TextDirectionRTLIcon = React35.forwardRef(
|
|
|
3285
3309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3286
3310
|
...props,
|
|
3287
3311
|
ref: forwardedRef,
|
|
3288
|
-
children: /* @__PURE__ */
|
|
3312
|
+
children: /* @__PURE__ */ jsx223(
|
|
3289
3313
|
"path",
|
|
3290
3314
|
{
|
|
3291
3315
|
fillRule: "evenodd",
|
|
@@ -3349,6 +3373,7 @@ export {
|
|
|
3349
3373
|
BpStarOnIcon,
|
|
3350
3374
|
BugIcon,
|
|
3351
3375
|
ButtonElementIcon,
|
|
3376
|
+
CalendarIcon,
|
|
3352
3377
|
CheckCircleIcon,
|
|
3353
3378
|
CheckMarkIcon,
|
|
3354
3379
|
CheckboxCheckedFilledIcon,
|
|
@@ -3375,6 +3400,7 @@ export {
|
|
|
3375
3400
|
CodeTextIcon,
|
|
3376
3401
|
CollapsibleIcon,
|
|
3377
3402
|
CommitIcon,
|
|
3403
|
+
ContentEmbedIcon,
|
|
3378
3404
|
ContentIcon,
|
|
3379
3405
|
CopyIcon,
|
|
3380
3406
|
CrossCircledFilledIcon,
|
|
@@ -3403,6 +3429,7 @@ export {
|
|
|
3403
3429
|
ExternalLinkIcon,
|
|
3404
3430
|
EyeconClosedIcon,
|
|
3405
3431
|
EyeconOpenIcon,
|
|
3432
|
+
EyedropperIcon,
|
|
3406
3433
|
FolderIcon,
|
|
3407
3434
|
FooterIcon,
|
|
3408
3435
|
FormIcon,
|
|
@@ -3444,7 +3471,6 @@ export {
|
|
|
3444
3471
|
LocalStyleIcon,
|
|
3445
3472
|
MagnifyingGlassIcon,
|
|
3446
3473
|
MaximizeIcon,
|
|
3447
|
-
MenuEllipsesIcon,
|
|
3448
3474
|
MicIcon,
|
|
3449
3475
|
MicOffIcon,
|
|
3450
3476
|
MinimizeIcon,
|
|
@@ -3514,10 +3540,12 @@ export {
|
|
|
3514
3540
|
VideoIcon,
|
|
3515
3541
|
ViewportIcon,
|
|
3516
3542
|
VimeoIcon,
|
|
3543
|
+
WebhookFormIcon,
|
|
3517
3544
|
Webstudio1cIcon,
|
|
3518
3545
|
WebstudioIcon,
|
|
3519
3546
|
WrapIcon,
|
|
3520
3547
|
XIcon,
|
|
3548
|
+
XmlIcon,
|
|
3521
3549
|
Youtube1cIcon,
|
|
3522
3550
|
gearIconCssVars
|
|
3523
3551
|
};
|