@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
@@ -11,52 +11,31 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "mask",
16
- "attrs": {
17
- "id": "mask0_107_1317",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
14
+ "children": [
15
+ {
16
+ "tag": "path",
17
+ "attrs": {
18
+ "fill": "currentColor",
19
+ "d": "M2.29713 1.98047C1.94717 1.98047 1.66348 2.26416 1.66348 2.61412C1.66348 2.96408 1.94717 3.24777 2.29713 3.24777H13.7028C14.0528 3.24777 14.3365 2.96408 14.3365 2.61412C14.3365 2.26416 14.0528 1.98047 13.7028 1.98047H2.29713Z"
20
+ }
23
21
  },
24
- "children": [{
22
+ {
25
23
  "tag": "path",
26
24
  "attrs": {
27
- "fill": "#D9D9D9",
28
- "d": "M0 0H16V16H0z"
25
+ "fill": "currentColor",
26
+ "d": "M2.29713 12.7525C1.94717 12.7525 1.66348 13.0362 1.66348 13.3862C1.66348 13.7361 1.94717 14.0198 2.29713 14.0198H13.7028C14.0528 14.0198 14.3365 13.7361 14.3365 13.3862C14.3365 13.0362 14.0528 12.7525 13.7028 12.7525H2.29713Z"
29
27
  }
30
- }]
31
- }, {
32
- "tag": "g",
33
- "attrs": { "mask": "url(#mask0_107_1317)" },
34
- "children": [
35
- {
36
- "tag": "path",
37
- "attrs": {
38
- "fill": "currentColor",
39
- "d": "M2.29713 1.98047C1.94717 1.98047 1.66348 2.26416 1.66348 2.61412C1.66348 2.96408 1.94717 3.24777 2.29713 3.24777H13.7028C14.0528 3.24777 14.3365 2.96408 14.3365 2.61412C14.3365 2.26416 14.0528 1.98047 13.7028 1.98047H2.29713Z"
40
- }
41
- },
42
- {
43
- "tag": "path",
44
- "attrs": {
45
- "fill": "currentColor",
46
- "d": "M2.29713 12.7525C1.94717 12.7525 1.66348 13.0362 1.66348 13.3862C1.66348 13.7361 1.94717 14.0198 2.29713 14.0198H13.7028C14.0528 14.0198 14.3365 13.7361 14.3365 13.3862C14.3365 13.0362 14.0528 12.7525 13.7028 12.7525H2.29713Z"
47
- }
48
- },
49
- {
50
- "tag": "path",
51
- "attrs": {
52
- "fill": "colorChannel1",
53
- "d": "M7.42163 4.25588L4.25471 11.2231C4.10989 11.5417 4.25077 11.9174 4.56935 12.0622C4.88794 12.207 5.2636 12.0661 5.40841 11.7475L6.24766 9.90119H9.75197L10.5912 11.7475C10.736 12.0661 11.1117 12.207 11.4303 12.0622C11.7489 11.9174 11.8897 11.5417 11.7449 11.2231L8.578 4.25589C8.5675 4.23244 8.55557 4.20961 8.54227 4.18755C8.49012 4.10102 8.41688 4.0262 8.32579 3.97171C8.301 3.95688 8.27527 3.94377 8.24878 3.93246C8.16764 3.89775 8.08309 3.8813 7.99981 3.88135C7.88457 3.88142 7.77177 3.91309 7.67384 3.97171C7.58714 4.02361 7.5121 4.09664 7.45735 4.18755C7.44406 4.20961 7.43213 4.23244 7.42163 4.25588ZM9.17592 8.63388L7.99981 6.04644L6.8237 8.63388H9.17592Z",
54
- "fillRule": "evenodd",
55
- "clipRule": "evenodd"
56
- }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "fill": "colorChannel1",
33
+ "d": "M7.42163 4.25588L4.25471 11.2231C4.10989 11.5417 4.25077 11.9174 4.56935 12.0622C4.88794 12.207 5.2636 12.0661 5.40841 11.7475L6.24766 9.90119H9.75197L10.5912 11.7475C10.736 12.0661 11.1117 12.207 11.4303 12.0622C11.7489 11.9174 11.8897 11.5417 11.7449 11.2231L8.578 4.25589C8.5675 4.23244 8.55557 4.20961 8.54227 4.18755C8.49012 4.10102 8.41688 4.0262 8.32579 3.97171C8.301 3.95688 8.27527 3.94377 8.24878 3.93246C8.16764 3.89775 8.08309 3.8813 7.99981 3.88135C7.88457 3.88142 7.77177 3.91309 7.67384 3.97171C7.58714 4.02361 7.5121 4.09664 7.45735 4.18755C7.44406 4.20961 7.43213 4.23244 7.42163 4.25588ZM9.17592 8.63388L7.99981 6.04644L6.8237 8.63388H9.17592Z",
34
+ "fillRule": "evenodd",
35
+ "clipRule": "evenodd"
57
36
  }
58
- ]
59
- }]
37
+ }
38
+ ]
60
39
  };
