@univerjs/icons 1.0.1 → 1.0.2

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 (111) hide show
  1. package/dist/cjs/addition-and-subtraction-icon.cjs +26 -40
  2. package/dist/cjs/adjust-height-double-icon.cjs +18 -39
  3. package/dist/cjs/adjust-width-double-icon.cjs +18 -39
  4. package/dist/cjs/auto-height-double-icon.cjs +20 -41
  5. package/dist/cjs/auto-width-double-icon.cjs +20 -41
  6. package/dist/cjs/back-slash-double-icon.cjs +70 -0
  7. package/dist/cjs/clear-format-double-icon.cjs +11 -32
  8. package/dist/cjs/copy-double-icon.cjs +10 -31
  9. package/dist/cjs/delete-cell-move-down-double-icon.cjs +10 -31
  10. package/dist/cjs/delete-cell-shift-left-double-icon.cjs +10 -32
  11. package/dist/cjs/delete-cell-shift-right-double-icon.cjs +10 -31
  12. package/dist/cjs/delete-cell-shift-up-double-icon.cjs +10 -32
  13. package/dist/cjs/delete-column-double-icon.cjs +10 -31
  14. package/dist/cjs/delete-row-double-icon.cjs +10 -31
  15. package/dist/cjs/direct-export-icon.cjs +19 -36
  16. package/dist/cjs/down-border-double-icon.cjs +53 -74
  17. package/dist/cjs/grid-icon.cjs +6 -27
  18. package/dist/cjs/hide-double-icon.cjs +10 -31
  19. package/dist/cjs/horizontal-border-double-icon.cjs +67 -88
  20. package/dist/cjs/index.cjs +20 -20
  21. package/dist/cjs/inner-border-double-icon.cjs +11 -32
  22. package/dist/cjs/insert-cell-down-double-icon.cjs +10 -31
  23. package/dist/cjs/insert-cell-shift-right-double-icon.cjs +10 -31
  24. package/dist/cjs/insert-comment-double-icon.cjs +10 -31
  25. package/dist/cjs/insert-double-icon.cjs +9 -30
  26. package/dist/cjs/insert-link-double-icon.cjs +9 -30
  27. package/dist/cjs/insert-row-above-double-icon.cjs +10 -31
  28. package/dist/cjs/insert-row-below-double-icon.cjs +10 -32
  29. package/dist/cjs/left-border-double-icon.cjs +53 -74
  30. package/dist/cjs/left-double-diagonal-double-icon.cjs +68 -0
  31. package/dist/cjs/left-insert-column-double-icon.cjs +10 -31
  32. package/dist/cjs/left-tridiagonal-double-icon.cjs +68 -0
  33. package/dist/cjs/outer-border-double-icon.cjs +34 -55
  34. package/dist/cjs/paste-special-double-icon.cjs +20 -41
  35. package/dist/cjs/reduce-double-icon.cjs +9 -30
  36. package/dist/cjs/right-border-double-icon.cjs +53 -74
  37. package/dist/cjs/right-double-diagonal-double-icon.cjs +68 -0
  38. package/dist/cjs/right-insert-column-double-icon.cjs +10 -32
  39. package/dist/cjs/sequence-icon.cjs +38 -44
  40. package/dist/cjs/slash-double-icon.cjs +70 -0
  41. package/dist/cjs/star-incomplete-double-icon.cjs +35 -78
  42. package/dist/cjs/up-border-double-icon.cjs +53 -74
  43. package/dist/cjs/vertical-border-double-icon.cjs +67 -89
  44. package/dist/cjs/vertical-integration-icon.cjs +9 -25
  45. package/dist/cjs/zen-icon.cjs +4 -26
  46. package/dist/esm/addition-and-subtraction-icon.js +26 -40
  47. package/dist/esm/adjust-height-double-icon.js +18 -39
  48. package/dist/esm/adjust-width-double-icon.js +18 -39
  49. package/dist/esm/auto-height-double-icon.js +20 -41
  50. package/dist/esm/auto-width-double-icon.js +20 -41
  51. package/dist/esm/{left-tridiagonal-icon.d.ts → back-slash-double-icon.d.ts} +2 -2
  52. package/dist/esm/back-slash-double-icon.js +43 -0
  53. package/dist/esm/clear-format-double-icon.js +11 -32
  54. package/dist/esm/copy-double-icon.js +10 -31
  55. package/dist/esm/delete-cell-move-down-double-icon.js +10 -31
  56. package/dist/esm/delete-cell-shift-left-double-icon.js +10 -32
  57. package/dist/esm/delete-cell-shift-right-double-icon.js +10 -31
  58. package/dist/esm/delete-cell-shift-up-double-icon.js +10 -32
  59. package/dist/esm/delete-column-double-icon.js +10 -31
  60. package/dist/esm/delete-row-double-icon.js +10 -31
  61. package/dist/esm/direct-export-icon.js +19 -36
  62. package/dist/esm/down-border-double-icon.js +53 -74
  63. package/dist/esm/grid-icon.js +6 -27
  64. package/dist/esm/hide-double-icon.js +10 -31
  65. package/dist/esm/horizontal-border-double-icon.js +67 -88
  66. package/dist/esm/index.d.ts +5 -5
  67. package/dist/esm/index.js +6 -6
  68. package/dist/esm/inner-border-double-icon.js +11 -32
  69. package/dist/esm/insert-cell-down-double-icon.js +10 -31
  70. package/dist/esm/insert-cell-shift-right-double-icon.js +10 -31
  71. package/dist/esm/insert-comment-double-icon.js +10 -31
  72. package/dist/esm/insert-double-icon.js +9 -30
  73. package/dist/esm/insert-link-double-icon.js +9 -30
  74. package/dist/esm/insert-row-above-double-icon.js +10 -31
  75. package/dist/esm/insert-row-below-double-icon.js +10 -32
  76. package/dist/esm/left-border-double-icon.js +53 -74
  77. package/dist/esm/left-double-diagonal-double-icon.d.ts +3 -0
  78. package/dist/esm/left-double-diagonal-double-icon.js +41 -0
  79. package/dist/esm/left-insert-column-double-icon.js +10 -31
  80. package/dist/esm/left-tridiagonal-double-icon.d.ts +3 -0
  81. package/dist/esm/left-tridiagonal-double-icon.js +41 -0
  82. package/dist/esm/outer-border-double-icon.js +34 -55
  83. package/dist/esm/paste-special-double-icon.js +20 -41
  84. package/dist/esm/reduce-double-icon.js +9 -30
  85. package/dist/esm/right-border-double-icon.js +53 -74
  86. package/dist/esm/right-double-diagonal-double-icon.d.ts +3 -0
  87. package/dist/esm/right-double-diagonal-double-icon.js +41 -0
  88. package/dist/esm/right-insert-column-double-icon.js +10 -32
  89. package/dist/esm/sequence-icon.js +38 -44
  90. package/dist/esm/slash-double-icon.d.ts +3 -0
  91. package/dist/esm/slash-double-icon.js +43 -0
  92. package/dist/esm/star-incomplete-double-icon.js +35 -78
  93. package/dist/esm/up-border-double-icon.js +53 -74
  94. package/dist/esm/vertical-border-double-icon.js +67 -89
  95. package/dist/esm/vertical-integration-icon.js +9 -25
  96. package/dist/esm/zen-icon.js +4 -26
  97. package/package.json +2 -2
  98. package/dist/cjs/back-slash-icon.cjs +0 -91
  99. package/dist/cjs/left-double-diagonal-icon.cjs +0 -89
  100. package/dist/cjs/left-tridiagonal-icon.cjs +0 -89
  101. package/dist/cjs/right-double-diagonal-icon.cjs +0 -89
  102. package/dist/cjs/slash-icon.cjs +0 -91
  103. package/dist/esm/back-slash-icon.d.ts +0 -3
  104. package/dist/esm/back-slash-icon.js +0 -64
  105. package/dist/esm/left-double-diagonal-icon.d.ts +0 -3
  106. package/dist/esm/left-double-diagonal-icon.js +0 -62
  107. package/dist/esm/left-tridiagonal-icon.js +0 -62
  108. package/dist/esm/right-double-diagonal-icon.d.ts +0 -3
  109. package/dist/esm/right-double-diagonal-icon.js +0 -62
  110. package/dist/esm/slash-icon.d.ts +0 -3
  111. package/dist/esm/slash-icon.js +0 -64
