@moondreamsdev/dreamer-ui 1.7.10-test.99 → 1.7.12
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/README.md +2 -11
- package/dist/Toast-DUpf_XxS.js +754 -0
- package/dist/Toast-DUpf_XxS.js.map +1 -0
- package/dist/Toast-Dj3X8g0Q.cjs +2 -0
- package/dist/Toast-Dj3X8g0Q.cjs.map +1 -0
- package/dist/Window-U9c7lCJ4.cjs +2 -0
- package/dist/Window-U9c7lCJ4.cjs.map +1 -0
- package/dist/{Window-uX5BuBwi.js → Window-bavT8vOT.js} +141 -21
- package/dist/Window-bavT8vOT.js.map +1 -0
- package/dist/components.cjs.js +2 -2
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.esm.js +4250 -2867
- package/dist/components.esm.js.map +1 -1
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.esm.js +6 -4
- package/dist/hooks.esm.js.map +1 -1
- package/dist/providers.cjs.js +1 -1
- package/dist/providers.esm.js +2 -2
- package/dist/src/components/accordion/Accordion.d.ts +36 -0
- package/dist/src/components/accordion/AccordionItem.d.ts +20 -0
- package/dist/src/components/actionmodal/ActionModal.d.ts +34 -0
- package/dist/src/components/avatar/Avatar.d.ts +24 -8
- package/dist/src/components/badge/Badge.d.ts +24 -2
- package/dist/src/components/button/Button.d.ts +22 -1
- package/dist/src/components/button/LoadingDots.d.ts +9 -0
- package/dist/src/components/button/variants.d.ts +4 -1
- package/dist/src/components/calendar/Calendar.d.ts +105 -0
- package/dist/src/components/calendar/hooks.d.ts +40 -0
- package/dist/src/components/calendar/index.d.ts +2 -0
- package/dist/src/components/calendar/variants.d.ts +41 -0
- package/dist/src/components/callout/Callout.d.ts +31 -10
- package/dist/src/components/card/Card.d.ts +29 -7
- package/dist/src/components/carousel/Carousel.d.ts +24 -1
- package/dist/src/components/checkbox/Checkbox.d.ts +37 -1
- package/dist/src/components/clickable/Clickable.d.ts +28 -0
- package/dist/src/components/code/Code.d.ts +18 -0
- package/dist/src/components/code-block/CodeBlock.d.ts +35 -10
- package/dist/src/components/code-block/classes.d.ts +2 -1
- package/dist/src/components/code-block/format.d.ts +2 -1
- package/dist/src/components/code-block/index.d.ts +1 -1
- package/dist/src/components/code-block/tokenize.d.ts +6 -2
- package/dist/src/components/code-block/types.d.ts +24 -1
- package/dist/src/components/disclosure/Disclosure.d.ts +30 -9
- package/dist/src/components/drawer/Drawer.d.ts +35 -10
- package/dist/src/components/dropdown-menu/DropdownMenu.d.ts +34 -0
- package/dist/src/components/dynamic-list/DynamicList.d.ts +68 -0
- package/dist/src/components/dynamic-list/hooks.d.ts +19 -0
- package/dist/src/components/dynamic-list/index.d.ts +2 -0
- package/dist/src/components/dynamic-list/markers.d.ts +8 -0
- package/dist/src/components/dynamic-list/variants.d.ts +4 -0
- package/dist/src/components/error-boundary/ErrorBoundary.d.ts +32 -9
- package/dist/src/components/form/Form.d.ts +28 -0
- package/dist/src/components/form/factories.d.ts +8 -0
- package/dist/src/components/form/hooks.d.ts +9 -0
- package/dist/src/components/form/index.d.ts +3 -0
- package/dist/src/components/form/types.d.ts +91 -0
- package/dist/src/components/form/variants.d.ts +32 -0
- package/dist/src/components/help-icon/HelpIcon.d.ts +48 -0
- package/dist/src/components/help-icon/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +5 -1
- package/dist/src/components/input/Input.d.ts +30 -0
- package/dist/src/components/input/variants.d.ts +2 -0
- package/dist/src/components/label/Label.d.ts +33 -0
- package/dist/src/components/modal/Modal.d.ts +47 -1
- package/dist/src/components/pagination/Pagination.d.ts +36 -4
- package/dist/src/components/popover/Popover.d.ts +53 -3
- package/dist/src/components/radiogroup/RadioGroup.d.ts +33 -0
- package/dist/src/components/radiogroup/RadioGroupItem.d.ts +9 -0
- package/dist/src/components/scroll-area/ScrollArea.d.ts +25 -0
- package/dist/src/components/select/Select.d.ts +49 -0
- package/dist/src/components/separator/Separator.d.ts +23 -5
- package/dist/src/components/skeleton/Skeleton.d.ts +22 -2
- package/dist/src/components/skeleton/variants.d.ts +2 -0
- package/dist/src/components/slider/Slider.d.ts +46 -10
- package/dist/src/components/table/Table.d.ts +96 -0
- package/dist/src/components/table/hooks.d.ts +28 -0
- package/dist/src/components/table/index.d.ts +2 -0
- package/dist/src/components/table/variants.d.ts +14 -0
- package/dist/src/components/tabs/Tabs.d.ts +34 -9
- package/dist/src/components/textarea/Textarea.d.ts +37 -0
- package/dist/src/components/textarea/variants.d.ts +2 -0
- package/dist/src/components/toast/Toast.d.ts +39 -0
- package/dist/src/components/toggle/Toggle.d.ts +29 -0
- package/dist/src/components/tooltip/Tooltip.d.ts +42 -1
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/{components/carousel → hooks}/useScreenSize.d.ts +4 -4
- package/dist/src/symbols/ChevronUp.d.ts +2 -0
- package/dist/src/symbols/GripVertical.d.ts +2 -0
- package/dist/src/symbols/InfoCircledFilled.d.ts +2 -0
- package/dist/src/symbols/Plus.d.ts +2 -0
- package/dist/src/symbols/Trash.d.ts +2 -0
- package/dist/src/symbols/index.d.ts +5 -0
- package/dist/src/symbols/props.d.ts +2 -2
- package/dist/symbols.cjs.js +1 -1
- package/dist/symbols.esm.js +21 -16
- package/dist/theme.css +4 -1
- package/dist/useScreenSize-DiuQZBHb.js +32 -0
- package/dist/useScreenSize-DiuQZBHb.js.map +1 -0
- package/dist/useScreenSize-UGyolnfn.cjs +2 -0
- package/dist/useScreenSize-UGyolnfn.cjs.map +1 -0
- package/package.json +5 -1
- package/dist/Toast-CRG3g8vr.js +0 -512
- package/dist/Toast-CRG3g8vr.js.map +0 -1
- package/dist/Toast-wRAL8PRi.cjs +0 -2
- package/dist/Toast-wRAL8PRi.cjs.map +0 -1
- package/dist/Window-5IZnBJt9.cjs +0 -2
- package/dist/Window-5IZnBJt9.cjs.map +0 -1
- package/dist/Window-uX5BuBwi.js.map +0 -1
- package/dist/src/components/slot/Slot.d.ts +0 -7
- package/dist/src/components/slot/index.d.ts +0 -1
- package/dist/src/components/tooltip/hooks.d.ts +0 -31
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const C=require("react/jsx-runtime");function t({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsxs("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M4.5 4 L7.5 7 L10.5 4 L9.8 3.3 L7.5 5.6 L5.2 3.3 Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),C.jsx("path",{d:"M4.5 11 L7.5 8 L10.5 11 L9.8 11.7 L7.5 9.4 L5.2 11.7 Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]})}function o({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function r({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function d({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 11.1575 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1576 0.877045 7.49991 0.877045ZM1.82708 7.49988C1.82708 4.36686 4.36689 1.82704 7.49991 1.82704C10.6329 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49988ZM10.1589 5.53774C10.3178 5.31191 10.2636 5.00001 10.0378 4.84109C9.81194 4.68217 9.50004 4.73642 9.34112 4.96225L6.51977 8.97154L5.35681 7.78706C5.16334 7.59002 4.84677 7.58711 4.64973 7.78058C4.45268 7.97404 4.44978 8.29061 4.64325 8.48765L6.22658 10.1003C6.33054 10.2062 6.47617 10.2604 6.62407 10.2483C6.77197 10.2363 6.90686 10.1591 6.99226 10.0377L10.1589 5.53774Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function h({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.20711 7.5L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645ZM12.8536 3.14645C13.0488 3.34171 13.0488 3.65829 12.8536 3.85355L9.20711 7.5L12.8536 11.1464C13.0488 11.3417 13.0488 11.6583 12.8536 11.8536C12.6583 12.0488 12.3417 12.0488 12.1464 11.8536L8.14645 7.85355C7.95118 7.65829 7.95118 7.34171 8.14645 7.14645L12.1464 3.14645C12.3417 2.95118 12.6583 2.95118 12.8536 3.14645Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function w({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464L5.79289 7.5L2.14645 3.85355C1.95118 3.65829 1.95118 3.34171 2.14645 3.14645C2.34171 2.95118 2.65829 2.95118 2.85355 3.14645L6.85355 7.14645C7.04882 7.34171 7.04882 7.65829 6.85355 7.85355L2.85355 11.8536C2.65829 12.0488 2.34171 12.0488 2.14645 11.8536ZM8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.7929 7.5L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function v({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function u({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M8.84182 3.13514C9.04327 3.32401 9.05348 3.64042 8.86462 3.84188L5.43521 7.49991L8.86462 11.1579C9.05348 11.3594 9.04327 11.6758 8.84182 11.8647C8.64036 12.0535 8.32394 12.0433 8.13508 11.8419L4.38508 7.84188C4.20477 7.64955 4.20477 7.35027 4.38508 7.15794L8.13508 3.15794C8.32394 2.95648 8.64036 2.94628 8.84182 3.13514Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function s({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0331 6.1584 11.8442C5.95694 11.6554 5.96715 11.3389 6.15601 11.1375L9.58543 7.4999L6.15601 3.86234C5.96715 3.66089 5.95694 3.34447 6.1584 3.13508Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function c({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M11.8648 8.84197C11.6759 9.04343 11.3595 9.05363 11.158 8.86477L7.5 5.43536L3.84197 8.86477C3.64052 9.05363 3.3241 9.04343 3.13523 8.84197C2.94637 8.64051 2.95657 8.32409 3.15803 8.13523L7.15803 4.38523C7.35036 4.20487 7.64964 4.20487 7.84197 4.38523L11.842 8.13523C12.0434 8.32409 12.0536 8.64051 11.8648 8.84197Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function g({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002L11 4.00002V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5.5 4.00006C4.67157 4.00006 4 4.67163 4 5.50006V12.5001C4 13.3285 4.67157 14.0001 5.5 14.0001H12.5C13.3284 14.0001 14 13.3285 14 12.5001V5.50006C14 4.67163 13.3284 4.00006 12.5 4.00006H5.5ZM5 5.50006C5 5.22392 5.22386 5.00006 5.5 5.00006H12.5C12.7761 5.00006 13 5.22392 13 5.50006V12.5001C13 12.7762 12.7761 13.0001 12.5 13.0001H5.5C5.22386 13.0001 5 12.7762 5 12.5001V5.50006Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function x({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M2.25 7.5C2.25 7.08579 2.58579 6.75 3 6.75H12C12.4142 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 12.4142 8.25 12 8.25H3C2.58579 8.25 2.25 7.91421 2.25 7.5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function p({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M14.25 7.5c0 3.728-3.022 6.75-6.75 6.75S0.75 11.228 0.75 7.5 3.772 0.75 7.5 0.75 14.25 3.772 14.25 7.5zM7.5 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function L({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M7.50005 1.04999C7.74858 1.04999 7.95005 1.25146 7.95005 1.49999V8.41359L10.1819 6.18179C10.3576 6.00605 10.6425 6.00605 10.8182 6.18179C10.994 6.35753 10.994 6.64245 10.8182 6.81819L7.81825 9.81819C7.64251 9.99392 7.35759 9.99392 7.18185 9.81819L4.18185 6.81819C4.00611 6.64245 4.00611 6.35753 4.18185 6.18179C4.35759 6.00605 4.64251 6.00605 4.81825 6.18179L7.05005 8.41359V1.49999C7.05005 1.25146 7.25152 1.04999 7.50005 1.04999ZM2.5 10C2.77614 10 3 10.2239 3 10.5V12C3 12.5539 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V12C13 13.1046 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2239 2.22386 10 2.5 10Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function f({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M14.7649 6.07596C14.9991 6.22231 15.0703 6.53079 14.9239 6.76495C14.4849 7.46743 13.9632 8.10645 13.3702 8.66305L14.5712 9.86406C14.7664 10.0593 14.7664 10.3759 14.5712 10.5712C14.3759 10.7664 14.0593 10.7664 13.8641 10.5712L12.6011 9.30817C11.805 9.90283 10.9089 10.3621 9.93375 10.651L10.383 12.3277C10.4544 12.5944 10.2961 12.8685 10.0294 12.94C9.76267 13.0115 9.4885 12.8532 9.41704 12.5865L8.95917 10.8775C8.48743 10.958 8.00036 10.9999 7.50001 10.9999C6.99965 10.9999 6.51257 10.958 6.04082 10.8775L5.58299 12.5864C5.51153 12.8532 5.23737 13.0115 4.97064 12.94C4.7039 12.8686 4.5456 12.5944 4.61706 12.3277L5.06625 10.651C4.09111 10.3621 3.19503 9.90282 2.3989 9.30815L1.1359 10.5712C0.940638 10.7664 0.624058 10.7664 0.428798 10.5712C0.233537 10.3759 0.233537 10.0593 0.428798 9.86405L1.62982 8.66303C1.03682 8.10643 0.515113 7.46742 0.0760677 6.76495C-0.0702867 6.53079 0.000898544 6.22231 0.235065 6.07596C0.469231 5.9296 0.777703 6.00079 0.924058 6.23496C1.40354 7.00213 1.989 7.68057 2.66233 8.2427C2.67315 8.25096 2.6837 8.25972 2.69397 8.26898C4.00897 9.35527 5.65537 9.99991 7.50001 9.99991C10.3078 9.99991 12.6564 8.5063 14.076 6.23495C14.2223 6.00079 14.5308 5.9296 14.7649 6.07596Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function R({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function M({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M5.5 4.625C5.5 4.27982 5.77982 4 6.125 4C6.47018 4 6.75 4.27982 6.75 4.625C6.75 4.97018 6.47018 5.25 6.125 5.25C5.77982 5.25 5.5 4.97018 5.5 4.625ZM8.25 4.625C8.25 4.27982 8.52982 4 8.875 4C9.22018 4 9.5 4.27982 9.5 4.625C9.5 4.97018 9.22018 5.25 8.875 5.25C8.52982 5.25 8.25 4.97018 8.25 4.625ZM6.125 7.5C5.77982 7.5 5.5 7.77982 5.5 8.125C5.5 8.47018 5.77982 8.75 6.125 8.75C6.47018 8.75 6.75 8.47018 6.75 8.125C6.75 7.77982 6.47018 7.5 6.125 7.5ZM8.25 8.125C8.25 7.77982 8.52982 7.5 8.875 7.5C9.22018 7.5 9.5 7.77982 9.5 8.125C9.5 8.47018 9.22018 8.75 8.875 8.75C8.52982 8.75 8.25 8.47018 8.25 8.125ZM6.125 11C5.77982 11 5.5 11.2798 5.5 11.625C5.5 11.9702 5.77982 12.25 6.125 12.25C6.47018 12.25 6.75 11.9702 6.75 11.625C6.75 11.2798 6.47018 11 6.125 11ZM8.25 11.625C8.25 11.2798 8.52982 11 8.875 11C9.22018 11 9.5 11.2798 9.5 11.625C9.5 11.9702 9.22018 12.25 8.875 12.25C8.52982 12.25 8.25 11.9702 8.25 11.625Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function j({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function Z({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M8 2.75C8 2.33579 7.66421 2 7.25 2C6.83579 2 6.5 2.33579 6.5 2.75V6.5H2.75C2.33579 6.5 2 6.83579 2 7.25C2 7.66421 2.33579 8 2.75 8H6.5V11.75C6.5 12.1642 6.83579 12.5 7.25 12.5C7.66421 12.5 8 12.1642 8 11.75V8H11.75C12.1642 8 12.5 7.66421 12.5 7.25C12.5 6.83579 12.1642 6.5 11.75 6.5H8V2.75Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function H({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function a({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4H3.5C3.22386 4 3 3.77614 3 3.5ZM5 4V12H10V4H5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}function V({size:e=15,color:l="currentColor",className:n="inline",...i}){return C.jsx("svg",{...i,width:e,height:e,className:n,viewBox:"0 0 15 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5ZM2 2.5C2 2.22386 2.22386 2 2.5 2H12.5C12.7761 2 13 2.22386 13 2.5V4H2V2.5ZM2 5H13V12.5C13 12.7761 12.7761 13 12.5 13H2.5C2.22386 13 2 12.7761 2 12.5V5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})})}exports.CaretCollapse=t;exports.CaretExpand=o;exports.Check=r;exports.CheckCircled=d;exports.ChevronDoubleLeft=h;exports.ChevronDoubleRight=w;exports.ChevronDown=v;exports.ChevronLeft=u;exports.ChevronRight=s;exports.ChevronUp=c;exports.Copy=g;exports.Dash=x;exports.DeepRing=p;exports.Download=L;exports.EyeClosed=f;exports.EyeOpened=R;exports.GripVertical=M;exports.InfoCircledFilled=j;exports.Plus=Z;exports.QuestionMarkCircled=H;exports.Trash=a;exports.Window=V;
|
|
2
|
+
//# sourceMappingURL=Window-U9c7lCJ4.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Window-U9c7lCJ4.cjs","sources":["../src/symbols/CaretCollapse.tsx","../src/symbols/CaretExpand.tsx","../src/symbols/Check.tsx","../src/symbols/CheckCircled.tsx","../src/symbols/ChevronDoubleLeft.tsx","../src/symbols/ChevronDoubleRight.tsx","../src/symbols/ChevronDown.tsx","../src/symbols/ChevronLeft.tsx","../src/symbols/ChevronRight.tsx","../src/symbols/ChevronUp.tsx","../src/symbols/Copy.tsx","../src/symbols/Dash.tsx","../src/symbols/DeepRing.tsx","../src/symbols/Download.tsx","../src/symbols/EyeClosed.tsx","../src/symbols/EyeOpened.tsx","../src/symbols/GripVertical.tsx","../src/symbols/InfoCircledFilled.tsx","../src/symbols/Plus.tsx","../src/symbols/QuestionMarkCircled.tsx","../src/symbols/Trash.tsx","../src/symbols/Window.tsx"],"sourcesContent":["import { SymbolProps } from './props';\n\nexport function CaretCollapse({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path d='M4.5 4 L7.5 7 L10.5 4 L9.8 3.3 L7.5 5.6 L5.2 3.3 Z' fill={color} fillRule='evenodd' clipRule='evenodd' />\n <path\n d='M4.5 11 L7.5 8 L10.5 11 L9.8 11.7 L7.5 9.4 L5.2 11.7 Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function CaretExpand({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Check({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function CheckCircled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 11.1575 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1576 0.877045 7.49991 0.877045ZM1.82708 7.49988C1.82708 4.36686 4.36689 1.82704 7.49991 1.82704C10.6329 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49988ZM10.1589 5.53774C10.3178 5.31191 10.2636 5.00001 10.0378 4.84109C9.81194 4.68217 9.50004 4.73642 9.34112 4.96225L6.51977 8.97154L5.35681 7.78706C5.16334 7.59002 4.84677 7.58711 4.64973 7.78058C4.45268 7.97404 4.44978 8.29061 4.64325 8.48765L6.22658 10.1003C6.33054 10.2062 6.47617 10.2604 6.62407 10.2483C6.77197 10.2363 6.90686 10.1591 6.99226 10.0377L10.1589 5.53774Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDoubleLeft({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.20711 7.5L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645ZM12.8536 3.14645C13.0488 3.34171 13.0488 3.65829 12.8536 3.85355L9.20711 7.5L12.8536 11.1464C13.0488 11.3417 13.0488 11.6583 12.8536 11.8536C12.6583 12.0488 12.3417 12.0488 12.1464 11.8536L8.14645 7.85355C7.95118 7.65829 7.95118 7.34171 8.14645 7.14645L12.1464 3.14645C12.3417 2.95118 12.6583 2.95118 12.8536 3.14645Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDoubleRight({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464L5.79289 7.5L2.14645 3.85355C1.95118 3.65829 1.95118 3.34171 2.14645 3.14645C2.34171 2.95118 2.65829 2.95118 2.85355 3.14645L6.85355 7.14645C7.04882 7.34171 7.04882 7.65829 6.85355 7.85355L2.85355 11.8536C2.65829 12.0488 2.34171 12.0488 2.14645 11.8536ZM8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.7929 7.5L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDown({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronLeft({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M8.84182 3.13514C9.04327 3.32401 9.05348 3.64042 8.86462 3.84188L5.43521 7.49991L8.86462 11.1579C9.05348 11.3594 9.04327 11.6758 8.84182 11.8647C8.64036 12.0535 8.32394 12.0433 8.13508 11.8419L4.38508 7.84188C4.20477 7.64955 4.20477 7.35027 4.38508 7.15794L8.13508 3.15794C8.32394 2.95648 8.64036 2.94628 8.84182 3.13514Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronRight({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0331 6.1584 11.8442C5.95694 11.6554 5.96715 11.3389 6.15601 11.1375L9.58543 7.4999L6.15601 3.86234C5.96715 3.66089 5.95694 3.34447 6.1584 3.13508Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronUp({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d=\"M11.8648 8.84197C11.6759 9.04343 11.3595 9.05363 11.158 8.86477L7.5 5.43536L3.84197 8.86477C3.64052 9.05363 3.3241 9.04343 3.13523 8.84197C2.94637 8.64051 2.95657 8.32409 3.15803 8.13523L7.15803 4.38523C7.35036 4.20487 7.64964 4.20487 7.84197 4.38523L11.842 8.13523C12.0434 8.32409 12.0536 8.64051 11.8648 8.84197Z\"\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function Copy({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002L11 4.00002V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5.5 4.00006C4.67157 4.00006 4 4.67163 4 5.50006V12.5001C4 13.3285 4.67157 14.0001 5.5 14.0001H12.5C13.3284 14.0001 14 13.3285 14 12.5001V5.50006C14 4.67163 13.3284 4.00006 12.5 4.00006H5.5ZM5 5.50006C5 5.22392 5.22386 5.00006 5.5 5.00006H12.5C12.7761 5.00006 13 5.22392 13 5.50006V12.5001C13 12.7762 12.7761 13.0001 12.5 13.0001H5.5C5.22386 13.0001 5 12.7762 5 12.5001V5.50006Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Dash({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.25 7.5C2.25 7.08579 2.58579 6.75 3 6.75H12C12.4142 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 12.4142 8.25 12 8.25H3C2.58579 8.25 2.25 7.91421 2.25 7.5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function DeepRing({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M14.25 7.5c0 3.728-3.022 6.75-6.75 6.75S0.75 11.228 0.75 7.5 3.772 0.75 7.5 0.75 14.25 3.772 14.25 7.5zM7.5 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Download({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.50005 1.04999C7.74858 1.04999 7.95005 1.25146 7.95005 1.49999V8.41359L10.1819 6.18179C10.3576 6.00605 10.6425 6.00605 10.8182 6.18179C10.994 6.35753 10.994 6.64245 10.8182 6.81819L7.81825 9.81819C7.64251 9.99392 7.35759 9.99392 7.18185 9.81819L4.18185 6.81819C4.00611 6.64245 4.00611 6.35753 4.18185 6.18179C4.35759 6.00605 4.64251 6.00605 4.81825 6.18179L7.05005 8.41359V1.49999C7.05005 1.25146 7.25152 1.04999 7.50005 1.04999ZM2.5 10C2.77614 10 3 10.2239 3 10.5V12C3 12.5539 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V12C13 13.1046 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2239 2.22386 10 2.5 10Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function EyeClosed({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M14.7649 6.07596C14.9991 6.22231 15.0703 6.53079 14.9239 6.76495C14.4849 7.46743 13.9632 8.10645 13.3702 8.66305L14.5712 9.86406C14.7664 10.0593 14.7664 10.3759 14.5712 10.5712C14.3759 10.7664 14.0593 10.7664 13.8641 10.5712L12.6011 9.30817C11.805 9.90283 10.9089 10.3621 9.93375 10.651L10.383 12.3277C10.4544 12.5944 10.2961 12.8685 10.0294 12.94C9.76267 13.0115 9.4885 12.8532 9.41704 12.5865L8.95917 10.8775C8.48743 10.958 8.00036 10.9999 7.50001 10.9999C6.99965 10.9999 6.51257 10.958 6.04082 10.8775L5.58299 12.5864C5.51153 12.8532 5.23737 13.0115 4.97064 12.94C4.7039 12.8686 4.5456 12.5944 4.61706 12.3277L5.06625 10.651C4.09111 10.3621 3.19503 9.90282 2.3989 9.30815L1.1359 10.5712C0.940638 10.7664 0.624058 10.7664 0.428798 10.5712C0.233537 10.3759 0.233537 10.0593 0.428798 9.86405L1.62982 8.66303C1.03682 8.10643 0.515113 7.46742 0.0760677 6.76495C-0.0702867 6.53079 0.000898544 6.22231 0.235065 6.07596C0.469231 5.9296 0.777703 6.00079 0.924058 6.23496C1.40354 7.00213 1.989 7.68057 2.66233 8.2427C2.67315 8.25096 2.6837 8.25972 2.69397 8.26898C4.00897 9.35527 5.65537 9.99991 7.50001 9.99991C10.3078 9.99991 12.6564 8.5063 14.076 6.23495C14.2223 6.00079 14.5308 5.9296 14.7649 6.07596Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function EyeOpened({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function GripVertical({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n\t\t\t\td='M5.5 4.625C5.5 4.27982 5.77982 4 6.125 4C6.47018 4 6.75 4.27982 6.75 4.625C6.75 4.97018 6.47018 5.25 6.125 5.25C5.77982 5.25 5.5 4.97018 5.5 4.625ZM8.25 4.625C8.25 4.27982 8.52982 4 8.875 4C9.22018 4 9.5 4.27982 9.5 4.625C9.5 4.97018 9.22018 5.25 8.875 5.25C8.52982 5.25 8.25 4.97018 8.25 4.625ZM6.125 7.5C5.77982 7.5 5.5 7.77982 5.5 8.125C5.5 8.47018 5.77982 8.75 6.125 8.75C6.47018 8.75 6.75 8.47018 6.75 8.125C6.75 7.77982 6.47018 7.5 6.125 7.5ZM8.25 8.125C8.25 7.77982 8.52982 7.5 8.875 7.5C9.22018 7.5 9.5 7.77982 9.5 8.125C9.5 8.47018 9.22018 8.75 8.875 8.75C8.52982 8.75 8.25 8.47018 8.25 8.125ZM6.125 11C5.77982 11 5.5 11.2798 5.5 11.625C5.5 11.9702 5.77982 12.25 6.125 12.25C6.47018 12.25 6.75 11.9702 6.75 11.625C6.75 11.2798 6.47018 11 6.125 11ZM8.25 11.625C8.25 11.2798 8.52982 11 8.875 11C9.22018 11 9.5 11.2798 9.5 11.625C9.5 11.9702 9.22018 12.25 8.875 12.25C8.52982 12.25 8.25 11.9702 8.25 11.625Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function InfoCircledFilled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}","import { SymbolProps } from './props';\n\nexport function Plus({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d='M8 2.75C8 2.33579 7.66421 2 7.25 2C6.83579 2 6.5 2.33579 6.5 2.75V6.5H2.75C2.33579 6.5 2 6.83579 2 7.25C2 7.66421 2.33579 8 2.75 8H6.5V11.75C6.5 12.1642 6.83579 12.5 7.25 12.5C7.66421 12.5 8 12.1642 8 11.75V8H11.75C12.1642 8 12.5 7.66421 12.5 7.25C12.5 6.83579 12.1642 6.5 11.75 6.5H8V2.75Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function QuestionMarkCircled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Trash({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d='M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4H3.5C3.22386 4 3 3.77614 3 3.5ZM5 4V12H10V4H5Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function Window({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5ZM2 2.5C2 2.22386 2.22386 2 2.5 2H12.5C12.7761 2 13 2.22386 13 2.5V4H2V2.5ZM2 5H13V12.5C13 12.7761 12.7761 13 12.5 13H2.5C2.22386 13 2 12.7761 2 12.5V5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n"],"names":["CaretCollapse","size","color","className","props","jsxs","jsx","CaretExpand","Check","CheckCircled","ChevronDoubleLeft","ChevronDoubleRight","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","Copy","Dash","DeepRing","Download","EyeClosed","EyeOpened","GripVertical","InfoCircledFilled","Plus","QuestionMarkCircled","Trash","Window"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
function
|
|
2
|
+
function r({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
3
3
|
return /* @__PURE__ */ t(
|
|
4
4
|
"svg",
|
|
5
5
|
{
|
|
@@ -24,7 +24,7 @@ function d({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function d({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
28
28
|
return /* @__PURE__ */ l(
|
|
29
29
|
"svg",
|
|
30
30
|
{
|
|
@@ -149,7 +149,7 @@ function u({
|
|
|
149
149
|
}
|
|
150
150
|
);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function c({
|
|
153
153
|
size: e = 15,
|
|
154
154
|
color: C = "currentColor",
|
|
155
155
|
className: n = "inline",
|
|
@@ -176,7 +176,7 @@ function L({
|
|
|
176
176
|
}
|
|
177
177
|
);
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function g({
|
|
180
180
|
size: e = 15,
|
|
181
181
|
color: C = "currentColor",
|
|
182
182
|
className: n = "inline",
|
|
@@ -203,7 +203,7 @@ function c({
|
|
|
203
203
|
}
|
|
204
204
|
);
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function L({
|
|
207
207
|
size: e = 15,
|
|
208
208
|
color: C = "currentColor",
|
|
209
209
|
className: n = "inline",
|
|
@@ -243,7 +243,7 @@ function p({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
243
243
|
children: /* @__PURE__ */ l(
|
|
244
244
|
"path",
|
|
245
245
|
{
|
|
246
|
-
d: "
|
|
246
|
+
d: "M11.8648 8.84197C11.6759 9.04343 11.3595 9.05363 11.158 8.86477L7.5 5.43536L3.84197 8.86477C3.64052 9.05363 3.3241 9.04343 3.13523 8.84197C2.94637 8.64051 2.95657 8.32409 3.15803 8.13523L7.15803 4.38523C7.35036 4.20487 7.64964 4.20487 7.84197 4.38523L11.842 8.13523C12.0434 8.32409 12.0536 8.64051 11.8648 8.84197Z",
|
|
247
247
|
fill: C,
|
|
248
248
|
fillRule: "evenodd",
|
|
249
249
|
clipRule: "evenodd"
|
|
@@ -265,7 +265,7 @@ function s({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
265
265
|
children: /* @__PURE__ */ l(
|
|
266
266
|
"path",
|
|
267
267
|
{
|
|
268
|
-
d: "
|
|
268
|
+
d: "M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002L11 4.00002V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5.5 4.00006C4.67157 4.00006 4 4.67163 4 5.50006V12.5001C4 13.3285 4.67157 14.0001 5.5 14.0001H12.5C13.3284 14.0001 14 13.3285 14 12.5001V5.50006C14 4.67163 13.3284 4.00006 12.5 4.00006H5.5ZM5 5.50006C5 5.22392 5.22386 5.00006 5.5 5.00006H12.5C12.7761 5.00006 13 5.22392 13 5.50006V12.5001C13 12.7762 12.7761 13.0001 12.5 13.0001H5.5C5.22386 13.0001 5 12.7762 5 12.5001V5.50006Z",
|
|
269
269
|
fill: C,
|
|
270
270
|
fillRule: "evenodd",
|
|
271
271
|
clipRule: "evenodd"
|
|
@@ -287,7 +287,7 @@ function f({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
287
287
|
children: /* @__PURE__ */ l(
|
|
288
288
|
"path",
|
|
289
289
|
{
|
|
290
|
-
d: "
|
|
290
|
+
d: "M2.25 7.5C2.25 7.08579 2.58579 6.75 3 6.75H12C12.4142 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 12.4142 8.25 12 8.25H3C2.58579 8.25 2.25 7.91421 2.25 7.5Z",
|
|
291
291
|
fill: C,
|
|
292
292
|
fillRule: "evenodd",
|
|
293
293
|
clipRule: "evenodd"
|
|
@@ -297,6 +297,28 @@ function f({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
297
297
|
);
|
|
298
298
|
}
|
|
299
299
|
function a({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
300
|
+
return /* @__PURE__ */ l(
|
|
301
|
+
"svg",
|
|
302
|
+
{
|
|
303
|
+
...i,
|
|
304
|
+
width: e,
|
|
305
|
+
height: e,
|
|
306
|
+
className: n,
|
|
307
|
+
viewBox: "0 0 15 15",
|
|
308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
309
|
+
children: /* @__PURE__ */ l(
|
|
310
|
+
"path",
|
|
311
|
+
{
|
|
312
|
+
d: "M14.25 7.5c0 3.728-3.022 6.75-6.75 6.75S0.75 11.228 0.75 7.5 3.772 0.75 7.5 0.75 14.25 3.772 14.25 7.5zM7.5 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",
|
|
313
|
+
fill: C,
|
|
314
|
+
fillRule: "evenodd",
|
|
315
|
+
clipRule: "evenodd"
|
|
316
|
+
}
|
|
317
|
+
)
|
|
318
|
+
}
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
function M({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
300
322
|
return /* @__PURE__ */ l(
|
|
301
323
|
"svg",
|
|
302
324
|
{
|
|
@@ -362,7 +384,78 @@ function x({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
362
384
|
}
|
|
363
385
|
);
|
|
364
386
|
}
|
|
365
|
-
function
|
|
387
|
+
function Z({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
388
|
+
return /* @__PURE__ */ l(
|
|
389
|
+
"svg",
|
|
390
|
+
{
|
|
391
|
+
...i,
|
|
392
|
+
width: e,
|
|
393
|
+
height: e,
|
|
394
|
+
className: n,
|
|
395
|
+
viewBox: "0 0 15 15",
|
|
396
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
397
|
+
children: /* @__PURE__ */ l(
|
|
398
|
+
"path",
|
|
399
|
+
{
|
|
400
|
+
d: "M5.5 4.625C5.5 4.27982 5.77982 4 6.125 4C6.47018 4 6.75 4.27982 6.75 4.625C6.75 4.97018 6.47018 5.25 6.125 5.25C5.77982 5.25 5.5 4.97018 5.5 4.625ZM8.25 4.625C8.25 4.27982 8.52982 4 8.875 4C9.22018 4 9.5 4.27982 9.5 4.625C9.5 4.97018 9.22018 5.25 8.875 5.25C8.52982 5.25 8.25 4.97018 8.25 4.625ZM6.125 7.5C5.77982 7.5 5.5 7.77982 5.5 8.125C5.5 8.47018 5.77982 8.75 6.125 8.75C6.47018 8.75 6.75 8.47018 6.75 8.125C6.75 7.77982 6.47018 7.5 6.125 7.5ZM8.25 8.125C8.25 7.77982 8.52982 7.5 8.875 7.5C9.22018 7.5 9.5 7.77982 9.5 8.125C9.5 8.47018 9.22018 8.75 8.875 8.75C8.52982 8.75 8.25 8.47018 8.25 8.125ZM6.125 11C5.77982 11 5.5 11.2798 5.5 11.625C5.5 11.9702 5.77982 12.25 6.125 12.25C6.47018 12.25 6.75 11.9702 6.75 11.625C6.75 11.2798 6.47018 11 6.125 11ZM8.25 11.625C8.25 11.2798 8.52982 11 8.875 11C9.22018 11 9.5 11.2798 9.5 11.625C9.5 11.9702 9.22018 12.25 8.875 12.25C8.52982 12.25 8.25 11.9702 8.25 11.625Z",
|
|
401
|
+
fill: C,
|
|
402
|
+
fillRule: "evenodd",
|
|
403
|
+
clipRule: "evenodd"
|
|
404
|
+
}
|
|
405
|
+
)
|
|
406
|
+
}
|
|
407
|
+
);
|
|
408
|
+
}
|
|
409
|
+
function H({
|
|
410
|
+
size: e = 15,
|
|
411
|
+
color: C = "currentColor",
|
|
412
|
+
className: n = "inline",
|
|
413
|
+
...i
|
|
414
|
+
}) {
|
|
415
|
+
return /* @__PURE__ */ l(
|
|
416
|
+
"svg",
|
|
417
|
+
{
|
|
418
|
+
...i,
|
|
419
|
+
width: e,
|
|
420
|
+
height: e,
|
|
421
|
+
className: n,
|
|
422
|
+
viewBox: "0 0 15 15",
|
|
423
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
+
children: /* @__PURE__ */ l(
|
|
425
|
+
"path",
|
|
426
|
+
{
|
|
427
|
+
d: "M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",
|
|
428
|
+
fill: C,
|
|
429
|
+
fillRule: "evenodd",
|
|
430
|
+
clipRule: "evenodd"
|
|
431
|
+
}
|
|
432
|
+
)
|
|
433
|
+
}
|
|
434
|
+
);
|
|
435
|
+
}
|
|
436
|
+
function V({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
437
|
+
return /* @__PURE__ */ l(
|
|
438
|
+
"svg",
|
|
439
|
+
{
|
|
440
|
+
...i,
|
|
441
|
+
width: e,
|
|
442
|
+
height: e,
|
|
443
|
+
className: n,
|
|
444
|
+
viewBox: "0 0 15 15",
|
|
445
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
446
|
+
children: /* @__PURE__ */ l(
|
|
447
|
+
"path",
|
|
448
|
+
{
|
|
449
|
+
d: "M8 2.75C8 2.33579 7.66421 2 7.25 2C6.83579 2 6.5 2.33579 6.5 2.75V6.5H2.75C2.33579 6.5 2 6.83579 2 7.25C2 7.66421 2.33579 8 2.75 8H6.5V11.75C6.5 12.1642 6.83579 12.5 7.25 12.5C7.66421 12.5 8 12.1642 8 11.75V8H11.75C12.1642 8 12.5 7.66421 12.5 7.25C12.5 6.83579 12.1642 6.5 11.75 6.5H8V2.75Z",
|
|
450
|
+
fill: C,
|
|
451
|
+
fillRule: "evenodd",
|
|
452
|
+
clipRule: "evenodd"
|
|
453
|
+
}
|
|
454
|
+
)
|
|
455
|
+
}
|
|
456
|
+
);
|
|
457
|
+
}
|
|
458
|
+
function m({
|
|
366
459
|
size: e = 15,
|
|
367
460
|
color: C = "currentColor",
|
|
368
461
|
className: n = "inline",
|
|
@@ -389,7 +482,29 @@ function M({
|
|
|
389
482
|
}
|
|
390
483
|
);
|
|
391
484
|
}
|
|
392
|
-
function
|
|
485
|
+
function B({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
486
|
+
return /* @__PURE__ */ l(
|
|
487
|
+
"svg",
|
|
488
|
+
{
|
|
489
|
+
...i,
|
|
490
|
+
width: e,
|
|
491
|
+
height: e,
|
|
492
|
+
className: n,
|
|
493
|
+
viewBox: "0 0 15 15",
|
|
494
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
495
|
+
children: /* @__PURE__ */ l(
|
|
496
|
+
"path",
|
|
497
|
+
{
|
|
498
|
+
d: "M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4H3.5C3.22386 4 3 3.77614 3 3.5ZM5 4V12H10V4H5Z",
|
|
499
|
+
fill: C,
|
|
500
|
+
fillRule: "evenodd",
|
|
501
|
+
clipRule: "evenodd"
|
|
502
|
+
}
|
|
503
|
+
)
|
|
504
|
+
}
|
|
505
|
+
);
|
|
506
|
+
}
|
|
507
|
+
function D({ size: e = 15, color: C = "currentColor", className: n = "inline", ...i }) {
|
|
393
508
|
return /* @__PURE__ */ l(
|
|
394
509
|
"svg",
|
|
395
510
|
{
|
|
@@ -412,22 +527,27 @@ function Z({ size: e = 15, color: C = "currentColor", className: n = "inline", .
|
|
|
412
527
|
);
|
|
413
528
|
}
|
|
414
529
|
export {
|
|
415
|
-
|
|
416
|
-
|
|
530
|
+
r as C,
|
|
531
|
+
f as D,
|
|
417
532
|
R as E,
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
533
|
+
Z as G,
|
|
534
|
+
H as I,
|
|
535
|
+
V as P,
|
|
536
|
+
m as Q,
|
|
537
|
+
B as T,
|
|
538
|
+
D as W,
|
|
539
|
+
d as a,
|
|
421
540
|
h as b,
|
|
422
541
|
w as c,
|
|
423
542
|
v as d,
|
|
424
543
|
u as e,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
544
|
+
c as f,
|
|
545
|
+
g,
|
|
546
|
+
L as h,
|
|
428
547
|
p as i,
|
|
429
|
-
|
|
548
|
+
s as j,
|
|
430
549
|
a as k,
|
|
431
|
-
|
|
550
|
+
M as l,
|
|
551
|
+
x as m
|
|
432
552
|
};
|
|
433
|
-
//# sourceMappingURL=Window-
|
|
553
|
+
//# sourceMappingURL=Window-bavT8vOT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Window-bavT8vOT.js","sources":["../src/symbols/CaretCollapse.tsx","../src/symbols/CaretExpand.tsx","../src/symbols/Check.tsx","../src/symbols/CheckCircled.tsx","../src/symbols/ChevronDoubleLeft.tsx","../src/symbols/ChevronDoubleRight.tsx","../src/symbols/ChevronDown.tsx","../src/symbols/ChevronLeft.tsx","../src/symbols/ChevronRight.tsx","../src/symbols/ChevronUp.tsx","../src/symbols/Copy.tsx","../src/symbols/Dash.tsx","../src/symbols/DeepRing.tsx","../src/symbols/Download.tsx","../src/symbols/EyeClosed.tsx","../src/symbols/EyeOpened.tsx","../src/symbols/GripVertical.tsx","../src/symbols/InfoCircledFilled.tsx","../src/symbols/Plus.tsx","../src/symbols/QuestionMarkCircled.tsx","../src/symbols/Trash.tsx","../src/symbols/Window.tsx"],"sourcesContent":["import { SymbolProps } from './props';\n\nexport function CaretCollapse({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path d='M4.5 4 L7.5 7 L10.5 4 L9.8 3.3 L7.5 5.6 L5.2 3.3 Z' fill={color} fillRule='evenodd' clipRule='evenodd' />\n <path\n d='M4.5 11 L7.5 8 L10.5 11 L9.8 11.7 L7.5 9.4 L5.2 11.7 Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function CaretExpand({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Check({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function CheckCircled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 11.1575 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1576 0.877045 7.49991 0.877045ZM1.82708 7.49988C1.82708 4.36686 4.36689 1.82704 7.49991 1.82704C10.6329 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49988ZM10.1589 5.53774C10.3178 5.31191 10.2636 5.00001 10.0378 4.84109C9.81194 4.68217 9.50004 4.73642 9.34112 4.96225L6.51977 8.97154L5.35681 7.78706C5.16334 7.59002 4.84677 7.58711 4.64973 7.78058C4.45268 7.97404 4.44978 8.29061 4.64325 8.48765L6.22658 10.1003C6.33054 10.2062 6.47617 10.2604 6.62407 10.2483C6.77197 10.2363 6.90686 10.1591 6.99226 10.0377L10.1589 5.53774Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDoubleLeft({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.20711 7.5L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645ZM12.8536 3.14645C13.0488 3.34171 13.0488 3.65829 12.8536 3.85355L9.20711 7.5L12.8536 11.1464C13.0488 11.3417 13.0488 11.6583 12.8536 11.8536C12.6583 12.0488 12.3417 12.0488 12.1464 11.8536L8.14645 7.85355C7.95118 7.65829 7.95118 7.34171 8.14645 7.14645L12.1464 3.14645C12.3417 2.95118 12.6583 2.95118 12.8536 3.14645Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDoubleRight({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464L5.79289 7.5L2.14645 3.85355C1.95118 3.65829 1.95118 3.34171 2.14645 3.14645C2.34171 2.95118 2.65829 2.95118 2.85355 3.14645L6.85355 7.14645C7.04882 7.34171 7.04882 7.65829 6.85355 7.85355L2.85355 11.8536C2.65829 12.0488 2.34171 12.0488 2.14645 11.8536ZM8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.7929 7.5L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronDown({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronLeft({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M8.84182 3.13514C9.04327 3.32401 9.05348 3.64042 8.86462 3.84188L5.43521 7.49991L8.86462 11.1579C9.05348 11.3594 9.04327 11.6758 8.84182 11.8647C8.64036 12.0535 8.32394 12.0433 8.13508 11.8419L4.38508 7.84188C4.20477 7.64955 4.20477 7.35027 4.38508 7.15794L8.13508 3.15794C8.32394 2.95648 8.64036 2.94628 8.84182 3.13514Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronRight({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0331 6.1584 11.8442C5.95694 11.6554 5.96715 11.3389 6.15601 11.1375L9.58543 7.4999L6.15601 3.86234C5.96715 3.66089 5.95694 3.34447 6.1584 3.13508Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function ChevronUp({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d=\"M11.8648 8.84197C11.6759 9.04343 11.3595 9.05363 11.158 8.86477L7.5 5.43536L3.84197 8.86477C3.64052 9.05363 3.3241 9.04343 3.13523 8.84197C2.94637 8.64051 2.95657 8.32409 3.15803 8.13523L7.15803 4.38523C7.35036 4.20487 7.64964 4.20487 7.84197 4.38523L11.842 8.13523C12.0434 8.32409 12.0536 8.64051 11.8648 8.84197Z\"\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function Copy({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002L11 4.00002V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5.5 4.00006C4.67157 4.00006 4 4.67163 4 5.50006V12.5001C4 13.3285 4.67157 14.0001 5.5 14.0001H12.5C13.3284 14.0001 14 13.3285 14 12.5001V5.50006C14 4.67163 13.3284 4.00006 12.5 4.00006H5.5ZM5 5.50006C5 5.22392 5.22386 5.00006 5.5 5.00006H12.5C12.7761 5.00006 13 5.22392 13 5.50006V12.5001C13 12.7762 12.7761 13.0001 12.5 13.0001H5.5C5.22386 13.0001 5 12.7762 5 12.5001V5.50006Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Dash({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.25 7.5C2.25 7.08579 2.58579 6.75 3 6.75H12C12.4142 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 12.4142 8.25 12 8.25H3C2.58579 8.25 2.25 7.91421 2.25 7.5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function DeepRing({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M14.25 7.5c0 3.728-3.022 6.75-6.75 6.75S0.75 11.228 0.75 7.5 3.772 0.75 7.5 0.75 14.25 3.772 14.25 7.5zM7.5 10a2.5 2.5 0 100-5 2.5 2.5 0 000 5z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Download({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.50005 1.04999C7.74858 1.04999 7.95005 1.25146 7.95005 1.49999V8.41359L10.1819 6.18179C10.3576 6.00605 10.6425 6.00605 10.8182 6.18179C10.994 6.35753 10.994 6.64245 10.8182 6.81819L7.81825 9.81819C7.64251 9.99392 7.35759 9.99392 7.18185 9.81819L4.18185 6.81819C4.00611 6.64245 4.00611 6.35753 4.18185 6.18179C4.35759 6.00605 4.64251 6.00605 4.81825 6.18179L7.05005 8.41359V1.49999C7.05005 1.25146 7.25152 1.04999 7.50005 1.04999ZM2.5 10C2.77614 10 3 10.2239 3 10.5V12C3 12.5539 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V12C13 13.1046 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2239 2.22386 10 2.5 10Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function EyeClosed({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M14.7649 6.07596C14.9991 6.22231 15.0703 6.53079 14.9239 6.76495C14.4849 7.46743 13.9632 8.10645 13.3702 8.66305L14.5712 9.86406C14.7664 10.0593 14.7664 10.3759 14.5712 10.5712C14.3759 10.7664 14.0593 10.7664 13.8641 10.5712L12.6011 9.30817C11.805 9.90283 10.9089 10.3621 9.93375 10.651L10.383 12.3277C10.4544 12.5944 10.2961 12.8685 10.0294 12.94C9.76267 13.0115 9.4885 12.8532 9.41704 12.5865L8.95917 10.8775C8.48743 10.958 8.00036 10.9999 7.50001 10.9999C6.99965 10.9999 6.51257 10.958 6.04082 10.8775L5.58299 12.5864C5.51153 12.8532 5.23737 13.0115 4.97064 12.94C4.7039 12.8686 4.5456 12.5944 4.61706 12.3277L5.06625 10.651C4.09111 10.3621 3.19503 9.90282 2.3989 9.30815L1.1359 10.5712C0.940638 10.7664 0.624058 10.7664 0.428798 10.5712C0.233537 10.3759 0.233537 10.0593 0.428798 9.86405L1.62982 8.66303C1.03682 8.10643 0.515113 7.46742 0.0760677 6.76495C-0.0702867 6.53079 0.000898544 6.22231 0.235065 6.07596C0.469231 5.9296 0.777703 6.00079 0.924058 6.23496C1.40354 7.00213 1.989 7.68057 2.66233 8.2427C2.67315 8.25096 2.6837 8.25972 2.69397 8.26898C4.00897 9.35527 5.65537 9.99991 7.50001 9.99991C10.3078 9.99991 12.6564 8.5063 14.076 6.23495C14.2223 6.00079 14.5308 5.9296 14.7649 6.07596Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function EyeOpened({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function GripVertical({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n\t\t\t\td='M5.5 4.625C5.5 4.27982 5.77982 4 6.125 4C6.47018 4 6.75 4.27982 6.75 4.625C6.75 4.97018 6.47018 5.25 6.125 5.25C5.77982 5.25 5.5 4.97018 5.5 4.625ZM8.25 4.625C8.25 4.27982 8.52982 4 8.875 4C9.22018 4 9.5 4.27982 9.5 4.625C9.5 4.97018 9.22018 5.25 8.875 5.25C8.52982 5.25 8.25 4.97018 8.25 4.625ZM6.125 7.5C5.77982 7.5 5.5 7.77982 5.5 8.125C5.5 8.47018 5.77982 8.75 6.125 8.75C6.47018 8.75 6.75 8.47018 6.75 8.125C6.75 7.77982 6.47018 7.5 6.125 7.5ZM8.25 8.125C8.25 7.77982 8.52982 7.5 8.875 7.5C9.22018 7.5 9.5 7.77982 9.5 8.125C9.5 8.47018 9.22018 8.75 8.875 8.75C8.52982 8.75 8.25 8.47018 8.25 8.125ZM6.125 11C5.77982 11 5.5 11.2798 5.5 11.625C5.5 11.9702 5.77982 12.25 6.125 12.25C6.47018 12.25 6.75 11.9702 6.75 11.625C6.75 11.2798 6.47018 11 6.125 11ZM8.25 11.625C8.25 11.2798 8.52982 11 8.875 11C9.22018 11 9.5 11.2798 9.5 11.625C9.5 11.9702 9.22018 12.25 8.875 12.25C8.52982 12.25 8.25 11.9702 8.25 11.625Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function InfoCircledFilled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}","import { SymbolProps } from './props';\n\nexport function Plus({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d='M8 2.75C8 2.33579 7.66421 2 7.25 2C6.83579 2 6.5 2.33579 6.5 2.75V6.5H2.75C2.33579 6.5 2 6.83579 2 7.25C2 7.66421 2.33579 8 2.75 8H6.5V11.75C6.5 12.1642 6.83579 12.5 7.25 12.5C7.66421 12.5 8 12.1642 8 11.75V8H11.75C12.1642 8 12.5 7.66421 12.5 7.25C12.5 6.83579 12.1642 6.5 11.75 6.5H8V2.75Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function QuestionMarkCircled({\n size = 15,\n color = 'currentColor',\n className = 'inline',\n ...props\n}: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n","import { SymbolProps } from './props';\n\nexport function Trash({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n\treturn (\n\t\t<svg\n\t\t\t{...props}\n\t\t\twidth={size}\n\t\t\theight={size}\n\t\t\tclassName={className}\n\t\t\tviewBox='0 0 15 15'\n\t\t\txmlns='http://www.w3.org/2000/svg'\n\t\t>\n\t\t\t<path\n d='M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4H3.5C3.22386 4 3 3.77614 3 3.5ZM5 4V12H10V4H5Z'\n\t\t\t\tfill={color}\n\t\t\t\tfillRule='evenodd'\n\t\t\t\tclipRule='evenodd'\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n","import { SymbolProps } from './props';\n\nexport function Window({ size = 15, color = 'currentColor', className = 'inline', ...props }: SymbolProps) {\n return (\n <svg\n {...props}\n width={size}\n height={size}\n className={className}\n viewBox='0 0 15 15'\n xmlns='http://www.w3.org/2000/svg'\n >\n <path\n d='M2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5ZM2 2.5C2 2.22386 2.22386 2 2.5 2H12.5C12.7761 2 13 2.22386 13 2.5V4H2V2.5ZM2 5H13V12.5C13 12.7761 12.7761 13 12.5 13H2.5C2.22386 13 2 12.7761 2 12.5V5Z'\n fill={color}\n fillRule='evenodd'\n clipRule='evenodd'\n />\n </svg>\n );\n}\n"],"names":["CaretCollapse","size","color","className","props","jsxs","jsx","CaretExpand","Check","CheckCircled","ChevronDoubleLeft","ChevronDoubleRight","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","Copy","Dash","DeepRing","Download","EyeClosed","EyeOpened","GripVertical","InfoCircledFilled","Plus","QuestionMarkCircled","Trash","Window"],"mappings":"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"}
|