61
40
  const AutoHeightDoubleIcon = forwardRef(function AutoHeightDoubleIcon$1(props, ref) {
62
41
  return createElement(IconBase, Object.assign({}, props, {
@@ -11,52 +11,31 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "mask",
16
- "attrs": {
17
- "id": "mask0_102_1171",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
14
+ "children": [
15
+ {
16
+ "tag": "path",
17
+ "attrs": {
18
+ "fill": "currentColor",
19
+ "d": "M1.98032 13.7028C1.98032 14.0527 2.26401 14.3364 2.61397 14.3364C2.96392 14.3364 3.24762 14.0527 3.24762 13.7028L3.24762 2.29706C3.24762 1.9471 2.96392 1.66341 2.61397 1.66341C2.26401 1.66341 1.98032 1.9471 1.98032 2.29706L1.98032 13.7028Z"
20
+ }
23
21
  },
24
- "children": [{
22
+ {
25
23
  "tag": "path",
26
24
  "attrs": {
27
- "fill": "#D9D9D9",
28
- "d": "M0 0H16V16H0z"
25
+ "fill": "currentColor",
26
+ "d": "M12.7524 13.7028C12.7524 14.0527 13.0361 14.3364 13.386 14.3364C13.736 14.3364 14.0197 14.0527 14.0197 13.7028L14.0197 2.29706C14.0197 1.9471 13.736 1.66341 13.386 1.66341C13.0361 1.66341 12.7524 1.9471 12.7524 2.29706L12.7524 13.7028Z"
29
27
  }
30
- }]
31
- }, {
32
- "tag": "g",
33
- "attrs": { "mask": "url(#mask0_102_1171)" },
34
- "children": [
35
- {
36
- "tag": "path",
37
- "attrs": {
38
- "fill": "currentColor",
39
- "d": "M1.98032 13.7028C1.98032 14.0527 2.26401 14.3364 2.61397 14.3364C2.96392 14.3364 3.24762 14.0527 3.24762 13.7028L3.24762 2.29706C3.24762 1.9471 2.96392 1.66341 2.61397 1.66341C2.26401 1.66341 1.98032 1.9471 1.98032 2.29706L1.98032 13.7028Z"
40
- }
41
- },
42
- {
43
- "tag": "path",
44
- "attrs": {
45
- "fill": "currentColor",
46
- "d": "M12.7524 13.7028C12.7524 14.0527 13.0361 14.3364 13.386 14.3364C13.736 14.3364 14.0197 14.0527 14.0197 13.7028L14.0197 2.29706C14.0197 1.9471 13.736 1.66341 13.386 1.66341C13.0361 1.66341 12.7524 1.9471 12.7524 2.29706L12.7524 13.7028Z"
47
- }
48
- },
49
- {
50
- "tag": "path",
51
- "attrs": {
52
- "fill": "colorChannel1",
53
- "d": "M7.42187 4.25588L4.25495 11.2231C4.11014 11.5417 4.25101 11.9174 4.5696 12.0622C4.88819 12.207 5.26385 12.0661 5.40866 11.7475L6.2479 9.90119H9.75222L10.5915 11.7475C10.7363 12.0661 11.1119 12.207 11.4305 12.0622C11.7491 11.9174 11.89 11.5417 11.7452 11.2231L8.57825 4.25589C8.56775 4.23244 8.55582 4.20961 8.54252 4.18755C8.49037 4.10102 8.41713 4.0262 8.32603 3.97171C8.30125 3.95688 8.27551 3.94377 8.24902 3.93246C8.16788 3.89775 8.08333 3.8813 8.00006 3.88135C7.88481 3.88142 7.77201 3.91309 7.67409 3.97171C7.58739 4.02361 7.51235 4.09664 7.4576 4.18755C7.4443 4.20961 7.43237 4.23244 7.42187 4.25588ZM9.17617 8.63388L8.00006 6.04644L6.82395 8.63388H9.17617Z",
54
- "fillRule": "evenodd",
55
- "clipRule": "evenodd"
56
- }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "fill": "colorChannel1",
33
+ "d": "M7.42187 4.25588L4.25495 11.2231C4.11014 11.5417 4.25101 11.9174 4.5696 12.0622C4.88819 12.207 5.26385 12.0661 5.40866 11.7475L6.2479 9.90119H9.75222L10.5915 11.7475C10.7363 12.0661 11.1119 12.207 11.4305 12.0622C11.7491 11.9174 11.89 11.5417 11.7452 11.2231L8.57825 4.25589C8.56775 4.23244 8.55582 4.20961 8.54252 4.18755C8.49037 4.10102 8.41713 4.0262 8.32603 3.97171C8.30125 3.95688 8.27551 3.94377 8.24902 3.93246C8.16788 3.89775 8.08333 3.8813 8.00006 3.88135C7.88481 3.88142 7.77201 3.91309 7.67409 3.97171C7.58739 4.02361 7.51235 4.09664 7.4576 4.18755C7.4443 4.20961 7.43237 4.23244 7.42187 4.25588ZM9.17617 8.63388L8.00006 6.04644L6.82395 8.63388H9.17617Z",
34
+ "fillRule": "evenodd",
35
+ "clipRule": "evenodd"
57
36
  }
58
- ]
59
- }]
37
+ }
38
+ ]
60
39
  };
61
40
  const AutoWidthDoubleIcon = forwardRef(function AutoWidthDoubleIcon$1(props, ref) {
62
41
  return createElement(IconBase, Object.assign({}, props, {
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from './base';
2
- export declare const LeftTridiagonalIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default LeftTridiagonalIcon;
2
+ export declare const BackSlashDoubleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BackSlashDoubleIcon;
@@ -0,0 +1,43 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base";
3
+
4
+ //#region ts/back-slash-double-icon.tsx
5
+ const element = {
6
+ "tag": "svg",
7
+ "attrs": {
8
+ "xmlns": "http://www.w3.org/2000/svg",
9
+ "fill": "none",
10
+ "viewBox": "0 0 17 17",
11
+ "width": "1em",
12
+ "height": "1em"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "fill": "currentColor",
18
+ "d": "M13.5853 14.7987L2.27159 3.485L3.12012 2.63647L14.4338 13.9502L13.5853 14.7987Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "fill": "colorChannel1",
26
+ "d": "M1.69629 12.8102L1.69629 14.1743C1.69629 14.8371 2.23355 15.3743 2.89629 15.3743L4.26042 15.3743L4.26042 14.0443L3.02629 14.0443L3.02629 12.8102L1.69629 12.8102ZM4.26042 2.06128L2.89629 2.06128C2.23355 2.06128 1.69629 2.59854 1.69629 3.26128L1.69629 4.62541L3.02629 4.62541L3.02629 3.39128L4.26042 3.39128L4.26042 2.06128ZM1.69629 10.0819L3.02629 10.0819L3.02629 7.35367L1.69629 7.35367L1.69629 10.0819ZM6.98868 2.06128L6.98868 3.39128L9.71693 3.39128L9.71693 2.06128L6.98868 2.06128ZM12.4452 2.06128L12.4452 3.39128L13.6793 3.39128L13.6793 4.62541L15.0093 4.62541L15.0093 3.26128C15.0093 2.59854 14.4721 2.06128 13.8093 2.06128L12.4452 2.06128ZM15.0093 7.35367L13.6793 7.35367L13.6793 10.0819L15.0093 10.0819L15.0093 7.35367ZM15.0093 12.8102L13.6793 12.8102L13.6793 14.0443L12.4452 14.0443L12.4452 15.3743L13.8093 15.3743C14.4721 15.3743 15.0093 14.8371 15.0093 14.1743L15.0093 12.8102ZM9.71693 15.3743L9.71693 14.0443L6.98868 14.0443L6.98868 15.3743L9.71693 15.3743Z",
27
+ "fillRule": "evenodd",
28
+ "clipRule": "evenodd"
29
+ }
30
+ }]
31
+ };
32
+ const BackSlashDoubleIcon = forwardRef(function BackSlashDoubleIcon$1(props, ref) {
33
+ return createElement(IconBase, Object.assign({}, props, {
34
+ id: "back-slash-double-icon",
35
+ ref,
36
+ icon: element
37
+ }));
38
+ });
39
+ BackSlashDoubleIcon.displayName = "BackSlashDoubleIcon";
40
+ var back_slash_double_icon_default = BackSlashDoubleIcon;
41
+
42
+ //#endregion
43
+ export { BackSlashDoubleIcon, back_slash_double_icon_default as default };
@@ -12,40 +12,19 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_102_1161",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#D9D9D9",
28
- "d": "M0 0H16V16H0z"
29
- }
30
- }]
17
+ "fill": "colorChannel1",
18
+ "d": "M5.36831 3.22148C5.36831 1.94497 6.40313 0.910156 7.67964 0.910156C8.95615 0.910156 9.99097 1.94497 9.99097 3.22149V6.74754H8.72649V3.22149C8.72649 2.64333 8.2578 2.17464 7.67964 2.17464C7.10148 2.17464 6.63279 2.64333 6.63279 3.22148V6.74754H5.36831V3.22148Z"
19
+ }
31
20
  }, {
32
- "tag": "g",
33
- "attrs": { "mask": "url(#mask0_102_1161)" },
34
- "children": [{
35
- "tag": "path",
36
- "attrs": {
37
- "fill": "colorChannel1",
38
- "d": "M5.36831 3.22148C5.36831 1.94497 6.40313 0.910156 7.67964 0.910156C8.95615 0.910156 9.99097 1.94497 9.99097 3.22149V6.74754H8.72649V3.22149C8.72649 2.64333 8.2578 2.17464 7.67964 2.17464C7.10148 2.17464 6.63279 2.64333 6.63279 3.22148V6.74754H5.36831V3.22148Z"
39
- }
40
- }, {
41
- "tag": "path",
42
- "attrs": {
43
- "fill": "currentColor",
44
- "d": "M5.00091 5.47314C3.33644 5.47314 1.9499 6.74914 1.81192 8.40788L1.54428 11.6254C1.38911 13.4909 2.86133 15.0906 4.73327 15.0906H13.6667C14.175 15.0906 14.5544 14.6228 14.4495 14.1255L13.0262 7.37781C12.792 6.26766 11.8125 5.47314 10.6779 5.47314H5.00091ZM10.6779 6.75314H5.00091C4.00223 6.75314 3.1703 7.51874 3.08751 8.51399L2.81988 11.7315C2.72677 12.8508 3.61011 13.8106 4.73327 13.8106H5.7695C5.26362 13.0554 5.05585 12.0527 5.31224 11.047C5.40861 10.6689 5.76242 10.4493 6.10249 10.5564C6.44256 10.6636 6.64012 11.0569 6.54374 11.4349C6.27517 12.4885 6.92898 13.6738 7.87916 13.8106H9.01412C8.50824 13.0554 8.30047 12.0527 8.55686 11.047C8.65324 10.6689 9.00704 10.4493 9.34711 10.5564C9.68719 10.6636 9.88474 11.0569 9.78837 11.4349C9.51979 12.4885 10.1736 13.6738 11.1238 13.8106H13.0749L11.7738 7.64199C11.6645 7.12392 11.2073 6.75314 10.6779 6.75314Z",
45
- "fillRule": "evenodd",
46
- "clipRule": "evenodd"
47
- }
48
- }]
21
+ "tag": "path",
22
+ "attrs": {
23
+ "fill": "currentColor",
24
+ "d": "M5.00091 5.47314C3.33644 5.47314 1.9499 6.74914 1.81192 8.40788L1.54428 11.6254C1.38911 13.4909 2.86133 15.0906 4.73327 15.0906H13.6667C14.175 15.0906 14.5544 14.6228 14.4495 14.1255L13.0262 7.37781C12.792 6.26766 11.8125 5.47314 10.6779 5.47314H5.00091ZM10.6779 6.75314H5.00091C4.00223 6.75314 3.1703 7.51874 3.08751 8.51399L2.81988 11.7315C2.72677 12.8508 3.61011 13.8106 4.73327 13.8106H5.7695C5.26362 13.0554 5.05585 12.0527 5.31224 11.047C5.40861 10.6689 5.76242 10.4493 6.10249 10.5564C6.44256 10.6636 6.64012 11.0569 6.54374 11.4349C6.27517 12.4885 6.92898 13.6738 7.87916 13.8106H9.01412C8.50824 13.0554 8.30047 12.0527 8.55686 11.047C8.65324 10.6689 9.00704 10.4493 9.34711 10.5564C9.68719 10.6636 9.88474 11.0569 9.78837 11.4349C9.51979 12.4885 10.1736 13.6738 11.1238 13.8106H13.0749L11.7738 7.64199C11.6645 7.12392 11.2073 6.75314 10.6779 6.75314Z",
25
+ "fillRule": "evenodd",
26
+ "clipRule": "evenodd"
27
+ }
49
28
  }]
