@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,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,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/sheets-app-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": "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.4458V6.4458H10.5562V5.8458C10.5562 5.62489 10.3771 5.4458 10.1562 5.4458H5.44365ZM5.44365 7.6458V8.53174H7.3999V7.6458H5.44365ZM8.5999 7.6458V8.53174H10.5562V7.6458H8.5999ZM5.44365 9.73174V10.1583C5.44365 10.3792 5.62274 10.5583 5.84365 10.5583H7.3999V9.73174H5.44365ZM8.5999 10.5583H10.5562V9.73174H8.5999V10.5583Z",
22
+ "fillRule": "evenodd",
23
+ "clipRule": "evenodd"
24
+ }
25
+ }, {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "currentColor",
29
+ "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",
30
+ "fillRule": "evenodd",
31
+ "clipRule": "evenodd"
32
+ }
33
+ }]
34
+ };
35
+ const SheetsAppIcon = (0, react.forwardRef)(function SheetsAppIcon(props, ref) {
36
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
37
+ id: "sheets-app-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ SheetsAppIcon.displayName = "SheetsAppIcon";
43
+ //#endregion
44
+ exports.SheetsAppIcon = SheetsAppIcon;
45
+ exports.default = SheetsAppIcon;
@@ -0,0 +1,53 @@
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/sheets-multi-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
+ "fill": "#35BD4B",
22
+ "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"
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "#32A846",
29
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "fill": "white",
36
+ "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",
37
+ "fillRule": "evenodd",
38
+ "clipRule": "evenodd"
39
+ }
40
+ }
41
+ ]
42
+ };
43
+ const SheetsMultiIcon = (0, react.forwardRef)(function SheetsMultiIcon(props, ref) {
44
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
45
+ id: "sheets-multi-icon",
46
+ ref,
47
+ icon: element
48
+ }));
49
+ });
50
+ SheetsMultiIcon.displayName = "SheetsMultiIcon";
51
+ //#endregion
52
+ exports.SheetsMultiIcon = SheetsMultiIcon;
53
+ exports.default = SheetsMultiIcon;
@@ -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/slides-app-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": "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",
22
+ "fillRule": "evenodd",
23
+ "clipRule": "evenodd"
24
+ }
25
+ }, {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "currentColor",
29
+ "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",
30
+ "fillRule": "evenodd",
31
+ "clipRule": "evenodd"
32
+ }
33
+ }]
34
+ };
35
+ const SlidesAppIcon = (0, react.forwardRef)(function SlidesAppIcon(props, ref) {
36
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
37
+ id: "slides-app-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ SlidesAppIcon.displayName = "SlidesAppIcon";
43
+ //#endregion
44
+ exports.SlidesAppIcon = SlidesAppIcon;
45
+ exports.default = SlidesAppIcon;
@@ -0,0 +1,53 @@
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/slides-multi-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
+ "fill": "#FF6B4B",
22
+ "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"
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "fill": "#EC4F2D",
29
+ "d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "fill": "white",
36
+ "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",
37
+ "fillRule": "evenodd",
38
+ "clipRule": "evenodd"
39
+ }
40
+ }
41
+ ]
42
+ };
43
+ const SlidesMultiIcon = (0, react.forwardRef)(function SlidesMultiIcon(props, ref) {
44
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
45
+ id: "slides-multi-icon",
46
+ ref,
47
+ icon: element
48
+ }));
49
+ });
50
+ SlidesMultiIcon.displayName = "SlidesMultiIcon";
51
+ //#endregion
52
+ exports.SlidesMultiIcon = SlidesMultiIcon;
53
+ exports.default = SlidesMultiIcon;
@@ -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/solve-icon.tsx
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 SolveIcon = (0, react.forwardRef)(function SolveIcon(props, ref) {
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: "solve-icon",
39
+ id: "success-outline-icon",
40
40
  ref,
41
41
  icon: element
42
42
  }));
43
43
  });
44
- SolveIcon.displayName = "SolveIcon";
44
+ SuccessOutlineIcon.displayName = "SuccessOutlineIcon";
45
45
  //#endregion
46
- exports.SolveIcon = SolveIcon;
47
- exports.default = SolveIcon;
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.8
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.8
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.4
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.4
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.4
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.4
70
+ "strokeWidth": 1.2
71
71
  }
72
72
  }