@@ -38,38 +38,17 @@ const element = {
38
38
  "height": "1em"
39
39
  },
40
40
  "children": [{
41
- "tag": "mask",
41
+ "tag": "path",
42
42
  "attrs": {
43
- "id": "mask0_233_11",
44
- "width": 16,
45
- "height": 16,
46
- "x": 0,
47
- "y": 0,
48
- "maskUnits": "userSpaceOnUse"
49
- },
50
- "children": [{
51
- "tag": "path",
52
- "attrs": {
53
- "fill": "#D9D9D9",
54
- "d": "M0 0H16V16H0z"
55
- }
56
- }]
43
+ "fill": "currentColor",
44
+ "d": "M2.53331 14C2.35652 14 2.18697 13.9297 2.06197 13.8047C1.93697 13.6797 1.86675 13.5101 1.86675 13.3333C1.86675 13.1565 1.93697 12.987 2.06197 12.862C2.18697 12.7369 2.35652 12.6667 2.53331 12.6667L13.4666 12.6667C13.6434 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1332 13.1565 14.1332 13.3333C14.1332 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6434 14 13.4666 14L2.53331 14ZM2.53331 3.33333C2.35652 3.33331 2.18697 3.26306 2.06197 3.13804C1.93697 3.01301 1.86675 2.84346 1.86675 2.66667C1.86675 2.48987 1.93697 2.32032 2.06197 2.1953C2.18697 2.07028 2.35652 2.00003 2.53331 2L13.4666 2C13.6434 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1332 2.48987 14.1332 2.66667C14.1332 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6434 3.33331 13.4666 3.33333L2.53331 3.33333Z"
45
+ }
57
46
  }, {
58
- "tag": "g",
59
- "attrs": { "mask": "url(#mask0_233_11)" },
60
- "children": [{
61
- "tag": "path",
62
- "attrs": {
63
- "fill": "currentColor",
64
- "d": "M2.53331 14C2.35652 14 2.18697 13.9297 2.06197 13.8047C1.93697 13.6797 1.86675 13.5101 1.86675 13.3333C1.86675 13.1565 1.93697 12.987 2.06197 12.862C2.18697 12.7369 2.35652 12.6667 2.53331 12.6667L13.4666 12.6667C13.6434 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1332 13.1565 14.1332 13.3333C14.1332 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6434 14 13.4666 14L2.53331 14ZM2.53331 3.33333C2.35652 3.33331 2.18697 3.26306 2.06197 3.13804C1.93697 3.01301 1.86675 2.84346 1.86675 2.66667C1.86675 2.48987 1.93697 2.32032 2.06197 2.1953C2.18697 2.07028 2.35652 2.00003 2.53331 2L13.4666 2C13.6434 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1332 2.48987 14.1332 2.66667C14.1332 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6434 3.33331 13.4666 3.33333L2.53331 3.33333Z"
65
- }
66
- }, {
67
- "tag": "path",
68
- "attrs": {
69
- "fill": "colorChannel1",
70
- "d": "M10.8142 10.8141C10.5588 11.0695 10.1447 11.0695 9.88929 10.8141L7.97868 8.90354L6.14021 10.742C5.89652 10.9857 5.50142 10.9857 5.25774 10.742C5.01405 10.4983 5.01405 10.1032 5.25774 9.85955L7.09621 8.02107L5.18561 6.11047C4.93021 5.85507 4.93021 5.44098 5.18561 5.18557C5.44101 4.93017 5.8551 4.93017 6.11051 5.18557L8.02111 7.09618L9.85959 5.2577C10.1033 5.01401 10.4984 5.01401 10.7421 5.2577C10.9857 5.50139 10.9857 5.89648 10.7421 6.14017L8.90358 7.97865L10.8142 9.88925C11.0696 10.1447 11.0696 10.5587 10.8142 10.8141Z"
71
- }
72
- }]
47
+ "tag": "path",
48
+ "attrs": {
49
+ "fill": "colorChannel1",
50
+ "d": "M10.8142 10.8141C10.5588 11.0695 10.1447 11.0695 9.88929 10.8141L7.97868 8.90354L6.14021 10.742C5.89652 10.9857 5.50142 10.9857 5.25774 10.742C5.01405 10.4983 5.01405 10.1032 5.25774 9.85955L7.09621 8.02107L5.18561 6.11047C4.93021 5.85507 4.93021 5.44098 5.18561 5.18557C5.44101 4.93017 5.8551 4.93017 6.11051 5.18557L8.02111 7.09618L9.85959 5.2577C10.1033 5.01401 10.4984 5.01401 10.7421 5.2577C10.9857 5.50139 10.9857 5.89648 10.7421 6.14017L8.90358 7.97865L10.8142 9.88925C11.0696 10.1447 11.0696 10.5587 10.8142 10.8141Z"
51
+ }
73
52
  }]
