@univerjs/icons-vue 1.12.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/cjs/arrow-left-icon.cjs +46 -0
  2. package/dist/cjs/boxplot-icon.cjs +30 -22
  3. package/dist/cjs/connection-line-icon.cjs +55 -0
  4. package/dist/cjs/crop-icon.cjs +1 -1
  5. package/dist/cjs/{zoom-reduce-icon.cjs → cursors-icon.cjs} +10 -10
  6. package/dist/cjs/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
  7. package/dist/cjs/export-icon.cjs +2 -2
  8. package/dist/cjs/fountain-pen-icon.cjs +85 -0
  9. package/dist/cjs/grip-horizontal-icon.cjs +92 -0
  10. package/dist/cjs/hand-icon.cjs +78 -0
  11. package/dist/cjs/import-icon.cjs +49 -0
  12. package/dist/cjs/index.cjs +134 -85
  13. package/dist/cjs/mermaid-diagram-icon.cjs +96 -0
  14. package/dist/cjs/mind-map-icon.cjs +75 -0
  15. package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
  16. package/dist/cjs/paint-icon.cjs +84 -0
  17. package/dist/cjs/precise-selection-icon.cjs +49 -0
  18. package/dist/cjs/resources-icon.cjs +53 -0
  19. package/dist/cjs/ruler-icon.cjs +83 -0
  20. package/dist/cjs/show-dimensions-icon.cjs +119 -0
  21. package/dist/cjs/{more-icon.cjs → show-toolbar-icon.cjs} +13 -7
  22. package/dist/cjs/sticky-note-icon.cjs +52 -0
  23. package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
  24. package/dist/cjs/transitions-icon.cjs +76 -0
  25. package/dist/cjs/typography-icon.cjs +6 -6
  26. package/dist/esm/arrow-left-icon.d.ts +18 -0
  27. package/dist/esm/arrow-left-icon.js +41 -0
  28. package/dist/esm/boxplot-icon.js +30 -22
  29. package/dist/esm/connection-line-icon.d.ts +18 -0
  30. package/dist/esm/connection-line-icon.js +50 -0
  31. package/dist/esm/crop-icon.js +1 -1
  32. package/dist/esm/{mistake-icon.d.ts → cursors-icon.d.ts} +2 -2
  33. package/dist/esm/{zoom-reduce-icon.js → cursors-icon.js} +9 -9
  34. package/dist/esm/exclamation-icon.d.ts +18 -0
  35. package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
  36. package/dist/esm/export-icon.js +2 -2
  37. package/dist/esm/fountain-pen-icon.d.ts +18 -0
  38. package/dist/esm/fountain-pen-icon.js +80 -0
  39. package/dist/esm/grip-horizontal-icon.d.ts +18 -0
  40. package/dist/esm/grip-horizontal-icon.js +87 -0
  41. package/dist/esm/{left-icon.d.ts → hand-icon.d.ts} +2 -2
  42. package/dist/esm/hand-icon.js +73 -0
  43. package/dist/esm/{back-icon.d.ts → import-icon.d.ts} +2 -2
  44. package/dist/esm/import-icon.js +44 -0
  45. package/dist/esm/index.d.ts +20 -13
  46. package/dist/esm/index.js +21 -14
  47. package/dist/esm/mermaid-diagram-icon.d.ts +18 -0
  48. package/dist/esm/mermaid-diagram-icon.js +91 -0
  49. package/dist/esm/{correct-icon.d.ts → mind-map-icon.d.ts} +2 -2
  50. package/dist/esm/mind-map-icon.js +70 -0
  51. package/dist/esm/{more-function-icon.d.ts → more-vertical-icon.d.ts} +2 -2
  52. package/dist/esm/{more-function-icon.js → more-vertical-icon.js} +5 -5
  53. package/dist/esm/{solve-icon.d.ts → paint-icon.d.ts} +2 -2
  54. package/dist/esm/paint-icon.js +79 -0
  55. package/dist/esm/precise-selection-icon.d.ts +18 -0
  56. package/dist/esm/precise-selection-icon.js +44 -0
  57. package/dist/esm/resources-icon.d.ts +18 -0
  58. package/dist/esm/resources-icon.js +48 -0
  59. package/dist/esm/{guide-icon.d.ts → ruler-icon.d.ts} +2 -2
  60. package/dist/esm/ruler-icon.js +78 -0
  61. package/dist/esm/show-dimensions-icon.d.ts +18 -0
  62. package/dist/esm/show-dimensions-icon.js +114 -0
  63. package/dist/esm/show-toolbar-icon.d.ts +18 -0
  64. package/dist/esm/{guide-icon.js → show-toolbar-icon.js} +12 -6
  65. package/dist/esm/{zoom-reduce-icon.d.ts → sticky-note-icon.d.ts} +2 -2
  66. package/dist/esm/sticky-note-icon.js +47 -0
  67. package/dist/esm/success-outline-icon.d.ts +18 -0
  68. package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
  69. package/dist/esm/transitions-icon.d.ts +18 -0
  70. package/dist/esm/transitions-icon.js +71 -0
  71. package/dist/esm/typography-icon.js +6 -6
  72. package/package.json +7 -7
  73. package/dist/cjs/back-icon.cjs +0 -43
  74. package/dist/cjs/correct-icon.cjs +0 -45
  75. package/dist/cjs/guide-icon.cjs +0 -45
  76. package/dist/cjs/left-icon.cjs +0 -45
  77. package/dist/cjs/mistake-icon.cjs +0 -43
  78. package/dist/cjs/resolved-icon.cjs +0 -45
  79. package/dist/cjs/zen-icon.cjs +0 -43
  80. package/dist/cjs/zoom-increase-icon.cjs +0 -43
  81. package/dist/esm/back-icon.js +0 -38
  82. package/dist/esm/correct-icon.js +0 -40
  83. package/dist/esm/left-icon.js +0 -40
  84. package/dist/esm/mistake-icon.js +0 -38
  85. package/dist/esm/more-icon.d.ts +0 -18
  86. package/dist/esm/more-icon.js +0 -40
  87. package/dist/esm/resolved-icon.d.ts +0 -18
  88. package/dist/esm/resolved-icon.js +0 -40
  89. package/dist/esm/warn-icon.d.ts +0 -18
  90. package/dist/esm/zen-icon.d.ts +0 -18
  91. package/dist/esm/zen-icon.js +0 -38
  92. package/dist/esm/zoom-increase-icon.d.ts +0 -18
  93. package/dist/esm/zoom-increase-icon.js +0 -38