50
29
  };
51
30
  const ClearFormatDoubleIcon = forwardRef(function ClearFormatDoubleIcon$1(props, ref) {
@@ -12,42 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_102_1141",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
29
- }
30
- }]
17
+ "fill": "colorChannel1",
18
+ "d": "M5.4004 2.60213C5.25792 2.60213 5.14241 2.71763 5.14241 2.86011V4.32679C5.14241 4.67752 4.85809 4.96184 4.50736 4.96184C4.15663 4.96184 3.87231 4.67752 3.87231 4.32679V2.86011C3.87231 2.01618 4.55646 1.33203 5.4004 1.33203H13.14C13.984 1.33203 14.6681 2.01618 14.6681 2.86011V10.5998C14.6681 11.4437 13.984 12.1278 13.14 12.1278H11.6568C11.3061 12.1278 11.0218 11.8435 11.0218 11.4928C11.0218 11.1421 11.3061 10.8577 11.6568 10.8577H13.14C13.2825 10.8577 13.398 10.7422 13.398 10.5998V2.86011C13.398 2.71763 13.2825 2.60213 13.14 2.60213H5.4004Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
31
22
  }, {
32
- "tag": "g",
23
+ "tag": "path",
33
24
  "attrs": {
34
- "mask": "url(#mask0_102_1141)",
25
+ "fill": "currentColor",
26
+ "d": "M1.33203 5.40015C1.33203 4.55622 2.01618 3.87207 2.86011 3.87207H10.5998C11.4437 3.87207 12.1278 4.55622 12.1278 5.40015V13.1398C12.1278 13.9837 11.4437 14.6679 10.5998 14.6679H2.86011C2.01618 14.6679 1.33203 13.9837 1.33203 13.1398V5.40015ZM2.86011 5.14217C2.71763 5.14217 2.60213 5.25767 2.60213 5.40015V13.1398C2.60213 13.2823 2.71763 13.3978 2.86011 13.3978H10.5998C10.7422 13.3978 10.8577 13.2823 10.8577 13.1398V5.40015C10.8577 5.25767 10.7422 5.14217 10.5998 5.14217H2.86011Z",
35
27
  "fillRule": "evenodd",
36
28
  "clipRule": "evenodd"
37
- },
38
- "children": [{
39
- "tag": "path",
40
- "attrs": {
41
- "fill": "colorChannel1",
42
- "d": "M5.4004 2.60213C5.25792 2.60213 5.14241 2.71763 5.14241 2.86011V4.32679C5.14241 4.67752 4.85809 4.96184 4.50736 4.96184C4.15663 4.96184 3.87231 4.67752 3.87231 4.32679V2.86011C3.87231 2.01618 4.55646 1.33203 5.4004 1.33203H13.14C13.984 1.33203 14.6681 2.01618 14.6681 2.86011V10.5998C14.6681 11.4437 13.984 12.1278 13.14 12.1278H11.6568C11.3061 12.1278 11.0218 11.8435 11.0218 11.4928C11.0218 11.1421 11.3061 10.8577 11.6568 10.8577H13.14C13.2825 10.8577 13.398 10.7422 13.398 10.5998V2.86011C13.398 2.71763 13.2825 2.60213 13.14 2.60213H5.4004Z"
43
- }
44
- }, {
45
- "tag": "path",
46
- "attrs": {
47
- "fill": "currentColor",
48
- "d": "M1.33203 5.40015C1.33203 4.55622 2.01618 3.87207 2.86011 3.87207H10.5998C11.4437 3.87207 12.1278 4.55622 12.1278 5.40015V13.1398C12.1278 13.9837 11.4437 14.6679 10.5998 14.6679H2.86011C2.01618 14.6679 1.33203 13.9837 1.33203 13.1398V5.40015ZM2.86011 5.14217C2.71763 5.14217 2.60213 5.25767 2.60213 5.40015V13.1398C2.60213 13.2823 2.71763 13.3978 2.86011 13.3978H10.5998C10.7422 13.3978 10.8577 13.2823 10.8577 13.1398V5.40015C10.8577 5.25767 10.7422 5.14217 10.5998 5.14217H2.86011Z"
49
- }
50
- }]
29
+ }
51
30
  }]