74
53
  };
75
54
  const ReduceDoubleIcon = (0, react.forwardRef)(function ReduceDoubleIcon$1(props, ref) {
@@ -37,85 +37,64 @@ const element = {
37
37
  "width": "1em",
38
38
  "height": "1em"
39
39
  },
40
- "children": [{
41
- "tag": "mask",
42
- "attrs": {
43
- "id": "mask0_107_1297",
44
- "width": 16,
45
- "height": 16,
46
- "x": 0,
47
- "y": 0,
48
- "maskUnits": "userSpaceOnUse"
40
+ "children": [
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "fill": "colorChannel1",
45
+ "d": "M1.33325 3.99992L1.33325 2.66659C1.33325 1.93021 1.93021 1.33325 2.66659 1.33325L3.99992 1.33325L3.99992 2.66659L2.66659 2.66659L2.66659 3.99992L1.33325 3.99992Z"
46
+ }
47
+ },
48
+ {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "fill": "colorChannel1",
52
+ "d": "M9.33325 1.33325L9.33325 2.66658L6.66659 2.66659L6.66659 1.33325L9.33325 1.33325Z"
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "fill": "colorChannel1",
59
+ "d": "M1.33325 6.66659L2.66659 6.66659L2.66659 7.33325L5.33325 7.33325L5.33325 8.66659L2.66659 8.66659L2.66659 9.33325L1.33325 9.33325L1.33325 6.66659Z"
60
+ }
61
+ },
62
+ {
63
+ "tag": "path",
64
+ "attrs": {
65
+ "fill": "colorChannel1",
66
+ "d": "M1.33325 11.9999L2.66659 11.9999L2.66659 13.3333L3.99992 13.3333L3.99992 14.6666L2.66659 14.6666C1.93021 14.6666 1.33325 14.0696 1.33325 13.3333L1.33325 11.9999Z"
67
+ }
49
68
  },
50
- "children": [{
69
+ {
51
70
  "tag": "path",
52
71
  "attrs": {
53
- "fill": "#DCDCDC",
54
- "d": "M0 0H16V16H0z"
72
+ "fill": "colorChannel1",
73
+ "d": "M6.66659 14.6666L6.66659 13.3333L7.33325 13.3333L7.33325 10.6666L8.66659 10.6666L8.66659 13.3333L9.33325 13.3333L9.33325 14.6666L6.66659 14.6666Z"
55
74
  }
56
- }]
57
- }, {
58
- "tag": "g",
59
- "attrs": { "mask": "url(#mask0_107_1297)" },
60
- "children": [
61
- {
62
- "tag": "path",
63
- "attrs": {
64
- "fill": "colorChannel1",
65
- "d": "M1.33325 3.99992L1.33325 2.66659C1.33325 1.93021 1.93021 1.33325 2.66659 1.33325L3.99992 1.33325L3.99992 2.66659L2.66659 2.66659L2.66659 3.99992L1.33325 3.99992Z"
66
- }
67
- },
68
- {
69
- "tag": "path",
70
- "attrs": {
71
- "fill": "colorChannel1",
72
- "d": "M9.33325 1.33325L9.33325 2.66658L6.66659 2.66659L6.66659 1.33325L9.33325 1.33325Z"
73
- }
74
- },
75
- {
76
- "tag": "path",
77
- "attrs": {
78
- "fill": "colorChannel1",
79
- "d": "M1.33325 6.66659L2.66659 6.66659L2.66659 7.33325L5.33325 7.33325L5.33325 8.66659L2.66659 8.66659L2.66659 9.33325L1.33325 9.33325L1.33325 6.66659Z"
80
- }
81
- },
82
- {
83
- "tag": "path",
84
- "attrs": {
85
- "fill": "colorChannel1",
86
- "d": "M1.33325 11.9999L2.66659 11.9999L2.66659 13.3333L3.99992 13.3333L3.99992 14.6666L2.66659 14.6666C1.93021 14.6666 1.33325 14.0696 1.33325 13.3333L1.33325 11.9999Z"
87
- }
88
- },
89
- {
90
- "tag": "path",
91
- "attrs": {
92
- "fill": "colorChannel1",
93
- "d": "M6.66659 14.6666L6.66659 13.3333L7.33325 13.3333L7.33325 10.6666L8.66659 10.6666L8.66659 13.3333L9.33325 13.3333L9.33325 14.6666L6.66659 14.6666Z"
94
- }
95
- },
96
- {
97
- "tag": "path",
98
- "attrs": {
99
- "fill": "colorChannel1",
100
- "d": "M13.3333 7.33325L10.6666 7.33325L10.6666 8.66659L13.3333 8.66658L13.3333 7.33325Z"
101
- }
102
- },
103
- {
104
- "tag": "path",
105
- "attrs": {
106
- "fill": "colorChannel1",
107
- "d": "M7.33325 5.33325L7.33325 2.66659L8.66659 2.66659L8.66659 5.33325L7.33325 5.33325Z"
108
- }
109
- },
110
- {
111
- "tag": "path",
112
- "attrs": {
113
- "fill": "currentColor",
114
- "d": "M13.3333 1.33325L12 1.33325L12 2.66659L13.3333 2.66659L13.3333 13.3333L12 13.3333L12 14.6666L13.3333 14.6666C14.0697 14.6666 14.6667 14.0696 14.6667 13.3333L14.6667 2.66659C14.6667 1.93021 14.0697 1.33325 13.3333 1.33325Z"
115
- }
75
+ },
76
+ {
77
+ "tag": "path",
78
+ "attrs": {
79
+ "fill": "colorChannel1",
80
+ "d": "M13.3333 7.33325L10.6666 7.33325L10.6666 8.66659L13.3333 8.66658L13.3333 7.33325Z"
81
+ }
82
+ },
83
+ {
84
+ "tag": "path",
85
+ "attrs": {
86
+ "fill": "colorChannel1",
87
+ "d": "M7.33325 5.33325L7.33325 2.66659L8.66659 2.66659L8.66659 5.33325L7.33325 5.33325Z"
88
+ }
89
+ },
90
+ {
91
+ "tag": "path",
92
+ "attrs": {
93
+ "fill": "currentColor",
94
+ "d": "M13.3333 1.33325L12 1.33325L12 2.66659L13.3333 2.66659L13.3333 13.3333L12 13.3333L12 14.6666L13.3333 14.6666C14.0697 14.6666 14.6667 14.0696 14.6667 13.3333L14.6667 2.66659C14.6667 1.93021 14.0697 1.33325 13.3333 1.33325Z"
116
95
  }
117
- ]
118
- }]
96
+ }
97
+ ]
119
98
  };