73
73
  ]
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ArrowLeftIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ArrowLeftIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/arrow-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 20 21",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "fill": "currentColor",
17
+ "d": "M3.32508 11.7609C3.46644 11.8194 3.64565 11.8194 4.00407 11.8194H13.049L10.1235 14.745C9.87002 14.9984 9.7433 15.1251 9.68475 15.2665C9.60668 15.455 9.60668 15.6668 9.68475 15.8552C9.7433 15.9966 9.87002 16.1233 10.1235 16.3768C10.3769 16.6302 10.5036 16.7569 10.645 16.8155C10.8335 16.8935 11.0452 16.8935 11.2337 16.8155C11.3751 16.7569 11.5018 16.6302 11.7552 16.3768L16.5105 11.6215C16.5524 11.5803 16.5983 11.5344 16.6493 11.4834L16.6495 11.4831C16.8561 11.2765 16.9785 11.1542 17.0484 11.0394C17.0648 11.0128 17.0782 10.9866 17.0893 10.9599C17.1674 10.7714 17.1674 10.5596 17.0893 10.3711C17.0308 10.2298 16.904 10.1031 16.6506 9.84962C16.5685 9.76752 16.4997 9.69872 16.4394 9.64123L11.7542 4.95601C11.5007 4.70257 11.374 4.57585 11.2327 4.5173C11.0442 4.43923 10.8324 4.43923 10.6439 4.5173C10.5026 4.57585 10.3758 4.70257 10.1224 4.95601L10.1224 4.95601C9.86895 5.20945 9.74223 5.33617 9.68368 5.47753C9.60561 5.66601 9.60561 5.87779 9.68368 6.06627C9.74223 6.20764 9.86895 6.33436 10.1224 6.5878L13.0463 9.51175H4.00407C3.64565 9.51175 3.46644 9.51175 3.32508 9.5703C3.1366 9.64837 2.98685 9.79812 2.90877 9.98661C2.85022 10.128 2.85022 10.3072 2.85022 10.6656C2.85022 11.024 2.85022 11.2032 2.90877 11.3446C2.98685 11.5331 3.1366 11.6828 3.32508 11.7609Z",
18
+ "transform": "matrix(-1 0 0 1 20 0)",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }]
23
+ };
24
+ const ArrowLeftIcon = forwardRef(function ArrowLeftIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "arrow-left-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ ArrowLeftIcon.displayName = "ArrowLeftIcon";
32
+ //#endregion
33
+ export { ArrowLeftIcon, ArrowLeftIcon as default };
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base.js';
2
- export declare const ResolvedIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default ResolvedIcon;
2
+ export declare const BasesAppIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BasesAppIcon;
@@ -0,0 +1,40 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/bases-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": "M8 4.2458C6.0794 4.2458 4.52365 4.90195 4.52365 5.71124V10.2929C4.52365 11.1022 6.0794 11.7583 8 11.7583C9.92061 11.7583 11.4764 11.1022 11.4764 10.2929V5.71124C11.4764 4.90195 9.92061 4.2458 8 4.2458ZM5.72365 7.11384V8.07361C6.28591 8.34369 7.10175 8.51603 8 8.51603C8.89825 8.51603 9.7141 8.34369 10.2764 8.07361V7.11384C9.6268 7.3462 8.80685 7.47669 8 7.47669C7.19316 7.47669 6.3732 7.3462 5.72365 7.11384ZM10.2764 9.33647C9.6268 9.56883 8.80685 9.69932 8 9.69932C7.19316 9.69932 6.3732 9.56883 5.72365 9.33647V10.1612C5.88069 10.2929 6.66899 10.5583 8 10.5583C9.33101 10.5583 10.1193 10.2929 10.2764 10.1612V9.33647ZM8 5.4458C6.66899 5.4458 5.88069 5.71123 5.72365 5.84289C5.88069 5.97456 6.66899 6.23998 8 6.23998C9.33101 6.23998 10.1193 5.97456 10.2764 5.84289C10.1193 5.71123 9.33101 5.4458 8 5.4458Z",
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 BasesAppIcon = forwardRef(function BasesAppIcon(props, ref) {
32
+ return createElement(IconBase, Object.assign({}, props, {
33
+ id: "bases-app-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ BasesAppIcon.displayName = "BasesAppIcon";
39
+ //#endregion
40
+ export { BasesAppIcon, BasesAppIcon as default };
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base.js';
2
- export declare const ZoomReduceIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default ZoomReduceIcon;
2
+ export declare const BasesMultiIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BasesMultiIcon;
@@ -0,0 +1,60 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/bases-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": "#14B8A6",
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": "#0E9284",
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": "M7.9 6.55C6.24437 6.55 4.9 7.10222 4.9 7.78333V11.0167C4.9 11.6978 6.24437 12.25 7.9 12.25C9.55563 12.25 10.9 11.6978 10.9 11.0167V7.78333C10.9 7.10222 9.55563 6.55 7.9 6.55Z"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "fill": "#14B8A6",
39
+ "d": "M5.05 8.42C5.671 8.72 6.709 8.89 7.9 8.89C9.091 8.89 10.129 8.72 10.75 8.42V9.02C10.129 9.32 9.091 9.49 7.9 9.49C6.709 9.49 5.671 9.32 5.05 9.02V8.42Z"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "fill": "#14B8A6",
46
+ "d": "M5.05 10.02C5.671 10.32 6.709 10.49 7.9 10.49C9.091 10.49 10.129 10.32 10.75 10.02V10.62C10.129 10.92 9.091 11.09 7.9 11.09C6.709 11.09 5.671 10.92 5.05 10.62V10.02Z"
47
+ }
48
+ }
49
+ ]
50
+ };
51
+ const BasesMultiIcon = forwardRef(function BasesMultiIcon(props, ref) {
52
+ return createElement(IconBase, Object.assign({}, props, {
53
+ id: "bases-multi-icon",
54
+ ref,
55
+ icon: element
56
+ }));
57
+ });
58
+ BasesMultiIcon.displayName = "BasesMultiIcon";
59
+ //#endregion
60
+ export { BasesMultiIcon, BasesMultiIcon as default };