52
31
  };
53
32
  const CopyDoubleIcon = forwardRef(function CopyDoubleIcon$1(props, ref) {
@@ -12,42 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_102_1093",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
29
- }
30
- }]
17
+ "fill": "currentColor",
18
+ "d": "M7.69148 5.44796C7.69148 5.07977 7.393 4.7813 7.02481 4.7813H3.25445C2.88626 4.7813 2.58779 5.07977 2.58779 5.44796V10.5516C2.58779 10.9198 2.88626 11.2183 3.25445 11.2183H7.02481C7.393 11.2183 7.69148 10.9198 7.69148 10.5516V5.44796ZM2.58779 3.50537C1.88311 3.50537 1.31186 4.07662 1.31186 4.7813V11.2183C1.31186 11.923 1.88311 12.4942 2.58779 12.4942H7.69148C8.39613 12.4942 8.96739 11.923 8.96739 11.2183V4.7813C8.96739 4.07662 8.39613 3.50537 7.69148 3.50537H2.58779Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
31
22
  }, {
32
- "tag": "g",
23
+ "tag": "path",
33
24
  "attrs": {
34
- "mask": "url(#mask0_102_1093)",
25
+ "fill": "colorChannel1",
26
+ "d": "M11.8919 10.4557C11.9671 10.4869 12.0496 10.5041 12.1361 10.5041C12.2226 10.5041 12.3051 10.4869 12.3803 10.4557C12.4555 10.4246 12.526 10.3784 12.5872 10.3172L14.5011 8.40335C14.7502 8.15421 14.7502 7.75028 14.5011 7.50114C14.2519 7.252 13.848 7.252 13.5989 7.50114L12.774 8.32595V6.13406C12.774 5.78172 12.4884 5.49609 12.1361 5.49609C11.7837 5.49609 11.4981 5.78172 11.4981 6.13406V8.32595L10.6733 7.50114C10.4241 7.252 10.0202 7.252 9.77106 7.50114C9.52192 7.75028 9.52192 8.15421 9.77106 8.40335L11.6847 10.3169M6.97288 9.84189C6.69858 10.1235 6.25386 10.1235 5.97956 9.84189L5.17866 9.01974L4.37769 9.84195C4.1034 10.1235 3.65867 10.1235 3.38437 9.84195C3.11008 9.56038 3.11008 9.10385 3.38437 8.82228L4.18534 8.00007L3.38439 7.17787C3.11009 6.8963 3.11009 6.43977 3.38439 6.1582C3.65869 5.87663 4.10341 5.87663 4.37771 6.1582L5.17866 6.9804L5.97954 6.15826C6.25384 5.87669 6.69857 5.87669 6.97287 6.15826C7.24716 6.43984 7.24716 6.89636 6.97286 7.17793L6.17198 8.00007L6.97288 8.82222C7.24718 9.10379 7.24718 9.56031 6.97288 9.84189Z",
35
27
  "fillRule": "evenodd",
36
28
  "clipRule": "evenodd"
37
- },
38
- "children": [{
39
- "tag": "path",
40
- "attrs": {
41
- "fill": "currentColor",
42
- "d": "M7.69148 5.44796C7.69148 5.07977 7.393 4.7813 7.02481 4.7813H3.25445C2.88626 4.7813 2.58779 5.07977 2.58779 5.44796V10.5516C2.58779 10.9198 2.88626 11.2183 3.25445 11.2183H7.02481C7.393 11.2183 7.69148 10.9198 7.69148 10.5516V5.44796ZM2.58779 3.50537C1.88311 3.50537 1.31186 4.07662 1.31186 4.7813V11.2183C1.31186 11.923 1.88311 12.4942 2.58779 12.4942H7.69148C8.39613 12.4942 8.96739 11.923 8.96739 11.2183V4.7813C8.96739 4.07662 8.39613 3.50537 7.69148 3.50537H2.58779Z"
43
- }
44
- }, {
45
- "tag": "path",
46
- "attrs": {
47
- "fill": "colorChannel1",
48
- "d": "M11.8919 10.4557C11.9671 10.4869 12.0496 10.5041 12.1361 10.5041C12.2226 10.5041 12.3051 10.4869 12.3803 10.4557C12.4555 10.4246 12.526 10.3784 12.5872 10.3172L14.5011 8.40335C14.7502 8.15421 14.7502 7.75028 14.5011 7.50114C14.2519 7.252 13.848 7.252 13.5989 7.50114L12.774 8.32595V6.13406C12.774 5.78172 12.4884 5.49609 12.1361 5.49609C11.7837 5.49609 11.4981 5.78172 11.4981 6.13406V8.32595L10.6733 7.50114C10.4241 7.252 10.0202 7.252 9.77106 7.50114C9.52192 7.75028 9.52192 8.15421 9.77106 8.40335L11.6847 10.3169M6.97288 9.84189C6.69858 10.1235 6.25386 10.1235 5.97956 9.84189L5.17866 9.01974L4.37769 9.84195C4.1034 10.1235 3.65867 10.1235 3.38437 9.84195C3.11008 9.56038 3.11008 9.10385 3.38437 8.82228L4.18534 8.00007L3.38439 7.17787C3.11009 6.8963 3.11009 6.43977 3.38439 6.1582C3.65869 5.87663 4.10341 5.87663 4.37771 6.1582L5.17866 6.9804L5.97954 6.15826C6.25384 5.87669 6.69857 5.87669 6.97287 6.15826C7.24716 6.43984 7.24716 6.89636 6.97286 7.17793L6.17198 8.00007L6.97288 8.82222C7.24718 9.10379 7.24718 9.56031 6.97288 9.84189Z"
49
- }
50
- }]
29
+ }
51
30
  }]