@@ -0,0 +1,46 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/arrow-left-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 20 21",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "path",
19
+ "attrs": {
20
+ "fill": "currentColor",
21
+ "fill-rule": "evenodd",
22
+ "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",
23
+ "clip-rule": "evenodd",
24
+ "transform": "matrix(-1 0 0 1 20 0)"
25
+ }
26
+ }]
27
+ };
28
+ const ArrowLeftIcon = (0, vue.defineComponent)({
29
+ name: "ArrowLeftIcon",
30
+ inheritAttrs: false,
31
+ props: { extend: {
32
+ type: Object,
33
+ default: void 0
34
+ } },
35
+ setup(props, { attrs }) {
36
+ return () => (0, vue.h)(ts_base_js.IconBase, {
37
+ ...attrs,
38
+ extend: props.extend,
39
+ id: "arrow-left-icon",
40
+ icon: element
41
+ });
42
+ }
43
+ });
44
+ //#endregion
45
+ exports.ArrowLeftIcon = ArrowLeftIcon;
46
+ exports.default = ArrowLeftIcon;
@@ -10,7 +10,7 @@ const element = {
10
10
  "attrs": {
11
11
  "xmlns": "http://www.w3.org/2000/svg",
12
12
  "fill": "none",
13
- "viewBox": "0 0 20 20",
13
+ "viewBox": "0 0 16 16",
14
14
  "width": "1em",
15
15
  "height": "1em"
16
16
  },
@@ -18,57 +18,65 @@ const element = {
18
18
  {
19
19
  "tag": "path",
20
20
  "attrs": {
21
- "fill": "currentColor",
22
- "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"
21
+ "stroke": "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 1.2,
25
+ "d": "M2.2 2.2V13.8H13.8"
23
26
  }
24
27
  },
25
28
  {
26
29
  "tag": "path",
27
30
  "attrs": {
28
- "fill": "currentColor",
29
- "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"
31
+ "stroke": "currentColor",
32
+ "stroke-linejoin": "round",
33
+ "stroke-width": 1.2,
34
+ "d": "M4.9 5.1H8.6V10.9H4.9V5.1Z"
30
35
  }
31
36
  },
32
37
  {
33
38
  "tag": "path",
34
39
  "attrs": {
35
- "fill": "currentColor",
36
- "d": "M18 4V11H13V4H18ZM14.7998 9.2002H16.2002V5.7998H14.7998V9.2002Z"
40
+ "stroke": "currentColor",
41
+ "stroke-linecap": "round",
42
+ "stroke-width": 1.2,
43
+ "d": "M6.75 3.4V5.1"
37
44
  }
38
45
  },
39
46
  {
40
47
  "tag": "path",
41
48
  "attrs": {
42
- "fill": "currentColor",
43
- "d": "M14.7 2H16.5V4H14.7V2Z"
49
+ "stroke": "currentColor",
50
+ "stroke-linecap": "round",
51
+ "stroke-width": 1.2,
52
+ "d": "M6.75 10.9V12.6"
44
53
  }
45
54
  },
46
55
  {
47
56
  "tag": "path",
48
57
  "attrs": {
49
- "fill": "currentColor",
50
- "d": "M7.7 4H9.5V6H7.7V4Z"
58
+ "stroke": "currentColor",
59
+ "stroke-linejoin": "round",
60
+ "stroke-width": 1.2,
61
+ "d": "M10.4 3.8H13.7V9.6H10.4V3.8Z"
51
62
  }
52
63
  },
53
64
  {
54
65
  "tag": "path",
55
66
  "attrs": {
56
- "fill": "currentColor",
57
- "d": "M14.7 11H16.5V13H14.7V11Z"
67
+ "stroke": "currentColor",
68
+ "stroke-linecap": "round",
69
+ "stroke-width": 1.2,
70
+ "d": "M12.05 2.2V3.8"
58
71
  }
59
72
  },
60
73
  {
61
74
  "tag": "path",
62
75
  "attrs": {
63
- "fill": "currentColor",
64
- "d": "M7.7 13H9.5V15H7.7V13Z"
65
- }
66
- },
67
- {
68
- "tag": "path",
69
- "attrs": {
70
- "fill": "currentColor",
71
- "d": "M11 6V13H6V6H11ZM7.7998 11.2002H9.2002V7.7998H7.7998V11.2002Z"
76
+ "stroke": "currentColor",
77
+ "stroke-linecap": "round",
78
+ "stroke-width": 1.2,
79
+ "d": "M12.05 9.6V11.2"
72
80
  }
73
81
  }
74
82
  ]
@@ -0,0 +1,55 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/connection-line-icon.ts
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
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": 1.35,
24
+ "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"
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-linejoin": "round",
32
+ "stroke-width": 1.35,
33
+ "d": "M10.685 3.05336L14.1477 6.94003L10.685 10.8267"
34
+ }
35
+ }]
36
+ };
37
+ const ConnectionLineIcon = (0, vue.defineComponent)({
38
+ name: "ConnectionLineIcon",
39
+ inheritAttrs: false,
40
+ props: { extend: {
41
+ type: Object,
42
+ default: void 0
43
+ } },
44
+ setup(props, { attrs }) {
45
+ return () => (0, vue.h)(ts_base_js.IconBase, {
46
+ ...attrs,
47
+ extend: props.extend,
48
+ id: "connection-line-icon",
49
+ icon: element
50
+ });
51
+ }
52
+ });
53
+ //#endregion
54
+ exports.ConnectionLineIcon = ConnectionLineIcon;
55
+ exports.default = ConnectionLineIcon;
@@ -10,7 +10,7 @@ const element = {
10
10
  "attrs": {
11
11
  "xmlns": "http://www.w3.org/2000/svg",
12
12
  "fill": "none",
13
- "viewBox": "0 0 20 20",
13
+ "viewBox": "1.05 1.05 17.9 17.9",
14
14
  "width": "1em",
15
15
  "height": "1em"
16
16
  },
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/zoom-reduce-icon.ts
7
+ //#region ts/cursors-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -17,15 +17,15 @@ const element = {
17
17
  "children": [{
18
18
  "tag": "path",
19
19
  "attrs": {
20
- "fill": "currentColor",
21
- "fill-rule": "evenodd",
22
- "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",
23
- "clip-rule": "evenodd"
20
+ "stroke": "currentColor",
21
+ "stroke-linejoin": "round",
22
+ "stroke-width": 1.3,
23
+ "d": "M2.16434 1.85401C1.87594 1.73369 1.58459 2.02503 1.70492 2.31343L6.63002 14.1206C6.7519 14.4127 7.16877 14.3979 7.26964 14.098L8.69811 9.85023C8.73242 9.7482 8.81299 9.66763 8.91502 9.63332L13.9494 7.94055C14.2554 7.83766 14.2641 7.4082 13.9625 7.28235L2.16434 1.85401Z"
24
24
  }
25
25
  }]
26
26
  };