120
99
  const RightBorderDoubleIcon = (0, react.forwardRef)(function RightBorderDoubleIcon$1(props, ref) {
121
100
  return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
@@ -0,0 +1,68 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+ //#region rolldown:runtime
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
+ key = keys[i];
12
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
+ get: ((k) => from[k]).bind(null, key),
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
20
+ value: mod,
21
+ enumerable: true
22
+ }) : target, mod));
23
+
24
+ //#endregion
25
+ let react = require("react");
26
+ react = __toESM(react);
27
+ let ts_base = require("./base");
28
+ ts_base = __toESM(ts_base);
29
+
30
+ //#region ts/right-double-diagonal-double-icon.tsx
31
+ const element = {
32
+ "tag": "svg",
33
+ "attrs": {
34
+ "xmlns": "http://www.w3.org/2000/svg",
35
+ "fill": "none",
36
+ "viewBox": "0 0 17 17",
37
+ "width": "1em",
38
+ "height": "1em"
39
+ },
40
+ "children": [{
41
+ "tag": "path",
42
+ "attrs": {
43
+ "fill": "currentColor",
44
+ "d": "M13.2368 2.87507L2.11162 7.97208L2.61144 9.06304L12.4714 4.54568L7.95409 14.4057L9.04505 14.9055L14.1421 3.78029L14.4503 3.63905L14.3286 3.37322L14.469 3.0666L14.1134 2.90369L13.9505 2.5481L13.6439 2.68857L13.3781 2.56678L13.2368 2.87507Z"
45
+ }
46
+ }, {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "fill": "colorChannel1",
50
+ "d": "M4.44524 1.82495L3.08111 1.82495C2.41837 1.82495 1.88111 2.36221 1.88111 3.02495L1.88111 4.38908L3.21111 4.38908L3.21111 3.15495L4.44524 3.15495L4.44524 1.82495ZM15.1941 4.38908L15.1941 3.02495C15.1941 2.36221 14.6569 1.82495 13.9941 1.82495L12.63 1.82495L12.63 3.15495L13.8641 3.15495L13.8641 4.38908L15.1941 4.38908ZM7.17349 1.82495L7.17349 3.15495L9.90175 3.15495L9.90175 1.82495L7.17349 1.82495ZM15.1941 7.11734L13.8641 7.11734L13.8641 9.84559L15.1941 9.84559L15.1941 7.11734ZM15.1941 12.5739L13.8641 12.5739L13.8641 13.808L12.63 13.808L12.63 15.138L13.9941 15.138C14.6569 15.138 15.1941 14.6007 15.1941 13.938L15.1941 12.5739ZM9.90175 15.138L9.90175 13.808L7.17349 13.808L7.17349 15.138L9.90175 15.138ZM4.44524 15.138L4.44524 13.808L3.21111 13.808L3.21111 12.5739L1.88111 12.5739L1.88111 13.938C1.88111 14.6007 2.41837 15.138 3.08111 15.138L4.44524 15.138ZM1.88111 9.8456L3.21111 9.8456L3.21111 7.11734L1.88111 7.11734L1.88111 9.8456Z",
51
+ "fillRule": "evenodd",
52
+ "clipRule": "evenodd"
53
+ }
54
+ }]
55
+ };
56
+ const RightDoubleDiagonalDoubleIcon = (0, react.forwardRef)(function RightDoubleDiagonalDoubleIcon$1(props, ref) {
57
+ return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
58
+ id: "right-double-diagonal-double-icon",
59
+ ref,
60
+ icon: element
61
+ }));
62
+ });
63
+ RightDoubleDiagonalDoubleIcon.displayName = "RightDoubleDiagonalDoubleIcon";
64
+ var right_double_diagonal_double_icon_default = RightDoubleDiagonalDoubleIcon;
65
+
66
+ //#endregion
67
+ exports.RightDoubleDiagonalDoubleIcon = RightDoubleDiagonalDoubleIcon;
68
+ exports.default = right_double_diagonal_double_icon_default;
@@ -38,43 +38,21 @@ const element = {
38
38
  "height": "1em"
39
39
  },