52
31
  };
53
32
  const DeleteCellMoveDownDoubleIcon = forwardRef(function DeleteCellMoveDownDoubleIcon$1(props, ref) {
@@ -12,43 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_252_31",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M16 16H32V32H16z",
29
- "transform": "rotate(180 16 16)"
30
- }
31
- }]
17
+ "fill": "currentColor",
18
+ "d": "M8.29012 10.552C8.29012 10.9202 8.5886 11.2187 8.95679 11.2187L12.7271 11.2187C13.0953 11.2187 13.3938 10.9202 13.3938 10.552L13.3938 5.44836C13.3938 5.08016 13.0953 4.7817 12.7271 4.7817L8.95678 4.7817C8.5886 4.7817 8.29012 5.08016 8.29012 5.44836L8.29012 10.552ZM13.3938 12.4946C14.0985 12.4946 14.6697 11.9234 14.6697 11.2187L14.6697 4.7817C14.6697 4.07703 14.0985 3.50576 13.3938 3.50576L8.29012 3.50576C7.58547 3.50576 7.0142 4.07703 7.0142 4.7817L7.0142 11.2187C7.0142 11.9234 7.58547 12.4946 8.29012 12.4946L13.3938 12.4946Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
32
22
  }, {
33
- "tag": "g",
23
+ "tag": "path",
34
24
  "attrs": {
35
- "mask": "url(#mask0_252_31)",
25
+ "fill": "colorChannel1",
26
+ "d": "M1.37899 7.7562C1.34779 7.83142 1.33053 7.9139 1.33053 8.0004C1.33053 8.0869 1.34779 8.16938 1.37899 8.2446C1.41013 8.31985 1.45626 8.39034 1.51739 8.45151L3.43133 10.3654C3.68046 10.6145 4.08439 10.6145 4.33353 10.3654C4.58266 10.1163 4.58266 9.71232 4.33353 9.46318L3.50873 8.63836L5.70059 8.63836C6.05293 8.63836 6.33855 8.35273 6.33855 8.0004C6.33855 7.64806 6.05293 7.36244 5.70059 7.36244L3.50873 7.36244L4.33353 6.53762C4.58266 6.28848 4.58266 5.88455 4.33353 5.63541C4.08439 5.38627 3.68046 5.38627 3.43133 5.63541L1.51773 7.54899M9.00896 6.15858C9.28326 5.87701 9.72798 5.87701 10.0023 6.15858L10.8032 6.98073L11.6042 6.15852C11.8784 5.87695 12.3232 5.87695 12.5975 6.15852C12.8718 6.44009 12.8718 6.89661 12.5975 7.17819L11.7965 8.00041L12.5975 8.8226C12.8718 9.10417 12.8718 9.56069 12.5975 9.84227C12.3232 10.1238 11.8784 10.1238 11.6041 9.84227L10.8032 9.02007L10.0023 9.84221C9.728 10.1238 9.28327 10.1238 9.00897 9.84221C8.73468 9.56063 8.73468 9.10411 9.00898 8.82254L9.80987 8.00041L9.00896 7.17825C8.73466 6.89668 8.73466 6.44016 9.00896 6.15858Z",
36
27
  "fillRule": "evenodd",
37
28
  "clipRule": "evenodd"
38
- },
39
- "children": [{
40
- "tag": "path",
41
- "attrs": {
42
- "fill": "currentColor",
43
- "d": "M8.29012 10.552C8.29012 10.9202 8.5886 11.2187 8.95679 11.2187L12.7271 11.2187C13.0953 11.2187 13.3938 10.9202 13.3938 10.552L13.3938 5.44836C13.3938 5.08016 13.0953 4.7817 12.7271 4.7817L8.95678 4.7817C8.5886 4.7817 8.29012 5.08016 8.29012 5.44836L8.29012 10.552ZM13.3938 12.4946C14.0985 12.4946 14.6697 11.9234 14.6697 11.2187L14.6697 4.7817C14.6697 4.07703 14.0985 3.50576 13.3938 3.50576L8.29012 3.50576C7.58547 3.50576 7.0142 4.07703 7.0142 4.7817L7.0142 11.2187C7.0142 11.9234 7.58547 12.4946 8.29012 12.4946L13.3938 12.4946Z"
44
- }
45
- }, {
46
- "tag": "path",
47
- "attrs": {
48
- "fill": "colorChannel1",
49
- "d": "M1.37899 7.7562C1.34779 7.83142 1.33053 7.9139 1.33053 8.0004C1.33053 8.0869 1.34779 8.16938 1.37899 8.2446C1.41013 8.31985 1.45626 8.39034 1.51739 8.45151L3.43133 10.3654C3.68046 10.6145 4.08439 10.6145 4.33353 10.3654C4.58266 10.1163 4.58266 9.71232 4.33353 9.46318L3.50873 8.63836L5.70059 8.63836C6.05293 8.63836 6.33855 8.35273 6.33855 8.0004C6.33855 7.64806 6.05293 7.36244 5.70059 7.36244L3.50873 7.36244L4.33353 6.53762C4.58266 6.28848 4.58266 5.88455 4.33353 5.63541C4.08439 5.38627 3.68046 5.38627 3.43133 5.63541L1.51773 7.54899M9.00896 6.15858C9.28326 5.87701 9.72798 5.87701 10.0023 6.15858L10.8032 6.98073L11.6042 6.15852C11.8784 5.87695 12.3232 5.87695 12.5975 6.15852C12.8718 6.44009 12.8718 6.89661 12.5975 7.17819L11.7965 8.00041L12.5975 8.8226C12.8718 9.10417 12.8718 9.56069 12.5975 9.84227C12.3232 10.1238 11.8784 10.1238 11.6041 9.84227L10.8032 9.02007L10.0023 9.84221C9.728 10.1238 9.28327 10.1238 9.00897 9.84221C8.73468 9.56063 8.73468 9.10411 9.00898 8.82254L9.80987 8.00041L9.00896 7.17825C8.73466 6.89668 8.73466 6.44016 9.00896 6.15858Z"
50
- }
51
- }]
29
+ }
52
30
  }]
