@univerjs/icons 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/arrow-left-icon.cjs +38 -0
- package/dist/cjs/boxplot-icon.cjs +30 -22
- package/dist/cjs/connection-line-icon.cjs +47 -0
- package/dist/cjs/crop-icon.cjs +1 -1
- package/dist/cjs/cursors-icon.cjs +37 -0
- package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
- package/dist/cjs/export-icon.cjs +2 -2
- package/dist/cjs/fountain-pen-icon.cjs +77 -0
- package/dist/cjs/grip-horizontal-icon.cjs +84 -0
- package/dist/cjs/hand-icon.cjs +70 -0
- package/dist/cjs/import-icon.cjs +41 -0
- package/dist/cjs/index.cjs +134 -85
- package/dist/cjs/mermaid-diagram-icon.cjs +88 -0
- package/dist/cjs/mind-map-icon.cjs +67 -0
- package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
- package/dist/cjs/paint-icon.cjs +76 -0
- package/dist/cjs/precise-selection-icon.cjs +41 -0
- package/dist/cjs/resources-icon.cjs +45 -0
- package/dist/cjs/ruler-icon.cjs +75 -0
- package/dist/cjs/show-dimensions-icon.cjs +111 -0
- package/dist/cjs/show-toolbar-icon.cjs +43 -0
- package/dist/cjs/sticky-note-icon.cjs +44 -0
- package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
- package/dist/cjs/transitions-icon.cjs +68 -0
- package/dist/cjs/typography-icon.cjs +6 -6
- package/dist/esm/arrow-left-icon.d.ts +3 -0
- package/dist/esm/arrow-left-icon.js +33 -0
- package/dist/esm/boxplot-icon.js +30 -22
- package/dist/esm/connection-line-icon.d.ts +3 -0
- package/dist/esm/connection-line-icon.js +42 -0
- package/dist/esm/crop-icon.js +1 -1
- package/dist/esm/{mistake-icon.d.ts → cursors-icon.d.ts} +2 -2
- package/dist/esm/cursors-icon.js +32 -0
- package/dist/esm/exclamation-icon.d.ts +3 -0
- package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
- package/dist/esm/export-icon.js +2 -2
- package/dist/esm/fountain-pen-icon.d.ts +3 -0
- package/dist/esm/fountain-pen-icon.js +72 -0
- package/dist/esm/grip-horizontal-icon.d.ts +3 -0
- package/dist/esm/grip-horizontal-icon.js +79 -0
- package/dist/esm/{back-icon.d.ts → hand-icon.d.ts} +2 -2
- package/dist/esm/hand-icon.js +65 -0
- package/dist/esm/import-icon.d.ts +3 -0
- package/dist/esm/import-icon.js +36 -0
- package/dist/esm/index.d.ts +20 -13
- package/dist/esm/index.js +21 -14
- package/dist/esm/mermaid-diagram-icon.d.ts +3 -0
- package/dist/esm/mermaid-diagram-icon.js +83 -0
- package/dist/esm/{correct-icon.d.ts → mind-map-icon.d.ts} +2 -2
- package/dist/esm/mind-map-icon.js +62 -0
- package/dist/esm/{more-function-icon.d.ts → more-vertical-icon.d.ts} +2 -2
- package/dist/esm/{more-function-icon.js → more-vertical-icon.js} +5 -5
- package/dist/esm/{solve-icon.d.ts → paint-icon.d.ts} +2 -2
- package/dist/esm/paint-icon.js +71 -0
- package/dist/esm/precise-selection-icon.d.ts +3 -0
- package/dist/esm/precise-selection-icon.js +36 -0
- package/dist/esm/resources-icon.d.ts +3 -0
- package/dist/esm/resources-icon.js +40 -0
- package/dist/esm/{guide-icon.d.ts → ruler-icon.d.ts} +2 -2
- package/dist/esm/ruler-icon.js +70 -0
- package/dist/esm/show-dimensions-icon.d.ts +3 -0
- package/dist/esm/show-dimensions-icon.js +106 -0
- package/dist/esm/show-toolbar-icon.d.ts +3 -0
- package/dist/esm/show-toolbar-icon.js +38 -0
- package/dist/esm/{zoom-reduce-icon.d.ts → sticky-note-icon.d.ts} +2 -2
- package/dist/esm/sticky-note-icon.js +39 -0
- package/dist/esm/success-outline-icon.d.ts +3 -0
- package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
- package/dist/esm/transitions-icon.d.ts +3 -0
- package/dist/esm/transitions-icon.js +63 -0
- package/dist/esm/typography-icon.js +6 -6
- package/package.json +6 -6
- package/dist/cjs/back-icon.cjs +0 -35
- package/dist/cjs/correct-icon.cjs +0 -37
- package/dist/cjs/guide-icon.cjs +0 -37
- package/dist/cjs/left-icon.cjs +0 -37
- package/dist/cjs/mistake-icon.cjs +0 -35
- package/dist/cjs/more-icon.cjs +0 -37
- package/dist/cjs/resolved-icon.cjs +0 -37
- package/dist/cjs/zen-icon.cjs +0 -35
- package/dist/cjs/zoom-increase-icon.cjs +0 -35
- package/dist/cjs/zoom-reduce-icon.cjs +0 -37
- package/dist/esm/back-icon.js +0 -30
- package/dist/esm/correct-icon.js +0 -32
- package/dist/esm/guide-icon.js +0 -32
- package/dist/esm/left-icon.d.ts +0 -3
- package/dist/esm/left-icon.js +0 -32
- package/dist/esm/mistake-icon.js +0 -30
- package/dist/esm/more-icon.d.ts +0 -3
- package/dist/esm/more-icon.js +0 -32
- package/dist/esm/resolved-icon.d.ts +0 -3
- package/dist/esm/resolved-icon.js +0 -32
- package/dist/esm/warn-icon.d.ts +0 -3
- package/dist/esm/zen-icon.d.ts +0 -3
- package/dist/esm/zen-icon.js +0 -30
- package/dist/esm/zoom-increase-icon.d.ts +0 -3
- package/dist/esm/zoom-increase-icon.js +0 -30
- package/dist/esm/zoom-reduce-icon.js +0 -32
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/mind-map-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"d": "M5.19967 2.46667H4.93301C4.19663 2.46667 3.59967 3.06362 3.59967 3.8V6.06667C3.59967 6.80304 3.00272 7.4 2.26634 7.4C3.00272 7.4 3.59967 7.99695 3.59967 8.73333V12.2C3.59967 12.9364 4.19663 13.5333 4.93301 13.5333H5.19967",
|
|
23
|
+
"strokeLinecap": "round",
|
|
24
|
+
"strokeLinejoin": "round",
|
|
25
|
+
"strokeWidth": 1.35
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"stroke": "currentColor",
|
|
32
|
+
"d": "M7.19967 3.73333H14.0663",
|
|
33
|
+
"strokeLinecap": "round",
|
|
34
|
+
"strokeWidth": 1.35
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "path",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"d": "M7.19967 8H13.3997",
|
|
42
|
+
"strokeLinecap": "round",
|
|
43
|
+
"strokeWidth": 1.35
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"stroke": "currentColor",
|
|
50
|
+
"d": "M7.19967 12.2667H14.0663",
|
|
51
|
+
"strokeLinecap": "round",
|
|
52
|
+
"strokeWidth": 1.35
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
};
|
|
57
|
+
const MindMapIcon = (0, react.forwardRef)(function MindMapIcon(props, ref) {
|
|
58
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
59
|
+
id: "mind-map-icon",
|
|
60
|
+
ref,
|
|
61
|
+
icon: element
|
|
62
|
+
}));
|
|
63
|
+
});
|
|
64
|
+
MindMapIcon.displayName = "MindMapIcon";
|
|
65
|
+
//#endregion
|
|
66
|
+
exports.MindMapIcon = MindMapIcon;
|
|
67
|
+
exports.default = MindMapIcon;
|
|
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
|
|
|
4
4
|
});
|
|
5
5
|
let react = require("react");
|
|
6
6
|
let ts_base_js = require("./base.js");
|
|
7
|
-
//#region ts/more-
|
|
7
|
+
//#region ts/more-vertical-icon.tsx
|
|
8
8
|
const element = {
|
|
9
9
|
"tag": "svg",
|
|
10
10
|
"attrs": {
|
|
@@ -38,14 +38,14 @@ const element = {
|
|
|
38
38
|
}
|
|
39
39
|
]
|
|
40
40
|
};
|
|
41
|
-
const
|
|
41
|
+
const MoreVerticalIcon = (0, react.forwardRef)(function MoreVerticalIcon(props, ref) {
|
|
42
42
|
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
43
|
-
id: "more-
|
|
43
|
+
id: "more-vertical-icon",
|
|
44
44
|
ref,
|
|
45
45
|
icon: element
|
|
46
46
|
}));
|
|
47
47
|
});
|
|
48
|
-
|
|
48
|
+
MoreVerticalIcon.displayName = "MoreVerticalIcon";
|
|
49
49
|
//#endregion
|
|
50
|
-
exports.
|
|
51
|
-
exports.default =
|
|
50
|
+
exports.MoreVerticalIcon = MoreVerticalIcon;
|
|
51
|
+
exports.default = MoreVerticalIcon;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/paint-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"d": "M12.1 3.4C11.4 3.2 10.7 3.1 10 3.1C5.9 3.1 2.6 6.3 2.6 10.2C2.6 14.1 5.8 17.2 9.8 17.2H11.5C12.4 17.2 13.1 16.5 13.1 15.7V14.8C13.1 14.1 13.7 13.5 14.4 13.5H15.2C16.4 13.5 17.3 12.5 17.3 11.3C17.3 10.2 16.7 9.2 15.8 8.8",
|
|
23
|
+
"strokeLinecap": "round",
|
|
24
|
+
"strokeLinejoin": "round",
|
|
25
|
+
"strokeWidth": 1.7
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"stroke": "currentColor",
|
|
32
|
+
"d": "M17.5 2.7L9.5 13.6",
|
|
33
|
+
"strokeLinecap": "round",
|
|
34
|
+
"strokeWidth": 1.7
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "circle",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"cx": 6.3,
|
|
41
|
+
"cy": 7.5,
|
|
42
|
+
"r": 1,
|
|
43
|
+
"fill": "currentColor"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"tag": "circle",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"cx": 9.3,
|
|
50
|
+
"cy": 6,
|
|
51
|
+
"r": 1,
|
|
52
|
+
"fill": "currentColor"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"tag": "circle",
|
|
57
|
+
"attrs": {
|
|
58
|
+
"cx": 6.1,
|
|
59
|
+
"cy": 11.2,
|
|
60
|
+
"r": 1,
|
|
61
|
+
"fill": "currentColor"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
};
|
|
66
|
+
const PaintIcon = (0, react.forwardRef)(function PaintIcon(props, ref) {
|
|
67
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
68
|
+
id: "paint-icon",
|
|
69
|
+
ref,
|
|
70
|
+
icon: element
|
|
71
|
+
}));
|
|
72
|
+
});
|
|
73
|
+
PaintIcon.displayName = "PaintIcon";
|
|
74
|
+
//#endregion
|
|
75
|
+
exports.PaintIcon = PaintIcon;
|
|
76
|
+
exports.default = PaintIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/precise-selection-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"d": "M2.2 3.4C2.2 2.73726 2.73726 2.2 3.4 2.2H12.6C13.2627 2.2 13.8 2.73726 13.8 3.4V9.6C13.8 9.93137 13.5314 10.2 13.2 10.2C12.8686 10.2 12.6 9.93137 12.6 9.6V3.4H3.4V11.2H8.9C9.23137 11.2 9.5 11.4686 9.5 11.8C9.5 12.1314 9.23137 12.4 8.9 12.4H3.4C2.73726 12.4 2.2 11.8627 2.2 11.2V3.4Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"fill": "currentColor",
|
|
27
|
+
"d": "M10.0699 9.56616C10.0326 9.34249 10.282 9.17561 10.4918 9.28357L14.0903 11.1366C14.3375 11.2639 14.2635 11.6182 13.9843 11.6469L12.3317 12.0609L11.1808 13.409C11.0443 13.6291 10.6918 13.566 10.6498 13.3136L10.0699 9.56616Z"
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
};
|
|
31
|
+
const PreciseSelectionIcon = (0, react.forwardRef)(function PreciseSelectionIcon(props, ref) {
|
|
32
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
33
|
+
id: "precise-selection-icon",
|
|
34
|
+
ref,
|
|
35
|
+
icon: element
|
|
36
|
+
}));
|
|
37
|
+
});
|
|
38
|
+
PreciseSelectionIcon.displayName = "PreciseSelectionIcon";
|
|
39
|
+
//#endregion
|
|
40
|
+
exports.PreciseSelectionIcon = PreciseSelectionIcon;
|
|
41
|
+
exports.default = PreciseSelectionIcon;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/resources-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"d": "M3.48256 2.14178C2.69945 2.14178 2.06461 2.77663 2.06461 3.55974V10.5584L4.97543 7.88934C5.4593 7.44577 6.19819 7.43344 6.69657 7.86065L9.06228 9.88839L10.6918 8.25883C11.1492 7.80147 11.8733 7.75006 12.3907 8.1381L13.935 9.29634V3.55974C13.935 2.77663 13.3002 2.14178 12.517 2.14178H3.48256ZM0.849805 3.55974C0.849805 2.10568 2.02851 0.926971 3.48256 0.926971H12.517C13.9711 0.926971 15.1498 2.10568 15.1498 3.55974V12.4404C15.1498 13.8944 13.9711 15.0731 12.517 15.0731H3.48256C2.02851 15.0731 0.849805 13.8944 0.849805 12.4404V3.55974ZM2.06461 12.1967V12.4404C2.06461 13.2235 2.69945 13.8583 3.48256 13.8583H12.517C13.3002 13.8583 13.935 13.2235 13.935 12.4404V10.8158L11.6618 9.11193C11.6258 9.0849 11.5754 9.08852 11.5436 9.12029L9.99146 10.6725L11.2145 11.7206C11.469 11.9388 11.4985 12.3215 11.2804 12.5761C11.0622 12.8306 10.6795 12.8601 10.4249 12.642L5.90596 8.7686C5.87127 8.73887 5.8198 8.73972 5.78611 8.7706L2.06461 12.1967Z",
|
|
22
|
+
"fillRule": "evenodd",
|
|
23
|
+
"clipRule": "evenodd"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"tag": "circle",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"cx": 5.37,
|
|
29
|
+
"cy": 4.23,
|
|
30
|
+
"r": 1.08,
|
|
31
|
+
"fill": "currentColor"
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
};
|
|
35
|
+
const ResourcesIcon = (0, react.forwardRef)(function ResourcesIcon(props, ref) {
|
|
36
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
37
|
+
id: "resources-icon",
|
|
38
|
+
ref,
|
|
39
|
+
icon: element
|
|
40
|
+
}));
|
|
41
|
+
});
|
|
42
|
+
ResourcesIcon.displayName = "ResourcesIcon";
|
|
43
|
+
//#endregion
|
|
44
|
+
exports.ResourcesIcon = ResourcesIcon;
|
|
45
|
+
exports.default = ResourcesIcon;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/ruler-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"d": "M2.66398 10.5352L10.535 2.66418C10.822 2.37711 11.2874 2.37711 11.5745 2.66418L13.3359 4.42561C13.623 4.71269 13.623 5.17809 13.3359 5.46516L5.46494 13.3361C5.17787 13.6232 4.71246 13.6232 4.42539 13.3361L2.66398 11.5747C2.3769 11.2876 2.3769 10.8222 2.66398 10.5352Z",
|
|
23
|
+
"strokeLinejoin": "round",
|
|
24
|
+
"strokeWidth": 1.2
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke": "currentColor",
|
|
31
|
+
"d": "M8.24609 5.30664L9.1889 6.24945",
|
|
32
|
+
"strokeLinecap": "round",
|
|
33
|
+
"strokeWidth": 1.1
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"tag": "path",
|
|
38
|
+
"attrs": {
|
|
39
|
+
"stroke": "currentColor",
|
|
40
|
+
"d": "M6.83179 6.72095L7.7746 7.66376",
|
|
41
|
+
"strokeLinecap": "round",
|
|
42
|
+
"strokeWidth": 1.1
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"tag": "path",
|
|
47
|
+
"attrs": {
|
|
48
|
+
"stroke": "currentColor",
|
|
49
|
+
"d": "M5.41748 8.1355L6.36029 9.07831",
|
|
50
|
+
"strokeLinecap": "round",
|
|
51
|
+
"strokeWidth": 1.1
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"tag": "path",
|
|
56
|
+
"attrs": {
|
|
57
|
+
"stroke": "currentColor",
|
|
58
|
+
"d": "M9.6604 3.89233L11.0746 5.30655",
|
|
59
|
+
"strokeLinecap": "round",
|
|
60
|
+
"strokeWidth": 1.1
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
};
|
|
65
|
+
const RulerIcon = (0, react.forwardRef)(function RulerIcon(props, ref) {
|
|
66
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
67
|
+
id: "ruler-icon",
|
|
68
|
+
ref,
|
|
69
|
+
icon: element
|
|
70
|
+
}));
|
|
71
|
+
});
|
|
72
|
+
RulerIcon.displayName = "RulerIcon";
|
|
73
|
+
//#endregion
|
|
74
|
+
exports.RulerIcon = RulerIcon;
|
|
75
|
+
exports.default = RulerIcon;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/show-dimensions-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"d": "M4.45 3.25H10.9",
|
|
23
|
+
"strokeLinecap": "round",
|
|
24
|
+
"strokeWidth": 1.3
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke": "currentColor",
|
|
31
|
+
"d": "M3.25 4.45V8.95",
|
|
32
|
+
"strokeLinecap": "round",
|
|
33
|
+
"strokeWidth": 1.3
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"tag": "path",
|
|
38
|
+
"attrs": {
|
|
39
|
+
"stroke": "currentColor",
|
|
40
|
+
"d": "M12.1 4.45V6.7",
|
|
41
|
+
"strokeLinecap": "round",
|
|
42
|
+
"strokeWidth": 1.3
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"tag": "path",
|
|
47
|
+
"attrs": {
|
|
48
|
+
"stroke": "currentColor",
|
|
49
|
+
"d": "M4.45 10H7.75",
|
|
50
|
+
"strokeLinecap": "round",
|
|
51
|
+
"strokeWidth": 1.3
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"tag": "rect",
|
|
56
|
+
"attrs": {
|
|
57
|
+
"width": 2.2,
|
|
58
|
+
"height": 2.2,
|
|
59
|
+
"x": 2.15,
|
|
60
|
+
"y": 2.15,
|
|
61
|
+
"stroke": "currentColor",
|
|
62
|
+
"rx": .18,
|
|
63
|
+
"strokeWidth": 1.2
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"tag": "rect",
|
|
68
|
+
"attrs": {
|
|
69
|
+
"width": 2.2,
|
|
70
|
+
"height": 2.2,
|
|
71
|
+
"x": 11,
|
|
72
|
+
"y": 2.15,
|
|
73
|
+
"stroke": "currentColor",
|
|
74
|
+
"rx": .18,
|
|
75
|
+
"strokeWidth": 1.2
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"tag": "rect",
|
|
80
|
+
"attrs": {
|
|
81
|
+
"width": 2.2,
|
|
82
|
+
"height": 2.2,
|
|
83
|
+
"x": 2.15,
|
|
84
|
+
"y": 8.9,
|
|
85
|
+
"stroke": "currentColor",
|
|
86
|
+
"rx": .18,
|
|
87
|
+
"strokeWidth": 1.2
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"tag": "path",
|
|
92
|
+
"attrs": {
|
|
93
|
+
"fill": "currentColor",
|
|
94
|
+
"d": "M12.55 8.2L12.92 9.1C13.13 9.16 13.33 9.24 13.51 9.36L14.42 8.99L14.97 9.94L14.19 10.53C14.21 10.65 14.22 10.78 14.22 10.9C14.22 11.02 14.21 11.15 14.19 11.27L14.97 11.86L14.42 12.81L13.51 12.44C13.33 12.56 13.13 12.64 12.92 12.7L12.55 13.6H11.45L11.08 12.7C10.87 12.64 10.67 12.56 10.49 12.44L9.58 12.81L9.03 11.86L9.81 11.27C9.79 11.15 9.78 11.02 9.78 10.9C9.78 10.78 9.79 10.65 9.81 10.53L9.03 9.94L9.58 8.99L10.49 9.36C10.67 9.24 10.87 9.16 11.08 9.1L11.45 8.2H12.55ZM12 11.7C12.4418 11.7 12.8 11.3418 12.8 10.9C12.8 10.4582 12.4418 10.1 12 10.1C11.5582 10.1 11.2 10.4582 11.2 10.9C11.2 11.3418 11.5582 11.7 12 11.7Z",
|
|
95
|
+
"fillRule": "evenodd",
|
|
96
|
+
"clipRule": "evenodd"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
};
|
|
101
|
+
const ShowDimensionsIcon = (0, react.forwardRef)(function ShowDimensionsIcon(props, ref) {
|
|
102
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
103
|
+
id: "show-dimensions-icon",
|
|
104
|
+
ref,
|
|
105
|
+
icon: element
|
|
106
|
+
}));
|
|
107
|
+
});
|
|
108
|
+
ShowDimensionsIcon.displayName = "ShowDimensionsIcon";
|
|
109
|
+
//#endregion
|
|
110
|
+
exports.ShowDimensionsIcon = ShowDimensionsIcon;
|
|
111
|
+
exports.default = ShowDimensionsIcon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/show-toolbar-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"d": "M2.5 3C1.94772 3 1.5 3.44772 1.5 4V12C1.5 12.5523 1.94772 13 2.5 13H13.5C14.0523 13 14.5 12.5523 14.5 12V4C14.5 3.44772 14.0523 3 13.5 3H2.5ZM2.8 4.3V11.7H13.2V4.3H2.8Z",
|
|
22
|
+
"fillRule": "evenodd",
|
|
23
|
+
"clipRule": "evenodd"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"tag": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"fill": "currentColor",
|
|
29
|
+
"d": "M9.6 5.8C9.6 5.46863 9.86863 5.2 10.2 5.2H11.7C12.0314 5.2 12.3 5.46863 12.3 5.8C12.3 6.13137 12.0314 6.4 11.7 6.4H10.2C9.86863 6.4 9.6 6.13137 9.6 5.8Z"
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
};
|
|
33
|
+
const ShowToolbarIcon = (0, react.forwardRef)(function ShowToolbarIcon(props, ref) {
|
|
34
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
35
|
+
id: "show-toolbar-icon",
|
|
36
|
+
ref,
|
|
37
|
+
icon: element
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
ShowToolbarIcon.displayName = "ShowToolbarIcon";
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.ShowToolbarIcon = ShowToolbarIcon;
|
|
43
|
+
exports.default = ShowToolbarIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/sticky-note-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"d": "M2.39967 2.26669H13.5997C13.9679 2.26669 14.2663 2.56517 14.2663 2.93336V9.66669L9.66634 14.2667H2.39967C2.03148 14.2667 1.73301 13.9682 1.73301 13.6V2.93336C1.73301 2.56517 2.03148 2.26669 2.39967 2.26669Z",
|
|
22
|
+
"strokeLinecap": "round",
|
|
23
|
+
"strokeLinejoin": "round",
|
|
24
|
+
"strokeWidth": 1.35
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"fill": "currentColor",
|
|
30
|
+
"d": "M9.66634 14.2667V10.3334C9.66634 9.96517 9.96482 9.66669 10.333 9.66669H14.2663L9.66634 14.2667Z"
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
};
|
|
34
|
+
const StickyNoteIcon = (0, react.forwardRef)(function StickyNoteIcon(props, ref) {
|
|
35
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
36
|
+
id: "sticky-note-icon",
|
|
37
|
+
ref,
|
|
38
|
+
icon: element
|
|
39
|
+
}));
|
|
40
|
+
});
|
|
41
|
+
StickyNoteIcon.displayName = "StickyNoteIcon";
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.StickyNoteIcon = StickyNoteIcon;
|
|
44
|
+
exports.default = StickyNoteIcon;
|
|
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
|
|
|
4
4
|
});
|
|
5
5
|
let react = require("react");
|
|
6
6
|
let ts_base_js = require("./base.js");
|
|
7
|
-
//#region ts/
|
|
7
|
+
//#region ts/success-outline-icon.tsx
|
|
8
8
|
const element = {
|
|
9
9
|
"tag": "svg",
|
|
10
10
|
"attrs": {
|
|
@@ -34,14 +34,14 @@ const element = {
|
|
|
34
34
|
}
|
|
35
35
|
}]
|
|
36
36
|
};
|
|
37
|
-
const
|
|
37
|
+
const SuccessOutlineIcon = (0, react.forwardRef)(function SuccessOutlineIcon(props, ref) {
|
|
38
38
|
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
39
|
-
id: "
|
|
39
|
+
id: "success-outline-icon",
|
|
40
40
|
ref,
|
|
41
41
|
icon: element
|
|
42
42
|
}));
|
|
43
43
|
});
|
|
44
|
-
|
|
44
|
+
SuccessOutlineIcon.displayName = "SuccessOutlineIcon";
|
|
45
45
|
//#endregion
|
|
46
|
-
exports.
|
|
47
|
-
exports.default =
|
|
46
|
+
exports.SuccessOutlineIcon = SuccessOutlineIcon;
|
|
47
|
+
exports.default = SuccessOutlineIcon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let react = require("react");
|
|
6
|
+
let ts_base_js = require("./base.js");
|
|
7
|
+
//#region ts/transitions-icon.tsx
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"d": "M7.92 2.93C8.88 2.16 10.16 1.82 11.45 2.08C13.73 2.57 15.17 4.81 14.7 7.07C14.41 8.39 13.53 9.44 12.4 9.99",
|
|
23
|
+
"strokeLinecap": "round",
|
|
24
|
+
"strokeWidth": 1.2
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "circle",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"cx": 5.4,
|
|
31
|
+
"cy": 9.6,
|
|
32
|
+
"r": 4.3,
|
|
33
|
+
"stroke": "currentColor",
|
|
34
|
+
"strokeWidth": 1.2
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "path",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"d": "M5.4 9.6L12.35 5.04",
|
|
42
|
+
"strokeLinecap": "round",
|
|
43
|
+
"strokeWidth": 1.2
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"stroke": "currentColor",
|
|
50
|
+
"d": "M10.27 5.38L12.35 5.04L11.21 6.8",
|
|
51
|
+
"strokeLinecap": "round",
|
|
52
|
+
"strokeLinejoin": "round",
|
|
53
|
+
"strokeWidth": 1.2
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
};
|
|
58
|
+
const TransitionsIcon = (0, react.forwardRef)(function TransitionsIcon(props, ref) {
|
|
59
|
+
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
60
|
+
id: "transitions-icon",
|
|
61
|
+
ref,
|
|
62
|
+
icon: element
|
|
63
|
+
}));
|
|
64
|
+
});
|
|
65
|
+
TransitionsIcon.displayName = "TransitionsIcon";
|
|
66
|
+
//#endregion
|
|
67
|
+
exports.TransitionsIcon = TransitionsIcon;
|
|
68
|
+
exports.default = TransitionsIcon;
|
|
@@ -22,7 +22,7 @@ const element = {
|
|
|
22
22
|
"d": "M1.8 13.5L6.1 2.5L10.2 13.5",
|
|
23
23
|
"strokeLinecap": "round",
|
|
24
24
|
"strokeLinejoin": "round",
|
|
25
|
-
"strokeWidth": 1.
|
|
25
|
+
"strokeWidth": 1.35
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
{
|
|
@@ -31,7 +31,7 @@ const element = {
|
|
|
31
31
|
"stroke": "currentColor",
|
|
32
32
|
"d": "M3.7 9.4H8.2",
|
|
33
33
|
"strokeLinecap": "round",
|
|
34
|
-
"strokeWidth": 1.
|
|
34
|
+
"strokeWidth": 1.35
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
{
|
|
@@ -40,7 +40,7 @@ const element = {
|
|
|
40
40
|
"stroke": "currentColor",
|
|
41
41
|
"d": "M8.8 2.1H14.2",
|
|
42
42
|
"strokeLinecap": "round",
|
|
43
|
-
"strokeWidth": 1.
|
|
43
|
+
"strokeWidth": 1.2
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -49,7 +49,7 @@ const element = {
|
|
|
49
49
|
"stroke": "currentColor",
|
|
50
50
|
"d": "M10.2 5.9H14.2",
|
|
51
51
|
"strokeLinecap": "round",
|
|
52
|
-
"strokeWidth": 1.
|
|
52
|
+
"strokeWidth": 1.2
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -58,7 +58,7 @@ const element = {
|
|
|
58
58
|
"stroke": "currentColor",
|
|
59
59
|
"d": "M11.5 9.7H14.2",
|
|
60
60
|
"strokeLinecap": "round",
|
|
61
|
-
"strokeWidth": 1.
|
|
61
|
+
"strokeWidth": 1.2
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
{
|
|
@@ -67,7 +67,7 @@ const element = {
|
|
|
67
67
|
"stroke": "currentColor",
|
|
68
68
|
"d": "M12.7 13.5H14.2",
|
|
69
69
|
"strokeLinecap": "round",
|
|
70
|
-
"strokeWidth": 1.
|
|
70
|
+
"strokeWidth": 1.2
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
]
|