40
40
  "children": [{
41
- "tag": "mask",
41
+ "tag": "path",
42
42
  "attrs": {
43
- "id": "mask0_102_1123",
44
- "width": 16,
45
- "height": 16,
46
- "x": 0,
47
- "y": 0,
48
- "maskUnits": "userSpaceOnUse"
49
- },
50
- "children": [{
51
- "tag": "path",
52
- "attrs": {
53
- "fill": "#DCDCDC",
54
- "d": "M16 16H32V32H16z",
55
- "transform": "rotate(180 16 16)"
56
- }
57
- }]
43
+ "fill": "currentColor",
44
+ "d": "M2.56781 13.3332C2.56781 14.0695 3.16476 14.6665 3.90114 14.6665L6.56781 14.6665C7.30419 14.6665 7.90114 14.0695 7.90114 13.3332L7.90114 2.6665C7.90114 1.9301 7.30419 1.33317 6.56781 1.33317L3.90114 1.33317C3.16476 1.33317 2.56781 1.9301 2.56781 2.6665L2.56781 13.3332ZM3.90114 2.6665L3.90114 13.3332L6.56781 13.3332L6.56781 2.6665L3.90114 2.6665Z",
45
+ "fillRule": "evenodd",
46
+ "clipRule": "evenodd"
47
+ }
58
48
  }, {
59
- "tag": "g",
49
+ "tag": "path",
60
50
  "attrs": {
61
- "mask": "url(#mask0_102_1123)",
51
+ "fill": "colorChannel1",
52
+ "d": "M13.4323 8.00022C13.4323 8.36841 13.1338 8.66689 12.7656 8.66689L11.6906 8.66689L11.6906 9.74202C11.6906 10.1102 11.3921 10.4087 11.0239 10.4087C10.6557 10.4087 10.3573 10.1102 10.3573 9.74202L10.3573 8.66689L9.28215 8.66689C8.91396 8.66689 8.61548 8.36841 8.61548 8.00022C8.61548 7.63203 8.91396 7.33356 9.28214 7.33356L10.3573 7.33356L10.3573 6.25852C10.3573 5.89033 10.6557 5.59186 11.0239 5.59186C11.3921 5.59186 11.6906 5.89033 11.6906 6.25852L11.6906 7.33356L12.7656 7.33356C13.1338 7.33356 13.4323 7.63203 13.4323 8.00022Z",
62
53
  "fillRule": "evenodd",
63
54
  "clipRule": "evenodd"
64
- },
65
- "children": [{
66
- "tag": "path",
67
- "attrs": {
68
- "fill": "currentColor",
69
- "d": "M2.56781 13.3332C2.56781 14.0695 3.16476 14.6665 3.90114 14.6665L6.56781 14.6665C7.30419 14.6665 7.90114 14.0695 7.90114 13.3332L7.90114 2.6665C7.90114 1.9301 7.30419 1.33317 6.56781 1.33317L3.90114 1.33317C3.16476 1.33317 2.56781 1.9301 2.56781 2.6665L2.56781 13.3332ZM3.90114 2.6665L3.90114 13.3332L6.56781 13.3332L6.56781 2.6665L3.90114 2.6665Z"
70
- }
71
- }, {
72
- "tag": "path",
73
- "attrs": {
74
- "fill": "colorChannel1",
75
- "d": "M13.4323 8.00022C13.4323 8.36841 13.1338 8.66689 12.7656 8.66689L11.6906 8.66689L11.6906 9.74202C11.6906 10.1102 11.3921 10.4087 11.0239 10.4087C10.6557 10.4087 10.3573 10.1102 10.3573 9.74202L10.3573 8.66689L9.28215 8.66689C8.91396 8.66689 8.61548 8.36841 8.61548 8.00022C8.61548 7.63203 8.91396 7.33356 9.28214 7.33356L10.3573 7.33356L10.3573 6.25852C10.3573 5.89033 10.6557 5.59186 11.0239 5.59186C11.3921 5.59186 11.6906 5.89033 11.6906 6.25852L11.6906 7.33356L12.7656 7.33356C13.1338 7.33356 13.4323 7.63203 13.4323 8.00022Z"
76
- }
77
- }]
55
+ }
78
56
  }]