53
31
  };
54
32
  const DeleteCellShiftLeftDoubleIcon = forwardRef(function DeleteCellShiftLeftDoubleIcon$1(props, ref) {
@@ -12,42 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_102_1088",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
29
- }
30
- }]
17
+ "fill": "currentColor",
18
+ "d": "M7.70985 5.44796C7.70985 5.07977 7.41137 4.7813 7.04318 4.7813H3.27282C2.90463 4.7813 2.60616 5.07977 2.60616 5.44796V10.5516C2.60616 10.9198 2.90463 11.2183 3.27282 11.2183H7.04318C7.41137 11.2183 7.70985 10.9198 7.70985 10.5516V5.44796ZM2.60616 3.50537C1.90148 3.50537 1.33023 4.07662 1.33023 4.7813V11.2183C1.33023 11.923 1.90148 12.4942 2.60616 12.4942H7.70985C8.4145 12.4942 8.98576 11.923 8.98576 11.2183V4.7813C8.98576 4.07662 8.4145 3.50537 7.70985 3.50537H2.60616Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
31
22
  }, {
32
- "tag": "g",
23
+ "tag": "path",
33
24
  "attrs": {
34
- "mask": "url(#mask0_102_1088)",
25
+ "fill": "colorChannel1",
26
+ "d": "M14.621 8.2438C14.6522 8.16858 14.6695 8.0861 14.6695 7.9996C14.6695 7.9131 14.6522 7.83062 14.621 7.7554C14.5899 7.68015 14.5438 7.60966 14.4826 7.54849L12.5687 5.63461C12.3196 5.38547 11.9156 5.38547 11.6665 5.63461C11.4174 5.88375 11.4174 6.28768 11.6665 6.53682L12.4913 7.36164H10.2994C9.94711 7.36164 9.66148 7.64727 9.66148 7.9996C9.66148 8.35194 9.94711 8.63756 10.2994 8.63756H12.4913L11.6665 9.46238C11.4174 9.71152 11.4174 10.1155 11.6665 10.3646C11.9156 10.6137 12.3196 10.6137 12.5687 10.3646L14.4823 8.45101M6.99107 9.84142C6.71677 10.123 6.27205 10.123 5.99775 9.84142L5.19685 9.01927L4.39588 9.84148C4.12159 10.1231 3.67686 10.1231 3.40256 9.84148C3.12826 9.55991 3.12826 9.10339 3.40256 8.82181L4.20353 7.99959L3.40258 7.1774C3.12828 6.89583 3.12828 6.43931 3.40258 6.15773C3.67688 5.87616 4.1216 5.87616 4.3959 6.15773L5.19685 6.97993L5.99773 6.15779C6.27203 5.87622 6.71676 5.87622 6.99106 6.15779C7.26535 6.43937 7.26535 6.89589 6.99105 7.17746L6.19017 7.99959L6.99107 8.82175C7.26537 9.10332 7.26537 9.55984 6.99107 9.84142Z",
35
27
  "fillRule": "evenodd",
36
28
  "clipRule": "evenodd"
37
- },
38
- "children": [{
39
- "tag": "path",
40
- "attrs": {
41
- "fill": "currentColor",
42
- "d": "M7.70985 5.44796C7.70985 5.07977 7.41137 4.7813 7.04318 4.7813H3.27282C2.90463 4.7813 2.60616 5.07977 2.60616 5.44796V10.5516C2.60616 10.9198 2.90463 11.2183 3.27282 11.2183H7.04318C7.41137 11.2183 7.70985 10.9198 7.70985 10.5516V5.44796ZM2.60616 3.50537C1.90148 3.50537 1.33023 4.07662 1.33023 4.7813V11.2183C1.33023 11.923 1.90148 12.4942 2.60616 12.4942H7.70985C8.4145 12.4942 8.98576 11.923 8.98576 11.2183V4.7813C8.98576 4.07662 8.4145 3.50537 7.70985 3.50537H2.60616Z"
43
- }
44
- }, {
45
- "tag": "path",
46
- "attrs": {
47
- "fill": "colorChannel1",
48
- "d": "M14.621 8.2438C14.6522 8.16858 14.6695 8.0861 14.6695 7.9996C14.6695 7.9131 14.6522 7.83062 14.621 7.7554C14.5899 7.68015 14.5438 7.60966 14.4826 7.54849L12.5687 5.63461C12.3196 5.38547 11.9156 5.38547 11.6665 5.63461C11.4174 5.88375 11.4174 6.28768 11.6665 6.53682L12.4913 7.36164H10.2994C9.94711 7.36164 9.66148 7.64727 9.66148 7.9996C9.66148 8.35194 9.94711 8.63756 10.2994 8.63756H12.4913L11.6665 9.46238C11.4174 9.71152 11.4174 10.1155 11.6665 10.3646C11.9156 10.6137 12.3196 10.6137 12.5687 10.3646L14.4823 8.45101M6.99107 9.84142C6.71677 10.123 6.27205 10.123 5.99775 9.84142L5.19685 9.01927L4.39588 9.84148C4.12159 10.1231 3.67686 10.1231 3.40256 9.84148C3.12826 9.55991 3.12826 9.10339 3.40256 8.82181L4.20353 7.99959L3.40258 7.1774C3.12828 6.89583 3.12828 6.43931 3.40258 6.15773C3.67688 5.87616 4.1216 5.87616 4.3959 6.15773L5.19685 6.97993L5.99773 6.15779C6.27203 5.87622 6.71676 5.87622 6.99106 6.15779C7.26535 6.43937 7.26535 6.89589 6.99105 7.17746L6.19017 7.99959L6.99107 8.82175C7.26537 9.10332 7.26537 9.55984 6.99107 9.84142Z"
49
- }
50
- }]
29
+ }
51
30
  }]
