@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.
Files changed (99) hide show
  1. package/dist/cjs/arrow-left-icon.cjs +38 -0
  2. package/dist/cjs/bases-app-icon.cjs +45 -0
  3. package/dist/cjs/bases-multi-icon.cjs +65 -0
  4. package/dist/cjs/boards-app-icon.cjs +45 -0
  5. package/dist/cjs/boards-multi-icon.cjs +67 -0
  6. package/dist/cjs/boxplot-icon.cjs +30 -22
  7. package/dist/cjs/connection-line-icon.cjs +47 -0
  8. package/dist/cjs/crop-icon.cjs +1 -1
  9. package/dist/cjs/docs-app-icon.cjs +45 -0
  10. package/dist/cjs/docs-multi-icon.cjs +65 -0
  11. package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
  12. package/dist/cjs/fountain-pen-icon.cjs +77 -0
  13. package/dist/cjs/hand-icon.cjs +70 -0
  14. package/dist/cjs/index.cjs +148 -78
  15. package/dist/cjs/mind-map-icon.cjs +67 -0
  16. package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
  17. package/dist/cjs/resources-icon.cjs +45 -0
  18. package/dist/cjs/ruler-icon.cjs +75 -0
  19. package/dist/cjs/sheets-app-icon.cjs +45 -0
  20. package/dist/cjs/sheets-multi-icon.cjs +53 -0
  21. package/dist/cjs/slides-app-icon.cjs +45 -0
  22. package/dist/cjs/slides-multi-icon.cjs +53 -0
  23. package/dist/cjs/sticky-note-icon.cjs +44 -0
  24. package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
  25. package/dist/cjs/transitions-icon.cjs +68 -0
  26. package/dist/cjs/typography-icon.cjs +6 -6
  27. package/dist/esm/arrow-left-icon.d.ts +3 -0
  28. package/dist/esm/arrow-left-icon.js +33 -0
  29. package/dist/esm/{resolved-icon.d.ts → bases-app-icon.d.ts} +2 -2
  30. package/dist/esm/bases-app-icon.js +40 -0
  31. package/dist/esm/{zoom-reduce-icon.d.ts → bases-multi-icon.d.ts} +2 -2
  32. package/dist/esm/bases-multi-icon.js +60 -0
  33. package/dist/esm/boards-app-icon.d.ts +3 -0
  34. package/dist/esm/boards-app-icon.js +40 -0
  35. package/dist/esm/boards-multi-icon.d.ts +3 -0
  36. package/dist/esm/boards-multi-icon.js +62 -0
  37. package/dist/esm/boxplot-icon.js +30 -22
  38. package/dist/esm/connection-line-icon.d.ts +3 -0
  39. package/dist/esm/connection-line-icon.js +42 -0
  40. package/dist/esm/crop-icon.js +1 -1
  41. package/dist/esm/{mistake-icon.d.ts → docs-app-icon.d.ts} +2 -2
  42. package/dist/esm/docs-app-icon.js +40 -0
  43. package/dist/esm/docs-multi-icon.d.ts +3 -0
  44. package/dist/esm/docs-multi-icon.js +60 -0
  45. package/dist/esm/exclamation-icon.d.ts +3 -0
  46. package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
  47. package/dist/esm/fountain-pen-icon.d.ts +3 -0
  48. package/dist/esm/fountain-pen-icon.js +72 -0
  49. package/dist/esm/{back-icon.d.ts → hand-icon.d.ts} +2 -2
  50. package/dist/esm/hand-icon.js +65 -0
  51. package/dist/esm/index.d.ts +22 -12
  52. package/dist/esm/index.js +23 -13
  53. package/dist/esm/{correct-icon.d.ts → mind-map-icon.d.ts} +2 -2
  54. package/dist/esm/mind-map-icon.js +62 -0
  55. package/dist/esm/{more-function-icon.d.ts → more-vertical-icon.d.ts} +2 -2
  56. package/dist/esm/{more-function-icon.js → more-vertical-icon.js} +5 -5
  57. package/dist/esm/resources-icon.d.ts +3 -0
  58. package/dist/esm/resources-icon.js +40 -0
  59. package/dist/esm/{solve-icon.d.ts → ruler-icon.d.ts} +2 -2
  60. package/dist/esm/ruler-icon.js +70 -0
  61. package/dist/esm/sheets-app-icon.d.ts +3 -0
  62. package/dist/esm/sheets-app-icon.js +40 -0
  63. package/dist/esm/sheets-multi-icon.d.ts +3 -0
  64. package/dist/esm/sheets-multi-icon.js +48 -0
  65. package/dist/esm/slides-app-icon.d.ts +3 -0
  66. package/dist/esm/slides-app-icon.js +40 -0
  67. package/dist/esm/slides-multi-icon.d.ts +3 -0
  68. package/dist/esm/slides-multi-icon.js +48 -0
  69. package/dist/esm/sticky-note-icon.d.ts +3 -0
  70. package/dist/esm/sticky-note-icon.js +39 -0
  71. package/dist/esm/success-outline-icon.d.ts +3 -0
  72. package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
  73. package/dist/esm/transitions-icon.d.ts +3 -0
  74. package/dist/esm/transitions-icon.js +63 -0
  75. package/dist/esm/typography-icon.js +6 -6
  76. package/package.json +4 -4
  77. package/dist/cjs/back-icon.cjs +0 -35
  78. package/dist/cjs/correct-icon.cjs +0 -37
  79. package/dist/cjs/guide-icon.cjs +0 -37
  80. package/dist/cjs/left-icon.cjs +0 -37
  81. package/dist/cjs/mistake-icon.cjs +0 -35
  82. package/dist/cjs/resolved-icon.cjs +0 -37
  83. package/dist/cjs/zen-icon.cjs +0 -35
  84. package/dist/cjs/zoom-increase-icon.cjs +0 -35
  85. package/dist/cjs/zoom-reduce-icon.cjs +0 -37
  86. package/dist/esm/back-icon.js +0 -30
  87. package/dist/esm/correct-icon.js +0 -32
  88. package/dist/esm/guide-icon.d.ts +0 -3
  89. package/dist/esm/guide-icon.js +0 -32
  90. package/dist/esm/left-icon.d.ts +0 -3
  91. package/dist/esm/left-icon.js +0 -32
  92. package/dist/esm/mistake-icon.js +0 -30
  93. package/dist/esm/resolved-icon.js +0 -32
  94. package/dist/esm/warn-icon.d.ts +0 -3
  95. package/dist/esm/zen-icon.d.ts +0 -3
  96. package/dist/esm/zen-icon.js +0 -30
  97. package/dist/esm/zoom-increase-icon.d.ts +0 -3
  98. package/dist/esm/zoom-increase-icon.js +0 -30
  99. package/dist/esm/zoom-reduce-icon.js +0 -32
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const BoardsAppIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BoardsAppIcon;
@@ -0,0 +1,40 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/boards-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 6.12V10.1583C5.44365 10.3792 5.62274 10.5583 5.84365 10.5583H10.5562V6.12H5.44365ZM6.1 4.9H7.55V5.72H6.1V4.9ZM8.45 4.9H9.9V5.72H8.45V4.9Z",
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 BoardsAppIcon = forwardRef(function BoardsAppIcon(props, ref) {
32
+ return createElement(IconBase, Object.assign({}, props, {
33
+ id: "boards-app-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ BoardsAppIcon.displayName = "BoardsAppIcon";
39
+ //#endregion
40
+ export { BoardsAppIcon, BoardsAppIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const BoardsMultiIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BoardsMultiIcon;
@@ -0,0 +1,62 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/boards-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": "#8B5CF6",
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": "#6D3FE8",
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": "M5 7.45H10.8V11.65H5V7.45ZM5.8 8.25V10.85H10V8.25H5.8Z",
33
+ "fillRule": "evenodd",
34
+ "clipRule": "evenodd"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "fill": "white",
41
+ "d": "M5.8 6.25H7.25V7H5.8V6.25Z"
42
+ }
43
+ },
44
+ {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "fill": "white",
48
+ "d": "M8.55 6.25H10V7H8.55V6.25Z"
49
+ }
50
+ }
51
+ ]
52
+ };
53
+ const BoardsMultiIcon = forwardRef(function BoardsMultiIcon(props, ref) {
54
+ return createElement(IconBase, Object.assign({}, props, {
55
+ id: "boards-multi-icon",
56
+ ref,
57
+ icon: element
58
+ }));
59
+ });
60
+ BoardsMultiIcon.displayName = "BoardsMultiIcon";
61
+ //#endregion
62
+ export { BoardsMultiIcon, BoardsMultiIcon as default };
@@ -6,7 +6,7 @@ const element = {
6
6
  "attrs": {
7
7
  "xmlns": "http://www.w3.org/2000/svg",
8
8
  "fill": "none",
9
- "viewBox": "0 0 20 20",
9
+ "viewBox": "0 0 16 16",
10
10
  "width": "1em",
11
11
  "height": "1em"
12
12
  },
@@ -14,57 +14,65 @@ const element = {
14
14
  {
15
15
  "tag": "path",
16
16
  "attrs": {
17
- "fill": "currentColor",
18
- "d": "M4 16.802L3.99481 16.924C3.94367 17.5286 3.51757 18 3 18C2.48243 18 2.05633 17.5286 2.00519 16.924L2 16.802V3.19925C2 2.53723 2.44797 2 3 2C3.55203 2 4 2.53723 4 3.19925V16.802Z"
17
+ "stroke": "currentColor",
18
+ "d": "M2.2 2.2V13.8H13.8",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.2
19
22
  }
20
23
  },
21
24
  {
22
25
  "tag": "path",
23
26
  "attrs": {
24
- "fill": "currentColor",
25
- "d": "M16.802 16L16.924 16.0052C17.5286 16.0563 18 16.4824 18 17C18 17.5176 17.5286 17.9437 16.924 17.9948L16.802 18H3.19925C2.53723 18 2 17.552 2 17C2 16.448 2.53723 16 3.19925 16H16.802Z"
27
+ "stroke": "currentColor",
28
+ "d": "M4.9 5.1H8.6V10.9H4.9V5.1Z",
29
+ "strokeLinejoin": "round",
30
+ "strokeWidth": 1.2
26
31
  }
27
32
  },
28
33
  {
29
34
  "tag": "path",
30
35
  "attrs": {
31
- "fill": "currentColor",
32
- "d": "M18 4V11H13V4H18ZM14.7998 9.2002H16.2002V5.7998H14.7998V9.2002Z"
36
+ "stroke": "currentColor",
37
+ "d": "M6.75 3.4V5.1",
38
+ "strokeLinecap": "round",
39
+ "strokeWidth": 1.2
33
40
  }
34
41
  },
35
42
  {
36
43
  "tag": "path",
37
44
  "attrs": {
38
- "fill": "currentColor",
39
- "d": "M14.7 2H16.5V4H14.7V2Z"
45
+ "stroke": "currentColor",
46
+ "d": "M6.75 10.9V12.6",
47
+ "strokeLinecap": "round",
48
+ "strokeWidth": 1.2
40
49
  }
41
50
  },
42
51
  {
43
52
  "tag": "path",
44
53
  "attrs": {
45
- "fill": "currentColor",
46
- "d": "M7.7 4H9.5V6H7.7V4Z"
54
+ "stroke": "currentColor",
55
+ "d": "M10.4 3.8H13.7V9.6H10.4V3.8Z",
56
+ "strokeLinejoin": "round",
57
+ "strokeWidth": 1.2
47
58
  }
48
59
  },
49
60
  {
50
61
  "tag": "path",
51
62
  "attrs": {
52
- "fill": "currentColor",
53
- "d": "M14.7 11H16.5V13H14.7V11Z"
63
+ "stroke": "currentColor",
64
+ "d": "M12.05 2.2V3.8",
65
+ "strokeLinecap": "round",
66
+ "strokeWidth": 1.2
54
67
  }
55
68
  },
56
69
  {
57
70
  "tag": "path",
58
71
  "attrs": {
59
- "fill": "currentColor",
60
- "d": "M7.7 13H9.5V15H7.7V13Z"
61
- }
62
- },
63
- {
64
- "tag": "path",
65
- "attrs": {
66
- "fill": "currentColor",
67
- "d": "M11 6V13H6V6H11ZM7.7998 11.2002H9.2002V7.7998H7.7998V11.2002Z"
72
+ "stroke": "currentColor",
73
+ "d": "M12.05 9.6V11.2",
74
+ "strokeLinecap": "round",
75
+ "strokeWidth": 1.2
68
76
  }
69
77
  }
70
78
  ]
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ConnectionLineIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ConnectionLineIcon;
@@ -0,0 +1,42 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/connection-line-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": "M1.42765 13.3707H4.67832C5.26375 13.3707 5.73832 12.8961 5.73832 12.3107V8.00003C5.73832 7.41462 6.2129 6.94003 6.79832 6.94003H14.0063",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.35
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "stroke": "currentColor",
26
+ "d": "M10.685 3.05336L14.1477 6.94003L10.685 10.8267",
27
+ "strokeLinecap": "round",
28
+ "strokeLinejoin": "round",
29
+ "strokeWidth": 1.35
30
+ }
31
+ }]
32
+ };
33
+ const ConnectionLineIcon = forwardRef(function ConnectionLineIcon(props, ref) {
34
+ return createElement(IconBase, Object.assign({}, props, {
35
+ id: "connection-line-icon",
36
+ ref,
37
+ icon: element
38
+ }));
39
+ });
40
+ ConnectionLineIcon.displayName = "ConnectionLineIcon";
41
+ //#endregion
42
+ export { ConnectionLineIcon, ConnectionLineIcon as default };
@@ -6,7 +6,7 @@ const element = {
6
6
  "attrs": {
7
7
  "xmlns": "http://www.w3.org/2000/svg",
8
8
  "fill": "none",
9
- "viewBox": "0 0 20 20",
9
+ "viewBox": "1.05 1.05 17.9 17.9",
10
10
  "width": "1em",
11
11
  "height": "1em"
12
12
  },
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base.js';
2
- export declare const MistakeIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default MistakeIcon;
2
+ export declare const DocsAppIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DocsAppIcon;
@@ -0,0 +1,40 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/docs-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.2 6.62H9.78V7.62H6.2V6.62ZM6.2 8.4H9.78V9.4H6.2V8.4Z",
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 DocsAppIcon = forwardRef(function DocsAppIcon(props, ref) {
32
+ return createElement(IconBase, Object.assign({}, props, {
33
+ id: "docs-app-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ DocsAppIcon.displayName = "DocsAppIcon";
39
+ //#endregion
40
+ export { DocsAppIcon, DocsAppIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const DocsMultiIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default DocsMultiIcon;
@@ -0,0 +1,60 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/docs-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": "#4B7DFF",
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": "#305CFA",
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.57245 7.27962C4.57245 7.09553 4.72169 6.94629 4.90578 6.94629H10.2391C10.4232 6.94629 10.5724 7.09553 10.5724 7.27962C10.5724 7.46372 10.4232 7.61296 10.2391 7.61296H4.90578C4.72169 7.61296 4.57245 7.46372 4.57245 7.27962Z"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "fill": "white",
39
+ "d": "M4.57245 9.62638C4.57245 9.44229 4.72169 9.29305 4.90578 9.29305H10.2391C10.4232 9.29305 10.5724 9.44229 10.5724 9.62638C10.5724 9.81048 10.4232 9.95972 10.2391 9.95972H4.90578C4.72169 9.95972 4.57245 9.81048 4.57245 9.62638Z"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "fill": "white",
46
+ "d": "M4.90578 11.6398C4.72169 11.6398 4.57245 11.789 4.57245 11.9731C4.57245 12.1572 4.72169 12.3065 4.90578 12.3065H7.57245C7.75654 12.3065 7.90578 12.1572 7.90578 11.9731C7.90578 11.789 7.75654 11.6398 7.57245 11.6398H4.90578Z"
47
+ }
48
+ }
49
+ ]
50
+ };
51
+ const DocsMultiIcon = forwardRef(function DocsMultiIcon(props, ref) {
52
+ return createElement(IconBase, Object.assign({}, props, {
53
+ id: "docs-multi-icon",
54
+ ref,
55
+ icon: element
56
+ }));
57
+ });
58
+ DocsMultiIcon.displayName = "DocsMultiIcon";
59
+ //#endregion
60
+ export { DocsMultiIcon, DocsMultiIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ExclamationIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ExclamationIcon;
@@ -1,6 +1,6 @@
1
1
  import { createElement, forwardRef } from "react";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/warn-icon.tsx
3
+ //#region ts/exclamation-icon.tsx
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -26,13 +26,13 @@ const element = {
26
26
  }
27
27
  }]
28
28
  };
29
- const WarnIcon = forwardRef(function WarnIcon(props, ref) {
29
+ const ExclamationIcon = forwardRef(function ExclamationIcon(props, ref) {
30
30
  return createElement(IconBase, Object.assign({}, props, {
31
- id: "warn-icon",
31
+ id: "exclamation-icon",
32
32
  ref,
33
33
  icon: element
34
34
  }));
35
35
  });
36
- WarnIcon.displayName = "WarnIcon";
36
+ ExclamationIcon.displayName = "ExclamationIcon";
37
37
  //#endregion
38
- export { WarnIcon, WarnIcon as default };
38
+ export { ExclamationIcon, ExclamationIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const FountainPenIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FountainPenIcon;
@@ -0,0 +1,72 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/fountain-pen-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": "M10.2663 2.33334L14.0663 6.13334",
19
+ "strokeLinecap": "round",
20
+ "strokeWidth": 1.35
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "d": "M6.06634 4.86667C7.96634 5.26667 9.69967 5.13334 11.3997 4.23334L12.3997 5.23334C11.433 6.73334 11.333 8.36667 11.7997 10.3667L3.19967 13L6.06634 4.86667Z",
28
+ "strokeLinecap": "round",
29
+ "strokeLinejoin": "round",
30
+ "strokeWidth": 1.35
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "stroke": "currentColor",
37
+ "d": "M3.19967 13L8.46634 7.73334",
38
+ "strokeLinecap": "round",
39
+ "strokeWidth": 1.35
40
+ }
41
+ },
42
+ {
43
+ "tag": "circle",
44
+ "attrs": {
45
+ "cx": 4.33,
46
+ "cy": 14.07,
47
+ "r": .45,
48
+ "fill": "currentColor"
49
+ }
50
+ },
51
+ {
52
+ "tag": "path",
53
+ "attrs": {
54
+ "stroke": "currentColor",
55
+ "d": "M6.06634 14.2C6.63301 13.5667 7.19967 13.5667 7.76634 14.2C8.33301 14.8333 8.89967 14.8333 9.46634 14.2C10.033 13.5667 10.5997 13.5667 11.1663 14.2C11.733 14.8333 12.2997 14.8333 12.8663 14.2",
56
+ "strokeLinecap": "round",
57
+ "strokeLinejoin": "round",
58
+ "strokeWidth": 1.35
59
+ }
60
+ }
61
+ ]
62
+ };
63
+ const FountainPenIcon = forwardRef(function FountainPenIcon(props, ref) {
64
+ return createElement(IconBase, Object.assign({}, props, {
65
+ id: "fountain-pen-icon",
66
+ ref,
67
+ icon: element
68
+ }));
69
+ });
70
+ FountainPenIcon.displayName = "FountainPenIcon";
71
+ //#endregion
72
+ export { FountainPenIcon, FountainPenIcon as default };
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base.js';
2
- export declare const BackIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default BackIcon;
2
+ export declare const HandIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default HandIcon;
@@ -0,0 +1,65 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/hand-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 24 24",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M18 11V6C18 4.89543 17.1046 4 16 4C14.8954 4 14 4.89543 14 6",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 2.2
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M14 10V4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4V6",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 2.2
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "d": "M10 10.5V6C10 4.89543 9.10457 4 8 4C6.89543 4 6 4.89543 6 6V14",
39
+ "strokeLinecap": "round",
40
+ "strokeLinejoin": "round",
41
+ "strokeWidth": 2.2
42
+ }
43
+ },
44
+ {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "stroke": "currentColor",
48
+ "d": "M18 8C18 6.89543 18.8954 6 20 6C21.1046 6 22 6.89543 22 8V14C22 18.4183 18.4183 22 14 22H12C9.2 22 7.5 21.14 6.01 19.66L2.41 16.06C1.62947 15.2795 1.62947 14.0145 2.41 13.234C3.19053 12.4535 4.45547 12.4535 5.236 13.234L7 15",
49
+ "strokeLinecap": "round",
50
+ "strokeLinejoin": "round",
51
+ "strokeWidth": 2.2
52
+ }
53
+ }
54
+ ]
55
+ };
56
+ const HandIcon = forwardRef(function HandIcon(props, ref) {
57
+ return createElement(IconBase, Object.assign({}, props, {
58
+ id: "hand-icon",
59
+ ref,
60
+ icon: element
61
+ }));
62
+ });
63
+ HandIcon.displayName = "HandIcon";
64
+ //#endregion
65
+ export { HandIcon, HandIcon as default };