79
57
  };
80
58
  const RightInsertColumnDoubleIcon = (0, react.forwardRef)(function RightInsertColumnDoubleIcon$1(props, ref) {
@@ -37,56 +37,50 @@ const element = {
37
37
  "width": "1em",
38
38
  "height": "1em"
39
39
  },
40
- "children": [{
41
- "tag": "mask",
42
- "attrs": {
43
- "id": "mask0_622_8",
44
- "width": 16,
45
- "height": 16,
46
- "x": 0,
47
- "y": 0,
48
- "maskUnits": "userSpaceOnUse"
40
+ "children": [
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "fill": "currentColor",
45
+ "d": "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z"
46
+ }
49
47
  },
50
- "children": [{
48
+ {
51
49
  "tag": "path",
52
50
  "attrs": {
53
- "fill": "#D9D9D9",
54
- "d": "M0 0H16V16H0z"
51
+ "fill": "currentColor",
52
+ "d": "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z"
55
53
  }
56
- }]
57
- }, {
58
- "tag": "g",
59
- "attrs": {
60
- "fill": "currentColor",
61
- "mask": "url(#mask0_622_8)"
62
54
  },
63
- "children": [
64
- {
65
- "tag": "path",
66
- "attrs": { "d": "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z" }
67
- },
68
- {
69
- "tag": "path",
70
- "attrs": { "d": "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z" }
71
- },
72
- {
73
- "tag": "path",
74
- "attrs": { "d": "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z" }
75
- },
76
- {
77
- "tag": "path",
78
- "attrs": { "d": "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z" }
79
- },
80
- {
81
- "tag": "path",
82
- "attrs": { "d": "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z" }
83
- },
84
- {
85
- "tag": "path",
86
- "attrs": { "d": "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z" }
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "fill": "currentColor",
59
+ "d": "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z"
60
+ }
61
+ },
62
+ {
63
+ "tag": "path",
64
+ "attrs": {
65
+ "fill": "currentColor",
66
+ "d": "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z"
67
+ }
68
+ },
69
+ {
70
+ "tag": "path",
71
+ "attrs": {
72
+ "fill": "currentColor",
73
+ "d": "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z"
74
+ }
75
+ },
76
+ {
77
+ "tag": "path",
78
+ "attrs": {
79
+ "fill": "currentColor",
80
+ "d": "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z"
87
81
  }
88
- ]
89
- }]
82
+ }
83
+ ]
90
84
  };