52
31
  };
53
32
  const DeleteCellShiftRightDoubleIcon = forwardRef(function DeleteCellShiftRightDoubleIcon$1(props, ref) {
@@ -12,43 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_252_36",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z",
29
- "transform": "matrix(1 0 0 -1 0 16)"
30
- }
31
- }]
17
+ "fill": "currentColor",
18
+ "d": "M7.69172 10.552C7.69172 10.9202 7.39324 11.2187 7.02506 11.2187H3.2547C2.8865 11.2187 2.58803 10.9202 2.58803 10.552V5.44836C2.58803 5.08016 2.8865 4.7817 3.2547 4.7817H7.02506C7.39324 4.7817 7.69172 5.08016 7.69172 5.44836V10.552ZM2.58803 12.4946C1.88335 12.4946 1.3121 11.9234 1.3121 11.2187V4.7817C1.3121 4.07703 1.88335 3.50576 2.58803 3.50576H7.69172C8.39637 3.50576 8.96764 4.07703 8.96764 4.7817V11.2187C8.96764 11.9234 8.39637 12.4946 7.69172 12.4946H2.58803Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
32
22
  }, {
33
- "tag": "g",
23
+ "tag": "path",
34
24
  "attrs": {
35
- "mask": "url(#mask0_252_36)",
25
+ "fill": "colorChannel1",
26
+ "d": "M11.892 5.54431C11.9672 5.51312 12.0497 5.49591 12.1362 5.49591C12.2227 5.49591 12.3052 5.51312 12.3804 5.54431C12.4557 5.57545 12.5261 5.62159 12.5873 5.68276L14.5012 7.59665C14.7503 7.84579 14.7503 8.24972 14.5012 8.49886C14.2521 8.748 13.8481 8.748 13.599 8.49886L12.7741 7.67405V9.86594C12.7741 10.2183 12.4885 10.5039 12.1362 10.5039C11.7839 10.5039 11.4983 10.2183 11.4983 9.86594V7.67405L10.6734 8.49886C10.4243 8.748 10.0203 8.748 9.77121 8.49886C9.52207 8.24972 9.52207 7.84579 9.77121 7.59665L11.6848 5.68305M6.97304 6.15811C6.69874 5.87653 6.25401 5.87654 5.97972 6.15811L5.17881 6.98026L4.37784 6.15805C4.10355 5.87647 3.65882 5.87647 3.38453 6.15805C3.11023 6.43962 3.11023 6.89615 3.38453 7.17772L4.18549 7.99993L3.38454 8.82213C3.11024 9.1037 3.11024 9.56023 3.38454 9.8418C3.65884 10.1234 4.10356 10.1234 4.37786 9.8418L5.17881 9.0196L5.9797 9.84174C6.254 10.1233 6.69872 10.1233 6.97302 9.84174C7.24732 9.56016 7.24732 9.10364 6.97302 8.82207L6.17213 7.99993L6.97304 7.17778C7.24734 6.89621 7.24734 6.43969 6.97304 6.15811Z",
36
27
  "fillRule": "evenodd",
37
28
  "clipRule": "evenodd"
38
- },
39
- "children": [{
40
- "tag": "path",
41
- "attrs": {
42
- "fill": "currentColor",
43
- "d": "M7.69172 10.552C7.69172 10.9202 7.39324 11.2187 7.02506 11.2187H3.2547C2.8865 11.2187 2.58803 10.9202 2.58803 10.552V5.44836C2.58803 5.08016 2.8865 4.7817 3.2547 4.7817H7.02506C7.39324 4.7817 7.69172 5.08016 7.69172 5.44836V10.552ZM2.58803 12.4946C1.88335 12.4946 1.3121 11.9234 1.3121 11.2187V4.7817C1.3121 4.07703 1.88335 3.50576 2.58803 3.50576H7.69172C8.39637 3.50576 8.96764 4.07703 8.96764 4.7817V11.2187C8.96764 11.9234 8.39637 12.4946 7.69172 12.4946H2.58803Z"
44
- }
45
- }, {
46
- "tag": "path",
47
- "attrs": {
48
- "fill": "colorChannel1",
49
- "d": "M11.892 5.54431C11.9672 5.51312 12.0497 5.49591 12.1362 5.49591C12.2227 5.49591 12.3052 5.51312 12.3804 5.54431C12.4557 5.57545 12.5261 5.62159 12.5873 5.68276L14.5012 7.59665C14.7503 7.84579 14.7503 8.24972 14.5012 8.49886C14.2521 8.748 13.8481 8.748 13.599 8.49886L12.7741 7.67405V9.86594C12.7741 10.2183 12.4885 10.5039 12.1362 10.5039C11.7839 10.5039 11.4983 10.2183 11.4983 9.86594V7.67405L10.6734 8.49886C10.4243 8.748 10.0203 8.748 9.77121 8.49886C9.52207 8.24972 9.52207 7.84579 9.77121 7.59665L11.6848 5.68305M6.97304 6.15811C6.69874 5.87653 6.25401 5.87654 5.97972 6.15811L5.17881 6.98026L4.37784 6.15805C4.10355 5.87647 3.65882 5.87647 3.38453 6.15805C3.11023 6.43962 3.11023 6.89615 3.38453 7.17772L4.18549 7.99993L3.38454 8.82213C3.11024 9.1037 3.11024 9.56023 3.38454 9.8418C3.65884 10.1234 4.10356 10.1234 4.37786 9.8418L5.17881 9.0196L5.9797 9.84174C6.254 10.1233 6.69872 10.1233 6.97302 9.84174C7.24732 9.56016 7.24732 9.10364 6.97302 8.82207L6.17213 7.99993L6.97304 7.17778C7.24734 6.89621 7.24734 6.43969 6.97304 6.15811Z"
50
- }
51
- }]
29
+ }
52
30
  }]
