@univerjs/icons 1.13.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.
Files changed (71) hide show
  1. package/dist/cjs/arrow-left-icon.cjs +38 -0
  2. package/dist/cjs/boxplot-icon.cjs +30 -22
  3. package/dist/cjs/connection-line-icon.cjs +47 -0
  4. package/dist/cjs/crop-icon.cjs +1 -1
  5. package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
  6. package/dist/cjs/fountain-pen-icon.cjs +77 -0
  7. package/dist/cjs/hand-icon.cjs +70 -0
  8. package/dist/cjs/index.cjs +78 -78
  9. package/dist/cjs/mind-map-icon.cjs +67 -0
  10. package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
  11. package/dist/cjs/resources-icon.cjs +45 -0
  12. package/dist/cjs/ruler-icon.cjs +75 -0
  13. package/dist/cjs/sticky-note-icon.cjs +44 -0
  14. package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
  15. package/dist/cjs/transitions-icon.cjs +68 -0
  16. package/dist/cjs/typography-icon.cjs +6 -6
  17. package/dist/esm/arrow-left-icon.d.ts +3 -0
  18. package/dist/esm/arrow-left-icon.js +33 -0
  19. package/dist/esm/boxplot-icon.js +30 -22
  20. package/dist/esm/connection-line-icon.d.ts +3 -0
  21. package/dist/esm/connection-line-icon.js +42 -0
  22. package/dist/esm/crop-icon.js +1 -1
  23. package/dist/esm/exclamation-icon.d.ts +3 -0
  24. package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
  25. package/dist/esm/fountain-pen-icon.d.ts +3 -0
  26. package/dist/esm/fountain-pen-icon.js +72 -0
  27. package/dist/esm/{back-icon.d.ts → hand-icon.d.ts} +2 -2
  28. package/dist/esm/hand-icon.js +65 -0
  29. package/dist/esm/index.d.ts +12 -12
  30. package/dist/esm/index.js +13 -13
  31. package/dist/esm/{mistake-icon.d.ts → mind-map-icon.d.ts} +2 -2
  32. package/dist/esm/mind-map-icon.js +62 -0
  33. package/dist/esm/{more-function-icon.d.ts → more-vertical-icon.d.ts} +2 -2
  34. package/dist/esm/{more-function-icon.js → more-vertical-icon.js} +5 -5
  35. package/dist/esm/resources-icon.d.ts +3 -0
  36. package/dist/esm/resources-icon.js +40 -0
  37. package/dist/esm/{solve-icon.d.ts → ruler-icon.d.ts} +2 -2
  38. package/dist/esm/ruler-icon.js +70 -0
  39. package/dist/esm/{zoom-reduce-icon.d.ts → sticky-note-icon.d.ts} +2 -2
  40. package/dist/esm/sticky-note-icon.js +39 -0
  41. package/dist/esm/success-outline-icon.d.ts +3 -0
  42. package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
  43. package/dist/esm/transitions-icon.d.ts +3 -0
  44. package/dist/esm/transitions-icon.js +63 -0
  45. package/dist/esm/typography-icon.js +6 -6
  46. package/package.json +2 -2
  47. package/dist/cjs/back-icon.cjs +0 -35
  48. package/dist/cjs/correct-icon.cjs +0 -37
  49. package/dist/cjs/guide-icon.cjs +0 -37
  50. package/dist/cjs/left-icon.cjs +0 -37
  51. package/dist/cjs/mistake-icon.cjs +0 -35
  52. package/dist/cjs/resolved-icon.cjs +0 -37
  53. package/dist/cjs/zen-icon.cjs +0 -35
  54. package/dist/cjs/zoom-increase-icon.cjs +0 -35
  55. package/dist/cjs/zoom-reduce-icon.cjs +0 -37
  56. package/dist/esm/back-icon.js +0 -30
  57. package/dist/esm/correct-icon.d.ts +0 -3
  58. package/dist/esm/correct-icon.js +0 -32
  59. package/dist/esm/guide-icon.d.ts +0 -3
  60. package/dist/esm/guide-icon.js +0 -32
  61. package/dist/esm/left-icon.d.ts +0 -3
  62. package/dist/esm/left-icon.js +0 -32
  63. package/dist/esm/mistake-icon.js +0 -30
  64. package/dist/esm/resolved-icon.d.ts +0 -3
  65. package/dist/esm/resolved-icon.js +0 -32
  66. package/dist/esm/warn-icon.d.ts +0 -3
  67. package/dist/esm/zen-icon.d.ts +0 -3
  68. package/dist/esm/zen-icon.js +0 -30
  69. package/dist/esm/zoom-increase-icon.d.ts +0 -3
  70. package/dist/esm/zoom-increase-icon.js +0 -30
  71. package/dist/esm/zoom-reduce-icon.js +0 -32
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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/zoom-increase-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.5 14.1406C7.5 14.4168 7.72386 14.6406 8 14.6406C8.27614 14.6406 8.5 14.4168 8.5 14.1406V8.47424H14.1664C14.4425 8.47424 14.6664 8.25039 14.6664 7.97424C14.6664 7.6981 14.4425 7.47424 14.1664 7.47424H8.5V1.80786C8.5 1.53172 8.27614 1.30786 8 1.30786C7.72386 1.30786 7.5 1.53172 7.5 1.80786V7.47424H1.83362C1.55748 7.47424 1.33362 7.6981 1.33362 7.97424C1.33362 8.25038 1.55748 8.47424 1.83362 8.47424H7.5V14.1406Z"
22
- }
23
- }]
24
- };
25
- const ZoomIncreaseIcon = (0, react.forwardRef)(function ZoomIncreaseIcon(props, ref) {
26
- return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
27
- id: "zoom-increase-icon",
28
- ref,
29
- icon: element
30
- }));
31
- });
32
- ZoomIncreaseIcon.displayName = "ZoomIncreaseIcon";
33
- //#endregion
34
- exports.ZoomIncreaseIcon = ZoomIncreaseIcon;
35
- exports.default = ZoomIncreaseIcon;
@@ -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/zoom-reduce-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": "M1.33362 7.97412C1.33362 7.69798 1.55748 7.47412 1.83362 7.47412L14.1664 7.47412C14.4425 7.47412 14.6664 7.69798 14.6664 7.97412C14.6664 8.25026 14.4425 8.47412 14.1664 8.47412L1.83362 8.47412C1.55748 8.47412 1.33362 8.25026 1.33362 7.97412Z",
22
- "fillRule": "evenodd",
23
- "clipRule": "evenodd"
24
- }
25
- }]
26
- };
27
- const ZoomReduceIcon = (0, react.forwardRef)(function ZoomReduceIcon(props, ref) {
28
- return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
29
- id: "zoom-reduce-icon",
30
- ref,
31
- icon: element
32
- }));
33
- });
34
- ZoomReduceIcon.displayName = "ZoomReduceIcon";
35
- //#endregion
36
- exports.ZoomReduceIcon = ZoomReduceIcon;
37
- exports.default = ZoomReduceIcon;
@@ -1,30 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/back-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": "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"
18
- }
19
- }]
20
- };
21
- const BackIcon = forwardRef(function BackIcon(props, ref) {
22
- return createElement(IconBase, Object.assign({}, props, {
23
- id: "back-icon",
24
- ref,
25
- icon: element
26
- }));
27
- });
28
- BackIcon.displayName = "BackIcon";
29
- //#endregion
30
- export { BackIcon, BackIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const CorrectIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default CorrectIcon;
@@ -1,32 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/correct-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": "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",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }]
22
- };
23
- const CorrectIcon = forwardRef(function CorrectIcon(props, ref) {
24
- return createElement(IconBase, Object.assign({}, props, {
25
- id: "correct-icon",
26
- ref,
27
- icon: element
28
- }));
29
- });
30
- CorrectIcon.displayName = "CorrectIcon";
31
- //#endregion
32
- export { CorrectIcon, CorrectIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const GuideIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default GuideIcon;
@@ -1,32 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/guide-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": "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",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }]
22
- };
23
- const GuideIcon = forwardRef(function GuideIcon(props, ref) {
24
- return createElement(IconBase, Object.assign({}, props, {
25
- id: "guide-icon",
26
- ref,
27
- icon: element
28
- }));
29
- });
30
- GuideIcon.displayName = "GuideIcon";
31
- //#endregion
32
- export { GuideIcon, GuideIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const LeftIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default LeftIcon;
@@ -1,32 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/left-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": "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",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }]
22
- };
23
- const LeftIcon = forwardRef(function LeftIcon(props, ref) {
24
- return createElement(IconBase, Object.assign({}, props, {
25
- id: "left-icon",
26
- ref,
27
- icon: element
28
- }));
29
- });
30
- LeftIcon.displayName = "LeftIcon";
31
- //#endregion
32
- export { LeftIcon, LeftIcon as default };
@@ -1,30 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/mistake-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": "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"
18
- }
19
- }]
20
- };
21
- const MistakeIcon = forwardRef(function MistakeIcon(props, ref) {
22
- return createElement(IconBase, Object.assign({}, props, {
23
- id: "mistake-icon",
24
- ref,
25
- icon: element
26
- }));
27
- });
28
- MistakeIcon.displayName = "MistakeIcon";
29
- //#endregion
30
- export { MistakeIcon, MistakeIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const ResolvedIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default ResolvedIcon;
@@ -1,32 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/resolved-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 17 17",
10
- "width": "1em",
11
- "height": "1em"
12
- },
13
- "children": [{
14
- "tag": "path",
15
- "attrs": {
16
- "fill": "currentColor",
17
- "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",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }]
22
- };
23
- const ResolvedIcon = forwardRef(function ResolvedIcon(props, ref) {
24
- return createElement(IconBase, Object.assign({}, props, {
25
- id: "resolved-icon",
26
- ref,
27
- icon: element
28
- }));
29
- });
30
- ResolvedIcon.displayName = "ResolvedIcon";
31
- //#endregion
32
- export { ResolvedIcon, ResolvedIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const WarnIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default WarnIcon;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const ZenIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default ZenIcon;
@@ -1,30 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/zen-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": "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"
18
- }
19
- }]
20
- };
21
- const ZenIcon = forwardRef(function ZenIcon(props, ref) {
22
- return createElement(IconBase, Object.assign({}, props, {
23
- id: "zen-icon",
24
- ref,
25
- icon: element
26
- }));
27
- });
28
- ZenIcon.displayName = "ZenIcon";
29
- //#endregion
30
- export { ZenIcon, ZenIcon as default };
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const ZoomIncreaseIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default ZoomIncreaseIcon;
@@ -1,30 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/zoom-increase-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": "M7.5 14.1406C7.5 14.4168 7.72386 14.6406 8 14.6406C8.27614 14.6406 8.5 14.4168 8.5 14.1406V8.47424H14.1664C14.4425 8.47424 14.6664 8.25039 14.6664 7.97424C14.6664 7.6981 14.4425 7.47424 14.1664 7.47424H8.5V1.80786C8.5 1.53172 8.27614 1.30786 8 1.30786C7.72386 1.30786 7.5 1.53172 7.5 1.80786V7.47424H1.83362C1.55748 7.47424 1.33362 7.6981 1.33362 7.97424C1.33362 8.25038 1.55748 8.47424 1.83362 8.47424H7.5V14.1406Z"
18
- }
19
- }]
20
- };
21
- const ZoomIncreaseIcon = forwardRef(function ZoomIncreaseIcon(props, ref) {
22
- return createElement(IconBase, Object.assign({}, props, {
23
- id: "zoom-increase-icon",
24
- ref,
25
- icon: element
26
- }));
27
- });
28
- ZoomIncreaseIcon.displayName = "ZoomIncreaseIcon";
29
- //#endregion
30
- export { ZoomIncreaseIcon, ZoomIncreaseIcon as default };
@@ -1,32 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/zoom-reduce-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": "M1.33362 7.97412C1.33362 7.69798 1.55748 7.47412 1.83362 7.47412L14.1664 7.47412C14.4425 7.47412 14.6664 7.69798 14.6664 7.97412C14.6664 8.25026 14.4425 8.47412 14.1664 8.47412L1.83362 8.47412C1.55748 8.47412 1.33362 8.25026 1.33362 7.97412Z",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }]
22
- };
23
- const ZoomReduceIcon = forwardRef(function ZoomReduceIcon(props, ref) {
24
- return createElement(IconBase, Object.assign({}, props, {
25
- id: "zoom-reduce-icon",
26
- ref,
27
- icon: element
28
- }));
29
- });
30
- ZoomReduceIcon.displayName = "ZoomReduceIcon";
31
- //#endregion
32
- export { ZoomReduceIcon, ZoomReduceIcon as default };