@univerjs/icons-vue 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 (68) 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/{warn-icon.cjs → exclamation-icon.cjs} +6 -6
  6. package/dist/cjs/fountain-pen-icon.cjs +85 -0
  7. package/dist/cjs/hand-icon.cjs +78 -0
  8. package/dist/cjs/index.cjs +78 -78
  9. package/dist/cjs/mind-map-icon.cjs +75 -0
  10. package/dist/cjs/{more-function-icon.cjs → more-vertical-icon.cjs} +6 -6
  11. package/dist/cjs/resources-icon.cjs +53 -0
  12. package/dist/cjs/ruler-icon.cjs +83 -0
  13. package/dist/cjs/sticky-note-icon.cjs +52 -0
  14. package/dist/cjs/{solve-icon.cjs → success-outline-icon.cjs} +6 -6
  15. package/dist/cjs/transitions-icon.cjs +76 -0
  16. package/dist/cjs/typography-icon.cjs +6 -6
  17. package/dist/esm/{back-icon.d.ts → arrow-left-icon.d.ts} +2 -2
  18. package/dist/esm/arrow-left-icon.js +41 -0
  19. package/dist/esm/boxplot-icon.js +30 -22
  20. package/dist/esm/connection-line-icon.d.ts +18 -0
  21. package/dist/esm/connection-line-icon.js +50 -0
  22. package/dist/esm/crop-icon.js +1 -1
  23. package/dist/esm/{guide-icon.d.ts → exclamation-icon.d.ts} +2 -2
  24. package/dist/esm/{warn-icon.js → exclamation-icon.js} +5 -5
  25. package/dist/esm/fountain-pen-icon.d.ts +18 -0
  26. package/dist/esm/fountain-pen-icon.js +80 -0
  27. package/dist/esm/{left-icon.d.ts → hand-icon.d.ts} +2 -2
  28. package/dist/esm/hand-icon.js +73 -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 +70 -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/{correct-icon.d.ts → resources-icon.d.ts} +2 -2
  36. package/dist/esm/resources-icon.js +48 -0
  37. package/dist/esm/{solve-icon.d.ts → ruler-icon.d.ts} +2 -2
  38. package/dist/esm/ruler-icon.js +78 -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 +47 -0
  41. package/dist/esm/success-outline-icon.d.ts +18 -0
  42. package/dist/esm/{solve-icon.js → success-outline-icon.js} +5 -5
  43. package/dist/esm/transitions-icon.d.ts +18 -0
  44. package/dist/esm/transitions-icon.js +71 -0
  45. package/dist/esm/typography-icon.js +6 -6
  46. package/package.json +2 -2
  47. package/dist/cjs/back-icon.cjs +0 -43
  48. package/dist/cjs/correct-icon.cjs +0 -45
  49. package/dist/cjs/guide-icon.cjs +0 -45
  50. package/dist/cjs/left-icon.cjs +0 -45
  51. package/dist/cjs/mistake-icon.cjs +0 -43
  52. package/dist/cjs/resolved-icon.cjs +0 -45
  53. package/dist/cjs/zen-icon.cjs +0 -43
  54. package/dist/cjs/zoom-increase-icon.cjs +0 -43
  55. package/dist/cjs/zoom-reduce-icon.cjs +0 -45
  56. package/dist/esm/back-icon.js +0 -38
  57. package/dist/esm/correct-icon.js +0 -40
  58. package/dist/esm/guide-icon.js +0 -40
  59. package/dist/esm/left-icon.js +0 -40
  60. package/dist/esm/mistake-icon.js +0 -38
  61. package/dist/esm/resolved-icon.d.ts +0 -18
  62. package/dist/esm/resolved-icon.js +0 -40
  63. package/dist/esm/warn-icon.d.ts +0 -18
  64. package/dist/esm/zen-icon.d.ts +0 -18
  65. package/dist/esm/zen-icon.js +0 -38
  66. package/dist/esm/zoom-increase-icon.d.ts +0 -18
  67. package/dist/esm/zoom-increase-icon.js +0 -38
  68. package/dist/esm/zoom-reduce-icon.js +0 -40
@@ -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/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;
@@ -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,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;