91
85
  const SequenceIcon = (0, react.forwardRef)(function SequenceIcon$1(props, ref) {
92
86
  return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
@@ -0,0 +1,70 @@
1
+ Object.defineProperty(exports, '__esModule', { value: true });
2
+ //#region rolldown:runtime
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
+ key = keys[i];
12
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
+ get: ((k) => from[k]).bind(null, key),
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
20
+ value: mod,
21
+ enumerable: true
22
+ }) : target, mod));
23
+
24
+ //#endregion
25
+ let react = require("react");
26
+ react = __toESM(react);
27
+ let ts_base = require("./base");
28
+ ts_base = __toESM(ts_base);
29
+
30
+ //#region ts/slash-double-icon.tsx
31
+ const element = {
32
+ "tag": "svg",
33
+ "attrs": {
34
+ "xmlns": "http://www.w3.org/2000/svg",
35
+ "fill": "none",
36
+ "viewBox": "0 0 17 17",
37
+ "width": "1em",
38
+ "height": "1em"
39
+ },
40
+ "children": [{
41
+ "tag": "path",
42
+ "attrs": {
43
+ "fill": "currentColor",
44
+ "d": "M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z",
45
+ "fillRule": "evenodd",
46
+ "clipRule": "evenodd"
47
+ }
48
+ }, {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "fill": "colorChannel1",
52
+ "d": "M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z",
53
+ "fillRule": "evenodd",
54
+ "clipRule": "evenodd"
55
+ }
56
+ }]
57
+ };
58
+ const SlashDoubleIcon = (0, react.forwardRef)(function SlashDoubleIcon$1(props, ref) {
59
+ return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
60
+ id: "slash-double-icon",
61
+ ref,
62
+ icon: element
63
+ }));
64
+ });
65
+ SlashDoubleIcon.displayName = "SlashDoubleIcon";
66
+ var slash_double_icon_default = SlashDoubleIcon;
67
+
68
+ //#endregion
69
+ exports.SlashDoubleIcon = SlashDoubleIcon;
70
+ exports.default = slash_double_icon_default;
@@ -37,91 +37,48 @@ const element = {
37
37
  "width": "1em",
38
38
  "height": "1em"
39
39
  },
