@webstudio-is/icons 0.82.0 → 0.84.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/LICENSE +661 -21
- package/lib/__generated__/accordion-content.js +14 -0
- package/lib/__generated__/accordion-trigger.js +14 -0
- package/lib/__generated__/accordion.js +14 -0
- package/lib/__generated__/chevron-filled-up.js +1 -1
- package/lib/__generated__/collapsible.js +11 -0
- package/lib/__generated__/content.js +11 -0
- package/lib/__generated__/description.js +16 -0
- package/lib/__generated__/dialog.js +17 -0
- package/lib/__generated__/footer.js +11 -0
- package/lib/__generated__/header.js +11 -0
- package/lib/__generated__/index.js +20 -0
- package/lib/__generated__/item.js +11 -0
- package/lib/__generated__/label.js +11 -0
- package/lib/__generated__/navigation-menu.js +11 -0
- package/lib/__generated__/overlay.js +11 -0
- package/lib/__generated__/popover.js +11 -0
- package/lib/__generated__/select.js +14 -0
- package/lib/__generated__/slider.js +11 -0
- package/lib/__generated__/svg/accordion-content.js +4 -0
- package/lib/__generated__/svg/accordion-trigger.js +4 -0
- package/lib/__generated__/svg/accordion.js +4 -0
- package/lib/__generated__/svg/chevron-filled-up.js +1 -1
- package/lib/__generated__/svg/collapsible.js +4 -0
- package/lib/__generated__/svg/content.js +4 -0
- package/lib/__generated__/svg/description.js +4 -0
- package/lib/__generated__/svg/dialog.js +4 -0
- package/lib/__generated__/svg/footer.js +4 -0
- package/lib/__generated__/svg/header.js +4 -0
- package/lib/__generated__/svg/index.js +40 -0
- package/lib/__generated__/svg/item.js +4 -0
- package/lib/__generated__/svg/label.js +4 -0
- package/lib/__generated__/svg/navigation-menu.js +4 -0
- package/lib/__generated__/svg/overlay.js +4 -0
- package/lib/__generated__/svg/popover.js +4 -0
- package/lib/__generated__/svg/select.js +4 -0
- package/lib/__generated__/svg/slider.js +4 -0
- package/lib/__generated__/svg/switch.js +4 -0
- package/lib/__generated__/svg/tabs.js +4 -0
- package/lib/__generated__/svg/tooltip.js +4 -0
- package/lib/__generated__/svg/trigger.js +4 -0
- package/lib/__generated__/switch.js +11 -0
- package/lib/__generated__/tabs.js +11 -0
- package/lib/__generated__/tooltip.js +11 -0
- package/lib/__generated__/trigger.js +11 -0
- package/lib/cjs/__generated__/accordion-content.js +34 -0
- package/lib/cjs/__generated__/accordion-trigger.js +34 -0
- package/lib/cjs/__generated__/accordion.js +34 -0
- package/lib/cjs/__generated__/chevron-filled-up.js +1 -1
- package/lib/cjs/__generated__/collapsible.js +31 -0
- package/lib/cjs/__generated__/content.js +31 -0
- package/lib/cjs/__generated__/description.js +36 -0
- package/lib/cjs/__generated__/dialog.js +37 -0
- package/lib/cjs/__generated__/footer.js +31 -0
- package/lib/cjs/__generated__/header.js +31 -0
- package/lib/cjs/__generated__/index.js +20 -0
- package/lib/cjs/__generated__/item.js +31 -0
- package/lib/cjs/__generated__/label.js +31 -0
- package/lib/cjs/__generated__/navigation-menu.js +31 -0
- package/lib/cjs/__generated__/overlay.js +31 -0
- package/lib/cjs/__generated__/popover.js +31 -0
- package/lib/cjs/__generated__/select.js +34 -0
- package/lib/cjs/__generated__/slider.js +31 -0
- package/lib/cjs/__generated__/svg/accordion-content.js +24 -0
- package/lib/cjs/__generated__/svg/accordion-trigger.js +24 -0
- package/lib/cjs/__generated__/svg/accordion.js +24 -0
- package/lib/cjs/__generated__/svg/chevron-filled-up.js +1 -1
- package/lib/cjs/__generated__/svg/collapsible.js +24 -0
- package/lib/cjs/__generated__/svg/content.js +24 -0
- package/lib/cjs/__generated__/svg/description.js +24 -0
- package/lib/cjs/__generated__/svg/dialog.js +24 -0
- package/lib/cjs/__generated__/svg/footer.js +24 -0
- package/lib/cjs/__generated__/svg/header.js +24 -0
- package/lib/cjs/__generated__/svg/index.js +40 -0
- package/lib/cjs/__generated__/svg/item.js +24 -0
- package/lib/cjs/__generated__/svg/label.js +24 -0
- package/lib/cjs/__generated__/svg/navigation-menu.js +24 -0
- package/lib/cjs/__generated__/svg/overlay.js +24 -0
- package/lib/cjs/__generated__/svg/popover.js +24 -0
- package/lib/cjs/__generated__/svg/select.js +24 -0
- package/lib/cjs/__generated__/svg/slider.js +24 -0
- package/lib/cjs/__generated__/svg/switch.js +24 -0
- package/lib/cjs/__generated__/svg/tabs.js +24 -0
- package/lib/cjs/__generated__/svg/tooltip.js +24 -0
- package/lib/cjs/__generated__/svg/trigger.js +24 -0
- package/lib/cjs/__generated__/switch.js +31 -0
- package/lib/cjs/__generated__/tabs.js +31 -0
- package/lib/cjs/__generated__/tooltip.js +31 -0
- package/lib/cjs/__generated__/trigger.js +31 -0
- package/lib/types/src/__generated__/accordion-content.d.ts +3 -0
- package/lib/types/src/__generated__/accordion-trigger.d.ts +3 -0
- package/lib/types/src/__generated__/accordion.d.ts +3 -0
- package/lib/types/src/__generated__/collapsible.d.ts +3 -0
- package/lib/types/src/__generated__/content.d.ts +3 -0
- package/lib/types/src/__generated__/description.d.ts +3 -0
- package/lib/types/src/__generated__/dialog.d.ts +3 -0
- package/lib/types/src/__generated__/footer.d.ts +3 -0
- package/lib/types/src/__generated__/header.d.ts +3 -0
- package/lib/types/src/__generated__/index.d.ts +20 -0
- package/lib/types/src/__generated__/item.d.ts +3 -0
- package/lib/types/src/__generated__/label.d.ts +3 -0
- package/lib/types/src/__generated__/navigation-menu.d.ts +3 -0
- package/lib/types/src/__generated__/overlay.d.ts +3 -0
- package/lib/types/src/__generated__/popover.d.ts +3 -0
- package/lib/types/src/__generated__/select.d.ts +3 -0
- package/lib/types/src/__generated__/slider.d.ts +3 -0
- package/lib/types/src/__generated__/svg/accordion-content.d.ts +1 -0
- package/lib/types/src/__generated__/svg/accordion-trigger.d.ts +1 -0
- package/lib/types/src/__generated__/svg/accordion.d.ts +1 -0
- package/lib/types/src/__generated__/svg/chevron-filled-up.d.ts +1 -1
- package/lib/types/src/__generated__/svg/collapsible.d.ts +1 -0
- package/lib/types/src/__generated__/svg/content.d.ts +1 -0
- package/lib/types/src/__generated__/svg/description.d.ts +1 -0
- package/lib/types/src/__generated__/svg/dialog.d.ts +1 -0
- package/lib/types/src/__generated__/svg/footer.d.ts +1 -0
- package/lib/types/src/__generated__/svg/header.d.ts +1 -0
- package/lib/types/src/__generated__/svg/index.d.ts +20 -0
- package/lib/types/src/__generated__/svg/item.d.ts +1 -0
- package/lib/types/src/__generated__/svg/label.d.ts +1 -0
- package/lib/types/src/__generated__/svg/navigation-menu.d.ts +1 -0
- package/lib/types/src/__generated__/svg/overlay.d.ts +1 -0
- package/lib/types/src/__generated__/svg/popover.d.ts +1 -0
- package/lib/types/src/__generated__/svg/select.d.ts +1 -0
- package/lib/types/src/__generated__/svg/slider.d.ts +1 -0
- package/lib/types/src/__generated__/svg/switch.d.ts +1 -0
- package/lib/types/src/__generated__/svg/tabs.d.ts +1 -0
- package/lib/types/src/__generated__/svg/tooltip.d.ts +1 -0
- package/lib/types/src/__generated__/svg/trigger.d.ts +1 -0
- package/lib/types/src/__generated__/switch.d.ts +3 -0
- package/lib/types/src/__generated__/tabs.d.ts +3 -0
- package/lib/types/src/__generated__/tooltip.d.ts +3 -0
- package/lib/types/src/__generated__/trigger.d.ts +3 -0
- package/lib/types/src/index.stories.d.ts +2 -3
- package/package.json +7 -7
- package/src/__generated__/accordion-content.tsx +15 -0
- package/src/__generated__/accordion-trigger.tsx +15 -0
- package/src/__generated__/accordion.tsx +15 -0
- package/src/__generated__/chevron-filled-up.tsx +1 -1
- package/src/__generated__/collapsible.tsx +15 -0
- package/src/__generated__/content.tsx +15 -0
- package/src/__generated__/description.tsx +15 -0
- package/src/__generated__/dialog.tsx +15 -0
- package/src/__generated__/footer.tsx +15 -0
- package/src/__generated__/header.tsx +15 -0
- package/src/__generated__/index.ts +20 -0
- package/src/__generated__/item.tsx +15 -0
- package/src/__generated__/label.tsx +15 -0
- package/src/__generated__/navigation-menu.tsx +15 -0
- package/src/__generated__/overlay.tsx +15 -0
- package/src/__generated__/popover.tsx +15 -0
- package/src/__generated__/select.tsx +15 -0
- package/src/__generated__/slider.tsx +15 -0
- package/src/__generated__/svg/accordion-content.ts +1 -0
- package/src/__generated__/svg/accordion-trigger.ts +1 -0
- package/src/__generated__/svg/accordion.ts +1 -0
- package/src/__generated__/svg/chevron-filled-up.ts +1 -1
- package/src/__generated__/svg/collapsible.ts +1 -0
- package/src/__generated__/svg/content.ts +1 -0
- package/src/__generated__/svg/description.ts +1 -0
- package/src/__generated__/svg/dialog.ts +1 -0
- package/src/__generated__/svg/footer.ts +1 -0
- package/src/__generated__/svg/header.ts +1 -0
- package/src/__generated__/svg/index.ts +20 -0
- package/src/__generated__/svg/item.ts +1 -0
- package/src/__generated__/svg/label.ts +1 -0
- package/src/__generated__/svg/navigation-menu.ts +1 -0
- package/src/__generated__/svg/overlay.ts +1 -0
- package/src/__generated__/svg/popover.ts +1 -0
- package/src/__generated__/svg/select.ts +1 -0
- package/src/__generated__/svg/slider.ts +1 -0
- package/src/__generated__/svg/switch.ts +1 -0
- package/src/__generated__/svg/tabs.ts +1 -0
- package/src/__generated__/svg/tooltip.ts +1 -0
- package/src/__generated__/svg/trigger.ts +1 -0
- package/src/__generated__/switch.tsx +15 -0
- package/src/__generated__/tabs.tsx +15 -0
- package/src/__generated__/tooltip.tsx +15 -0
- package/src/__generated__/trigger.tsx +15 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/accordion.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AccordionIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M10.665 6.5a.5.5 0 0 1-.433-.25L9.077 4.248a.5.5 0 0 1 .433-.75h2.311a.5.5 0 0 1 .433.75L11.098 6.25a.5.5 0 0 1-.433.25ZM10.665 12.5a.5.5 0 0 1-.433-.25l-1.155-2.002a.5.5 0 0 1 .433-.75h2.311a.5.5 0 0 1 .433.75l-1.156 2.002a.5.5 0 0 1-.433.25Z" /><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-.029ZM13.35 5.2v2.15H2.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.261Zm0 3.45H2.65v2.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.26V8.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AccordionIcon.displayName = "AccordionIcon";
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const ChevronFilledUpIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
8
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
9
|
return (
|
|
10
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/collapsible.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const CollapsibleIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
CollapsibleIcon.displayName = "CollapsibleIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/content.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ContentIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ContentIcon.displayName = "ContentIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/description.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const DescriptionIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
DescriptionIcon.displayName = "DescriptionIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/dialog.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const DialogIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><g fillRule="evenodd" clipPath="url(#a)" clipRule="evenodd"><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" /><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" /></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
DialogIcon.displayName = "DialogIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/footer.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const FooterIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
FooterIcon.displayName = "FooterIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/header.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const HeaderIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
HeaderIcon.displayName = "HeaderIcon";
|
|
@@ -14,6 +14,9 @@ export * from "./a-s-center";
|
|
|
14
14
|
export * from "./a-s-end";
|
|
15
15
|
export * from "./a-s-start";
|
|
16
16
|
export * from "./a-s-stretch";
|
|
17
|
+
export * from "./accordion-content";
|
|
18
|
+
export * from "./accordion-trigger";
|
|
19
|
+
export * from "./accordion";
|
|
17
20
|
export * from "./alert";
|
|
18
21
|
export * from "./arrow-down";
|
|
19
22
|
export * from "./arrow-right";
|
|
@@ -52,11 +55,15 @@ export * from "./chevron-filled-left";
|
|
|
52
55
|
export * from "./chevron-filled-right";
|
|
53
56
|
export * from "./chevron-filled-up";
|
|
54
57
|
export * from "./code-text";
|
|
58
|
+
export * from "./collapsible";
|
|
55
59
|
export * from "./commit";
|
|
60
|
+
export * from "./content";
|
|
56
61
|
export * from "./copy";
|
|
57
62
|
export * from "./dash-border";
|
|
58
63
|
export * from "./dash";
|
|
59
64
|
export * from "./dashed-border";
|
|
65
|
+
export * from "./description";
|
|
66
|
+
export * from "./dialog";
|
|
60
67
|
export * from "./div";
|
|
61
68
|
export * from "./dot";
|
|
62
69
|
export * from "./dotted-border";
|
|
@@ -66,6 +73,7 @@ export * from "./embed";
|
|
|
66
73
|
export * from "./external-link";
|
|
67
74
|
export * from "./eyecon-closed";
|
|
68
75
|
export * from "./eyecon-open";
|
|
76
|
+
export * from "./footer";
|
|
69
77
|
export * from "./form-text-area";
|
|
70
78
|
export * from "./form-text-field";
|
|
71
79
|
export * from "./form";
|
|
@@ -75,15 +83,18 @@ export * from "./github";
|
|
|
75
83
|
export * from "./google";
|
|
76
84
|
export * from "./grow";
|
|
77
85
|
export * from "./hamburger-menu";
|
|
86
|
+
export * from "./header";
|
|
78
87
|
export * from "./heading";
|
|
79
88
|
export * from "./image";
|
|
80
89
|
export * from "./info";
|
|
81
90
|
export * from "./information";
|
|
91
|
+
export * from "./item";
|
|
82
92
|
export * from "./j-c-center";
|
|
83
93
|
export * from "./j-c-end";
|
|
84
94
|
export * from "./j-c-space-around";
|
|
85
95
|
export * from "./j-c-space-between";
|
|
86
96
|
export * from "./j-c-start";
|
|
97
|
+
export * from "./label";
|
|
87
98
|
export * from "./link-2-unlinked";
|
|
88
99
|
export * from "./link-2";
|
|
89
100
|
export * from "./link";
|
|
@@ -92,15 +103,18 @@ export * from "./list";
|
|
|
92
103
|
export * from "./loading-dots";
|
|
93
104
|
export * from "./menu-ellipses";
|
|
94
105
|
export * from "./minus";
|
|
106
|
+
export * from "./navigation-menu";
|
|
95
107
|
export * from "./no-wrap";
|
|
96
108
|
export * from "./offline";
|
|
97
109
|
export * from "./order-first";
|
|
98
110
|
export * from "./order-last";
|
|
111
|
+
export * from "./overlay";
|
|
99
112
|
export * from "./page";
|
|
100
113
|
export * from "./paint-brush";
|
|
101
114
|
export * from "./phone";
|
|
102
115
|
export * from "./play";
|
|
103
116
|
export * from "./plus";
|
|
117
|
+
export * from "./popover";
|
|
104
118
|
export * from "./radio-checked";
|
|
105
119
|
export * from "./radio-unchecked";
|
|
106
120
|
export * from "./refresh";
|
|
@@ -110,16 +124,22 @@ export * from "./repeat-row";
|
|
|
110
124
|
export * from "./reset";
|
|
111
125
|
export * from "./scroll";
|
|
112
126
|
export * from "./section-link";
|
|
127
|
+
export * from "./select";
|
|
113
128
|
export * from "./shrink";
|
|
129
|
+
export * from "./slider";
|
|
114
130
|
export * from "./slot-component";
|
|
115
131
|
export * from "./small-x";
|
|
116
132
|
export * from "./spinner";
|
|
117
133
|
export * from "./subscript";
|
|
118
134
|
export * from "./subtract";
|
|
119
135
|
export * from "./superscript";
|
|
136
|
+
export * from "./switch";
|
|
137
|
+
export * from "./tabs";
|
|
120
138
|
export * from "./text-align-left";
|
|
121
139
|
export * from "./text-italic";
|
|
122
140
|
export * from "./text";
|
|
141
|
+
export * from "./tooltip";
|
|
142
|
+
export * from "./trigger";
|
|
123
143
|
export * from "./video";
|
|
124
144
|
export * from "./vimeo";
|
|
125
145
|
export * from "./webstudio";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/item.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ItemIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ItemIcon.displayName = "ItemIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/label.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const LabelIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
LabelIcon.displayName = "LabelIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/navigation-menu.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const NavigationMenuIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M7.656.907c.225-.061.463-.061.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.644.074.265.073.543.073.862v4.913c0 .352 0 .654-.02.903a2.02 2.02 0 0 1-.196.772c-.19.373-.494.677-.867.867a2.02 2.02 0 0 1-.772.196c-.249.02-.551.02-.903.02h-1.374c-.08 0-.174 0-.257-.007a.987.987 0 0 1-.374-.1.984.984 0 0 1-.43-.43.989.989 0 0 1-.1-.374 3.277 3.277 0 0 1-.007-.257V9.067a5.468 5.468 0 0 0-.01-.408 5.466 5.466 0 0 0-.408-.01H7.068a5.466 5.466 0 0 0-.408.01 5.466 5.466 0 0 0-.01.408l.001 4.415c0 .08 0 .174-.007.257a.989.989 0 0 1-.1.374.984.984 0 0 1-.43.43.987.987 0 0 1-.374.1c-.083.007-.177.007-.257.007H4.108c-.352 0-.654 0-.903-.02a2.02 2.02 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-.32 0-.597.073-.862.065-.232.172-.45.316-.644.163-.221.383-.391.634-.587l.052-.04L6.946 1.33l.05-.04c.178-.14.398-.312.66-.383ZM8 2.165a4.861 4.861 0 0 1 .256.191l4.521 3.516c.332.258.396.315.44.374.048.067.085.142.108.222.02.07.025.156.025.575v4.824c0 .384 0 .633-.016.822-.015.183-.04.252-.059.288a.683.683 0 0 1-.298.298c-.036.019-.105.044-.287.059-.19.016-.44.016-.823.016H10.65V9.046c0-.169 0-.332-.011-.47a1.332 1.332 0 0 0-.132-.507 1.317 1.317 0 0 0-.576-.576 1.331 1.331 0 0 0-.507-.132 6.11 6.11 0 0 0-.47-.011H7.046c-.169 0-.332 0-.47.011a1.331 1.331 0 0 0-.507.133c-.248.126-.45.327-.575.575-.091.178-.12.355-.133.507-.011.138-.011.301-.011.47v4.304H4.133c-.384 0-.633 0-.822-.016-.183-.015-.252-.04-.288-.059a.683.683 0 0 1-.299-.298c-.018-.036-.043-.105-.058-.287-.015-.19-.016-.44-.016-.823V7.043c0-.42.006-.505.025-.575a.683.683 0 0 1 .109-.222c.043-.059.107-.116.439-.374l4.521-3.516A4.86 4.86 0 0 1 8 2.165Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
NavigationMenuIcon.displayName = "NavigationMenuIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/overlay.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const OverlayIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
OverlayIcon.displayName = "OverlayIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/popover.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const PopoverIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
PopoverIcon.displayName = "PopoverIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/select.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const SelectIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
SelectIcon.displayName = "SelectIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/slider.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const SliderIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
SliderIcon.displayName = "SliderIcon";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const AccordionContentIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M11.098 4.08a.5.5 0 0 0-.866 0L9.077 6.082a.5.5 0 0 0 .433.75h2.311a.5.5 0 0 0 .433-.75L11.098 4.08Z"/><path fill-rule="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-.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-.029Zm2.523 6.67V5.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.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.261v2.82h10.7Zm-10.7 1.3h10.7v1.48c0 .57 0 .96-.025 1.26-.024.294-.068.446-.122.553a1.35 1.35 0 0 1-.59.59c-.107.055-.26.098-.552.122-.301.025-.69.025-1.261.025H5.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-.025-.301-.025-.69-.025-1.26V9.32Z" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const AccordionTriggerIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M4.862 3.346h6.276c.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-.886.033-1.486.033H4.862c-.6 0-1.088 0-1.486-.032-.41-.034-.78-.106-1.124-.281a2.873 2.873 0 0 1-1.256-1.255c-.175-.345-.247-.714-.28-1.125C.683 9.56.683 9.071.683 8.472v-.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.886-.033 1.486-.033Zm-1.38 1.328c-.33.027-.51.077-.64.143-.296.151-.537.392-.687.688-.067.13-.117.31-.144.64-.027.338-.028.774-.028 1.407v.892c0 .633 0 1.07.028 1.407.027.33.077.51.144.64.15.296.391.537.687.688.13.066.31.116.64.143.338.028.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-.687.067-.131.116-.31.143-.64.028-.339.029-.775.029-1.408v-.892c0-.633 0-1.069-.028-1.407-.028-.33-.077-.51-.144-.64a1.572 1.572 0 0 0-.687-.688c-.13-.066-.31-.116-.64-.143-.338-.027-.774-.028-1.407-.028H4.89c-.633 0-1.069 0-1.407.028Z" clip-rule="evenodd"/><path d="M10.562 9.249a.5.5 0 0 0 .866 0l1.156-2.002a.5.5 0 0 0-.433-.75H9.84a.5.5 0 0 0-.433.75l1.155 2.002Z"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const AccordionIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M10.665 6.5a.5.5 0 0 1-.433-.25L9.077 4.248a.5.5 0 0 1 .433-.75h2.311a.5.5 0 0 1 .433.75L11.098 6.25a.5.5 0 0 1-.433.25ZM10.665 12.5a.5.5 0 0 1-.433-.25l-1.155-2.002a.5.5 0 0 1 .433-.75h2.311a.5.5 0 0 1 .433.75l-1.156 2.002a.5.5 0 0 1-.433.25Z"/><path fill-rule="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-.029ZM13.35 5.2v2.15H2.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.261Zm0 3.45H2.65v2.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.26V8.65Z" clip-rule="evenodd"/></svg>`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ChevronFilledUpIcon = `<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
export const ChevronFilledUpIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><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"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const CollapsibleIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ContentIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DescriptionIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/><path fill-rule="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" clip-rule="evenodd"/><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"/><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DialogIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><g fill-rule="evenodd" clip-path="url(#a)" clip-rule="evenodd"><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"/><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"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const FooterIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const HeaderIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -14,6 +14,9 @@ export { ASCenterIcon } from "./a-s-center";
|
|
|
14
14
|
export { ASEndIcon } from "./a-s-end";
|
|
15
15
|
export { ASStartIcon } from "./a-s-start";
|
|
16
16
|
export { ASStretchIcon } from "./a-s-stretch";
|
|
17
|
+
export { AccordionContentIcon } from "./accordion-content";
|
|
18
|
+
export { AccordionTriggerIcon } from "./accordion-trigger";
|
|
19
|
+
export { AccordionIcon } from "./accordion";
|
|
17
20
|
export { AlertIcon } from "./alert";
|
|
18
21
|
export { ArrowDownIcon } from "./arrow-down";
|
|
19
22
|
export { ArrowRightIcon } from "./arrow-right";
|
|
@@ -52,11 +55,15 @@ export { ChevronFilledLeftIcon } from "./chevron-filled-left";
|
|
|
52
55
|
export { ChevronFilledRightIcon } from "./chevron-filled-right";
|
|
53
56
|
export { ChevronFilledUpIcon } from "./chevron-filled-up";
|
|
54
57
|
export { CodeTextIcon } from "./code-text";
|
|
58
|
+
export { CollapsibleIcon } from "./collapsible";
|
|
55
59
|
export { CommitIcon } from "./commit";
|
|
60
|
+
export { ContentIcon } from "./content";
|
|
56
61
|
export { CopyIcon } from "./copy";
|
|
57
62
|
export { DashBorderIcon } from "./dash-border";
|
|
58
63
|
export { DashIcon } from "./dash";
|
|
59
64
|
export { DashedBorderIcon } from "./dashed-border";
|
|
65
|
+
export { DescriptionIcon } from "./description";
|
|
66
|
+
export { DialogIcon } from "./dialog";
|
|
60
67
|
export { DivIcon } from "./div";
|
|
61
68
|
export { DotIcon } from "./dot";
|
|
62
69
|
export { DottedBorderIcon } from "./dotted-border";
|
|
@@ -66,6 +73,7 @@ export { EmbedIcon } from "./embed";
|
|
|
66
73
|
export { ExternalLinkIcon } from "./external-link";
|
|
67
74
|
export { EyeconClosedIcon } from "./eyecon-closed";
|
|
68
75
|
export { EyeconOpenIcon } from "./eyecon-open";
|
|
76
|
+
export { FooterIcon } from "./footer";
|
|
69
77
|
export { FormTextAreaIcon } from "./form-text-area";
|
|
70
78
|
export { FormTextFieldIcon } from "./form-text-field";
|
|
71
79
|
export { FormIcon } from "./form";
|
|
@@ -75,15 +83,18 @@ export { GithubIcon } from "./github";
|
|
|
75
83
|
export { GoogleIcon } from "./google";
|
|
76
84
|
export { GrowIcon } from "./grow";
|
|
77
85
|
export { HamburgerMenuIcon } from "./hamburger-menu";
|
|
86
|
+
export { HeaderIcon } from "./header";
|
|
78
87
|
export { HeadingIcon } from "./heading";
|
|
79
88
|
export { ImageIcon } from "./image";
|
|
80
89
|
export { InfoIcon } from "./info";
|
|
81
90
|
export { InformationIcon } from "./information";
|
|
91
|
+
export { ItemIcon } from "./item";
|
|
82
92
|
export { JCCenterIcon } from "./j-c-center";
|
|
83
93
|
export { JCEndIcon } from "./j-c-end";
|
|
84
94
|
export { JCSpaceAroundIcon } from "./j-c-space-around";
|
|
85
95
|
export { JCSpaceBetweenIcon } from "./j-c-space-between";
|
|
86
96
|
export { JCStartIcon } from "./j-c-start";
|
|
97
|
+
export { LabelIcon } from "./label";
|
|
87
98
|
export { Link2UnlinkedIcon } from "./link-2-unlinked";
|
|
88
99
|
export { Link2Icon } from "./link-2";
|
|
89
100
|
export { LinkIcon } from "./link";
|
|
@@ -92,15 +103,18 @@ export { ListIcon } from "./list";
|
|
|
92
103
|
export { LoadingDotsIcon } from "./loading-dots";
|
|
93
104
|
export { MenuEllipsesIcon } from "./menu-ellipses";
|
|
94
105
|
export { MinusIcon } from "./minus";
|
|
106
|
+
export { NavigationMenuIcon } from "./navigation-menu";
|
|
95
107
|
export { NoWrapIcon } from "./no-wrap";
|
|
96
108
|
export { OfflineIcon } from "./offline";
|
|
97
109
|
export { OrderFirstIcon } from "./order-first";
|
|
98
110
|
export { OrderLastIcon } from "./order-last";
|
|
111
|
+
export { OverlayIcon } from "./overlay";
|
|
99
112
|
export { PageIcon } from "./page";
|
|
100
113
|
export { PaintBrushIcon } from "./paint-brush";
|
|
101
114
|
export { PhoneIcon } from "./phone";
|
|
102
115
|
export { PlayIcon } from "./play";
|
|
103
116
|
export { PlusIcon } from "./plus";
|
|
117
|
+
export { PopoverIcon } from "./popover";
|
|
104
118
|
export { RadioCheckedIcon } from "./radio-checked";
|
|
105
119
|
export { RadioUncheckedIcon } from "./radio-unchecked";
|
|
106
120
|
export { RefreshIcon } from "./refresh";
|
|
@@ -110,16 +124,22 @@ export { RepeatRowIcon } from "./repeat-row";
|
|
|
110
124
|
export { ResetIcon } from "./reset";
|
|
111
125
|
export { ScrollIcon } from "./scroll";
|
|
112
126
|
export { SectionLinkIcon } from "./section-link";
|
|
127
|
+
export { SelectIcon } from "./select";
|
|
113
128
|
export { ShrinkIcon } from "./shrink";
|
|
129
|
+
export { SliderIcon } from "./slider";
|
|
114
130
|
export { SlotComponentIcon } from "./slot-component";
|
|
115
131
|
export { SmallXIcon } from "./small-x";
|
|
116
132
|
export { SpinnerIcon } from "./spinner";
|
|
117
133
|
export { SubscriptIcon } from "./subscript";
|
|
118
134
|
export { SubtractIcon } from "./subtract";
|
|
119
135
|
export { SuperscriptIcon } from "./superscript";
|
|
136
|
+
export { SwitchIcon } from "./switch";
|
|
137
|
+
export { TabsIcon } from "./tabs";
|
|
120
138
|
export { TextAlignLeftIcon } from "./text-align-left";
|
|
121
139
|
export { TextItalicIcon } from "./text-italic";
|
|
122
140
|
export { TextIcon } from "./text";
|
|
141
|
+
export { TooltipIcon } from "./tooltip";
|
|
142
|
+
export { TriggerIcon } from "./trigger";
|
|
123
143
|
export { VideoIcon } from "./video";
|
|
124
144
|
export { VimeoIcon } from "./vimeo";
|
|
125
145
|
export { WebstudioIcon } from "./webstudio";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ItemIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const LabelIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const NavigationMenuIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M7.656.907c.225-.061.463-.061.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.644.074.265.073.543.073.862v4.913c0 .352 0 .654-.02.903a2.02 2.02 0 0 1-.196.772c-.19.373-.494.677-.867.867a2.02 2.02 0 0 1-.772.196c-.249.02-.551.02-.903.02h-1.374c-.08 0-.174 0-.257-.007a.987.987 0 0 1-.374-.1.984.984 0 0 1-.43-.43.989.989 0 0 1-.1-.374 3.277 3.277 0 0 1-.007-.257V9.067a5.468 5.468 0 0 0-.01-.408 5.466 5.466 0 0 0-.408-.01H7.068a5.466 5.466 0 0 0-.408.01 5.466 5.466 0 0 0-.01.408l.001 4.415c0 .08 0 .174-.007.257a.989.989 0 0 1-.1.374.984.984 0 0 1-.43.43.987.987 0 0 1-.374.1c-.083.007-.177.007-.257.007H4.108c-.352 0-.654 0-.903-.02a2.02 2.02 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-.32 0-.597.073-.862.065-.232.172-.45.316-.644.163-.221.383-.391.634-.587l.052-.04L6.946 1.33l.05-.04c.178-.14.398-.312.66-.383ZM8 2.165a4.861 4.861 0 0 1 .256.191l4.521 3.516c.332.258.396.315.44.374.048.067.085.142.108.222.02.07.025.156.025.575v4.824c0 .384 0 .633-.016.822-.015.183-.04.252-.059.288a.683.683 0 0 1-.298.298c-.036.019-.105.044-.287.059-.19.016-.44.016-.823.016H10.65V9.046c0-.169 0-.332-.011-.47a1.332 1.332 0 0 0-.132-.507 1.317 1.317 0 0 0-.576-.576 1.331 1.331 0 0 0-.507-.132 6.11 6.11 0 0 0-.47-.011H7.046c-.169 0-.332 0-.47.011a1.331 1.331 0 0 0-.507.133c-.248.126-.45.327-.575.575-.091.178-.12.355-.133.507-.011.138-.011.301-.011.47v4.304H4.133c-.384 0-.633 0-.822-.016-.183-.015-.252-.04-.288-.059a.683.683 0 0 1-.299-.298c-.018-.036-.043-.105-.058-.287-.015-.19-.016-.44-.016-.823V7.043c0-.42.006-.505.025-.575a.683.683 0 0 1 .109-.222c.043-.059.107-.116.439-.374l4.521-3.516A4.86 4.86 0 0 1 8 2.165Z" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const OverlayIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><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"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const PopoverIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const SelectIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><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"/><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const SliderIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const SwitchIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const TabsIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const TooltipIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const TriggerIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path fill-rule="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" clip-rule="evenodd"/></svg>`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/switch.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const SwitchIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
SwitchIcon.displayName = "SwitchIcon";
|