seat-editor 3.5.13 → 3.5.14
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/app/new-board/page.js +1 -0
- package/dist/app/new-board/page.jsx +1 -0
- package/dist/components/form-tools/shape.d.ts +1 -0
- package/dist/components/form-tools/shape.js +13 -3
- package/dist/components/form-tools/shape.jsx +17 -2
- package/dist/components/icons/camera.d.ts +1 -0
- package/dist/components/icons/camera.js +5 -0
- package/dist/components/icons/camera.jsx +26 -0
- package/dist/components/icons/circle.d.ts +1 -0
- package/dist/components/icons/circle.js +5 -0
- package/dist/components/icons/circle.jsx +36 -0
- package/dist/components/icons/index.d.ts +9 -0
- package/dist/components/icons/index.js +9 -0
- package/dist/components/icons/square.d.ts +1 -0
- package/dist/components/icons/square.js +5 -0
- package/dist/components/icons/square.jsx +26 -0
- package/dist/components/icons/type-1.d.ts +1 -0
- package/dist/components/icons/type-1.js +5 -0
- package/dist/components/icons/type-1.jsx +148 -0
- package/dist/components/icons/type-2.d.ts +1 -0
- package/dist/components/icons/type-2.js +5 -0
- package/dist/components/icons/type-2.jsx +138 -0
- package/dist/components/icons/type-3.d.ts +1 -0
- package/dist/components/icons/type-3.js +5 -0
- package/dist/components/icons/type-3.jsx +138 -0
- package/dist/components/icons/type-4.d.ts +1 -0
- package/dist/components/icons/type-4.js +5 -0
- package/dist/components/icons/type-4.jsx +98 -0
- package/dist/components/icons/type-5.d.ts +1 -0
- package/dist/components/icons/type-5.js +5 -0
- package/dist/components/icons/type-5.jsx +108 -0
- package/dist/features/board-v3/index.js +3 -1
- package/dist/features/board-v3/index.jsx +5 -2
- package/dist/features/package/index.js +1 -1
- package/dist/features/package/index.jsx +2 -2
- package/dist/features/panel/index.js +3 -1
- package/dist/features/panel/index.jsx +3 -1
- package/dist/features/panel/polygon.js +1 -1
- package/dist/features/panel/polygon.jsx +1 -1
- package/dist/features/panel/select-tool.js +1 -1
- package/dist/features/panel/select-tool.jsx +1 -1
- package/dist/features/panel/selected-group.d.ts +3 -1
- package/dist/features/panel/selected-group.js +9 -8
- package/dist/features/panel/selected-group.jsx +15 -8
- package/dist/features/panel/upload-group-tool.d.ts +10 -0
- package/dist/features/panel/upload-group-tool.js +147 -0
- package/dist/features/panel/upload-group-tool.jsx +180 -0
- package/dist/features/panel/upload-tool.d.ts +2 -2
- package/dist/features/panel/upload-tool.js +45 -4
- package/dist/features/panel/upload-tool.jsx +108 -10
- package/dist/features/side-tool/index.js +13 -11
- package/dist/features/side-tool/index.jsx +7 -2
- package/dist/provider/antd-provider.js +3 -0
- package/dist/provider/antd-provider.jsx +3 -0
- package/dist/utils/agent.d.ts +1 -0
- package/dist/utils/agent.js +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Circle: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Circle = () => {
|
|
4
|
+
return (_jsx(Icon, { component: () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "20", zoomAndPan: "magnify", viewBox: "0 0 1500 1499.999933", height: "20", preserveAspectRatio: "xMidYMid meet", version: "1.0", children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "d41cbe1311", children: _jsx("path", { d: "M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "7cc077d9c9", children: _jsx("path", { d: "M 752.546875 242.269531 C 468.820312 242.269531 238.816406 472.273438 238.816406 756 C 238.816406 1039.726562 468.820312 1269.730469 752.546875 1269.730469 C 1036.269531 1269.730469 1266.277344 1039.726562 1266.277344 756 C 1266.277344 472.273438 1036.269531 242.269531 752.546875 242.269531 Z M 752.546875 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "013b3dcfd8", children: _jsx("path", { d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "10850bac5b", children: _jsx("path", { d: "M 514.546875 0.269531 C 230.820312 0.269531 0.816406 230.273438 0.816406 514 C 0.816406 797.726562 230.820312 1027.730469 514.546875 1027.730469 C 798.269531 1027.730469 1028.277344 797.726562 1028.277344 514 C 1028.277344 230.273438 798.269531 0.269531 514.546875 0.269531 Z M 514.546875 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "2d1cd698d3", children: _jsx("rect", { x: "0", width: "1029", y: "0", height: "1028" }) })] }), _jsx("g", { clipPath: "url(#d41cbe1311)", children: _jsx("g", { clipPath: "url(#7cc077d9c9)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 238, 242)", children: _jsx("g", { clipPath: "url(#2d1cd698d3)", children: _jsx("g", { clipPath: "url(#013b3dcfd8)", children: _jsx("g", { clipPath: "url(#10850bac5b)", children: _jsx("path", { fill: "#000000", d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) })] })) }));
|
|
5
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Circle = () => {
|
|
4
|
+
return (<Icon component={() => (<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" width="20" zoomAndPan="magnify" viewBox="0 0 1500 1499.999933" height="20" preserveAspectRatio="xMidYMid meet" version="1.0">
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="d41cbe1311">
|
|
7
|
+
<path d="M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 " clipRule="nonzero"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<clipPath id="7cc077d9c9">
|
|
10
|
+
<path d="M 752.546875 242.269531 C 468.820312 242.269531 238.816406 472.273438 238.816406 756 C 238.816406 1039.726562 468.820312 1269.730469 752.546875 1269.730469 C 1036.269531 1269.730469 1266.277344 1039.726562 1266.277344 756 C 1266.277344 472.273438 1036.269531 242.269531 752.546875 242.269531 Z M 752.546875 242.269531 " clipRule="nonzero"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="013b3dcfd8">
|
|
13
|
+
<path d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " clipRule="nonzero"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
<clipPath id="10850bac5b">
|
|
16
|
+
<path d="M 514.546875 0.269531 C 230.820312 0.269531 0.816406 230.273438 0.816406 514 C 0.816406 797.726562 230.820312 1027.730469 514.546875 1027.730469 C 798.269531 1027.730469 1028.277344 797.726562 1028.277344 514 C 1028.277344 230.273438 798.269531 0.269531 514.546875 0.269531 Z M 514.546875 0.269531 " clipRule="nonzero"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
<clipPath id="2d1cd698d3">
|
|
19
|
+
<rect x="0" width="1029" y="0" height="1028"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
<g clipPath="url(#d41cbe1311)">
|
|
23
|
+
<g clipPath="url(#7cc077d9c9)">
|
|
24
|
+
<g transform="matrix(1, 0, 0, 1, 238, 242)">
|
|
25
|
+
<g clipPath="url(#2d1cd698d3)">
|
|
26
|
+
<g clipPath="url(#013b3dcfd8)">
|
|
27
|
+
<g clipPath="url(#10850bac5b)">
|
|
28
|
+
<path fill="#000000" d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " fillOpacity="1" fillRule="nonzero"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>)}/>);
|
|
36
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Type5Icon } from "./type-5";
|
|
2
|
+
import { Type4Icon } from "./type-4";
|
|
3
|
+
import { Type3Icon } from "./type-3";
|
|
4
|
+
import { Type2Icon } from "./type-2";
|
|
5
|
+
import { Type1Icon } from "./type-1";
|
|
6
|
+
import { Square } from "./square";
|
|
7
|
+
import { Circle } from "./circle";
|
|
8
|
+
import { Camera } from "./camera";
|
|
9
|
+
export { Type5Icon, Type4Icon, Type3Icon, Type2Icon, Type1Icon, Square, Camera, Circle };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Type5Icon } from "./type-5";
|
|
2
|
+
import { Type4Icon } from "./type-4";
|
|
3
|
+
import { Type3Icon } from "./type-3";
|
|
4
|
+
import { Type2Icon } from "./type-2";
|
|
5
|
+
import { Type1Icon } from "./type-1";
|
|
6
|
+
import { Square } from "./square";
|
|
7
|
+
import { Circle } from "./circle";
|
|
8
|
+
import { Camera } from "./camera";
|
|
9
|
+
export { Type5Icon, Type4Icon, Type3Icon, Type2Icon, Type1Icon, Square, Camera, Circle };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Square: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Square = () => {
|
|
4
|
+
return (_jsx(Icon, { component: () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "20", zoomAndPan: "magnify", viewBox: "0 0 1500 1499.999933", height: "20", preserveAspectRatio: "xMidYMid meet", version: "1.0", children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "2d8cc3c96d", children: _jsx("path", { d: "M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "ceb7e45b0f", children: _jsx("path", { d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "f03533f4a8", children: _jsx("rect", { x: "0", width: "1029", y: "0", height: "1028" }) })] }), _jsx("g", { clipPath: "url(#2d8cc3c96d)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 238, 242)", children: _jsx("g", { clipPath: "url(#f03533f4a8)", children: _jsx("g", { clipPath: "url(#ceb7e45b0f)", children: _jsx("path", { fill: "#000000", d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) })] })) }));
|
|
5
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Square = () => {
|
|
4
|
+
return (<Icon component={() => (<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" width="20" zoomAndPan="magnify" viewBox="0 0 1500 1499.999933" height="20" preserveAspectRatio="xMidYMid meet" version="1.0">
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="2d8cc3c96d">
|
|
7
|
+
<path d="M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 " clipRule="nonzero"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<clipPath id="ceb7e45b0f">
|
|
10
|
+
<path d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " clipRule="nonzero"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="f03533f4a8">
|
|
13
|
+
<rect x="0" width="1029" y="0" height="1028"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
<g clipPath="url(#2d8cc3c96d)">
|
|
17
|
+
<g transform="matrix(1, 0, 0, 1, 238, 242)">
|
|
18
|
+
<g clipPath="url(#f03533f4a8)">
|
|
19
|
+
<g clipPath="url(#ceb7e45b0f)">
|
|
20
|
+
<path fill="#000000" d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " fillOpacity="1" fillRule="nonzero"/>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>)}/>);
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Type1Icon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Type1Icon = () => {
|
|
4
|
+
return (_jsx(Icon, { component: () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "20", zoomAndPan: "magnify", viewBox: "0 0 1500 1499.999933", height: "20", preserveAspectRatio: "xMidYMid meet", version: "1.0", children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "1814b12076", children: _jsx("path", { d: "M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "9f6e7dc260", children: _jsx("path", { d: "M 752.546875 242.269531 C 468.820312 242.269531 238.816406 472.273438 238.816406 756 C 238.816406 1039.726562 468.820312 1269.730469 752.546875 1269.730469 C 1036.269531 1269.730469 1266.277344 1039.726562 1266.277344 756 C 1266.277344 472.273438 1036.269531 242.269531 752.546875 242.269531 Z M 752.546875 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "dad77365b8", children: _jsx("path", { d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "d505dfa24a", children: _jsx("path", { d: "M 514.546875 0.269531 C 230.820312 0.269531 0.816406 230.273438 0.816406 514 C 0.816406 797.726562 230.820312 1027.730469 514.546875 1027.730469 C 798.269531 1027.730469 1028.277344 797.726562 1028.277344 514 C 1028.277344 230.273438 798.269531 0.269531 514.546875 0.269531 Z M 514.546875 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "e73093a78b", children: _jsx("rect", { x: "0", width: "1029", y: "0", height: "1028" }) }), _jsx("clipPath", { id: "f6970eca33", children: _jsx("path", { d: "M 28.34375 622.089844 L 239.566406 622.089844 L 239.566406 833.3125 L 28.34375 833.3125 Z M 28.34375 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "796713b654", children: _jsx("path", { d: "M 133.953125 622.089844 C 75.628906 622.089844 28.34375 669.371094 28.34375 727.699219 C 28.34375 786.027344 75.628906 833.3125 133.953125 833.3125 C 192.28125 833.3125 239.566406 786.027344 239.566406 727.699219 C 239.566406 669.371094 192.28125 622.089844 133.953125 622.089844 Z M 133.953125 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "bb4e9a37bf", children: _jsx("path", { d: "M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "867c4bc8c7", children: _jsx("path", { d: "M 105.953125 0.0898438 C 47.628906 0.0898438 0.34375 47.371094 0.34375 105.699219 C 0.34375 164.027344 47.628906 211.3125 105.953125 211.3125 C 164.28125 211.3125 211.566406 164.027344 211.566406 105.699219 C 211.566406 47.371094 164.28125 0.0898438 105.953125 0.0898438 Z M 105.953125 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "945c7258c5", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "5d3660b486", children: _jsx("path", { d: "M 649.183594 1268.386719 L 860.410156 1268.386719 L 860.410156 1479.613281 L 649.183594 1479.613281 Z M 649.183594 1268.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "95e2c09e4e", children: _jsx("path", { d: "M 754.796875 1268.386719 C 696.46875 1268.386719 649.183594 1315.671875 649.183594 1374 C 649.183594 1432.328125 696.46875 1479.613281 754.796875 1479.613281 C 813.125 1479.613281 860.410156 1432.328125 860.410156 1374 C 860.410156 1315.671875 813.125 1268.386719 754.796875 1268.386719 Z M 754.796875 1268.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "191c650369", children: _jsx("path", { d: "M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "6700d5725d", children: _jsx("path", { d: "M 105.796875 0.386719 C 47.46875 0.386719 0.183594 47.671875 0.183594 106 C 0.183594 164.328125 47.46875 211.613281 105.796875 211.613281 C 164.125 211.613281 211.410156 164.328125 211.410156 106 C 211.410156 47.671875 164.125 0.386719 105.796875 0.386719 Z M 105.796875 0.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "32a171789e", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "317c2c0975", children: _jsx("path", { d: "M 1265.527344 622.089844 L 1476.75 622.089844 L 1476.75 833.3125 L 1265.527344 833.3125 Z M 1265.527344 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "ef0a3d5cb5", children: _jsx("path", { d: "M 1371.136719 622.089844 C 1312.808594 622.089844 1265.527344 669.371094 1265.527344 727.699219 C 1265.527344 786.027344 1312.808594 833.3125 1371.136719 833.3125 C 1429.464844 833.3125 1476.75 786.027344 1476.75 727.699219 C 1476.75 669.371094 1429.464844 622.089844 1371.136719 622.089844 Z M 1371.136719 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "866ce0525d", children: _jsx("path", { d: "M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "38198af770", children: _jsx("path", { d: "M 106.136719 0.0898438 C 47.808594 0.0898438 0.527344 47.371094 0.527344 105.699219 C 0.527344 164.027344 47.808594 211.3125 106.136719 211.3125 C 164.464844 211.3125 211.75 164.027344 211.75 105.699219 C 211.75 47.371094 164.464844 0.0898438 106.136719 0.0898438 Z M 106.136719 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "c55f27d5a5", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "8cb46d634b", children: _jsx("path", { d: "M 644.386719 31.636719 L 855.613281 31.636719 L 855.613281 242.863281 L 644.386719 242.863281 Z M 644.386719 31.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "b445c26f0a", children: _jsx("path", { d: "M 750 31.636719 C 691.671875 31.636719 644.386719 78.921875 644.386719 137.25 C 644.386719 195.578125 691.671875 242.863281 750 242.863281 C 808.328125 242.863281 855.613281 195.578125 855.613281 137.25 C 855.613281 78.921875 808.328125 31.636719 750 31.636719 Z M 750 31.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "62638d496f", children: _jsx("path", { d: "M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "f895c6356e", children: _jsx("path", { d: "M 106 0.636719 C 47.671875 0.636719 0.386719 47.921875 0.386719 106.25 C 0.386719 164.578125 47.671875 211.863281 106 211.863281 C 164.328125 211.863281 211.613281 164.578125 211.613281 106.25 C 211.613281 47.921875 164.328125 0.636719 106 0.636719 Z M 106 0.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "9664f89305", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) })] }), _jsx("g", { clipPath: "url(#1814b12076)", children: _jsx("g", { clipPath: "url(#9f6e7dc260)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 238, 242)", children: _jsx("g", { clipPath: "url(#e73093a78b)", children: _jsx("g", { clipPath: "url(#dad77365b8)", children: _jsx("g", { clipPath: "url(#d505dfa24a)", children: _jsx("path", { fill: "#000000", d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#f6970eca33)", children: _jsx("g", { clipPath: "url(#796713b654)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 28, 622)", children: _jsx("g", { clipPath: "url(#945c7258c5)", children: _jsx("g", { clipPath: "url(#bb4e9a37bf)", children: _jsx("g", { clipPath: "url(#867c4bc8c7)", children: _jsx("path", { fill: "#000000", d: "M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#5d3660b486)", children: _jsx("g", { clipPath: "url(#95e2c09e4e)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 649, 1268)", children: _jsx("g", { clipPath: "url(#32a171789e)", children: _jsx("g", { clipPath: "url(#191c650369)", children: _jsx("g", { clipPath: "url(#6700d5725d)", children: _jsx("path", { fill: "#000000", d: "M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#317c2c0975)", children: _jsx("g", { clipPath: "url(#ef0a3d5cb5)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 1265, 622)", children: _jsx("g", { clipPath: "url(#c55f27d5a5)", children: _jsx("g", { clipPath: "url(#866ce0525d)", children: _jsx("g", { clipPath: "url(#38198af770)", children: _jsx("path", { fill: "#000000", d: "M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#8cb46d634b)", children: _jsx("g", { clipPath: "url(#b445c26f0a)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 644, 31)", children: _jsx("g", { clipPath: "url(#9664f89305)", children: _jsx("g", { clipPath: "url(#62638d496f)", children: _jsx("g", { clipPath: "url(#f895c6356e)", children: _jsx("path", { fill: "#000000", d: "M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) })] })) }));
|
|
5
|
+
};
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Type1Icon = () => {
|
|
4
|
+
return (<Icon component={() => (<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" width="20" zoomAndPan="magnify" viewBox="0 0 1500 1499.999933" height="20" preserveAspectRatio="xMidYMid meet" version="1.0">
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="1814b12076">
|
|
7
|
+
<path d="M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 " clipRule="nonzero"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<clipPath id="9f6e7dc260">
|
|
10
|
+
<path d="M 752.546875 242.269531 C 468.820312 242.269531 238.816406 472.273438 238.816406 756 C 238.816406 1039.726562 468.820312 1269.730469 752.546875 1269.730469 C 1036.269531 1269.730469 1266.277344 1039.726562 1266.277344 756 C 1266.277344 472.273438 1036.269531 242.269531 752.546875 242.269531 Z M 752.546875 242.269531 " clipRule="nonzero"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="dad77365b8">
|
|
13
|
+
<path d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " clipRule="nonzero"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
<clipPath id="d505dfa24a">
|
|
16
|
+
<path d="M 514.546875 0.269531 C 230.820312 0.269531 0.816406 230.273438 0.816406 514 C 0.816406 797.726562 230.820312 1027.730469 514.546875 1027.730469 C 798.269531 1027.730469 1028.277344 797.726562 1028.277344 514 C 1028.277344 230.273438 798.269531 0.269531 514.546875 0.269531 Z M 514.546875 0.269531 " clipRule="nonzero"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
<clipPath id="e73093a78b">
|
|
19
|
+
<rect x="0" width="1029" y="0" height="1028"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
<clipPath id="f6970eca33">
|
|
22
|
+
<path d="M 28.34375 622.089844 L 239.566406 622.089844 L 239.566406 833.3125 L 28.34375 833.3125 Z M 28.34375 622.089844 " clipRule="nonzero"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
<clipPath id="796713b654">
|
|
25
|
+
<path d="M 133.953125 622.089844 C 75.628906 622.089844 28.34375 669.371094 28.34375 727.699219 C 28.34375 786.027344 75.628906 833.3125 133.953125 833.3125 C 192.28125 833.3125 239.566406 786.027344 239.566406 727.699219 C 239.566406 669.371094 192.28125 622.089844 133.953125 622.089844 Z M 133.953125 622.089844 " clipRule="nonzero"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
<clipPath id="bb4e9a37bf">
|
|
28
|
+
<path d="M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 " clipRule="nonzero"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
<clipPath id="867c4bc8c7">
|
|
31
|
+
<path d="M 105.953125 0.0898438 C 47.628906 0.0898438 0.34375 47.371094 0.34375 105.699219 C 0.34375 164.027344 47.628906 211.3125 105.953125 211.3125 C 164.28125 211.3125 211.566406 164.027344 211.566406 105.699219 C 211.566406 47.371094 164.28125 0.0898438 105.953125 0.0898438 Z M 105.953125 0.0898438 " clipRule="nonzero"/>
|
|
32
|
+
</clipPath>
|
|
33
|
+
<clipPath id="945c7258c5">
|
|
34
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
35
|
+
</clipPath>
|
|
36
|
+
<clipPath id="5d3660b486">
|
|
37
|
+
<path d="M 649.183594 1268.386719 L 860.410156 1268.386719 L 860.410156 1479.613281 L 649.183594 1479.613281 Z M 649.183594 1268.386719 " clipRule="nonzero"/>
|
|
38
|
+
</clipPath>
|
|
39
|
+
<clipPath id="95e2c09e4e">
|
|
40
|
+
<path d="M 754.796875 1268.386719 C 696.46875 1268.386719 649.183594 1315.671875 649.183594 1374 C 649.183594 1432.328125 696.46875 1479.613281 754.796875 1479.613281 C 813.125 1479.613281 860.410156 1432.328125 860.410156 1374 C 860.410156 1315.671875 813.125 1268.386719 754.796875 1268.386719 Z M 754.796875 1268.386719 " clipRule="nonzero"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
<clipPath id="191c650369">
|
|
43
|
+
<path d="M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 " clipRule="nonzero"/>
|
|
44
|
+
</clipPath>
|
|
45
|
+
<clipPath id="6700d5725d">
|
|
46
|
+
<path d="M 105.796875 0.386719 C 47.46875 0.386719 0.183594 47.671875 0.183594 106 C 0.183594 164.328125 47.46875 211.613281 105.796875 211.613281 C 164.125 211.613281 211.410156 164.328125 211.410156 106 C 211.410156 47.671875 164.125 0.386719 105.796875 0.386719 Z M 105.796875 0.386719 " clipRule="nonzero"/>
|
|
47
|
+
</clipPath>
|
|
48
|
+
<clipPath id="32a171789e">
|
|
49
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
50
|
+
</clipPath>
|
|
51
|
+
<clipPath id="317c2c0975">
|
|
52
|
+
<path d="M 1265.527344 622.089844 L 1476.75 622.089844 L 1476.75 833.3125 L 1265.527344 833.3125 Z M 1265.527344 622.089844 " clipRule="nonzero"/>
|
|
53
|
+
</clipPath>
|
|
54
|
+
<clipPath id="ef0a3d5cb5">
|
|
55
|
+
<path d="M 1371.136719 622.089844 C 1312.808594 622.089844 1265.527344 669.371094 1265.527344 727.699219 C 1265.527344 786.027344 1312.808594 833.3125 1371.136719 833.3125 C 1429.464844 833.3125 1476.75 786.027344 1476.75 727.699219 C 1476.75 669.371094 1429.464844 622.089844 1371.136719 622.089844 Z M 1371.136719 622.089844 " clipRule="nonzero"/>
|
|
56
|
+
</clipPath>
|
|
57
|
+
<clipPath id="866ce0525d">
|
|
58
|
+
<path d="M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 " clipRule="nonzero"/>
|
|
59
|
+
</clipPath>
|
|
60
|
+
<clipPath id="38198af770">
|
|
61
|
+
<path d="M 106.136719 0.0898438 C 47.808594 0.0898438 0.527344 47.371094 0.527344 105.699219 C 0.527344 164.027344 47.808594 211.3125 106.136719 211.3125 C 164.464844 211.3125 211.75 164.027344 211.75 105.699219 C 211.75 47.371094 164.464844 0.0898438 106.136719 0.0898438 Z M 106.136719 0.0898438 " clipRule="nonzero"/>
|
|
62
|
+
</clipPath>
|
|
63
|
+
<clipPath id="c55f27d5a5">
|
|
64
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
65
|
+
</clipPath>
|
|
66
|
+
<clipPath id="8cb46d634b">
|
|
67
|
+
<path d="M 644.386719 31.636719 L 855.613281 31.636719 L 855.613281 242.863281 L 644.386719 242.863281 Z M 644.386719 31.636719 " clipRule="nonzero"/>
|
|
68
|
+
</clipPath>
|
|
69
|
+
<clipPath id="b445c26f0a">
|
|
70
|
+
<path d="M 750 31.636719 C 691.671875 31.636719 644.386719 78.921875 644.386719 137.25 C 644.386719 195.578125 691.671875 242.863281 750 242.863281 C 808.328125 242.863281 855.613281 195.578125 855.613281 137.25 C 855.613281 78.921875 808.328125 31.636719 750 31.636719 Z M 750 31.636719 " clipRule="nonzero"/>
|
|
71
|
+
</clipPath>
|
|
72
|
+
<clipPath id="62638d496f">
|
|
73
|
+
<path d="M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 " clipRule="nonzero"/>
|
|
74
|
+
</clipPath>
|
|
75
|
+
<clipPath id="f895c6356e">
|
|
76
|
+
<path d="M 106 0.636719 C 47.671875 0.636719 0.386719 47.921875 0.386719 106.25 C 0.386719 164.578125 47.671875 211.863281 106 211.863281 C 164.328125 211.863281 211.613281 164.578125 211.613281 106.25 C 211.613281 47.921875 164.328125 0.636719 106 0.636719 Z M 106 0.636719 " clipRule="nonzero"/>
|
|
77
|
+
</clipPath>
|
|
78
|
+
<clipPath id="9664f89305">
|
|
79
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
80
|
+
</clipPath>
|
|
81
|
+
</defs>
|
|
82
|
+
<g clipPath="url(#1814b12076)">
|
|
83
|
+
<g clipPath="url(#9f6e7dc260)">
|
|
84
|
+
<g transform="matrix(1, 0, 0, 1, 238, 242)">
|
|
85
|
+
<g clipPath="url(#e73093a78b)">
|
|
86
|
+
<g clipPath="url(#dad77365b8)">
|
|
87
|
+
<g clipPath="url(#d505dfa24a)">
|
|
88
|
+
<path fill="#000000" d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " fillOpacity="1" fillRule="nonzero"/>
|
|
89
|
+
</g>
|
|
90
|
+
</g>
|
|
91
|
+
</g>
|
|
92
|
+
</g>
|
|
93
|
+
</g>
|
|
94
|
+
</g>
|
|
95
|
+
<g clipPath="url(#f6970eca33)">
|
|
96
|
+
<g clipPath="url(#796713b654)">
|
|
97
|
+
<g transform="matrix(1, 0, 0, 1, 28, 622)">
|
|
98
|
+
<g clipPath="url(#945c7258c5)">
|
|
99
|
+
<g clipPath="url(#bb4e9a37bf)">
|
|
100
|
+
<g clipPath="url(#867c4bc8c7)">
|
|
101
|
+
<path fill="#000000" d="M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 " fillOpacity="1" fillRule="nonzero"/>
|
|
102
|
+
</g>
|
|
103
|
+
</g>
|
|
104
|
+
</g>
|
|
105
|
+
</g>
|
|
106
|
+
</g>
|
|
107
|
+
</g>
|
|
108
|
+
<g clipPath="url(#5d3660b486)">
|
|
109
|
+
<g clipPath="url(#95e2c09e4e)">
|
|
110
|
+
<g transform="matrix(1, 0, 0, 1, 649, 1268)">
|
|
111
|
+
<g clipPath="url(#32a171789e)">
|
|
112
|
+
<g clipPath="url(#191c650369)">
|
|
113
|
+
<g clipPath="url(#6700d5725d)">
|
|
114
|
+
<path fill="#000000" d="M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 " fillOpacity="1" fillRule="nonzero"/>
|
|
115
|
+
</g>
|
|
116
|
+
</g>
|
|
117
|
+
</g>
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
</g>
|
|
121
|
+
<g clipPath="url(#317c2c0975)">
|
|
122
|
+
<g clipPath="url(#ef0a3d5cb5)">
|
|
123
|
+
<g transform="matrix(1, 0, 0, 1, 1265, 622)">
|
|
124
|
+
<g clipPath="url(#c55f27d5a5)">
|
|
125
|
+
<g clipPath="url(#866ce0525d)">
|
|
126
|
+
<g clipPath="url(#38198af770)">
|
|
127
|
+
<path fill="#000000" d="M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 " fillOpacity="1" fillRule="nonzero"/>
|
|
128
|
+
</g>
|
|
129
|
+
</g>
|
|
130
|
+
</g>
|
|
131
|
+
</g>
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
<g clipPath="url(#8cb46d634b)">
|
|
135
|
+
<g clipPath="url(#b445c26f0a)">
|
|
136
|
+
<g transform="matrix(1, 0, 0, 1, 644, 31)">
|
|
137
|
+
<g clipPath="url(#9664f89305)">
|
|
138
|
+
<g clipPath="url(#62638d496f)">
|
|
139
|
+
<g clipPath="url(#f895c6356e)">
|
|
140
|
+
<path fill="#000000" d="M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 " fillOpacity="1" fillRule="nonzero"/>
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
</g>
|
|
145
|
+
</g>
|
|
146
|
+
</g>
|
|
147
|
+
</svg>)}/>);
|
|
148
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Type2Icon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Type2Icon = () => {
|
|
4
|
+
return (_jsx(Icon, { component: () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "20", zoomAndPan: "magnify", viewBox: "0 0 1500 1499.999933", height: "20", preserveAspectRatio: "xMidYMid meet", version: "1.0", children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "8741716b75", children: _jsx("path", { d: "M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "034bc295fe", children: _jsx("path", { d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "5911157d43", children: _jsx("rect", { x: "0", width: "1029", y: "0", height: "1028" }) }), _jsx("clipPath", { id: "5491da2e54", children: _jsx("path", { d: "M 28.34375 622.089844 L 239.566406 622.089844 L 239.566406 833.3125 L 28.34375 833.3125 Z M 28.34375 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "51970dcb2b", children: _jsx("path", { d: "M 133.953125 622.089844 C 75.628906 622.089844 28.34375 669.371094 28.34375 727.699219 C 28.34375 786.027344 75.628906 833.3125 133.953125 833.3125 C 192.28125 833.3125 239.566406 786.027344 239.566406 727.699219 C 239.566406 669.371094 192.28125 622.089844 133.953125 622.089844 Z M 133.953125 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "a46c1d6eb6", children: _jsx("path", { d: "M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "62c714ae3e", children: _jsx("path", { d: "M 105.953125 0.0898438 C 47.628906 0.0898438 0.34375 47.371094 0.34375 105.699219 C 0.34375 164.027344 47.628906 211.3125 105.953125 211.3125 C 164.28125 211.3125 211.566406 164.027344 211.566406 105.699219 C 211.566406 47.371094 164.28125 0.0898438 105.953125 0.0898438 Z M 105.953125 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "64561a43f9", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "78a73e76c4", children: _jsx("path", { d: "M 649.183594 1268.386719 L 860.410156 1268.386719 L 860.410156 1479.613281 L 649.183594 1479.613281 Z M 649.183594 1268.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "1590e4fcac", children: _jsx("path", { d: "M 754.796875 1268.386719 C 696.46875 1268.386719 649.183594 1315.671875 649.183594 1374 C 649.183594 1432.328125 696.46875 1479.613281 754.796875 1479.613281 C 813.125 1479.613281 860.410156 1432.328125 860.410156 1374 C 860.410156 1315.671875 813.125 1268.386719 754.796875 1268.386719 Z M 754.796875 1268.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "11a483bcef", children: _jsx("path", { d: "M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "be5708bf21", children: _jsx("path", { d: "M 105.796875 0.386719 C 47.46875 0.386719 0.183594 47.671875 0.183594 106 C 0.183594 164.328125 47.46875 211.613281 105.796875 211.613281 C 164.125 211.613281 211.410156 164.328125 211.410156 106 C 211.410156 47.671875 164.125 0.386719 105.796875 0.386719 Z M 105.796875 0.386719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "e3de61bafe", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "fd2631783d", children: _jsx("path", { d: "M 1265.527344 622.089844 L 1476.75 622.089844 L 1476.75 833.3125 L 1265.527344 833.3125 Z M 1265.527344 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "5a688e0713", children: _jsx("path", { d: "M 1371.136719 622.089844 C 1312.808594 622.089844 1265.527344 669.371094 1265.527344 727.699219 C 1265.527344 786.027344 1312.808594 833.3125 1371.136719 833.3125 C 1429.464844 833.3125 1476.75 786.027344 1476.75 727.699219 C 1476.75 669.371094 1429.464844 622.089844 1371.136719 622.089844 Z M 1371.136719 622.089844 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "4c2eca4f8c", children: _jsx("path", { d: "M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "5d85ad504f", children: _jsx("path", { d: "M 106.136719 0.0898438 C 47.808594 0.0898438 0.527344 47.371094 0.527344 105.699219 C 0.527344 164.027344 47.808594 211.3125 106.136719 211.3125 C 164.464844 211.3125 211.75 164.027344 211.75 105.699219 C 211.75 47.371094 164.464844 0.0898438 106.136719 0.0898438 Z M 106.136719 0.0898438 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "44b46d6dd9", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) }), _jsx("clipPath", { id: "aaf5ec656f", children: _jsx("path", { d: "M 644.386719 31.636719 L 855.613281 31.636719 L 855.613281 242.863281 L 644.386719 242.863281 Z M 644.386719 31.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "c56b51b56c", children: _jsx("path", { d: "M 750 31.636719 C 691.671875 31.636719 644.386719 78.921875 644.386719 137.25 C 644.386719 195.578125 691.671875 242.863281 750 242.863281 C 808.328125 242.863281 855.613281 195.578125 855.613281 137.25 C 855.613281 78.921875 808.328125 31.636719 750 31.636719 Z M 750 31.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "e9b3c4f8b9", children: _jsx("path", { d: "M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "19179ed1d1", children: _jsx("path", { d: "M 106 0.636719 C 47.671875 0.636719 0.386719 47.921875 0.386719 106.25 C 0.386719 164.578125 47.671875 211.863281 106 211.863281 C 164.328125 211.863281 211.613281 164.578125 211.613281 106.25 C 211.613281 47.921875 164.328125 0.636719 106 0.636719 Z M 106 0.636719 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "2fec16f4ce", children: _jsx("rect", { x: "0", width: "212", y: "0", height: "212" }) })] }), _jsx("g", { clipPath: "url(#8741716b75)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 238, 242)", children: _jsx("g", { clipPath: "url(#5911157d43)", children: _jsx("g", { clipPath: "url(#034bc295fe)", children: _jsx("path", { fill: "#000000", d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }), _jsx("g", { clipPath: "url(#5491da2e54)", children: _jsx("g", { clipPath: "url(#51970dcb2b)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 28, 622)", children: _jsx("g", { clipPath: "url(#64561a43f9)", children: _jsx("g", { clipPath: "url(#a46c1d6eb6)", children: _jsx("g", { clipPath: "url(#62c714ae3e)", children: _jsx("path", { fill: "#000000", d: "M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#78a73e76c4)", children: _jsx("g", { clipPath: "url(#1590e4fcac)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 649, 1268)", children: _jsx("g", { clipPath: "url(#e3de61bafe)", children: _jsx("g", { clipPath: "url(#11a483bcef)", children: _jsx("g", { clipPath: "url(#be5708bf21)", children: _jsx("path", { fill: "#000000", d: "M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#fd2631783d)", children: _jsx("g", { clipPath: "url(#5a688e0713)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 1265, 622)", children: _jsx("g", { clipPath: "url(#44b46d6dd9)", children: _jsx("g", { clipPath: "url(#4c2eca4f8c)", children: _jsx("g", { clipPath: "url(#5d85ad504f)", children: _jsx("path", { fill: "#000000", d: "M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#aaf5ec656f)", children: _jsx("g", { clipPath: "url(#c56b51b56c)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 644, 31)", children: _jsx("g", { clipPath: "url(#2fec16f4ce)", children: _jsx("g", { clipPath: "url(#e9b3c4f8b9)", children: _jsx("g", { clipPath: "url(#19179ed1d1)", children: _jsx("path", { fill: "#000000", d: "M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) })] })) }));
|
|
5
|
+
};
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Type2Icon = () => {
|
|
4
|
+
return (<Icon component={() => (<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" width="20" zoomAndPan="magnify" viewBox="0 0 1500 1499.999933" height="20" preserveAspectRatio="xMidYMid meet" version="1.0">
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="8741716b75">
|
|
7
|
+
<path d="M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 " clipRule="nonzero"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
<clipPath id="034bc295fe">
|
|
10
|
+
<path d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " clipRule="nonzero"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="5911157d43">
|
|
13
|
+
<rect x="0" width="1029" y="0" height="1028"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
<clipPath id="5491da2e54">
|
|
16
|
+
<path d="M 28.34375 622.089844 L 239.566406 622.089844 L 239.566406 833.3125 L 28.34375 833.3125 Z M 28.34375 622.089844 " clipRule="nonzero"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
<clipPath id="51970dcb2b">
|
|
19
|
+
<path d="M 133.953125 622.089844 C 75.628906 622.089844 28.34375 669.371094 28.34375 727.699219 C 28.34375 786.027344 75.628906 833.3125 133.953125 833.3125 C 192.28125 833.3125 239.566406 786.027344 239.566406 727.699219 C 239.566406 669.371094 192.28125 622.089844 133.953125 622.089844 Z M 133.953125 622.089844 " clipRule="nonzero"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
<clipPath id="a46c1d6eb6">
|
|
22
|
+
<path d="M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 " clipRule="nonzero"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
<clipPath id="62c714ae3e">
|
|
25
|
+
<path d="M 105.953125 0.0898438 C 47.628906 0.0898438 0.34375 47.371094 0.34375 105.699219 C 0.34375 164.027344 47.628906 211.3125 105.953125 211.3125 C 164.28125 211.3125 211.566406 164.027344 211.566406 105.699219 C 211.566406 47.371094 164.28125 0.0898438 105.953125 0.0898438 Z M 105.953125 0.0898438 " clipRule="nonzero"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
<clipPath id="64561a43f9">
|
|
28
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
<clipPath id="78a73e76c4">
|
|
31
|
+
<path d="M 649.183594 1268.386719 L 860.410156 1268.386719 L 860.410156 1479.613281 L 649.183594 1479.613281 Z M 649.183594 1268.386719 " clipRule="nonzero"/>
|
|
32
|
+
</clipPath>
|
|
33
|
+
<clipPath id="1590e4fcac">
|
|
34
|
+
<path d="M 754.796875 1268.386719 C 696.46875 1268.386719 649.183594 1315.671875 649.183594 1374 C 649.183594 1432.328125 696.46875 1479.613281 754.796875 1479.613281 C 813.125 1479.613281 860.410156 1432.328125 860.410156 1374 C 860.410156 1315.671875 813.125 1268.386719 754.796875 1268.386719 Z M 754.796875 1268.386719 " clipRule="nonzero"/>
|
|
35
|
+
</clipPath>
|
|
36
|
+
<clipPath id="11a483bcef">
|
|
37
|
+
<path d="M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 " clipRule="nonzero"/>
|
|
38
|
+
</clipPath>
|
|
39
|
+
<clipPath id="be5708bf21">
|
|
40
|
+
<path d="M 105.796875 0.386719 C 47.46875 0.386719 0.183594 47.671875 0.183594 106 C 0.183594 164.328125 47.46875 211.613281 105.796875 211.613281 C 164.125 211.613281 211.410156 164.328125 211.410156 106 C 211.410156 47.671875 164.125 0.386719 105.796875 0.386719 Z M 105.796875 0.386719 " clipRule="nonzero"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
<clipPath id="e3de61bafe">
|
|
43
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
44
|
+
</clipPath>
|
|
45
|
+
<clipPath id="fd2631783d">
|
|
46
|
+
<path d="M 1265.527344 622.089844 L 1476.75 622.089844 L 1476.75 833.3125 L 1265.527344 833.3125 Z M 1265.527344 622.089844 " clipRule="nonzero"/>
|
|
47
|
+
</clipPath>
|
|
48
|
+
<clipPath id="5a688e0713">
|
|
49
|
+
<path d="M 1371.136719 622.089844 C 1312.808594 622.089844 1265.527344 669.371094 1265.527344 727.699219 C 1265.527344 786.027344 1312.808594 833.3125 1371.136719 833.3125 C 1429.464844 833.3125 1476.75 786.027344 1476.75 727.699219 C 1476.75 669.371094 1429.464844 622.089844 1371.136719 622.089844 Z M 1371.136719 622.089844 " clipRule="nonzero"/>
|
|
50
|
+
</clipPath>
|
|
51
|
+
<clipPath id="4c2eca4f8c">
|
|
52
|
+
<path d="M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 " clipRule="nonzero"/>
|
|
53
|
+
</clipPath>
|
|
54
|
+
<clipPath id="5d85ad504f">
|
|
55
|
+
<path d="M 106.136719 0.0898438 C 47.808594 0.0898438 0.527344 47.371094 0.527344 105.699219 C 0.527344 164.027344 47.808594 211.3125 106.136719 211.3125 C 164.464844 211.3125 211.75 164.027344 211.75 105.699219 C 211.75 47.371094 164.464844 0.0898438 106.136719 0.0898438 Z M 106.136719 0.0898438 " clipRule="nonzero"/>
|
|
56
|
+
</clipPath>
|
|
57
|
+
<clipPath id="44b46d6dd9">
|
|
58
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
59
|
+
</clipPath>
|
|
60
|
+
<clipPath id="aaf5ec656f">
|
|
61
|
+
<path d="M 644.386719 31.636719 L 855.613281 31.636719 L 855.613281 242.863281 L 644.386719 242.863281 Z M 644.386719 31.636719 " clipRule="nonzero"/>
|
|
62
|
+
</clipPath>
|
|
63
|
+
<clipPath id="c56b51b56c">
|
|
64
|
+
<path d="M 750 31.636719 C 691.671875 31.636719 644.386719 78.921875 644.386719 137.25 C 644.386719 195.578125 691.671875 242.863281 750 242.863281 C 808.328125 242.863281 855.613281 195.578125 855.613281 137.25 C 855.613281 78.921875 808.328125 31.636719 750 31.636719 Z M 750 31.636719 " clipRule="nonzero"/>
|
|
65
|
+
</clipPath>
|
|
66
|
+
<clipPath id="e9b3c4f8b9">
|
|
67
|
+
<path d="M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 " clipRule="nonzero"/>
|
|
68
|
+
</clipPath>
|
|
69
|
+
<clipPath id="19179ed1d1">
|
|
70
|
+
<path d="M 106 0.636719 C 47.671875 0.636719 0.386719 47.921875 0.386719 106.25 C 0.386719 164.578125 47.671875 211.863281 106 211.863281 C 164.328125 211.863281 211.613281 164.578125 211.613281 106.25 C 211.613281 47.921875 164.328125 0.636719 106 0.636719 Z M 106 0.636719 " clipRule="nonzero"/>
|
|
71
|
+
</clipPath>
|
|
72
|
+
<clipPath id="2fec16f4ce">
|
|
73
|
+
<rect x="0" width="212" y="0" height="212"/>
|
|
74
|
+
</clipPath>
|
|
75
|
+
</defs>
|
|
76
|
+
<g clipPath="url(#8741716b75)">
|
|
77
|
+
<g transform="matrix(1, 0, 0, 1, 238, 242)">
|
|
78
|
+
<g clipPath="url(#5911157d43)">
|
|
79
|
+
<g clipPath="url(#034bc295fe)">
|
|
80
|
+
<path fill="#000000" d="M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 " fillOpacity="1" fillRule="nonzero"/>
|
|
81
|
+
</g>
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
<g clipPath="url(#5491da2e54)">
|
|
86
|
+
<g clipPath="url(#51970dcb2b)">
|
|
87
|
+
<g transform="matrix(1, 0, 0, 1, 28, 622)">
|
|
88
|
+
<g clipPath="url(#64561a43f9)">
|
|
89
|
+
<g clipPath="url(#a46c1d6eb6)">
|
|
90
|
+
<g clipPath="url(#62c714ae3e)">
|
|
91
|
+
<path fill="#000000" d="M 0.34375 0.0898438 L 211.566406 0.0898438 L 211.566406 211.3125 L 0.34375 211.3125 Z M 0.34375 0.0898438 " fillOpacity="1" fillRule="nonzero"/>
|
|
92
|
+
</g>
|
|
93
|
+
</g>
|
|
94
|
+
</g>
|
|
95
|
+
</g>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
<g clipPath="url(#78a73e76c4)">
|
|
99
|
+
<g clipPath="url(#1590e4fcac)">
|
|
100
|
+
<g transform="matrix(1, 0, 0, 1, 649, 1268)">
|
|
101
|
+
<g clipPath="url(#e3de61bafe)">
|
|
102
|
+
<g clipPath="url(#11a483bcef)">
|
|
103
|
+
<g clipPath="url(#be5708bf21)">
|
|
104
|
+
<path fill="#000000" d="M 0.183594 0.386719 L 211.410156 0.386719 L 211.410156 211.613281 L 0.183594 211.613281 Z M 0.183594 0.386719 " fillOpacity="1" fillRule="nonzero"/>
|
|
105
|
+
</g>
|
|
106
|
+
</g>
|
|
107
|
+
</g>
|
|
108
|
+
</g>
|
|
109
|
+
</g>
|
|
110
|
+
</g>
|
|
111
|
+
<g clipPath="url(#fd2631783d)">
|
|
112
|
+
<g clipPath="url(#5a688e0713)">
|
|
113
|
+
<g transform="matrix(1, 0, 0, 1, 1265, 622)">
|
|
114
|
+
<g clipPath="url(#44b46d6dd9)">
|
|
115
|
+
<g clipPath="url(#4c2eca4f8c)">
|
|
116
|
+
<g clipPath="url(#5d85ad504f)">
|
|
117
|
+
<path fill="#000000" d="M 0.527344 0.0898438 L 211.75 0.0898438 L 211.75 211.3125 L 0.527344 211.3125 Z M 0.527344 0.0898438 " fillOpacity="1" fillRule="nonzero"/>
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
</g>
|
|
121
|
+
</g>
|
|
122
|
+
</g>
|
|
123
|
+
</g>
|
|
124
|
+
<g clipPath="url(#aaf5ec656f)">
|
|
125
|
+
<g clipPath="url(#c56b51b56c)">
|
|
126
|
+
<g transform="matrix(1, 0, 0, 1, 644, 31)">
|
|
127
|
+
<g clipPath="url(#2fec16f4ce)">
|
|
128
|
+
<g clipPath="url(#e9b3c4f8b9)">
|
|
129
|
+
<g clipPath="url(#19179ed1d1)">
|
|
130
|
+
<path fill="#000000" d="M 0.386719 0.636719 L 211.613281 0.636719 L 211.613281 211.863281 L 0.386719 211.863281 Z M 0.386719 0.636719 " fillOpacity="1" fillRule="nonzero"/>
|
|
131
|
+
</g>
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
</g>
|
|
135
|
+
</g>
|
|
136
|
+
</g>
|
|
137
|
+
</svg>)}/>);
|
|
138
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Type3Icon: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Icon from "@ant-design/icons";
|
|
3
|
+
export const Type3Icon = () => {
|
|
4
|
+
return (_jsx(Icon, { component: () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "20", zoomAndPan: "magnify", viewBox: "0 0 1500 1499.999933", height: "20", preserveAspectRatio: "xMidYMid meet", version: "1.0", children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "1c43874ab4", children: _jsx("path", { d: "M 238.816406 242.269531 L 1266.277344 242.269531 L 1266.277344 1269.730469 L 238.816406 1269.730469 Z M 238.816406 242.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "f5762a8dcf", children: _jsx("path", { d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "c2ff1a0234", children: _jsx("rect", { x: "0", width: "1029", y: "0", height: "1028" }) }), _jsx("clipPath", { id: "fd08c5ab0b", children: _jsx("path", { d: "M 609.933594 78.59375 L 890.539062 78.59375 L 890.539062 221.40625 L 609.933594 221.40625 Z M 609.933594 78.59375 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "d6f612df80", children: _jsx("path", { d: "M 890.066406 221.40625 C 890.066406 143.617188 826.292969 78.59375 750 78.59375 C 673.707031 78.59375 609.933594 143.617188 609.933594 221.40625 Z M 890.066406 221.40625 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "54eb97566a", children: _jsx("path", { d: "M 0.933594 0.59375 L 281 0.59375 L 281 143.40625 L 0.933594 143.40625 Z M 0.933594 0.59375 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "9b50760f91", children: _jsx("path", { d: "M 281.066406 143.40625 C 281.066406 65.617188 217.292969 0.59375 141 0.59375 C 64.707031 0.59375 0.933594 65.617188 0.933594 143.40625 Z M 281.066406 143.40625 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "15ddc7c55e", children: _jsx("rect", { x: "0", width: "282", y: "0", height: "144" }) }), _jsx("clipPath", { id: "c59fd5063d", children: _jsx("path", { d: "M 633 1290.71875 L 913.550781 1290.71875 L 913.550781 1433.535156 L 633 1433.535156 Z M 633 1290.71875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "262524c871", children: _jsx("path", { d: "M 633.417969 1290.71875 C 633.417969 1368.507812 697.191406 1433.535156 773.484375 1433.535156 C 849.777344 1433.535156 913.550781 1368.507812 913.550781 1290.71875 Z M 633.417969 1290.71875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "0053ff354d", children: _jsx("path", { d: "M 0.359375 0.71875 L 280.550781 0.71875 L 280.550781 143.535156 L 0.359375 143.535156 Z M 0.359375 0.71875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "edba2cf97e", children: _jsx("path", { d: "M 0.417969 0.71875 C 0.417969 78.507812 64.191406 143.535156 140.484375 143.535156 C 216.777344 143.535156 280.550781 78.507812 280.550781 0.71875 Z M 0.417969 0.71875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "2f66a61ccd", children: _jsx("rect", { x: "0", width: "281", y: "0", height: "144" }) }), _jsx("clipPath", { id: "398ee37860", children: _jsx("path", { d: "M 78.59375 615.449219 L 221.40625 615.449219 L 221.40625 896.058594 L 78.59375 896.058594 Z M 78.59375 615.449219 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "153d2c4c9e", children: _jsx("path", { d: "M 221.40625 615.921875 C 143.617188 615.921875 78.59375 679.699219 78.59375 755.992188 C 78.59375 832.28125 143.617188 896.058594 221.40625 896.058594 Z M 221.40625 615.921875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "3cca412ee1", children: _jsx("path", { d: "M 0.59375 1 L 143.40625 1 L 143.40625 281.058594 L 0.59375 281.058594 Z M 0.59375 1 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "a0a390c088", children: _jsx("path", { d: "M 143.40625 0.921875 C 65.617188 0.921875 0.59375 64.699219 0.59375 140.992188 C 0.59375 217.28125 65.617188 281.058594 143.40625 281.058594 Z M 143.40625 0.921875 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "29872662d8", children: _jsx("rect", { x: "0", width: "144", y: "0", height: "282" }) }), _jsx("clipPath", { id: "d83166a3cf", children: _jsx("path", { d: "M 1283.515625 615.933594 L 1426.328125 615.933594 L 1426.328125 896.539062 L 1283.515625 896.539062 Z M 1283.515625 615.933594 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "55a3022138", children: _jsx("path", { d: "M 1283.515625 896.066406 C 1361.304688 896.066406 1426.328125 832.292969 1426.328125 756 C 1426.328125 679.707031 1361.304688 615.933594 1283.515625 615.933594 Z M 1283.515625 896.066406 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "0ff786d421", children: _jsx("path", { d: "M 0.515625 0.933594 L 143.328125 0.933594 L 143.328125 281 L 0.515625 281 Z M 0.515625 0.933594 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "35645f5104", children: _jsx("path", { d: "M 0.515625 281.066406 C 78.304688 281.066406 143.328125 217.292969 143.328125 141 C 143.328125 64.707031 78.304688 0.933594 0.515625 0.933594 Z M 0.515625 281.066406 ", clipRule: "nonzero" }) }), _jsx("clipPath", { id: "21326657a7", children: _jsx("rect", { x: "0", width: "144", y: "0", height: "282" }) })] }), _jsx("g", { clipPath: "url(#1c43874ab4)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 238, 242)", children: _jsx("g", { clipPath: "url(#c2ff1a0234)", children: _jsx("g", { clipPath: "url(#f5762a8dcf)", children: _jsx("path", { fill: "#000000", d: "M 0.816406 0.269531 L 1028.277344 0.269531 L 1028.277344 1027.730469 L 0.816406 1027.730469 Z M 0.816406 0.269531 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }), _jsx("g", { clipPath: "url(#fd08c5ab0b)", children: _jsx("g", { clipPath: "url(#d6f612df80)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 609, 78)", children: _jsx("g", { clipPath: "url(#15ddc7c55e)", children: _jsx("g", { clipPath: "url(#54eb97566a)", children: _jsx("g", { clipPath: "url(#9b50760f91)", children: _jsx("path", { fill: "#000000", d: "M 0.933594 0.59375 L 280.980469 0.59375 L 280.980469 143.40625 L 0.933594 143.40625 Z M 0.933594 0.59375 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#c59fd5063d)", children: _jsx("g", { clipPath: "url(#262524c871)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 633, 1290)", children: _jsx("g", { clipPath: "url(#2f66a61ccd)", children: _jsx("g", { clipPath: "url(#0053ff354d)", children: _jsx("g", { clipPath: "url(#edba2cf97e)", children: _jsx("path", { fill: "#000000", d: "M 280.550781 143.535156 L 0.503906 143.535156 L 0.503906 0.71875 L 280.550781 0.71875 Z M 280.550781 143.535156 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#398ee37860)", children: _jsx("g", { clipPath: "url(#153d2c4c9e)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 78, 615)", children: _jsx("g", { clipPath: "url(#29872662d8)", children: _jsx("g", { clipPath: "url(#3cca412ee1)", children: _jsx("g", { clipPath: "url(#a0a390c088)", children: _jsx("path", { fill: "#000000", d: "M 0.59375 281.058594 L 0.59375 1.007812 L 143.40625 1.007812 L 143.40625 281.058594 Z M 0.59375 281.058594 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) }), _jsx("g", { clipPath: "url(#d83166a3cf)", children: _jsx("g", { clipPath: "url(#55a3022138)", children: _jsx("g", { transform: "matrix(1, 0, 0, 1, 1283, 615)", children: _jsx("g", { clipPath: "url(#21326657a7)", children: _jsx("g", { clipPath: "url(#0ff786d421)", children: _jsx("g", { clipPath: "url(#35645f5104)", children: _jsx("path", { fill: "#000000", d: "M 143.328125 0.933594 L 143.328125 280.980469 L 0.515625 280.980469 L 0.515625 0.933594 Z M 143.328125 0.933594 ", fillOpacity: "1", fillRule: "nonzero" }) }) }) }) }) }) })] })) }));
|
|
5
|
+
};
|