27
- const ZoomReduceIcon = (0, vue.defineComponent)({
28
- name: "ZoomReduceIcon",
27
+ const CursorsIcon = (0, vue.defineComponent)({
28
+ name: "CursorsIcon",
29
29
  inheritAttrs: false,
30
30
  props: { extend: {
31
31
  type: Object,
@@ -35,11 +35,11 @@ const ZoomReduceIcon = (0, vue.defineComponent)({
35
35
  return () => (0, vue.h)(ts_base_js.IconBase, {
36
36
  ...attrs,
37
37
  extend: props.extend,
38
- id: "zoom-reduce-icon",
38
+ id: "cursors-icon",
39
39
  icon: element
40
40
  });
41
41
  }
42
42
  });
43
43
  //#endregion
44
- exports.ZoomReduceIcon = ZoomReduceIcon;
45
- exports.default = ZoomReduceIcon;
44
+ exports.CursorsIcon = CursorsIcon;
45
+ exports.default = CursorsIcon;
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/warn-icon.ts
7
+ //#region ts/exclamation-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -30,8 +30,8 @@ const element = {
30
30
  }
31
31
  }]
32
32
  };
33
- const WarnIcon = (0, vue.defineComponent)({
34
- name: "WarnIcon",
33
+ const ExclamationIcon = (0, vue.defineComponent)({
34
+ name: "ExclamationIcon",
35
35
  inheritAttrs: false,
36
36
  props: { extend: {
37
37
  type: Object,
@@ -41,11 +41,11 @@ const WarnIcon = (0, vue.defineComponent)({
41
41
  return () => (0, vue.h)(ts_base_js.IconBase, {
42
42
  ...attrs,
43
43
  extend: props.extend,
44
- id: "warn-icon",
44
+ id: "exclamation-icon",
45
45
  icon: element
46
46
  });
47
47
  }
48
48
  });
49
49
  //#endregion
50
- exports.WarnIcon = WarnIcon;
51
- exports.default = WarnIcon;
50
+ exports.ExclamationIcon = ExclamationIcon;
51
+ exports.default = ExclamationIcon;
@@ -18,13 +18,13 @@ const element = {
18
18
  "tag": "path",
19
19
  "attrs": {
20
20
  "fill": "currentColor",
21
- "d": "M3.65005 1.05005C2.21411 1.05005 1.05005 2.21411 1.05005 3.65005V12.35C1.05005 13.7859 2.21411 14.95 3.65005 14.95H14.35C14.6813 14.95 14.95 14.6813 14.95 14.35C14.95 14.0186 14.6813 13.75 14.35 13.75H3.65005C2.87685 13.75 2.25005 13.1232 2.25005 12.35V3.65005C2.25005 2.87685 2.87685 2.25005 3.65005 2.25005H14.35C14.6813 2.25005 14.95 1.98142 14.95 1.65005C14.95 1.31868 14.6813 1.05005 14.35 1.05005H3.65005Z"
21
+ "d": "M8.66203 1.99996C8.66203 1.63269 8.3643 1.33496 7.99703 1.33496C7.62976 1.33496 7.33203 1.63269 7.33203 1.99996V9.05833L5.47019 7.19648C5.21049 6.93678 4.78943 6.93678 4.52973 7.19648C4.27004 7.45618 4.27004 7.87724 4.52973 8.13694L7.49155 11.0988C7.61015 11.2373 7.78475 11.3266 7.9803 11.3314C8.15698 11.3366 8.33534 11.2718 8.47019 11.1369L11.4702 8.13694C11.7299 7.87724 11.7299 7.45618 11.4702 7.19648C11.2105 6.93678 10.7894 6.93678 10.5297 7.19648L8.66203 9.06419V1.99996Z"
22
22
  }
23
23
  }, {
24
24
  "tag": "path",
25
25
  "attrs": {
26
26
  "fill": "currentColor",
27
- "d": "M11.6167 5.26668C11.851 5.03236 12.2309 5.03236 12.4652 5.26668L14.7743 7.57575C15.0086 7.81007 15.0086 8.18997 14.7743 8.42428L12.4652 10.7334C12.2309 10.9677 11.851 10.9677 11.6167 10.7334C11.3823 10.499 11.3823 10.1191 11.6167 9.88483L12.9015 8.60002H6.63784C6.30647 8.60002 6.03784 8.3314 6.03784 8.00002C6.03784 7.66865 6.30647 7.40002 6.63784 7.40002H12.9015L11.6167 6.11521C11.3823 5.88089 11.3823 5.50099 11.6167 5.26668Z"
27
+ "d": "M14 7.33496C14.3672 7.33496 14.665 7.63269 14.665 7.99996V11C14.665 13.0241 13.0241 14.665 11 14.665H4.99996C2.97584 14.665 1.33496 13.0241 1.33496 11V8.00273C1.33496 7.63546 1.63269 7.33773 1.99996 7.33773C2.36723 7.33773 2.66496 7.63546 2.66496 8.00273V11C2.66496 12.2895 3.71038 13.335 4.99996 13.335H11C12.2895 13.335 13.335 12.2895 13.335 11V7.99996C13.335 7.63269 13.6327 7.33496 14 7.33496Z"
28
28
  }
29
29
  }]
30
30
  };
@@ -0,0 +1,85 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/fountain-pen-icon.ts
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
+ "stroke-linecap": "round",
23
+ "stroke-width": 1.35,
24
+ "d": "M10.2663 2.33334L14.0663 6.13334"
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "stroke-linecap": "round",
32
+ "stroke-linejoin": "round",
33
+ "stroke-width": 1.35,
34
+ "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"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "stroke-linecap": "round",
42
+ "stroke-width": 1.35,
43
+ "d": "M3.19967 13L8.46634 7.73334"
44
+ }
45
+ },
46
+ {
47
+ "tag": "circle",
48
+ "attrs": {
49
+ "cx": 4.33,
50
+ "cy": 14.07,
51
+ "r": .45,
52
+ "fill": "currentColor"
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "stroke": "currentColor",
59
+ "stroke-linecap": "round",
60
+ "stroke-linejoin": "round",
61
+ "stroke-width": 1.35,
62
+ "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"
63
+ }
64
+ }
65
+ ]
66
+ };
67
+ const FountainPenIcon = (0, vue.defineComponent)({
68
+ name: "FountainPenIcon",
69
+ inheritAttrs: false,
70
+ props: { extend: {
71
+ type: Object,
72
+ default: void 0
73
+ } },
74
+ setup(props, { attrs }) {
75
+ return () => (0, vue.h)(ts_base_js.IconBase, {
76
+ ...attrs,
77
+ extend: props.extend,
78
+ id: "fountain-pen-icon",
79
+ icon: element
80
+ });
81
+ }
82
+ });
83
+ //#endregion
84
+ exports.FountainPenIcon = FountainPenIcon;
85
+ exports.default = FountainPenIcon;
@@ -0,0 +1,92 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/grip-horizontal-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 20 20",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "circle",
20
+ "attrs": {
21
+ "cx": 5,
22
+ "cy": 7,
23
+ "r": 1.1,
24
+ "fill": "currentColor"
25
+ }
26
+ },
27
+ {
28
+ "tag": "circle",
29
+ "attrs": {
30
+ "cx": 10,
31
+ "cy": 7,
32
+ "r": 1.1,
33
+ "fill": "currentColor"
34
+ }
35
+ },
36
+ {
37
+ "tag": "circle",
38
+ "attrs": {
39
+ "cx": 15,
40
+ "cy": 7,
41
+ "r": 1.1,
42
+ "fill": "currentColor"
43
+ }
44
+ },
45
+ {
46
+ "tag": "circle",
47
+ "attrs": {
48
+ "cx": 5,
49
+ "cy": 13,
50
+ "r": 1.1,
51
+ "fill": "currentColor"
52
+ }
53
+ },
54
+ {
55
+ "tag": "circle",
56
+ "attrs": {
57
+ "cx": 10,
58
+ "cy": 13,
59
+ "r": 1.1,
60
+ "fill": "currentColor"
61
+ }
62
+ },
63
+ {
64
+ "tag": "circle",
65
+ "attrs": {
66
+ "cx": 15,
67
+ "cy": 13,
68
+ "r": 1.1,
69
+ "fill": "currentColor"
70
+ }
71
+ }
72
+ ]
73
+ };
74
+ const GripHorizontalIcon = (0, vue.defineComponent)({
75
+ name: "GripHorizontalIcon",
76
+ inheritAttrs: false,
77
+ props: { extend: {
78
+ type: Object,
79
+ default: void 0
80
+ } },
81
+ setup(props, { attrs }) {
82
+ return () => (0, vue.h)(ts_base_js.IconBase, {
83
+ ...attrs,
84
+ extend: props.extend,
85
+ id: "grip-horizontal-icon",
86
+ icon: element
87
+ });
88
+ }
89
+ });
90
+ //#endregion
91
+ exports.GripHorizontalIcon = GripHorizontalIcon;
92
+ exports.default = GripHorizontalIcon;
@@ -0,0 +1,78 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/hand-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 24 24",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 2.2,
25
+ "d": "M18 11V6C18 4.89543 17.1046 4 16 4C14.8954 4 14 4.89543 14 6"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-linejoin": "round",
34
+ "stroke-width": 2.2,
35
+ "d": "M14 10V4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4V6"
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "stroke-linecap": "round",
43
+ "stroke-linejoin": "round",
44
+ "stroke-width": 2.2,
45
+ "d": "M10 10.5V6C10 4.89543 9.10457 4 8 4C6.89543 4 6 4.89543 6 6V14"
46
+ }
47
+ },
48
+ {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "stroke": "currentColor",
52
+ "stroke-linecap": "round",
53
+ "stroke-linejoin": "round",
54
+ "stroke-width": 2.2,
55
+ "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"
56
+ }
57
+ }
58
+ ]
59
+ };
60
+ const HandIcon = (0, vue.defineComponent)({
61
+ name: "HandIcon",
62
+ inheritAttrs: false,
63
+ props: { extend: {
64
+ type: Object,
65
+ default: void 0
66
+ } },
67
+ setup(props, { attrs }) {
68
+ return () => (0, vue.h)(ts_base_js.IconBase, {
69
+ ...attrs,
70
+ extend: props.extend,
71
+ id: "hand-icon",
72
+ icon: element
73
+ });
74
+ }
75
+ });
76
+ //#endregion
77
+ exports.HandIcon = HandIcon;
78
+ exports.default = HandIcon;
@@ -0,0 +1,49 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/import-icon.ts
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": "M8.66203 10C8.66203 10.3673 8.3643 10.665 7.99703 10.665C7.62976 10.665 7.33203 10.3673 7.33203 10V2.94159L5.47019 4.80343C5.21049 5.06313 4.78943 5.06313 4.52973 4.80343C4.27004 4.54373 4.27004 4.12267 4.52973 3.86298L7.49155 0.901153C7.61015 0.762628 7.78475 0.673322 7.9803 0.668506C8.15698 0.663335 8.33534 0.728097 8.47019 0.862978L11.4702 3.86298C11.7299 4.12267 11.7299 4.54373 11.4702 4.80343C11.2105 5.06313 10.7894 5.06313 10.5297 4.80343L8.66203 2.93572V10Z"
22
+ }
23
+ }, {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "fill": "currentColor",
27
+ "d": "M14 7.33496C14.3672 7.33496 14.665 7.63269 14.665 7.99996V11C14.665 13.0241 13.0241 14.665 11 14.665H4.99996C2.97584 14.665 1.33496 13.0241 1.33496 11V8.00273C1.33496 7.63546 1.63269 7.33773 1.99996 7.33773C2.36723 7.33773 2.66496 7.63546 2.66496 8.00273V11C2.66496 12.2895 3.71038 13.335 4.99996 13.335H11C12.2895 13.335 13.335 12.2895 13.335 11V7.99996C13.335 7.63269 13.6327 7.33496 14 7.33496Z"
28
+ }
29
+ }]
30
+ };
31
+ const ImportIcon = (0, vue.defineComponent)({
32
+ name: "ImportIcon",
33
+ inheritAttrs: false,
34
+ props: { extend: {
35
+ type: Object,
36
+ default: void 0
37
+ } },
38
+ setup(props, { attrs }) {
39
+ return () => (0, vue.h)(ts_base_js.IconBase, {
40
+ ...attrs,
41
+ extend: props.extend,
42
+ id: "import-icon",
43
+ icon: element
44
+ });
45
+ }
46
+ });
47
+ //#endregion
48
+ exports.ImportIcon = ImportIcon;
49
+ exports.default = ImportIcon;