@plexui/ui 0.7.52 → 0.7.54
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/dist/es/components/Icon/index.js +20 -1
- package/dist/es/components/Icon/index.js.map +1 -1
- package/dist/es/components/Icon/svg/Abc.js +5 -0
- package/dist/es/components/Icon/svg/Abc.js.map +1 -0
- package/dist/es/components/Icon/svg/Blocks.js +5 -0
- package/dist/es/components/Icon/svg/Blocks.js.map +1 -0
- package/dist/es/components/Icon/svg/ButtonMousePointer.js +5 -0
- package/dist/es/components/Icon/svg/ButtonMousePointer.js.map +1 -0
- package/dist/es/components/Icon/svg/CheckCheck.js +5 -0
- package/dist/es/components/Icon/svg/CheckCheck.js.map +1 -0
- package/dist/es/components/Icon/svg/Form.js +5 -0
- package/dist/es/components/Icon/svg/Form.js.map +1 -0
- package/dist/es/components/Icon/svg/GripHorizontal.js +5 -0
- package/dist/es/components/Icon/svg/GripHorizontal.js.map +1 -0
- package/dist/es/components/Icon/svg/GripVertical.js +1 -1
- package/dist/es/components/Icon/svg/GripVertical.js.map +1 -1
- package/dist/es/components/Icon/svg/GroupCheck.js +5 -0
- package/dist/es/components/Icon/svg/GroupCheck.js.map +1 -0
- package/dist/es/components/Icon/svg/GroupCheckCircle.js +5 -0
- package/dist/es/components/Icon/svg/GroupCheckCircle.js.map +1 -0
- package/dist/es/components/Icon/svg/LayoutList.js +5 -0
- package/dist/es/components/Icon/svg/LayoutList.js.map +1 -0
- package/dist/es/components/Icon/svg/ListChevronsDownUp.js +5 -0
- package/dist/es/components/Icon/svg/ListChevronsDownUp.js.map +1 -0
- package/dist/es/components/Icon/svg/ListChevronsUpDown.js +5 -0
- package/dist/es/components/Icon/svg/ListChevronsUpDown.js.map +1 -0
- package/dist/es/components/Icon/svg/Number123.js +5 -0
- package/dist/es/components/Icon/svg/Number123.js.map +1 -0
- package/dist/es/components/Icon/svg/PanelBottom.js +5 -0
- package/dist/es/components/Icon/svg/PanelBottom.js.map +1 -0
- package/dist/es/components/Icon/svg/SpacingVertical.js +5 -0
- package/dist/es/components/Icon/svg/SpacingVertical.js.map +1 -0
- package/dist/es/components/Icon/svg/SquareAsterisk.js +5 -0
- package/dist/es/components/Icon/svg/SquareAsterisk.js.map +1 -0
- package/dist/es/components/Icon/svg/SquareDashed.js +5 -0
- package/dist/es/components/Icon/svg/SquareDashed.js.map +1 -0
- package/dist/es/components/Icon/svg/TextAlignStart.js +5 -0
- package/dist/es/components/Icon/svg/TextAlignStart.js.map +1 -0
- package/dist/es/components/Icon/svg/TextCursorInput.js +5 -0
- package/dist/es/components/Icon/svg/TextCursorInput.js.map +1 -0
- package/dist/es/components/Icon/svg/TextInitial.js +5 -0
- package/dist/es/components/Icon/svg/TextInitial.js.map +1 -0
- package/dist/es/components/Icon/svg/TextSelect.js +5 -0
- package/dist/es/components/Icon/svg/TextSelect.js.map +1 -0
- package/dist/types/components/Icon/index.d.ts +20 -1
- package/dist/types/components/Icon/svg/{Parallel.d.ts → Abc.d.ts} +2 -2
- package/dist/types/components/Icon/svg/Blocks.d.ts +6 -0
- package/dist/types/components/Icon/svg/ButtonMousePointer.d.ts +6 -0
- package/dist/types/components/Icon/svg/CheckCheck.d.ts +6 -0
- package/dist/types/components/Icon/svg/Form.d.ts +6 -0
- package/dist/types/components/Icon/svg/GripHorizontal.d.ts +6 -0
- package/dist/types/components/Icon/svg/GroupCheck.d.ts +6 -0
- package/dist/types/components/Icon/svg/GroupCheckCircle.d.ts +6 -0
- package/dist/types/components/Icon/svg/LayoutList.d.ts +6 -0
- package/dist/types/components/Icon/svg/ListChevronsDownUp.d.ts +6 -0
- package/dist/types/components/Icon/svg/ListChevronsUpDown.d.ts +6 -0
- package/dist/types/components/Icon/svg/Number123.d.ts +6 -0
- package/dist/types/components/Icon/svg/PanelBottom.d.ts +6 -0
- package/dist/types/components/Icon/svg/SpacingVertical.d.ts +6 -0
- package/dist/types/components/Icon/svg/SquareAsterisk.d.ts +6 -0
- package/dist/types/components/Icon/svg/SquareDashed.d.ts +6 -0
- package/dist/types/components/Icon/svg/TextAlignStart.d.ts +6 -0
- package/dist/types/components/Icon/svg/TextCursorInput.d.ts +6 -0
- package/dist/types/components/Icon/svg/TextInitial.d.ts +6 -0
- package/dist/types/components/Icon/svg/TextSelect.d.ts +6 -0
- package/package.json +1 -1
- package/dist/es/components/Icon/svg/Parallel.js +0 -5
- package/dist/es/components/Icon/svg/Parallel.js.map +0 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const GripHorizontal = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M3 15C3 16.1046 3.8954 17 5 17C6.1046 17 7 16.1046 7 15C7 13.8954 6.1046 13 5 13C3.8954 13 3 13.8954 3 15ZM10 15C10 16.1046 10.8954 17 12 17C13.1046 17 14 16.1046 14 15C14 13.8954 13.1046 13 12 13C10.8954 13 10 13.8954 10 15ZM17 15C17 16.1046 17.8954 17 19 17C20.1046 17 21 16.1046 21 15C21 13.8954 20.1046 13 19 13C17.8954 13 17 13.8954 17 15Z" }), _jsx("path", { d: "M3 9C3 10.1046 3.8954 11 5 11C6.1046 11 7 10.1046 7 9C7 7.8954 6.1046 7 5 7C3.8954 7 3 7.8954 3 9ZM10 9C10 10.1046 10.8954 11 12 11C13.1046 11 14 10.1046 14 9C14 7.8954 13.1046 7 12 7C10.8954 7 10 7.8954 10 9ZM17 9C17 10.1046 17.8954 11 19 11C20.1046 11 21 10.1046 21 9C21 7.8954 20.1046 7 19 7C17.8954 7 17 7.8954 17 9Z" })] }));
|
|
3
|
+
GripHorizontal.displayName = "GripHorizontal";
|
|
4
|
+
export default GripHorizontal;
|
|
5
|
+
//# sourceMappingURL=GripHorizontal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GripHorizontal.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/GripHorizontal.tsx"],"names":[],"mappings":";AACA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,0VAA0V,GAAG,EACrW,eAAM,CAAC,EAAC,kUAAkU,GAAG,IACzU,CACP,CAAA;AACD,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAA;AAC7C,eAAe,cAAc,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst GripHorizontal = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M3 15C3 16.1046 3.8954 17 5 17C6.1046 17 7 16.1046 7 15C7 13.8954 6.1046 13 5 13C3.8954 13 3 13.8954 3 15ZM10 15C10 16.1046 10.8954 17 12 17C13.1046 17 14 16.1046 14 15C14 13.8954 13.1046 13 12 13C10.8954 13 10 13.8954 10 15ZM17 15C17 16.1046 17.8954 17 19 17C20.1046 17 21 16.1046 21 15C21 13.8954 20.1046 13 19 13C17.8954 13 17 13.8954 17 15Z\" />\n <path d=\"M3 9C3 10.1046 3.8954 11 5 11C6.1046 11 7 10.1046 7 9C7 7.8954 6.1046 7 5 7C3.8954 7 3 7.8954 3 9ZM10 9C10 10.1046 10.8954 11 12 11C13.1046 11 14 10.1046 14 9C14 7.8954 13.1046 7 12 7C10.8954 7 10 7.8954 10 9ZM17 9C17 10.1046 17.8954 11 19 11C20.1046 11 21 10.1046 21 9C21 7.8954 20.1046 7 19 7C17.8954 7 17 7.8954 17 9Z\" />\n </svg>\n)\nGripHorizontal.displayName = \"GripHorizontal\"\nexport default GripHorizontal\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const GripVertical = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("
|
|
2
|
+
const GripVertical = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M9 21C7.8954 21 7 20.1046 7 19C7 17.8954 7.8954 17 9 17C10.1046 17 11 17.8954 11 19C11 20.1046 10.1046 21 9 21ZM9 14C7.8954 14 7 13.1046 7 12C7 10.8954 7.8954 10 9 10C10.1046 10 11 10.8954 11 12C11 13.1046 10.1046 14 9 14ZM9 7C7.8954 7 7 6.10457 7 5C7 3.89543 7.8954 3 9 3C10.1046 3 11 3.89543 11 5C11 6.10457 10.1046 7 9 7Z" }), _jsx("path", { d: "M15 21C13.8954 21 13 20.1046 13 19C13 17.8954 13.8954 17 15 17C16.1046 17 17 17.8954 17 19C17 20.1046 16.1046 21 15 21ZM15 14C13.8954 14 13 13.1046 13 12C13 10.8954 13.8954 10 15 10C16.1046 10 17 10.8954 17 12C17 13.1046 16.1046 14 15 14ZM15 7C13.8954 7 13 6.10457 13 5C13 3.89543 13.8954 3 15 3C16.1046 3 17 3.89543 17 5C17 6.10457 16.1046 7 15 7Z" })] }));
|
|
3
3
|
GripVertical.displayName = "GripVertical";
|
|
4
4
|
export default GripVertical;
|
|
5
5
|
//# sourceMappingURL=GripVertical.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GripVertical.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/GripVertical.tsx"],"names":[],"mappings":";AACA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,
|
|
1
|
+
{"version":3,"file":"GripVertical.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/GripVertical.tsx"],"names":[],"mappings":";AACA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,sUAAsU,GAAG,EACjV,eAAM,CAAC,EAAC,8VAA8V,GAAG,IACrW,CACP,CAAA;AACD,YAAY,CAAC,WAAW,GAAG,cAAc,CAAA;AACzC,eAAe,YAAY,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst GripVertical = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M9 21C7.8954 21 7 20.1046 7 19C7 17.8954 7.8954 17 9 17C10.1046 17 11 17.8954 11 19C11 20.1046 10.1046 21 9 21ZM9 14C7.8954 14 7 13.1046 7 12C7 10.8954 7.8954 10 9 10C10.1046 10 11 10.8954 11 12C11 13.1046 10.1046 14 9 14ZM9 7C7.8954 7 7 6.10457 7 5C7 3.89543 7.8954 3 9 3C10.1046 3 11 3.89543 11 5C11 6.10457 10.1046 7 9 7Z\" />\n <path d=\"M15 21C13.8954 21 13 20.1046 13 19C13 17.8954 13.8954 17 15 17C16.1046 17 17 17.8954 17 19C17 20.1046 16.1046 21 15 21ZM15 14C13.8954 14 13 13.1046 13 12C13 10.8954 13.8954 10 15 10C16.1046 10 17 10.8954 17 12C17 13.1046 16.1046 14 15 14ZM15 7C13.8954 7 13 6.10457 13 5C13 3.89543 13.8954 3 15 3C16.1046 3 17 3.89543 17 5C17 6.10457 16.1046 7 15 7Z\" />\n </svg>\n)\nGripVertical.displayName = \"GripVertical\"\nexport default GripVertical\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const GroupCheck = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M21 10C21 9.44772 20.5523 9 20 9H10C9.44772 9 9 9.44772 9 10V20C9 20.5523 9.44772 21 10 21H20C20.5523 21 21 20.5523 21 20V10ZM17.2188 12.375C17.5638 11.9437 18.1937 11.8737 18.625 12.2188C19.0563 12.5638 19.1263 13.1937 18.7812 13.625L14.7812 18.625C14.6058 18.8444 14.3457 18.9797 14.0654 18.998C13.785 19.0163 13.5092 18.9155 13.3066 18.7207L11.3066 16.7979C10.9086 16.415 10.8965 15.7819 11.2793 15.3838C11.6621 14.9858 12.2953 14.9737 12.6934 15.3564L13.9023 16.5195L17.2188 12.375ZM15 4C15 3.45228 14.5477 3 14 3H4C3.45228 3 3 3.45228 3 4V14C3 14.5477 3.45228 15 4 15C4.55228 15 5 15.4477 5 16C5 16.5523 4.55228 17 4 17C2.34772 17 1 15.6523 1 14V4C1 2.34772 2.34772 1 4 1H14C15.6523 1 17 2.34772 17 4C17 4.55228 16.5523 5 16 5C15.4477 5 15 4.55228 15 4ZM23 20C23 21.6569 21.6569 23 20 23H10C8.34315 23 7 21.6569 7 20V10C7 8.34315 8.34315 7 10 7H20C21.6569 7 23 8.34315 23 10V20Z", fill: "currentColor" }) }));
|
|
3
|
+
GroupCheck.displayName = "GroupCheck";
|
|
4
|
+
export default GroupCheck;
|
|
5
|
+
//# sourceMappingURL=GroupCheck.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupCheck.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/GroupCheck.tsx"],"names":[],"mappings":";AACA,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,q3BAAq3B,EAAC,IAAI,EAAC,cAAc,GAAG,GACh5B,CACP,CAAA;AACD,UAAU,CAAC,WAAW,GAAG,YAAY,CAAA;AACrC,eAAe,UAAU,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst GroupCheck = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M21 10C21 9.44772 20.5523 9 20 9H10C9.44772 9 9 9.44772 9 10V20C9 20.5523 9.44772 21 10 21H20C20.5523 21 21 20.5523 21 20V10ZM17.2188 12.375C17.5638 11.9437 18.1937 11.8737 18.625 12.2188C19.0563 12.5638 19.1263 13.1937 18.7812 13.625L14.7812 18.625C14.6058 18.8444 14.3457 18.9797 14.0654 18.998C13.785 19.0163 13.5092 18.9155 13.3066 18.7207L11.3066 16.7979C10.9086 16.415 10.8965 15.7819 11.2793 15.3838C11.6621 14.9858 12.2953 14.9737 12.6934 15.3564L13.9023 16.5195L17.2188 12.375ZM15 4C15 3.45228 14.5477 3 14 3H4C3.45228 3 3 3.45228 3 4V14C3 14.5477 3.45228 15 4 15C4.55228 15 5 15.4477 5 16C5 16.5523 4.55228 17 4 17C2.34772 17 1 15.6523 1 14V4C1 2.34772 2.34772 1 4 1H14C15.6523 1 17 2.34772 17 4C17 4.55228 16.5523 5 16 5C15.4477 5 15 4.55228 15 4ZM23 20C23 21.6569 21.6569 23 20 23H10C8.34315 23 7 21.6569 7 20V10C7 8.34315 8.34315 7 10 7H20C21.6569 7 23 8.34315 23 10V20Z\" fill=\"currentColor\" />\n </svg>\n)\nGroupCheck.displayName = \"GroupCheck\"\nexport default GroupCheck\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const GroupCheckCircle = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M21 15C21 11.6863 18.3137 9 15 9C11.6863 9 9 11.6863 9 15C9 18.3137 11.6863 21 15 21C18.3137 21 21 18.3137 21 15ZM17.2188 12.375C17.5638 11.9437 18.1937 11.8737 18.625 12.2188C19.0563 12.5638 19.1263 13.1937 18.7812 13.625L14.7812 18.625C14.6058 18.8444 14.3457 18.9797 14.0654 18.998C13.785 19.0163 13.5092 18.9155 13.3066 18.7207L11.3066 16.7979C10.9086 16.415 10.8965 15.7819 11.2793 15.3838C11.6621 14.9858 12.2953 14.9737 12.6934 15.3564L13.9023 16.5195L17.2188 12.375ZM1 9C1 4.58172 4.58172 1 9 1C11.2383 1 13.263 1.92082 14.7139 3.40137C15.1004 3.79581 15.0946 4.42888 14.7002 4.81543C14.3058 5.20194 13.6727 5.19513 13.2861 4.80078C12.196 3.68826 10.6791 3 9 3C5.68629 3 3 5.68629 3 9C3 10.6791 3.68826 12.196 4.80078 13.2861C5.19513 13.6727 5.20194 14.3058 4.81543 14.7002C4.42888 15.0946 3.79581 15.1004 3.40137 14.7139C1.92082 13.263 1 11.2383 1 9ZM23 15C23 19.4183 19.4183 23 15 23C10.5817 23 7 19.4183 7 15C7 10.5817 10.5817 7 15 7C19.4183 7 23 10.5817 23 15Z", fill: "currentColor" }) }));
|
|
3
|
+
GroupCheckCircle.displayName = "GroupCheckCircle";
|
|
4
|
+
export default GroupCheckCircle;
|
|
5
|
+
//# sourceMappingURL=GroupCheckCircle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupCheckCircle.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/GroupCheckCircle.tsx"],"names":[],"mappings":";AACA,MAAM,gBAAgB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC3D,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,88BAA88B,EAAC,IAAI,EAAC,cAAc,GAAG,GACz+B,CACP,CAAA;AACD,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAA;AACjD,eAAe,gBAAgB,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst GroupCheckCircle = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M21 15C21 11.6863 18.3137 9 15 9C11.6863 9 9 11.6863 9 15C9 18.3137 11.6863 21 15 21C18.3137 21 21 18.3137 21 15ZM17.2188 12.375C17.5638 11.9437 18.1937 11.8737 18.625 12.2188C19.0563 12.5638 19.1263 13.1937 18.7812 13.625L14.7812 18.625C14.6058 18.8444 14.3457 18.9797 14.0654 18.998C13.785 19.0163 13.5092 18.9155 13.3066 18.7207L11.3066 16.7979C10.9086 16.415 10.8965 15.7819 11.2793 15.3838C11.6621 14.9858 12.2953 14.9737 12.6934 15.3564L13.9023 16.5195L17.2188 12.375ZM1 9C1 4.58172 4.58172 1 9 1C11.2383 1 13.263 1.92082 14.7139 3.40137C15.1004 3.79581 15.0946 4.42888 14.7002 4.81543C14.3058 5.20194 13.6727 5.19513 13.2861 4.80078C12.196 3.68826 10.6791 3 9 3C5.68629 3 3 5.68629 3 9C3 10.6791 3.68826 12.196 4.80078 13.2861C5.19513 13.6727 5.20194 14.3058 4.81543 14.7002C4.42888 15.0946 3.79581 15.1004 3.40137 14.7139C1.92082 13.263 1 11.2383 1 9ZM23 15C23 19.4183 19.4183 23 15 23C10.5817 23 7 19.4183 7 15C7 10.5817 10.5817 7 15 7C19.4183 7 23 10.5817 23 15Z\" fill=\"currentColor\" />\n </svg>\n)\nGroupCheckCircle.displayName = \"GroupCheckCircle\"\nexport default GroupCheckCircle\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LayoutList = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M4 4V9H9V4H4ZM11 9C11 10.1046 10.1046 11 9 11H4C2.89543 11 2 10.1046 2 9V4C2 2.89543 2.89543 2 4 2H9C10.1046 2 11 2.89543 11 4V9Z" }), _jsx("path", { d: "M4 15V20H9V15H4ZM11 20C11 21.1046 10.1046 22 9 22H4C2.89543 22 2 21.1046 2 20V15C2 13.8954 2.89543 13 4 13H9C10.1046 13 11 13.8954 11 15V20Z" }), _jsx("path", { d: "M21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H14C13.4477 5 13 4.55228 13 4C13 3.44772 13.4477 3 14 3H21Z" }), _jsx("path", { d: "M21 8C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H14C13.4477 10 13 9.55228 13 9C13 8.44772 13.4477 8 14 8H21Z" }), _jsx("path", { d: "M21 14C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H14C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14H21Z" }), _jsx("path", { d: "M21 19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H21Z" })] }));
|
|
3
|
+
LayoutList.displayName = "LayoutList";
|
|
4
|
+
export default LayoutList;
|
|
5
|
+
//# sourceMappingURL=LayoutList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutList.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/LayoutList.tsx"],"names":[],"mappings":";AACA,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,mIAAmI,GAAG,EAC9I,eAAM,CAAC,EAAC,8IAA8I,GAAG,EACzJ,eAAM,CAAC,EAAC,sHAAsH,GAAG,EACjI,eAAM,CAAC,EAAC,yHAAyH,GAAG,EACpI,eAAM,CAAC,EAAC,+HAA+H,GAAG,EAC1I,eAAM,CAAC,EAAC,+HAA+H,GAAG,IACtI,CACP,CAAA;AACD,UAAU,CAAC,WAAW,GAAG,YAAY,CAAA;AACrC,eAAe,UAAU,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst LayoutList = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M4 4V9H9V4H4ZM11 9C11 10.1046 10.1046 11 9 11H4C2.89543 11 2 10.1046 2 9V4C2 2.89543 2.89543 2 4 2H9C10.1046 2 11 2.89543 11 4V9Z\" />\n <path d=\"M4 15V20H9V15H4ZM11 20C11 21.1046 10.1046 22 9 22H4C2.89543 22 2 21.1046 2 20V15C2 13.8954 2.89543 13 4 13H9C10.1046 13 11 13.8954 11 15V20Z\" />\n <path d=\"M21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H14C13.4477 5 13 4.55228 13 4C13 3.44772 13.4477 3 14 3H21Z\" />\n <path d=\"M21 8C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H14C13.4477 10 13 9.55228 13 9C13 8.44772 13.4477 8 14 8H21Z\" />\n <path d=\"M21 14C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H14C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14H21Z\" />\n <path d=\"M21 19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H21Z\" />\n </svg>\n)\nLayoutList.displayName = \"LayoutList\"\nexport default LayoutList\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ListChevronsDownUp = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M11 4C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H11Z" }), _jsx("path", { d: "M11 11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11Z" }), _jsx("path", { d: "M11 18C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H11Z" }), _jsx("path", { d: "M20.293 4.29297C20.6835 3.90244 21.3165 3.90244 21.707 4.29297C22.0976 4.68349 22.0976 5.31651 21.707 5.70703L18.707 8.70703C18.3165 9.09756 17.6835 9.09756 17.293 8.70703L14.293 5.70703C13.9024 5.31651 13.9024 4.68349 14.293 4.29297C14.6835 3.90244 15.3165 3.90244 15.707 4.29297L18 6.58594L20.293 4.29297Z" }), _jsx("path", { d: "M17.3691 15.2246C17.7619 14.9043 18.3409 14.9269 18.707 15.293L21.707 18.293C22.0976 18.6835 22.0976 19.3165 21.707 19.707C21.3165 20.0976 20.6835 20.0976 20.293 19.707L18 17.4141L15.707 19.707C15.3165 20.0976 14.6835 20.0976 14.293 19.707C13.9024 19.3165 13.9024 18.6835 14.293 18.293L17.293 15.293L17.3691 15.2246Z" })] }));
|
|
3
|
+
ListChevronsDownUp.displayName = "ListChevronsDownUp";
|
|
4
|
+
export default ListChevronsDownUp;
|
|
5
|
+
//# sourceMappingURL=ListChevronsDownUp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListChevronsDownUp.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/ListChevronsDownUp.tsx"],"names":[],"mappings":";AACA,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC7D,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,iHAAiH,GAAG,EAC5H,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,qTAAqT,GAAG,EAChU,eAAM,CAAC,EAAC,8TAA8T,GAAG,IACrU,CACP,CAAA;AACD,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAA;AACrD,eAAe,kBAAkB,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst ListChevronsDownUp = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M11 4C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H11Z\" />\n <path d=\"M11 11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11Z\" />\n <path d=\"M11 18C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H11Z\" />\n <path d=\"M20.293 4.29297C20.6835 3.90244 21.3165 3.90244 21.707 4.29297C22.0976 4.68349 22.0976 5.31651 21.707 5.70703L18.707 8.70703C18.3165 9.09756 17.6835 9.09756 17.293 8.70703L14.293 5.70703C13.9024 5.31651 13.9024 4.68349 14.293 4.29297C14.6835 3.90244 15.3165 3.90244 15.707 4.29297L18 6.58594L20.293 4.29297Z\" />\n <path d=\"M17.3691 15.2246C17.7619 14.9043 18.3409 14.9269 18.707 15.293L21.707 18.293C22.0976 18.6835 22.0976 19.3165 21.707 19.707C21.3165 20.0976 20.6835 20.0976 20.293 19.707L18 17.4141L15.707 19.707C15.3165 20.0976 14.6835 20.0976 14.293 19.707C13.9024 19.3165 13.9024 18.6835 14.293 18.293L17.293 15.293L17.3691 15.2246Z\" />\n </svg>\n)\nListChevronsDownUp.displayName = \"ListChevronsDownUp\"\nexport default ListChevronsDownUp\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const ListChevronsUpDown = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M11 4C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H11Z" }), _jsx("path", { d: "M11 11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11Z" }), _jsx("path", { d: "M11 18C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H11Z" }), _jsx("path", { d: "M17.3691 4.22461C17.7619 3.90426 18.3409 3.92685 18.707 4.29297L21.707 7.29297C22.0976 7.68349 22.0976 8.31651 21.707 8.70703C21.3165 9.09756 20.6835 9.09756 20.293 8.70703L18 6.41406L15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703C13.9024 8.31651 13.9024 7.68349 14.293 7.29297L17.293 4.29297L17.3691 4.22461Z" }), _jsx("path", { d: "M20.293 15.293C20.6835 14.9024 21.3165 14.9024 21.707 15.293C22.0976 15.6835 22.0976 16.3165 21.707 16.707L18.707 19.707C18.3165 20.0976 17.6835 20.0976 17.293 19.707L14.293 16.707C13.9024 16.3165 13.9024 15.6835 14.293 15.293C14.6835 14.9024 15.3165 14.9024 15.707 15.293L18 17.5859L20.293 15.293Z" })] }));
|
|
3
|
+
ListChevronsUpDown.displayName = "ListChevronsUpDown";
|
|
4
|
+
export default ListChevronsUpDown;
|
|
5
|
+
//# sourceMappingURL=ListChevronsUpDown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListChevronsUpDown.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/ListChevronsUpDown.tsx"],"names":[],"mappings":";AACA,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC7D,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,iHAAiH,GAAG,EAC5H,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,sUAAsU,GAAG,EACjV,eAAM,CAAC,EAAC,4SAA4S,GAAG,IACnT,CACP,CAAA;AACD,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAA;AACrD,eAAe,kBAAkB,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst ListChevronsUpDown = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M11 4C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H11Z\" />\n <path d=\"M11 11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11Z\" />\n <path d=\"M11 18C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H11Z\" />\n <path d=\"M17.3691 4.22461C17.7619 3.90426 18.3409 3.92685 18.707 4.29297L21.707 7.29297C22.0976 7.68349 22.0976 8.31651 21.707 8.70703C21.3165 9.09756 20.6835 9.09756 20.293 8.70703L18 6.41406L15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703C13.9024 8.31651 13.9024 7.68349 14.293 7.29297L17.293 4.29297L17.3691 4.22461Z\" />\n <path d=\"M20.293 15.293C20.6835 14.9024 21.3165 14.9024 21.707 15.293C22.0976 15.6835 22.0976 16.3165 21.707 16.707L18.707 19.707C18.3165 20.0976 17.6835 20.0976 17.293 19.707L14.293 16.707C13.9024 16.3165 13.9024 15.6835 14.293 15.293C14.6835 14.9024 15.3165 14.9024 15.707 15.293L18 17.5859L20.293 15.293Z\" />\n </svg>\n)\nListChevronsUpDown.displayName = \"ListChevronsUpDown\"\nexport default ListChevronsUpDown\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Number123 = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M3.99999 16V10.4141L3.70702 10.707C3.31649 11.0976 2.68348 11.0976 2.29295 10.707C1.90243 10.3165 1.90243 9.68349 2.29295 9.29297L4.29295 7.29297C4.57895 7.00697 5.00912 6.92139 5.3828 7.07617C5.7564 7.23098 5.99999 7.59558 5.99999 8V16C5.99999 16.5523 5.55227 17 4.99999 17C4.4477 17 3.99999 16.5523 3.99999 16ZM7.99999 15V13C7.99999 12.4696 8.21085 11.961 8.58592 11.5859C8.961 11.2109 9.46955 11 9.99999 11H12V9H8.99999C8.4477 9 7.99999 8.55228 7.99999 8C7.99999 7.44772 8.4477 7 8.99999 7H12C12.5304 7 13.039 7.21087 13.414 7.58594C13.7891 7.96101 14 8.46957 14 9V11C14 11.5304 13.7891 12.039 13.414 12.4141C13.039 12.7891 12.5304 13 12 13H9.99999V15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H9.99999C9.46955 17 8.961 16.7891 8.58592 16.4141C8.21085 16.039 7.99999 15.5304 7.99999 15ZM20 14.5V13.5C20 13.3674 19.9473 13.2403 19.8535 13.1465C19.7597 13.0527 19.6326 13 19.5 13H18C17.4477 13 17 12.5523 17 12C17 11.4477 17.4477 11 18 11H19.5C19.6326 11 19.7597 10.9473 19.8535 10.8535C19.9473 10.7597 20 10.6326 20 10.5V9.5C20 9.36739 19.9473 9.24025 19.8535 9.14648C19.7597 9.05272 19.6326 9 19.5 9H17C16.4477 9 16 8.55228 16 8C16 7.44772 16.4477 7 17 7H19.5C20.163 7 20.7987 7.26358 21.2676 7.73242C21.7364 8.20126 22 8.83696 22 9.5V10.5C22 11.045 21.8189 11.5694 21.4951 12C21.8189 12.4306 22 12.955 22 13.5V14.5C22 15.163 21.7364 15.7987 21.2676 16.2676C20.7987 16.7364 20.163 17 19.5 17H17C16.4477 17 16 16.5523 16 16C16 15.4477 16.4477 15 17 15H19.5C19.6326 15 19.7597 14.9473 19.8535 14.8535C19.9473 14.7597 20 14.6326 20 14.5Z", fill: "currentColor" }) }));
|
|
3
|
+
Number123.displayName = "Number123";
|
|
4
|
+
export default Number123;
|
|
5
|
+
//# sourceMappingURL=Number123.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Number123.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/Number123.tsx"],"names":[],"mappings":";AACA,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,mhDAAmhD,EAAC,IAAI,EAAC,cAAc,GAAG,GAC9iD,CACP,CAAA;AACD,SAAS,CAAC,WAAW,GAAG,WAAW,CAAA;AACnC,eAAe,SAAS,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst Number123 = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M3.99999 16V10.4141L3.70702 10.707C3.31649 11.0976 2.68348 11.0976 2.29295 10.707C1.90243 10.3165 1.90243 9.68349 2.29295 9.29297L4.29295 7.29297C4.57895 7.00697 5.00912 6.92139 5.3828 7.07617C5.7564 7.23098 5.99999 7.59558 5.99999 8V16C5.99999 16.5523 5.55227 17 4.99999 17C4.4477 17 3.99999 16.5523 3.99999 16ZM7.99999 15V13C7.99999 12.4696 8.21085 11.961 8.58592 11.5859C8.961 11.2109 9.46955 11 9.99999 11H12V9H8.99999C8.4477 9 7.99999 8.55228 7.99999 8C7.99999 7.44772 8.4477 7 8.99999 7H12C12.5304 7 13.039 7.21087 13.414 7.58594C13.7891 7.96101 14 8.46957 14 9V11C14 11.5304 13.7891 12.039 13.414 12.4141C13.039 12.7891 12.5304 13 12 13H9.99999V15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H9.99999C9.46955 17 8.961 16.7891 8.58592 16.4141C8.21085 16.039 7.99999 15.5304 7.99999 15ZM20 14.5V13.5C20 13.3674 19.9473 13.2403 19.8535 13.1465C19.7597 13.0527 19.6326 13 19.5 13H18C17.4477 13 17 12.5523 17 12C17 11.4477 17.4477 11 18 11H19.5C19.6326 11 19.7597 10.9473 19.8535 10.8535C19.9473 10.7597 20 10.6326 20 10.5V9.5C20 9.36739 19.9473 9.24025 19.8535 9.14648C19.7597 9.05272 19.6326 9 19.5 9H17C16.4477 9 16 8.55228 16 8C16 7.44772 16.4477 7 17 7H19.5C20.163 7 20.7987 7.26358 21.2676 7.73242C21.7364 8.20126 22 8.83696 22 9.5V10.5C22 11.045 21.8189 11.5694 21.4951 12C21.8189 12.4306 22 12.955 22 13.5V14.5C22 15.163 21.7364 15.7987 21.2676 16.2676C20.7987 16.7364 20.163 17 19.5 17H17C16.4477 17 16 16.5523 16 16C16 15.4477 16.4477 15 17 15H19.5C19.6326 15 19.7597 14.9473 19.8535 14.8535C19.9473 14.7597 20 14.6326 20 14.5Z\" fill=\"currentColor\" />\n </svg>\n)\nNumber123.displayName = \"Number123\"\nexport default Number123\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const PanelBottom = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M20 16H4V19C4 19.5523 4.44771 20 5 20H19C19.5523 20 20 19.5523 20 19V16ZM20 5C20 4.44771 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V14H20V5ZM22 19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19Z", fill: "currentColor" }) }));
|
|
3
|
+
PanelBottom.displayName = "PanelBottom";
|
|
4
|
+
export default PanelBottom;
|
|
5
|
+
//# sourceMappingURL=PanelBottom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PanelBottom.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/PanelBottom.tsx"],"names":[],"mappings":";AACA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,qQAAqQ,EAAC,IAAI,EAAC,cAAc,GAAG,GAChS,CACP,CAAA;AACD,WAAW,CAAC,WAAW,GAAG,aAAa,CAAA;AACvC,eAAe,WAAW,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst PanelBottom = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M20 16H4V19C4 19.5523 4.44771 20 5 20H19C19.5523 20 20 19.5523 20 19V16ZM20 5C20 4.44771 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V14H20V5ZM22 19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19Z\" fill=\"currentColor\" />\n </svg>\n)\nPanelBottom.displayName = \"PanelBottom\"\nexport default PanelBottom\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SpacingVertical = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M19 20V18C19 17.7348 18.8946 17.4805 18.707 17.293C18.5195 17.1054 18.2652 17 18 17H6C5.73478 17 5.48051 17.1054 5.29297 17.293C5.10543 17.4805 5 17.7348 5 18V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V18C3 17.2044 3.3163 16.4415 3.87891 15.8789C4.44151 15.3163 5.20435 15 6 15H18C18.7957 15 19.5585 15.3163 20.1211 15.8789C20.6837 16.4415 21 17.2043 21 18V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20ZM16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H16ZM3 6V4C3 3.44772 3.44772 3 4 3C4.55228 3 5 3.44772 5 4V6C5 6.26522 5.10543 6.5195 5.29297 6.70703C5.4805 6.89457 5.73478 7 6 7H18C18.2652 7 18.5195 6.89457 18.707 6.70703C18.8946 6.51949 19 6.26522 19 6V4C19 3.44772 19.4477 3 20 3C20.5523 3 21 3.44772 21 4V6C21 6.79565 20.6837 7.55849 20.1211 8.12109C19.5585 8.6837 18.7956 9 18 9H6C5.20435 9 4.44152 8.6837 3.87891 8.12109C3.3163 7.55849 3 6.79565 3 6Z", fill: "currentColor" }) }));
|
|
3
|
+
SpacingVertical.displayName = "SpacingVertical";
|
|
4
|
+
export default SpacingVertical;
|
|
5
|
+
//# sourceMappingURL=SpacingVertical.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpacingVertical.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/SpacingVertical.tsx"],"names":[],"mappings":";AACA,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,07BAA07B,EAAC,IAAI,EAAC,cAAc,GAAG,GACr9B,CACP,CAAA;AACD,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAA;AAC/C,eAAe,eAAe,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst SpacingVertical = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M19 20V18C19 17.7348 18.8946 17.4805 18.707 17.293C18.5195 17.1054 18.2652 17 18 17H6C5.73478 17 5.48051 17.1054 5.29297 17.293C5.10543 17.4805 5 17.7348 5 18V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V18C3 17.2044 3.3163 16.4415 3.87891 15.8789C4.44151 15.3163 5.20435 15 6 15H18C18.7957 15 19.5585 15.3163 20.1211 15.8789C20.6837 16.4415 21 17.2043 21 18V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20ZM16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H16ZM3 6V4C3 3.44772 3.44772 3 4 3C4.55228 3 5 3.44772 5 4V6C5 6.26522 5.10543 6.5195 5.29297 6.70703C5.4805 6.89457 5.73478 7 6 7H18C18.2652 7 18.5195 6.89457 18.707 6.70703C18.8946 6.51949 19 6.26522 19 6V4C19 3.44772 19.4477 3 20 3C20.5523 3 21 3.44772 21 4V6C21 6.79565 20.6837 7.55849 20.1211 8.12109C19.5585 8.6837 18.7956 9 18 9H6C5.20435 9 4.44152 8.6837 3.87891 8.12109C3.3163 7.55849 3 6.79565 3 6Z\" fill=\"currentColor\" />\n </svg>\n)\nSpacingVertical.displayName = \"SpacingVertical\"\nexport default SpacingVertical\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SquareAsterisk = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M20 5C20 4.44771 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44771 20 5 20H19C19.5523 20 20 19.5523 20 19V5ZM11 16V13.7227L8.99609 14.8682C8.51658 15.1422 7.90585 14.9756 7.63184 14.4961C7.35783 14.0166 7.52439 13.4058 8.00391 13.1318L9.98438 12L8.00391 10.8682C7.52439 10.5942 7.35783 9.98342 7.63184 9.50391C7.90585 9.02439 8.51658 8.85783 8.99609 9.13184L11 10.2764V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V10.2764L15.0039 9.13184C15.4834 8.85783 16.0942 9.02439 16.3682 9.50391C16.6422 9.98342 16.4756 10.5942 15.9961 10.8682L14.0146 12L15.9961 13.1318C16.4756 13.4058 16.6422 14.0166 16.3682 14.4961C16.0942 14.9756 15.4834 15.1422 15.0039 14.8682L13 13.7227V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16ZM22 19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19Z", fill: "currentColor" }) }));
|
|
3
|
+
SquareAsterisk.displayName = "SquareAsterisk";
|
|
4
|
+
export default SquareAsterisk;
|
|
5
|
+
//# sourceMappingURL=SquareAsterisk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareAsterisk.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/SquareAsterisk.tsx"],"names":[],"mappings":";AACA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,u2BAAu2B,EAAC,IAAI,EAAC,cAAc,GAAG,GACl4B,CACP,CAAA;AACD,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAA;AAC7C,eAAe,cAAc,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst SquareAsterisk = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M20 5C20 4.44771 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44771 20 5 20H19C19.5523 20 20 19.5523 20 19V5ZM11 16V13.7227L8.99609 14.8682C8.51658 15.1422 7.90585 14.9756 7.63184 14.4961C7.35783 14.0166 7.52439 13.4058 8.00391 13.1318L9.98438 12L8.00391 10.8682C7.52439 10.5942 7.35783 9.98342 7.63184 9.50391C7.90585 9.02439 8.51658 8.85783 8.99609 9.13184L11 10.2764V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V10.2764L15.0039 9.13184C15.4834 8.85783 16.0942 9.02439 16.3682 9.50391C16.6422 9.98342 16.4756 10.5942 15.9961 10.8682L14.0146 12L15.9961 13.1318C16.4756 13.4058 16.6422 14.0166 16.3682 14.4961C16.0942 14.9756 15.4834 15.1422 15.0039 14.8682L13 13.7227V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16ZM22 19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19Z\" fill=\"currentColor\" />\n </svg>\n)\nSquareAsterisk.displayName = \"SquareAsterisk\"\nexport default SquareAsterisk\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const SquareDashed = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M2 19C2 18.4477 2.44772 18 3 18C3.55228 18 4 18.4477 4 19C4 19.2652 4.10543 19.5195 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20C5.55228 20 6 20.4477 6 21C6 21.5523 5.55228 22 5 22C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7957 2 19ZM10 20C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H9C8.44772 22 8 21.5523 8 21C8 20.4477 8.44772 20 9 20H10ZM15 20C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H14C13.4477 22 13 21.5523 13 21C13 20.4477 13.4477 20 14 20H15ZM20 19C20 18.4477 20.4477 18 21 18C21.5523 18 22 18.4477 22 19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22C18.4477 22 18 21.5523 18 21C18 20.4477 18.4477 20 19 20C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19ZM2 15V14C2 13.4477 2.44772 13 3 13C3.55228 13 4 13.4477 4 14V15C4 15.5523 3.55228 16 3 16C2.44772 16 2 15.5523 2 15ZM20 15V14C20 13.4477 20.4477 13 21 13C21.5523 13 22 13.4477 22 14V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15ZM2 10V9C2 8.44772 2.44772 8 3 8C3.55228 8 4 8.44772 4 9V10C4 10.5523 3.55228 11 3 11C2.44772 11 2 10.5523 2 10ZM20 10V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10ZM2 5C2 4.20435 2.3163 3.44152 2.87891 2.87891C3.44152 2.3163 4.20435 2 5 2C5.55228 2 6 2.44772 6 3C6 3.55228 5.55228 4 5 4C4.73478 4 4.4805 4.10543 4.29297 4.29297C4.10543 4.4805 4 4.73478 4 5C4 5.55228 3.55228 6 3 6C2.44772 6 2 5.55228 2 5ZM20 5C20 4.73478 19.8946 4.48051 19.707 4.29297C19.5195 4.10543 19.2652 4 19 4C18.4477 4 18 3.55228 18 3C18 2.44772 18.4477 2 19 2C19.7957 2 20.5585 2.3163 21.1211 2.87891C21.6837 3.44152 22 4.20435 22 5C22 5.55228 21.5523 6 21 6C20.4477 6 20 5.55228 20 5ZM10 2C10.5523 2 11 2.44772 11 3C11 3.55228 10.5523 4 10 4H9C8.44772 4 8 3.55228 8 3C8 2.44772 8.44772 2 9 2H10ZM15 2C15.5523 2 16 2.44772 16 3C16 3.55228 15.5523 4 15 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H15Z", fill: "currentColor" }) }));
|
|
3
|
+
SquareDashed.displayName = "SquareDashed";
|
|
4
|
+
export default SquareDashed;
|
|
5
|
+
//# sourceMappingURL=SquareDashed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareDashed.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/SquareDashed.tsx"],"names":[],"mappings":";AACA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,g7DAAg7D,EAAC,IAAI,EAAC,cAAc,GAAG,GAC38D,CACP,CAAA;AACD,YAAY,CAAC,WAAW,GAAG,cAAc,CAAA;AACzC,eAAe,YAAY,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst SquareDashed = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M2 19C2 18.4477 2.44772 18 3 18C3.55228 18 4 18.4477 4 19C4 19.2652 4.10543 19.5195 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20C5.55228 20 6 20.4477 6 21C6 21.5523 5.55228 22 5 22C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7957 2 19ZM10 20C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H9C8.44772 22 8 21.5523 8 21C8 20.4477 8.44772 20 9 20H10ZM15 20C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H14C13.4477 22 13 21.5523 13 21C13 20.4477 13.4477 20 14 20H15ZM20 19C20 18.4477 20.4477 18 21 18C21.5523 18 22 18.4477 22 19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22C18.4477 22 18 21.5523 18 21C18 20.4477 18.4477 20 19 20C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19ZM2 15V14C2 13.4477 2.44772 13 3 13C3.55228 13 4 13.4477 4 14V15C4 15.5523 3.55228 16 3 16C2.44772 16 2 15.5523 2 15ZM20 15V14C20 13.4477 20.4477 13 21 13C21.5523 13 22 13.4477 22 14V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15ZM2 10V9C2 8.44772 2.44772 8 3 8C3.55228 8 4 8.44772 4 9V10C4 10.5523 3.55228 11 3 11C2.44772 11 2 10.5523 2 10ZM20 10V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10ZM2 5C2 4.20435 2.3163 3.44152 2.87891 2.87891C3.44152 2.3163 4.20435 2 5 2C5.55228 2 6 2.44772 6 3C6 3.55228 5.55228 4 5 4C4.73478 4 4.4805 4.10543 4.29297 4.29297C4.10543 4.4805 4 4.73478 4 5C4 5.55228 3.55228 6 3 6C2.44772 6 2 5.55228 2 5ZM20 5C20 4.73478 19.8946 4.48051 19.707 4.29297C19.5195 4.10543 19.2652 4 19 4C18.4477 4 18 3.55228 18 3C18 2.44772 18.4477 2 19 2C19.7957 2 20.5585 2.3163 21.1211 2.87891C21.6837 3.44152 22 4.20435 22 5C22 5.55228 21.5523 6 21 6C20.4477 6 20 5.55228 20 5ZM10 2C10.5523 2 11 2.44772 11 3C11 3.55228 10.5523 4 10 4H9C8.44772 4 8 3.55228 8 3C8 2.44772 8.44772 2 9 2H10ZM15 2C15.5523 2 16 2.44772 16 3C16 3.55228 15.5523 4 15 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H15Z\" fill=\"currentColor\" />\n </svg>\n)\nSquareDashed.displayName = \"SquareDashed\"\nexport default SquareDashed\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TextAlignStart = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H17ZM15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H15ZM21 4C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H21Z", fill: "currentColor" }) }));
|
|
3
|
+
TextAlignStart.displayName = "TextAlignStart";
|
|
4
|
+
export default TextAlignStart;
|
|
5
|
+
//# sourceMappingURL=TextAlignStart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignStart.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/TextAlignStart.tsx"],"names":[],"mappings":";AACA,MAAM,cAAc,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACzD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,iWAAiW,EAAC,IAAI,EAAC,cAAc,GAAG,GAC5X,CACP,CAAA;AACD,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAA;AAC7C,eAAe,cAAc,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst TextAlignStart = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20H3C2.44772 20 2 19.5523 2 19C2 18.4477 2.44772 18 3 18H17ZM15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H15ZM21 4C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H21Z\" fill=\"currentColor\" />\n </svg>\n)\nTextAlignStart.displayName = \"TextAlignStart\"\nexport default TextAlignStart\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TextCursorInput = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M8 18C8 17.4477 8.44772 17 9 17C9.55228 17 10 17.4477 10 18C10 18.2652 10.1054 18.5195 10.293 18.707C10.4805 18.8946 10.7348 19 11 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H11C10.2589 21 9.5489 20.7227 9 20.2305C8.4511 20.7227 7.74108 21 7 21H6C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19H7C7.26522 19 7.51949 18.8946 7.70703 18.707C7.89457 18.5195 8 18.2652 8 18Z" }), _jsx("path", { d: "M21 14V10C21 9.73478 20.8946 9.48051 20.707 9.29297C20.5195 9.10543 20.2652 9 20 9H13C12.4477 9 12 8.55228 12 8C12 7.44772 12.4477 7 13 7H20C20.7957 7 21.5585 7.3163 22.1211 7.87891C22.6837 8.44151 23 9.20435 23 10V14C23 14.7957 22.6837 15.5585 22.1211 16.1211C21.5585 16.6837 20.7957 17 20 17H13C12.4477 17 12 16.5523 12 16C12 15.4477 12.4477 15 13 15H20C20.2652 15 20.5195 14.8946 20.707 14.707C20.8946 14.5195 21 14.2652 21 14Z" }), _jsx("path", { d: "M1 14V10C1 9.20435 1.3163 8.44152 1.87891 7.87891C2.44152 7.3163 3.20435 7 4 7H5C5.55228 7 6 7.44772 6 8C6 8.55228 5.55228 9 5 9H4C3.73478 9 3.48051 9.10543 3.29297 9.29297C3.10543 9.48051 3 9.73478 3 10V14C3 14.2652 3.10543 14.5195 3.29297 14.707C3.48051 14.8946 3.73478 15 4 15H5C5.55228 15 6 15.4477 6 16C6 16.5523 5.55228 17 5 17H4C3.20435 17 2.44152 16.6837 1.87891 16.1211C1.3163 15.5585 1 14.7956 1 14Z" }), _jsx("path", { d: "M8 6C8 5.73478 7.89457 5.48051 7.70703 5.29297C7.51949 5.10543 7.26522 5 7 5H6C5.44772 5 5 4.55228 5 4C5 3.44772 5.44772 3 6 3H7C7.74108 3 8.4511 3.27731 9 3.76953C9.5489 3.27731 10.2589 3 11 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H11C10.7348 5 10.4805 5.10543 10.293 5.29297C10.1054 5.48051 10 5.73478 10 6C10 6.55228 9.55228 7 9 7C8.44772 7 8 6.55228 8 6Z" }), _jsx("path", { d: "M8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6V18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18Z" })] }));
|
|
3
|
+
TextCursorInput.displayName = "TextCursorInput";
|
|
4
|
+
export default TextCursorInput;
|
|
5
|
+
//# sourceMappingURL=TextCursorInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextCursorInput.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/TextCursorInput.tsx"],"names":[],"mappings":";AACA,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,0YAA0Y,GAAG,EACrZ,eAAM,CAAC,EAAC,gbAAgb,GAAG,EAC3b,eAAM,CAAC,EAAC,2ZAA2Z,GAAG,EACta,eAAM,CAAC,EAAC,wXAAwX,GAAG,EACnY,eAAM,CAAC,EAAC,oHAAoH,GAAG,IAC3H,CACP,CAAA;AACD,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAA;AAC/C,eAAe,eAAe,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst TextCursorInput = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M8 18C8 17.4477 8.44772 17 9 17C9.55228 17 10 17.4477 10 18C10 18.2652 10.1054 18.5195 10.293 18.707C10.4805 18.8946 10.7348 19 11 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H11C10.2589 21 9.5489 20.7227 9 20.2305C8.4511 20.7227 7.74108 21 7 21H6C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19H7C7.26522 19 7.51949 18.8946 7.70703 18.707C7.89457 18.5195 8 18.2652 8 18Z\" />\n <path d=\"M21 14V10C21 9.73478 20.8946 9.48051 20.707 9.29297C20.5195 9.10543 20.2652 9 20 9H13C12.4477 9 12 8.55228 12 8C12 7.44772 12.4477 7 13 7H20C20.7957 7 21.5585 7.3163 22.1211 7.87891C22.6837 8.44151 23 9.20435 23 10V14C23 14.7957 22.6837 15.5585 22.1211 16.1211C21.5585 16.6837 20.7957 17 20 17H13C12.4477 17 12 16.5523 12 16C12 15.4477 12.4477 15 13 15H20C20.2652 15 20.5195 14.8946 20.707 14.707C20.8946 14.5195 21 14.2652 21 14Z\" />\n <path d=\"M1 14V10C1 9.20435 1.3163 8.44152 1.87891 7.87891C2.44152 7.3163 3.20435 7 4 7H5C5.55228 7 6 7.44772 6 8C6 8.55228 5.55228 9 5 9H4C3.73478 9 3.48051 9.10543 3.29297 9.29297C3.10543 9.48051 3 9.73478 3 10V14C3 14.2652 3.10543 14.5195 3.29297 14.707C3.48051 14.8946 3.73478 15 4 15H5C5.55228 15 6 15.4477 6 16C6 16.5523 5.55228 17 5 17H4C3.20435 17 2.44152 16.6837 1.87891 16.1211C1.3163 15.5585 1 14.7956 1 14Z\" />\n <path d=\"M8 6C8 5.73478 7.89457 5.48051 7.70703 5.29297C7.51949 5.10543 7.26522 5 7 5H6C5.44772 5 5 4.55228 5 4C5 3.44772 5.44772 3 6 3H7C7.74108 3 8.4511 3.27731 9 3.76953C9.5489 3.27731 10.2589 3 11 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H11C10.7348 5 10.4805 5.10543 10.293 5.29297C10.1054 5.48051 10 5.73478 10 6C10 6.55228 9.55228 7 9 7C8.44772 7 8 6.55228 8 6Z\" />\n <path d=\"M8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6V18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18Z\" />\n </svg>\n)\nTextCursorInput.displayName = \"TextCursorInput\"\nexport default TextCursorInput\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const TextInitial = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44773 20 2.00002 19.5523 2 19C2 18.4477 2.44772 18 3 18H21ZM7 3C7.20886 3 7.41471 3.0434 7.60449 3.12695L7.78809 3.22363L7.95703 3.34473C8.11658 3.4769 8.24732 3.64156 8.34082 3.82812C8.3458 3.83806 8.35082 3.8483 8.35547 3.8584L11.9082 11.582C12.139 12.0837 11.9196 12.6774 11.418 12.9082C10.9163 13.139 10.3227 12.9196 10.0918 12.418L9.43945 11H4.56055L3.9082 12.418C3.67734 12.9196 3.08371 13.139 2.58203 12.9082C2.08039 12.6774 1.86102 12.0837 2.0918 11.582L5.64453 3.8584L5.65918 3.82812C5.78388 3.57933 5.97512 3.36984 6.21191 3.22363L6.39551 3.12695C6.58529 3.0434 6.79114 3 7 3ZM21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H15C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11H21ZM5.48047 9H8.51953L7 5.69824L5.48047 9ZM21 4C21.5523 4 22 4.44772 22 5C22 5.55227 21.5523 6 21 6H15C14.4477 6 14 5.55227 14 5C14 4.44772 14.4477 4 15 4H21Z", fill: "currentColor" }) }));
|
|
3
|
+
TextInitial.displayName = "TextInitial";
|
|
4
|
+
export default TextInitial;
|
|
5
|
+
//# sourceMappingURL=TextInitial.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInitial.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/TextInitial.tsx"],"names":[],"mappings":";AACA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,cAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,YAChG,eAAM,CAAC,EAAC,u6BAAu6B,EAAC,IAAI,EAAC,cAAc,GAAG,GACl8B,CACP,CAAA;AACD,WAAW,CAAC,WAAW,GAAG,aAAa,CAAA;AACvC,eAAe,WAAW,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst TextInitial = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H3C2.44773 20 2.00002 19.5523 2 19C2 18.4477 2.44772 18 3 18H21ZM7 3C7.20886 3 7.41471 3.0434 7.60449 3.12695L7.78809 3.22363L7.95703 3.34473C8.11658 3.4769 8.24732 3.64156 8.34082 3.82812C8.3458 3.83806 8.35082 3.8483 8.35547 3.8584L11.9082 11.582C12.139 12.0837 11.9196 12.6774 11.418 12.9082C10.9163 13.139 10.3227 12.9196 10.0918 12.418L9.43945 11H4.56055L3.9082 12.418C3.67734 12.9196 3.08371 13.139 2.58203 12.9082C2.08039 12.6774 1.86102 12.0837 2.0918 11.582L5.64453 3.8584L5.65918 3.82812C5.78388 3.57933 5.97512 3.36984 6.21191 3.22363L6.39551 3.12695C6.58529 3.0434 6.79114 3 7 3ZM21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H15C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11H21ZM5.48047 9H8.51953L7 5.69824L5.48047 9ZM21 4C21.5523 4 22 4.44772 22 5C22 5.55227 21.5523 6 21 6H15C14.4477 6 14 5.55227 14 5C14 4.44772 14.4477 4 15 4H21Z\" fill=\"currentColor\" />\n </svg>\n)\nTextInitial.displayName = \"TextInitial\"\nexport default TextInitial\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const TextSelect = (props) => (_jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: [_jsx("path", { d: "M15 20C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H14C13.4477 22 13 21.5523 13 21C13 20.4477 13.4477 20 14 20H15Z" }), _jsx("path", { d: "M15 2C15.5523 2 16 2.44772 16 3C16 3.55228 15.5523 4 15 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H15Z" }), _jsx("path", { d: "M20 5C20 4.73478 19.8946 4.48051 19.707 4.29297C19.5195 4.10543 19.2652 4 19 4C18.4477 4 18 3.55228 18 3C18 2.44772 18.4477 2 19 2C19.7956 2 20.5585 2.3163 21.1211 2.87891C21.6837 3.44152 22 4.20435 22 5C22 5.55228 21.5523 6 21 6C20.4477 6 20 5.55228 20 5Z" }), _jsx("path", { d: "M20 15V14C20 13.4477 20.4477 13 21 13C21.5523 13 22 13.4477 22 14V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15Z" }), _jsx("path", { d: "M20 19C20 18.4477 20.4477 18 21 18C21.5523 18 22 18.4477 22 19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22C18.4477 22 18 21.5523 18 21C18 20.4477 18.4477 20 19 20C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19Z" }), _jsx("path", { d: "M20 10V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10Z" }), _jsx("path", { d: "M2 15V14C2 13.4477 2.44772 13 3 13C3.55228 13 4 13.4477 4 14V15C4 15.5523 3.55228 16 3 16C2.44772 16 2 15.5523 2 15Z" }), _jsx("path", { d: "M2 10V9C2 8.44772 2.44772 8 3 8C3.55228 8 4 8.44772 4 9V10C4 10.5523 3.55228 11 3 11C2.44772 11 2 10.5523 2 10Z" }), _jsx("path", { d: "M2 19C2 18.4477 2.44772 18 3 18C3.55228 18 4 18.4477 4 19C4 19.2652 4.10543 19.5195 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20C5.55228 20 6 20.4477 6 21C6 21.5523 5.55228 22 5 22C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7956 2 19Z" }), _jsx("path", { d: "M2 5C2 4.20435 2.3163 3.44152 2.87891 2.87891C3.44152 2.3163 4.20435 2 5 2C5.55228 2 6 2.44772 6 3C6 3.55228 5.55228 4 5 4C4.73478 4 4.4805 4.10543 4.29297 4.29297C4.10543 4.4805 4 4.73478 4 5C4 5.55228 3.55228 6 3 6C2.44772 6 2 5.55228 2 5Z" }), _jsx("path", { d: "M17 11C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H17Z" }), _jsx("path", { d: "M13 15C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H7C6.44772 17 6 16.5523 6 16C6 15.4477 6.44772 15 7 15H13Z" }), _jsx("path", { d: "M15 7C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H7C6.44772 9 6 8.55228 6 8C6 7.44772 6.44772 7 7 7H15Z" }), _jsx("path", { d: "M10 20C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H9C8.44772 22 8 21.5523 8 21C8 20.4477 8.44772 20 9 20H10Z" }), _jsx("path", { d: "M10 2C10.5523 2 11 2.44772 11 3C11 3.55228 10.5523 4 10 4H9C8.44772 4 8 3.55228 8 3C8 2.44772 8.44772 2 9 2H10Z" })] }));
|
|
3
|
+
TextSelect.displayName = "TextSelect";
|
|
4
|
+
export default TextSelect;
|
|
5
|
+
//# sourceMappingURL=TextSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextSelect.js","sourceRoot":"","sources":["../../../../../src/components/Icon/svg/TextSelect.tsx"],"names":[],"mappings":";AACA,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrD,eAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,iBAAa,MAAM,KAAK,KAAK,aAChG,eAAM,CAAC,EAAC,+HAA+H,GAAG,EAC1I,eAAM,CAAC,EAAC,sHAAsH,GAAG,EACjI,eAAM,CAAC,EAAC,kQAAkQ,GAAG,EAC7Q,eAAM,CAAC,EAAC,+HAA+H,GAAG,EAC1I,eAAM,CAAC,EAAC,+QAA+Q,GAAG,EAC1R,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,sHAAsH,GAAG,EACjI,eAAM,CAAC,EAAC,iHAAiH,GAAG,EAC5H,eAAM,CAAC,EAAC,kQAAkQ,GAAG,EAC7Q,eAAM,CAAC,EAAC,mPAAmP,GAAG,EAC9P,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,iHAAiH,GAAG,EAC5H,eAAM,CAAC,EAAC,0HAA0H,GAAG,EACrI,eAAM,CAAC,EAAC,iHAAiH,GAAG,IACxH,CACP,CAAA;AACD,UAAU,CAAC,WAAW,GAAG,YAAY,CAAA;AACrC,eAAe,UAAU,CAAA","sourcesContent":["import type { SVGProps } from \"react\"\nconst TextSelect = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\" {...props}>\n <path d=\"M15 20C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H14C13.4477 22 13 21.5523 13 21C13 20.4477 13.4477 20 14 20H15Z\" />\n <path d=\"M15 2C15.5523 2 16 2.44772 16 3C16 3.55228 15.5523 4 15 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H15Z\" />\n <path d=\"M20 5C20 4.73478 19.8946 4.48051 19.707 4.29297C19.5195 4.10543 19.2652 4 19 4C18.4477 4 18 3.55228 18 3C18 2.44772 18.4477 2 19 2C19.7956 2 20.5585 2.3163 21.1211 2.87891C21.6837 3.44152 22 4.20435 22 5C22 5.55228 21.5523 6 21 6C20.4477 6 20 5.55228 20 5Z\" />\n <path d=\"M20 15V14C20 13.4477 20.4477 13 21 13C21.5523 13 22 13.4477 22 14V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15Z\" />\n <path d=\"M20 19C20 18.4477 20.4477 18 21 18C21.5523 18 22 18.4477 22 19C22 19.7957 21.6837 20.5585 21.1211 21.1211C20.5585 21.6837 19.7957 22 19 22C18.4477 22 18 21.5523 18 21C18 20.4477 18.4477 20 19 20C19.2652 20 19.5195 19.8946 19.707 19.707C19.8946 19.5195 20 19.2652 20 19Z\" />\n <path d=\"M20 10V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10Z\" />\n <path d=\"M2 15V14C2 13.4477 2.44772 13 3 13C3.55228 13 4 13.4477 4 14V15C4 15.5523 3.55228 16 3 16C2.44772 16 2 15.5523 2 15Z\" />\n <path d=\"M2 10V9C2 8.44772 2.44772 8 3 8C3.55228 8 4 8.44772 4 9V10C4 10.5523 3.55228 11 3 11C2.44772 11 2 10.5523 2 10Z\" />\n <path d=\"M2 19C2 18.4477 2.44772 18 3 18C3.55228 18 4 18.4477 4 19C4 19.2652 4.10543 19.5195 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20C5.55228 20 6 20.4477 6 21C6 21.5523 5.55228 22 5 22C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7956 2 19Z\" />\n <path d=\"M2 5C2 4.20435 2.3163 3.44152 2.87891 2.87891C3.44152 2.3163 4.20435 2 5 2C5.55228 2 6 2.44772 6 3C6 3.55228 5.55228 4 5 4C4.73478 4 4.4805 4.10543 4.29297 4.29297C4.10543 4.4805 4 4.73478 4 5C4 5.55228 3.55228 6 3 6C2.44772 6 2 5.55228 2 5Z\" />\n <path d=\"M17 11C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H17Z\" />\n <path d=\"M13 15C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H7C6.44772 17 6 16.5523 6 16C6 15.4477 6.44772 15 7 15H13Z\" />\n <path d=\"M15 7C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H7C6.44772 9 6 8.55228 6 8C6 7.44772 6.44772 7 7 7H15Z\" />\n <path d=\"M10 20C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H9C8.44772 22 8 21.5523 8 21C8 20.4477 8.44772 20 9 20H10Z\" />\n <path d=\"M10 2C10.5523 2 11 2.44772 11 3C11 3.55228 10.5523 4 10 4H9C8.44772 4 8 3.55228 8 3C8 2.44772 8.44772 2 9 2H10Z\" />\n </svg>\n)\nTextSelect.displayName = \"TextSelect\"\nexport default TextSelect\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Abc } from "./svg/Abc";
|
|
1
2
|
export { default as AddSources } from "./svg/AddSources";
|
|
2
3
|
export { default as AgentMode } from "./svg/AgentMode";
|
|
3
4
|
export { default as AllGizmos } from "./svg/AllGizmos";
|
|
@@ -74,6 +75,7 @@ export { default as Bug } from "./svg/Bug";
|
|
|
74
75
|
export { default as BuildingWorkspace } from "./svg/BuildingWorkspace";
|
|
75
76
|
export { default as Business } from "./svg/Business";
|
|
76
77
|
export { default as BusinessFilled } from "./svg/BusinessFilled";
|
|
78
|
+
export { default as ButtonMousePointer } from "./svg/ButtonMousePointer";
|
|
77
79
|
export { default as Cabinet } from "./svg/Cabinet";
|
|
78
80
|
export { default as Calendar } from "./svg/Calendar";
|
|
79
81
|
export { default as CalendarToday } from "./svg/CalendarToday";
|
|
@@ -105,6 +107,7 @@ export { default as CheckCircle } from "./svg/CheckCircle";
|
|
|
105
107
|
export { default as CheckCircleDashed } from "./svg/CheckCircleDashed";
|
|
106
108
|
export { default as CheckCircleFilled } from "./svg/CheckCircleFilled";
|
|
107
109
|
export { default as CheckLg } from "./svg/CheckLg";
|
|
110
|
+
export { default as CheckCheck } from "./svg/CheckCheck";
|
|
108
111
|
export { default as CheckMd } from "./svg/CheckMd";
|
|
109
112
|
export { default as ChevronDown, default as ChevronDownXl } from "./svg/ChevronDown";
|
|
110
113
|
export { default as ChevronDownLg } from "./svg/ChevronDownLg";
|
|
@@ -132,6 +135,7 @@ export { default as Cleanup } from "./svg/Cleanup";
|
|
|
132
135
|
export { default as Click } from "./svg/Click";
|
|
133
136
|
export { default as Clip } from "./svg/Clip";
|
|
134
137
|
export { default as Clipboard } from "./svg/Clipboard";
|
|
138
|
+
export { default as Blocks } from "./svg/Blocks";
|
|
135
139
|
export { default as Clock } from "./svg/Clock";
|
|
136
140
|
export { default as Clock10S } from "./svg/Clock10S";
|
|
137
141
|
export { default as Clock15S } from "./svg/Clock15S";
|
|
@@ -239,12 +243,14 @@ export { default as Followup } from "./svg/Followup";
|
|
|
239
243
|
export { default as Forward } from "./svg/Forward";
|
|
240
244
|
export { default as Forward10s } from "./svg/Forward10s";
|
|
241
245
|
export { default as Forward15s } from "./svg/Forward15s";
|
|
246
|
+
export { default as Form } from "./svg/Form";
|
|
242
247
|
export { default as Frozen } from "./svg/Frozen";
|
|
243
248
|
export { default as Function } from "./svg/Function";
|
|
244
249
|
export { default as Function1 } from "./svg/Function1";
|
|
245
250
|
export { default as GenerateSuggestedEdits } from "./svg/GenerateSuggestedEdits";
|
|
246
251
|
export { default as Glasses } from "./svg/Glasses";
|
|
247
252
|
export { default as Globe } from "./svg/Globe";
|
|
253
|
+
export { default as GripHorizontal } from "./svg/GripHorizontal";
|
|
248
254
|
export { default as GripVertical } from "./svg/GripVertical";
|
|
249
255
|
export { default as GlobeAlt } from "./svg/GlobeAlt";
|
|
250
256
|
export { default as GlobeFilled } from "./svg/GlobeFilled";
|
|
@@ -253,6 +259,8 @@ export { default as GlobeSpin } from "./svg/GlobeSpin";
|
|
|
253
259
|
export { default as Grid } from "./svg/Grid";
|
|
254
260
|
export { default as GridAlt } from "./svg/GridAlt";
|
|
255
261
|
export { default as Group } from "./svg/Group";
|
|
262
|
+
export { default as GroupCheck } from "./svg/GroupCheck";
|
|
263
|
+
export { default as GroupCheckCircle } from "./svg/GroupCheckCircle";
|
|
256
264
|
export { default as GroupFilled } from "./svg/GroupFilled";
|
|
257
265
|
export { default as Groups } from "./svg/Groups";
|
|
258
266
|
export { default as Hamburger } from "./svg/Hamburger";
|
|
@@ -290,11 +298,14 @@ export { default as Key } from "./svg/Key";
|
|
|
290
298
|
export { default as Keyboard } from "./svg/Keyboard";
|
|
291
299
|
export { default as KeyboardShortcut } from "./svg/KeyboardShortcut";
|
|
292
300
|
export { default as Language } from "./svg/Language";
|
|
301
|
+
export { default as LayoutList } from "./svg/LayoutList";
|
|
293
302
|
export { default as Latency } from "./svg/Latency";
|
|
294
303
|
export { default as Lightbulb } from "./svg/Lightbulb";
|
|
295
304
|
export { default as LightbulbFilled } from "./svg/LightbulbFilled";
|
|
296
305
|
export { default as LightbulbGlow } from "./svg/LightbulbGlow";
|
|
297
306
|
export { default as LightMode } from "./svg/LightMode";
|
|
307
|
+
export { default as ListChevronsDownUp } from "./svg/ListChevronsDownUp";
|
|
308
|
+
export { default as ListChevronsUpDown } from "./svg/ListChevronsUpDown";
|
|
298
309
|
export { default as Link } from "./svg/Link";
|
|
299
310
|
export { default as LinkDisabledBold } from "./svg/LinkDisabledBold";
|
|
300
311
|
export { default as LinkExternal } from "./svg/LinkExternal";
|
|
@@ -351,6 +362,7 @@ export { default as NotebookNarrow } from "./svg/NotebookNarrow";
|
|
|
351
362
|
export { default as NotebookPencil } from "./svg/NotebookPencil";
|
|
352
363
|
export { default as Notepad } from "./svg/Notepad";
|
|
353
364
|
export { default as Number } from "./svg/Number";
|
|
365
|
+
export { default as Number123 } from "./svg/Number123";
|
|
354
366
|
export { default as Object } from "./svg/Object";
|
|
355
367
|
export { default as On } from "./svg/On";
|
|
356
368
|
export { default as OpenLeft } from "./svg/OpenLeft";
|
|
@@ -360,7 +372,7 @@ export { default as PageBlank } from "./svg/PageBlank";
|
|
|
360
372
|
export { default as Paid } from "./svg/Paid";
|
|
361
373
|
export { default as Paint } from "./svg/Paint";
|
|
362
374
|
export { default as PaintDashed } from "./svg/PaintDashed";
|
|
363
|
-
export { default as
|
|
375
|
+
export { default as PanelBottom } from "./svg/PanelBottom";
|
|
364
376
|
export { default as ParentControl } from "./svg/ParentControl";
|
|
365
377
|
export { default as PastedText } from "./svg/PastedText";
|
|
366
378
|
export { default as PauseCircle } from "./svg/PauseCircle";
|
|
@@ -492,6 +504,7 @@ export { default as Sort } from "./svg/Sort";
|
|
|
492
504
|
export { default as SoundOffSimpleMute } from "./svg/SoundOffSimpleMute";
|
|
493
505
|
export { default as SoundOffSpeaker } from "./svg/SoundOffSpeaker";
|
|
494
506
|
export { default as SoundOnSpeaker } from "./svg/SoundOnSpeaker";
|
|
507
|
+
export { default as SpacingVertical } from "./svg/SpacingVertical";
|
|
495
508
|
export { default as Sparkle } from "./svg/Sparkle";
|
|
496
509
|
export { default as Sparkles } from "./svg/Sparkles";
|
|
497
510
|
export { default as SparklesFilled } from "./svg/SparklesFilled";
|
|
@@ -500,8 +513,10 @@ export { default as Speed } from "./svg/Speed";
|
|
|
500
513
|
export { default as Speedometer } from "./svg/Speedometer";
|
|
501
514
|
export { default as Spelling } from "./svg/Spelling";
|
|
502
515
|
export { default as Spin } from "./svg/Spin";
|
|
516
|
+
export { default as SquareAsterisk } from "./svg/SquareAsterisk";
|
|
503
517
|
export { default as SquareCheckboxUnchecked } from "./svg/SquareCheckboxUnchecked";
|
|
504
518
|
export { default as SquareCode } from "./svg/SquareCode";
|
|
519
|
+
export { default as SquareDashed } from "./svg/SquareDashed";
|
|
505
520
|
export { default as SquareFilledTableLegend } from "./svg/SquareFilledTableLegend";
|
|
506
521
|
export { default as SquareImage } from "./svg/SquareImage";
|
|
507
522
|
export { default as SquareText } from "./svg/SquareText";
|
|
@@ -545,7 +560,11 @@ export { default as Terminal } from "./svg/Terminal";
|
|
|
545
560
|
export { default as TerminalLg } from "./svg/TerminalLg";
|
|
546
561
|
export { default as Terms } from "./svg/Terms";
|
|
547
562
|
export { default as Text } from "./svg/Text";
|
|
563
|
+
export { default as TextAlignStart } from "./svg/TextAlignStart";
|
|
564
|
+
export { default as TextCursorInput } from "./svg/TextCursorInput";
|
|
565
|
+
export { default as TextInitial } from "./svg/TextInitial";
|
|
548
566
|
export { default as TextLonger } from "./svg/TextLonger";
|
|
567
|
+
export { default as TextSelect } from "./svg/TextSelect";
|
|
549
568
|
export { default as TextPrompt } from "./svg/TextPrompt";
|
|
550
569
|
export { default as TextShorter } from "./svg/TextShorter";
|
|
551
570
|
export { default as TextToSpeech } from "./svg/TextToSpeech";
|
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const Parallel = (props) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ...props, children: _jsx("path", { d: "M11 6C11 6.26522 11.1054 6.51949 11.293 6.70703C11.4805 6.89457 11.7348 7 12 7C12.2652 7 12.5195 6.89457 12.707 6.70703C12.8946 6.51949 13 6.26522 13 6C13 5.73478 12.8946 5.48051 12.707 5.29297C12.5195 5.10543 12.2652 5 12 5C11.7348 5 11.4805 5.10543 11.293 5.29297C11.1054 5.48051 11 5.73478 11 6ZM17 18C17 18.2652 17.1054 18.5195 17.293 18.707C17.4805 18.8946 17.7348 19 18 19C18.2652 19 18.5195 18.8946 18.707 18.707C18.8946 18.5195 19 18.2652 19 18C19 17.7348 18.8946 17.4805 18.707 17.293C18.5195 17.1054 18.2652 17 18 17C17.7348 17 17.4805 17.1054 17.293 17.293C17.1054 17.4805 17 17.7348 17 18ZM5 18C5 18.2652 5.10543 18.5195 5.29297 18.707C5.4805 18.8946 5.73478 19 6 19C6.26522 19 6.5195 18.8946 6.70703 18.707C6.89457 18.5195 7 18.2652 7 18C7 17.7348 6.89457 17.4805 6.70703 17.293C6.5195 17.1054 6.26522 17 6 17C5.73478 17 5.4805 17.1054 5.29297 17.293C5.10543 17.4805 5 17.7348 5 18ZM3 18C3 17.2043 3.3163 16.4415 3.87891 15.8789C4.19797 15.5598 4.58261 15.3236 5 15.1758V14C5 13.2043 5.3163 12.4415 5.87891 11.8789C6.44151 11.3163 7.20435 11 8 11H11V8.8252C10.5825 8.67741 10.1981 8.44024 9.87891 8.12109C9.3163 7.55849 9 6.79565 9 6C9 5.20435 9.3163 4.44152 9.87891 3.87891C10.4415 3.3163 11.2043 3 12 3C12.7957 3 13.5585 3.3163 14.1211 3.87891C14.6837 4.44152 15 5.20435 15 6C15 6.79565 14.6837 7.55849 14.1211 8.12109C13.8019 8.44024 13.4175 8.67741 13 8.8252V11H16C16.7956 11 17.5585 11.3163 18.1211 11.8789C18.6837 12.4415 19 13.2044 19 14V15.1758C19.4174 15.3236 19.802 15.5598 20.1211 15.8789C20.6837 16.4415 21 17.2044 21 18C21 18.7956 20.6837 19.5585 20.1211 20.1211C19.5585 20.6837 18.7956 21 18 21C17.2044 21 16.4415 20.6837 15.8789 20.1211C15.3163 19.5585 15 18.7956 15 18C15 17.2044 15.3163 16.4415 15.8789 15.8789C16.198 15.5598 16.5826 15.3236 17 15.1758V14C17 13.7348 16.8946 13.4805 16.707 13.293C16.5195 13.1054 16.2652 13 16 13H8C7.73478 13 7.48051 13.1054 7.29297 13.293C7.10543 13.4805 7 13.7348 7 14V15.1758C7.41739 15.3236 7.80203 15.5598 8.12109 15.8789C8.6837 16.4415 9 17.2044 9 18C9 18.7956 8.6837 19.5585 8.12109 20.1211C7.55849 20.6837 6.79565 21 6 21C5.20435 21 4.44152 20.6837 3.87891 20.1211C3.3163 19.5585 3 18.7956 3 18Z" }) }));
|
|
3
|
-
Parallel.displayName = "Parallel";
|
|
4
|
-
export default Parallel;
|
|
5
|
-
//# sourceMappingURL=Parallel.js.map
|