40
- "children": [{
41
- "tag": "g",
42
- "attrs": { "clipPath": "url(#star-incomplete-double-icon_clip0_613_177)" },
43
- "children": [
44
- {
45
- "tag": "mask",
46
- "attrs": {
47
- "id": "mask0_613_177",
48
- "width": 10,
49
- "height": 20,
50
- "x": 10,
51
- "y": 0,
52
- "maskUnits": "userSpaceOnUse"
53
- },
54
- "children": [{
55
- "tag": "path",
56
- "attrs": {
57
- "fill": "#C4C4C4",
58
- "stroke": "#F7D564",
59
- "d": "M10.37.37H19.63V19.63H10.37z",
60
- "strokeWidth": .74
61
- }
62
- }]
63
- },
64
- {
65
- "tag": "g",
66
- "attrs": { "mask": "url(#mask0_613_177)" },
67
- "children": [{
68
- "tag": "path",
69
- "attrs": {
70
- "fill": "colorChannel1",
71
- "stroke": "currentColor",
72
- "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",
73
- "strokeWidth": .74
74
- }
75
- }]
40
+ "children": [
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "fill": "colorChannel1",
45
+ "stroke": "currentColor",
46
+ "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",
47
+ "strokeWidth": .74
48
+ }
49
+ },
50
+ {
51
+ "tag": "mask",
52
+ "attrs": {
53
+ "id": "mask1_613_177",
54
+ "width": 10,
55
+ "height": 20,
56
+ "x": 0,
57
+ "y": 0,
58
+ "maskUnits": "userSpaceOnUse"
76
59
  },
77
- {
78
- "tag": "mask",
60
+ "children": [{
61
+ "tag": "path",
79
62
  "attrs": {
80
- "id": "mask1_613_177",
81
- "width": 10,
82
- "height": 20,
83
- "x": 0,
84
- "y": 0,
85
- "maskUnits": "userSpaceOnUse"
86
- },
87
- "children": [{
88
- "tag": "path",
89
- "attrs": {
90
- "fill": "#C4C4C4",
91
- "d": "M0 0H10V20H0z"
92
- }
93
- }]
94
- },
95
- {
96
- "tag": "g",
97
- "attrs": { "mask": "url(#mask1_613_177)" },
98
- "children": [{
99
- "tag": "path",
100
- "attrs": {
101
- "fill": "currentColor",
102
- "stroke": "currentColor",
103
- "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",
104
- "strokeWidth": .74
105
- }
106
- }]
107
- }
108
- ]
109
- }, {
110
- "tag": "defs",
111
- "attrs": {},
112
- "children": [{
113
- "tag": "clipPath",
114
- "attrs": { "id": "star-incomplete-double-icon_clip0_613_177" },
63
+ "fill": "#C4C4C4",
64
+ "d": "M0 0H10V20H0z"
65
+ }
66
+ }]
67
+ },
68
+ {
69
+ "tag": "g",
70
+ "attrs": { "mask": "url(#mask1_613_177)" },
115
71
  "children": [{
116
72
  "tag": "path",
117
73
  "attrs": {
118
- "fill": "white",
119
- "d": "M0 0H20V20H0z"
74
+ "fill": "currentColor",
75
+ "stroke": "currentColor",
76
+ "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",
77
+ "strokeWidth": .74
120
78
  }
121
79
  }]
122
- }]
123
- }],
124
- "defIds": ["star-incomplete-double-icon_clip0_613_177"]
80
+ }
81
+ ]
125
82
  };
126
83
  const StarIncompleteDoubleIcon = (0, react.forwardRef)(function StarIncompleteDoubleIcon$1(props, ref) {
127
84
  return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {