@univerjs/icons 1.13.0 → 1.15.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/bases-app-icon.cjs +45 -0
- package/dist/cjs/bases-multi-icon.cjs +65 -0
- package/dist/cjs/boards-app-icon.cjs +45 -0
- package/dist/cjs/boards-multi-icon.cjs +67 -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/docs-app-icon.cjs +45 -0
- package/dist/cjs/docs-multi-icon.cjs +65 -0
- package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
- package/dist/cjs/fountain-pen-icon.cjs +77 -0
- package/dist/cjs/hand-icon.cjs +70 -0
- package/dist/cjs/index.cjs +148 -78
- 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/resources-icon.cjs +45 -0
- package/dist/cjs/ruler-icon.cjs +75 -0
- package/dist/cjs/sheets-app-icon.cjs +45 -0
- package/dist/cjs/sheets-multi-icon.cjs +53 -0
- package/dist/cjs/slides-app-icon.cjs +45 -0
- package/dist/cjs/slides-multi-icon.cjs +53 -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/{resolved-icon.d.ts → bases-app-icon.d.ts} +2 -2
- package/dist/esm/bases-app-icon.js +40 -0
- package/dist/esm/{zoom-reduce-icon.d.ts → bases-multi-icon.d.ts} +2 -2
- package/dist/esm/bases-multi-icon.js +60 -0
- package/dist/esm/boards-app-icon.d.ts +3 -0
- package/dist/esm/boards-app-icon.js +40 -0
- package/dist/esm/boards-multi-icon.d.ts +3 -0
- package/dist/esm/boards-multi-icon.js +62 -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 → docs-app-icon.d.ts} +2 -2
- package/dist/esm/docs-app-icon.js +40 -0
- package/dist/esm/docs-multi-icon.d.ts +3 -0
- package/dist/esm/docs-multi-icon.js +60 -0
- package/dist/esm/exclamation-icon.d.ts +3 -0
- package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
- package/dist/esm/fountain-pen-icon.d.ts +3 -0
- package/dist/esm/fountain-pen-icon.js +72 -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/index.d.ts +22 -12
- package/dist/esm/index.js +23 -13
- 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/resources-icon.d.ts +3 -0
- package/dist/esm/resources-icon.js +40 -0
- package/dist/esm/{solve-icon.d.ts → ruler-icon.d.ts} +2 -2
- package/dist/esm/ruler-icon.js +70 -0
- package/dist/esm/sheets-app-icon.d.ts +3 -0
- package/dist/esm/sheets-app-icon.js +40 -0
- package/dist/esm/sheets-multi-icon.d.ts +3 -0
- package/dist/esm/sheets-multi-icon.js +48 -0
- package/dist/esm/slides-app-icon.d.ts +3 -0
- package/dist/esm/slides-app-icon.js +40 -0
- package/dist/esm/slides-multi-icon.d.ts +3 -0
- package/dist/esm/slides-multi-icon.js +48 -0
- package/dist/esm/sticky-note-icon.d.ts +3 -0
- 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 +4 -4
- 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/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.d.ts +0 -3
- 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/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,48 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/sheets-multi-icon.tsx
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"fill": "#35BD4B",
|
|
18
|
+
"d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"fill": "#32A846",
|
|
25
|
+
"d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"fill": "white",
|
|
32
|
+
"d": "M4.7 7.05H11.1V12.05H4.7V7.05ZM5.5 7.85V9.2H7.35V7.85H5.5ZM8.15 7.85V9.2H10.3V7.85H8.15ZM5.5 10V11.25H7.35V10H5.5ZM8.15 10V11.25H10.3V10H8.15Z",
|
|
33
|
+
"fillRule": "evenodd",
|
|
34
|
+
"clipRule": "evenodd"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
const SheetsMultiIcon = forwardRef(function SheetsMultiIcon(props, ref) {
|
|
40
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
41
|
+
id: "sheets-multi-icon",
|
|
42
|
+
ref,
|
|
43
|
+
icon: element
|
|
44
|
+
}));
|
|
45
|
+
});
|
|
46
|
+
SheetsMultiIcon.displayName = "SheetsMultiIcon";
|
|
47
|
+
//#endregion
|
|
48
|
+
export { SheetsMultiIcon, SheetsMultiIcon as default };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/slides-app-icon.tsx
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [{
|
|
14
|
+
"tag": "path",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"d": "M4.24365 4.2458H10.1562C11.0398 4.2458 11.7562 4.96215 11.7562 5.8458V11.7583H5.84365C4.96 11.7583 4.24365 11.042 4.24365 10.1583V4.2458ZM5.44365 5.4458V10.1583C5.44365 10.3792 5.62274 10.5583 5.84365 10.5583H10.5562V5.8458C10.5562 5.62489 10.3771 5.4458 10.1562 5.4458H5.44365ZM6.18 6.62H9.82V9.42H6.18V6.62Z",
|
|
18
|
+
"fillRule": "evenodd",
|
|
19
|
+
"clipRule": "evenodd"
|
|
20
|
+
}
|
|
21
|
+
}, {
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"fill": "currentColor",
|
|
25
|
+
"d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z",
|
|
26
|
+
"fillRule": "evenodd",
|
|
27
|
+
"clipRule": "evenodd"
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
};
|
|
31
|
+
const SlidesAppIcon = forwardRef(function SlidesAppIcon(props, ref) {
|
|
32
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
33
|
+
id: "slides-app-icon",
|
|
34
|
+
ref,
|
|
35
|
+
icon: element
|
|
36
|
+
}));
|
|
37
|
+
});
|
|
38
|
+
SlidesAppIcon.displayName = "SlidesAppIcon";
|
|
39
|
+
//#endregion
|
|
40
|
+
export { SlidesAppIcon, SlidesAppIcon as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/slides-multi-icon.tsx
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"fill": "#FF6B4B",
|
|
18
|
+
"d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"fill": "#EC4F2D",
|
|
25
|
+
"d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"fill": "white",
|
|
32
|
+
"d": "M4.8 7.05C4.8 6.77386 5.02386 6.55 5.3 6.55H10.5C10.7761 6.55 11 6.77386 11 7.05V11.45C11 11.7261 10.7761 11.95 10.5 11.95H5.3C5.02386 11.95 4.8 11.7261 4.8 11.45V7.05ZM5.65 7.4V11.1H10.15V7.4H5.65Z",
|
|
33
|
+
"fillRule": "evenodd",
|
|
34
|
+
"clipRule": "evenodd"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
const SlidesMultiIcon = forwardRef(function SlidesMultiIcon(props, ref) {
|
|
40
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
41
|
+
id: "slides-multi-icon",
|
|
42
|
+
ref,
|
|
43
|
+
icon: element
|
|
44
|
+
}));
|
|
45
|
+
});
|
|
46
|
+
SlidesMultiIcon.displayName = "SlidesMultiIcon";
|
|
47
|
+
//#endregion
|
|
48
|
+
export { SlidesMultiIcon, SlidesMultiIcon as default };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/sticky-note-icon.tsx
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [{
|
|
14
|
+
"tag": "path",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"stroke": "currentColor",
|
|
17
|
+
"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",
|
|
18
|
+
"strokeLinecap": "round",
|
|
19
|
+
"strokeLinejoin": "round",
|
|
20
|
+
"strokeWidth": 1.35
|
|
21
|
+
}
|
|
22
|
+
}, {
|
|
23
|
+
"tag": "path",
|
|
24
|
+
"attrs": {
|
|
25
|
+
"fill": "currentColor",
|
|
26
|
+
"d": "M9.66634 14.2667V10.3334C9.66634 9.96517 9.96482 9.66669 10.333 9.66669H14.2663L9.66634 14.2667Z"
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
const StickyNoteIcon = forwardRef(function StickyNoteIcon(props, ref) {
|
|
31
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
32
|
+
id: "sticky-note-icon",
|
|
33
|
+
ref,
|
|
34
|
+
icon: element
|
|
35
|
+
}));
|
|
36
|
+
});
|
|
37
|
+
StickyNoteIcon.displayName = "StickyNoteIcon";
|
|
38
|
+
//#endregion
|
|
39
|
+
export { StickyNoteIcon, StickyNoteIcon as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElement, forwardRef } from "react";
|
|
2
2
|
import { IconBase } from "./base.js";
|
|
3
|
-
//#region ts/
|
|
3
|
+
//#region ts/success-outline-icon.tsx
|
|
4
4
|
const element = {
|
|
5
5
|
"tag": "svg",
|
|
6
6
|
"attrs": {
|
|
@@ -30,13 +30,13 @@ const element = {
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
};
|
|
33
|
-
const
|
|
33
|
+
const SuccessOutlineIcon = forwardRef(function SuccessOutlineIcon(props, ref) {
|
|
34
34
|
return createElement(IconBase, Object.assign({}, props, {
|
|
35
|
-
id: "
|
|
35
|
+
id: "success-outline-icon",
|
|
36
36
|
ref,
|
|
37
37
|
icon: element
|
|
38
38
|
}));
|
|
39
39
|
});
|
|
40
|
-
|
|
40
|
+
SuccessOutlineIcon.displayName = "SuccessOutlineIcon";
|
|
41
41
|
//#endregion
|
|
42
|
-
export {
|
|
42
|
+
export { SuccessOutlineIcon, SuccessOutlineIcon as default };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { createElement, forwardRef } from "react";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/transitions-icon.tsx
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"stroke": "currentColor",
|
|
18
|
+
"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",
|
|
19
|
+
"strokeLinecap": "round",
|
|
20
|
+
"strokeWidth": 1.2
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "circle",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"cx": 5.4,
|
|
27
|
+
"cy": 9.6,
|
|
28
|
+
"r": 4.3,
|
|
29
|
+
"stroke": "currentColor",
|
|
30
|
+
"strokeWidth": 1.2
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"tag": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"stroke": "currentColor",
|
|
37
|
+
"d": "M5.4 9.6L12.35 5.04",
|
|
38
|
+
"strokeLinecap": "round",
|
|
39
|
+
"strokeWidth": 1.2
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"tag": "path",
|
|
44
|
+
"attrs": {
|
|
45
|
+
"stroke": "currentColor",
|
|
46
|
+
"d": "M10.27 5.38L12.35 5.04L11.21 6.8",
|
|
47
|
+
"strokeLinecap": "round",
|
|
48
|
+
"strokeLinejoin": "round",
|
|
49
|
+
"strokeWidth": 1.2
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
};
|
|
54
|
+
const TransitionsIcon = forwardRef(function TransitionsIcon(props, ref) {
|
|
55
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
56
|
+
id: "transitions-icon",
|
|
57
|
+
ref,
|
|
58
|
+
icon: element
|
|
59
|
+
}));
|
|
60
|
+
});
|
|
61
|
+
TransitionsIcon.displayName = "TransitionsIcon";
|
|
62
|
+
//#endregion
|
|
63
|
+
export { TransitionsIcon, TransitionsIcon as default };
|
|
@@ -18,7 +18,7 @@ const element = {
|
|
|
18
18
|
"d": "M1.8 13.5L6.1 2.5L10.2 13.5",
|
|
19
19
|
"strokeLinecap": "round",
|
|
20
20
|
"strokeLinejoin": "round",
|
|
21
|
-
"strokeWidth": 1.
|
|
21
|
+
"strokeWidth": 1.35
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
{
|
|
@@ -27,7 +27,7 @@ const element = {
|
|
|
27
27
|
"stroke": "currentColor",
|
|
28
28
|
"d": "M3.7 9.4H8.2",
|
|
29
29
|
"strokeLinecap": "round",
|
|
30
|
-
"strokeWidth": 1.
|
|
30
|
+
"strokeWidth": 1.35
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
{
|
|
@@ -36,7 +36,7 @@ const element = {
|
|
|
36
36
|
"stroke": "currentColor",
|
|
37
37
|
"d": "M8.8 2.1H14.2",
|
|
38
38
|
"strokeLinecap": "round",
|
|
39
|
-
"strokeWidth": 1.
|
|
39
|
+
"strokeWidth": 1.2
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
{
|
|
@@ -45,7 +45,7 @@ const element = {
|
|
|
45
45
|
"stroke": "currentColor",
|
|
46
46
|
"d": "M10.2 5.9H14.2",
|
|
47
47
|
"strokeLinecap": "round",
|
|
48
|
-
"strokeWidth": 1.
|
|
48
|
+
"strokeWidth": 1.2
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -54,7 +54,7 @@ const element = {
|
|
|
54
54
|
"stroke": "currentColor",
|
|
55
55
|
"d": "M11.5 9.7H14.2",
|
|
56
56
|
"strokeLinecap": "round",
|
|
57
|
-
"strokeWidth": 1.
|
|
57
|
+
"strokeWidth": 1.2
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
{
|
|
@@ -63,7 +63,7 @@ const element = {
|
|
|
63
63
|
"stroke": "currentColor",
|
|
64
64
|
"d": "M12.7 13.5H14.2",
|
|
65
65
|
"strokeLinecap": "round",
|
|
66
|
-
"strokeWidth": 1.
|
|
66
|
+
"strokeWidth": 1.2
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "React icons for Univer.",
|
|
5
5
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"react-dom": "*"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/node": "^26.0.
|
|
43
|
+
"@types/node": "^26.0.1",
|
|
44
44
|
"@types/svg-parser": "^2.0.6",
|
|
45
|
-
"rolldown": "1.1.
|
|
45
|
+
"rolldown": "1.1.3",
|
|
46
46
|
"svg-parser": "^2.0.4",
|
|
47
47
|
"svgo": "^4.0.1",
|
|
48
48
|
"typescript": "^6.0.3",
|
|
49
|
-
"@univerjs/icons-svg": "1.
|
|
49
|
+
"@univerjs/icons-svg": "1.15.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "node --experimental-strip-types ./scripts/build/index.mts && tsc"
|
package/dist/cjs/back-icon.cjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
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/back-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": "M6.42416 4.42417C6.65847 4.18985 6.65847 3.80995 6.42416 3.57564C6.18984 3.34132 5.80994 3.34132 5.57563 3.57564L1.57564 7.57564C1.34132 7.80995 1.34132 8.18985 1.57564 8.42417L5.57563 12.4242C5.80994 12.6585 6.18984 12.6585 6.42416 12.4242C6.65847 12.1899 6.65847 11.81 6.42416 11.5756L3.44843 8.5999H14C14.3314 8.5999 14.6 8.33127 14.6 7.9999C14.6 7.66853 14.3314 7.3999 14 7.3999H3.44843L6.42416 4.42417Z"
|
|
22
|
-
}
|
|
23
|
-
}]
|
|
24
|
-
};
|
|
25
|
-
const BackIcon = (0, react.forwardRef)(function BackIcon(props, ref) {
|
|
26
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
27
|
-
id: "back-icon",
|
|
28
|
-
ref,
|
|
29
|
-
icon: element
|
|
30
|
-
}));
|
|
31
|
-
});
|
|
32
|
-
BackIcon.displayName = "BackIcon";
|
|
33
|
-
//#endregion
|
|
34
|
-
exports.BackIcon = BackIcon;
|
|
35
|
-
exports.default = BackIcon;
|
|
@@ -1,37 +0,0 @@
|
|
|
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/correct-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": "M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z",
|
|
22
|
-
"fillRule": "evenodd",
|
|
23
|
-
"clipRule": "evenodd"
|
|
24
|
-
}
|
|
25
|
-
}]
|
|
26
|
-
};
|
|
27
|
-
const CorrectIcon = (0, react.forwardRef)(function CorrectIcon(props, ref) {
|
|
28
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
29
|
-
id: "correct-icon",
|
|
30
|
-
ref,
|
|
31
|
-
icon: element
|
|
32
|
-
}));
|
|
33
|
-
});
|
|
34
|
-
CorrectIcon.displayName = "CorrectIcon";
|
|
35
|
-
//#endregion
|
|
36
|
-
exports.CorrectIcon = CorrectIcon;
|
|
37
|
-
exports.default = CorrectIcon;
|
package/dist/cjs/guide-icon.cjs
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
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/guide-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": "M12.4216 4.46432L15.6036 7.6463C15.7988 7.84156 15.7988 8.15814 15.6036 8.3534L12.4216 11.5354C12.2263 11.7306 11.9097 11.7306 11.7145 11.5354C11.5192 11.3401 11.5192 11.0235 11.7145 10.8283L14.0429 8.49985H0.75C0.473858 8.49985 0.25 8.27599 0.25 7.99985C0.25 7.72371 0.473857 7.49985 0.749999 7.49985H14.0429L11.7145 5.17142C11.5192 4.97616 11.5192 4.65958 11.7145 4.46432C11.9097 4.26906 12.2263 4.26906 12.4216 4.46432Z",
|
|
22
|
-
"fillRule": "evenodd",
|
|
23
|
-
"clipRule": "evenodd"
|
|
24
|
-
}
|
|
25
|
-
}]
|
|
26
|
-
};
|
|
27
|
-
const GuideIcon = (0, react.forwardRef)(function GuideIcon(props, ref) {
|
|
28
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
29
|
-
id: "guide-icon",
|
|
30
|
-
ref,
|
|
31
|
-
icon: element
|
|
32
|
-
}));
|
|
33
|
-
});
|
|
34
|
-
GuideIcon.displayName = "GuideIcon";
|
|
35
|
-
//#endregion
|
|
36
|
-
exports.GuideIcon = GuideIcon;
|
|
37
|
-
exports.default = GuideIcon;
|
package/dist/cjs/left-icon.cjs
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
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/left-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": "M10.4713 3.52876C10.7317 3.78911 10.7317 4.21122 10.4713 4.47157L6.94273 8.00016L10.4713 11.5288C10.7317 11.7891 10.7317 12.2112 10.4713 12.4716C10.211 12.7319 9.78886 12.7319 9.52851 12.4716L5.52851 8.47157C5.26816 8.21122 5.26816 7.78911 5.52851 7.52876L9.52851 3.52876C9.78886 3.26841 10.211 3.26841 10.4713 3.52876Z",
|
|
22
|
-
"fillRule": "evenodd",
|
|
23
|
-
"clipRule": "evenodd"
|
|
24
|
-
}
|
|
25
|
-
}]
|
|
26
|
-
};
|
|
27
|
-
const LeftIcon = (0, react.forwardRef)(function LeftIcon(props, ref) {
|
|
28
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
29
|
-
id: "left-icon",
|
|
30
|
-
ref,
|
|
31
|
-
icon: element
|
|
32
|
-
}));
|
|
33
|
-
});
|
|
34
|
-
LeftIcon.displayName = "LeftIcon";
|
|
35
|
-
//#endregion
|
|
36
|
-
exports.LeftIcon = LeftIcon;
|
|
37
|
-
exports.default = LeftIcon;
|
|
@@ -1,35 +0,0 @@
|
|
|
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/mistake-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.71274 2.86421C3.47843 2.6299 3.09853 2.6299 2.86421 2.86421C2.6299 3.09853 2.6299 3.47843 2.86421 3.71274L7.15154 8.00007L2.86421 12.2874C2.6299 12.5217 2.6299 12.9016 2.86421 13.1359C3.09853 13.3702 3.47843 13.3702 3.71274 13.1359L8.00007 8.84859L12.2874 13.1359C12.5217 13.3702 12.9016 13.3702 13.1359 13.1359C13.3702 12.9016 13.3702 12.5217 13.1359 12.2874L8.84859 8.00007L13.1359 3.71274C13.3702 3.47843 13.3702 3.09853 13.1359 2.86421C12.9016 2.6299 12.5217 2.6299 12.2874 2.86421L8.00007 7.15154L3.71274 2.86421Z"
|
|
22
|
-
}
|
|
23
|
-
}]
|
|
24
|
-
};
|
|
25
|
-
const MistakeIcon = (0, react.forwardRef)(function MistakeIcon(props, ref) {
|
|
26
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
27
|
-
id: "mistake-icon",
|
|
28
|
-
ref,
|
|
29
|
-
icon: element
|
|
30
|
-
}));
|
|
31
|
-
});
|
|
32
|
-
MistakeIcon.displayName = "MistakeIcon";
|
|
33
|
-
//#endregion
|
|
34
|
-
exports.MistakeIcon = MistakeIcon;
|
|
35
|
-
exports.default = MistakeIcon;
|
|
@@ -1,37 +0,0 @@
|
|
|
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/resolved-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 17 17",
|
|
14
|
-
"width": "1em",
|
|
15
|
-
"height": "1em"
|
|
16
|
-
},
|
|
17
|
-
"children": [{
|
|
18
|
-
"tag": "path",
|
|
19
|
-
"attrs": {
|
|
20
|
-
"fill": "currentColor",
|
|
21
|
-
"d": "M8.6106 15.4036C12.4766 15.4036 15.6106 12.2696 15.6106 8.40356C15.6106 4.53757 12.4766 1.40356 8.6106 1.40356C4.7446 1.40356 1.6106 4.53757 1.6106 8.40356C1.6106 12.2696 4.7446 15.4036 8.6106 15.4036ZM12.3351 6.82773C12.5694 6.59342 12.5694 6.21352 12.3351 5.9792C12.1007 5.74489 11.7208 5.74489 11.4865 5.9792L7.91079 9.55494L6.33506 7.9792C6.10074 7.74489 5.72084 7.74489 5.48653 7.9792C5.25221 8.21352 5.25221 8.59342 5.48653 8.82773L7.48653 10.8277C7.72084 11.062 8.10074 11.062 8.33506 10.8277L12.3351 6.82773Z",
|
|
22
|
-
"fillRule": "evenodd",
|
|
23
|
-
"clipRule": "evenodd"
|
|
24
|
-
}
|
|
25
|
-
}]
|
|
26
|
-
};
|
|
27
|
-
const ResolvedIcon = (0, react.forwardRef)(function ResolvedIcon(props, ref) {
|
|
28
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
29
|
-
id: "resolved-icon",
|
|
30
|
-
ref,
|
|
31
|
-
icon: element
|
|
32
|
-
}));
|
|
33
|
-
});
|
|
34
|
-
ResolvedIcon.displayName = "ResolvedIcon";
|
|
35
|
-
//#endregion
|
|
36
|
-
exports.ResolvedIcon = ResolvedIcon;
|
|
37
|
-
exports.default = ResolvedIcon;
|
package/dist/cjs/zen-icon.cjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
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/zen-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": "M7.84425 13.276C7.84411 13.6256 7.5606 13.9089 7.211 13.9088L2.729 13.907C2.3796 13.9068 2.09639 13.6236 2.09625 13.2742L2.09454 8.78533C2.09441 8.43573 2.3777 8.15222 2.7273 8.15209C3.07689 8.15196 3.3604 8.43525 3.36054 8.78484L3.36166 11.7431L11.7467 3.35802L8.78851 3.35687C8.43891 3.35674 8.15562 3.07322 8.15575 2.72363C8.15589 2.37403 8.4394 2.09074 8.789 2.09088L13.271 2.09261C13.6204 2.09275 13.9036 2.37596 13.9037 2.72537L13.9055 7.2143C13.9056 7.56389 13.6223 7.84741 13.2727 7.84754C12.9231 7.84768 12.6396 7.56438 12.6395 7.21479L12.6383 4.2568L4.25353 12.6416L7.2115 12.6428C7.5611 12.6429 7.84439 12.9264 7.84425 13.276Z"
|
|
22
|
-
}
|
|
23
|
-
}]
|
|
24
|
-
};
|
|
25
|
-
const ZenIcon = (0, react.forwardRef)(function ZenIcon(props, ref) {
|
|
26
|
-
return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
|
|
27
|
-
id: "zen-icon",
|
|
28
|
-
ref,
|
|
29
|
-
icon: element
|
|
30
|
-
}));
|
|
31
|
-
});
|
|
32
|
-
ZenIcon.displayName = "ZenIcon";
|
|
33
|
-
//#endregion
|
|
34
|
-
exports.ZenIcon = ZenIcon;
|
|
35
|
-
exports.default = ZenIcon;
|