53
31
  };
54
32
  const DeleteCellShiftUpDoubleIcon = forwardRef(function DeleteCellShiftUpDoubleIcon$1(props, ref) {
@@ -12,42 +12,21 @@ const element = {
12
12
  "height": "1em"
13
13
  },
14
14
  "children": [{
15
- "tag": "mask",
15
+ "tag": "path",
16
16
  "attrs": {
17
- "id": "mask0_102_1098",
18
- "width": 16,
19
- "height": 16,
20
- "x": 0,
21
- "y": 0,
22
- "maskUnits": "userSpaceOnUse"
23
- },
24
- "children": [{
25
- "tag": "path",
26
- "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
29
- }
30
- }]
17
+ "fill": "currentColor",
18
+ "d": "M11.9503 1.33317C12.6866 1.33317 13.2836 1.9301 13.2836 2.6665V13.3332C13.2836 14.0695 12.6866 14.6665 11.9503 14.6665H9.28359C8.54721 14.6665 7.95026 14.0696 7.95026 13.3332L7.95026 2.6665C7.95026 1.9301 8.54721 1.33317 9.28359 1.33317H11.9503ZM11.9503 2.6665V13.3332H9.28359V2.6665H11.9503Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
31
22
  }, {
32
- "tag": "g",
23
+ "tag": "path",
33
24
  "attrs": {
34
- "mask": "url(#mask0_102_1098)",
25
+ "fill": "colorChannel1",
26
+ "d": "M3.8542 6.29716C3.59385 6.03681 3.17174 6.03681 2.91139 6.29716C2.65104 6.55751 2.65104 6.97962 2.91139 7.23997L3.67157 8.00014L2.9114 8.76031C2.65105 9.02066 2.65105 9.44277 2.9114 9.70312C3.17175 9.96347 3.59387 9.96347 3.85421 9.70312L4.61437 8.94296L5.37459 9.70318C5.63494 9.96352 6.05705 9.96353 6.31741 9.70318C6.57775 9.44283 6.57775 9.02072 6.31741 8.76036L5.55718 8.00014L6.31742 7.23991C6.57777 6.97956 6.57777 6.55745 6.31742 6.2971C6.05707 6.03675 5.63496 6.03675 5.37461 6.2971L4.61437 7.05734L3.8542 6.29716Z",
35
27
  "fillRule": "evenodd",
36
28
  "clipRule": "evenodd"
37
- },
38
- "children": [{
39
- "tag": "path",
40
- "attrs": {
41
- "fill": "currentColor",
42
- "d": "M11.9503 1.33317C12.6866 1.33317 13.2836 1.9301 13.2836 2.6665V13.3332C13.2836 14.0695 12.6866 14.6665 11.9503 14.6665H9.28359C8.54721 14.6665 7.95026 14.0696 7.95026 13.3332L7.95026 2.6665C7.95026 1.9301 8.54721 1.33317 9.28359 1.33317H11.9503ZM11.9503 2.6665V13.3332H9.28359V2.6665H11.9503Z"
43
- }
44
- }, {
45
- "tag": "path",
46
- "attrs": {
47
- "fill": "colorChannel1",
48
- "d": "M3.8542 6.29716C3.59385 6.03681 3.17174 6.03681 2.91139 6.29716C2.65104 6.55751 2.65104 6.97962 2.91139 7.23997L3.67157 8.00014L2.9114 8.76031C2.65105 9.02066 2.65105 9.44277 2.9114 9.70312C3.17175 9.96347 3.59387 9.96347 3.85421 9.70312L4.61437 8.94296L5.37459 9.70318C5.63494 9.96352 6.05705 9.96353 6.31741 9.70318C6.57775 9.44283 6.57775 9.02072 6.31741 8.76036L5.55718 8.00014L6.31742 7.23991C6.57777 6.97956 6.57777 6.55745 6.31742 6.2971C6.05707 6.03675 5.63496 6.03675 5.37461 6.2971L4.61437 7.05734L3.8542 6.29716Z"
49
- }
50
- }]
29
+ }
51
30
  }]
52
31
  };
53
32
  const DeleteColumnDoubleIcon = forwardRef(function DeleteColumnDoubleIcon$1(props, ref) {