@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,85 +11,64 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "mask",
16
- "attrs": {
17
- "id": "mask0_107_1297",
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": "colorChannel1",
19
+ "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"
20
+ }
21
+ },
22
+ {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "fill": "colorChannel1",
26
+ "d": "M9.33325 1.33325L9.33325 2.66658L6.66659 2.66659L6.66659 1.33325L9.33325 1.33325Z"
27
+ }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "fill": "colorChannel1",
33
+ "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"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "fill": "colorChannel1",
40
+ "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"
41
+ }
23
42
  },
24
- "children": [{
43
+ {
25
44
  "tag": "path",
26
45
  "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
46
+ "fill": "colorChannel1",
47
+ "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"
29
48
  }
30
- }]
31
- }, {
32
- "tag": "g",
33
- "attrs": { "mask": "url(#mask0_107_1297)" },
34
- "children": [
35
- {
36
- "tag": "path",
37
- "attrs": {
38
- "fill": "colorChannel1",
39
- "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"
40
- }
41
- },
42
- {
43
- "tag": "path",
44
- "attrs": {
45
- "fill": "colorChannel1",
46
- "d": "M9.33325 1.33325L9.33325 2.66658L6.66659 2.66659L6.66659 1.33325L9.33325 1.33325Z"
47
- }
48
- },
49
- {
50
- "tag": "path",
51
- "attrs": {
52
- "fill": "colorChannel1",
53
- "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"
54
- }
55
- },
56
- {
57
- "tag": "path",
58
- "attrs": {
59
- "fill": "colorChannel1",
60
- "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"
61
- }
62
- },
63
- {
64
- "tag": "path",
65
- "attrs": {
66
- "fill": "colorChannel1",
67
- "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"
68
- }
69
- },
70
- {
71
- "tag": "path",
72
- "attrs": {
73
- "fill": "colorChannel1",
74
- "d": "M13.3333 7.33325L10.6666 7.33325L10.6666 8.66659L13.3333 8.66658L13.3333 7.33325Z"
75
- }
76
- },
77
- {
78
- "tag": "path",
79
- "attrs": {
80
- "fill": "colorChannel1",
81
- "d": "M7.33325 5.33325L7.33325 2.66659L8.66659 2.66659L8.66659 5.33325L7.33325 5.33325Z"
82
- }
83
- },
84
- {
85
- "tag": "path",
86
- "attrs": {
87
- "fill": "currentColor",
88
- "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"
89
- }
49
+ },
50
+ {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "fill": "colorChannel1",
54
+ "d": "M13.3333 7.33325L10.6666 7.33325L10.6666 8.66659L13.3333 8.66658L13.3333 7.33325Z"
55
+ }
56
+ },
57
+ {
58
+ "tag": "path",
59
+ "attrs": {
60
+ "fill": "colorChannel1",
61
+ "d": "M7.33325 5.33325L7.33325 2.66659L8.66659 2.66659L8.66659 5.33325L7.33325 5.33325Z"
62
+ }
63
+ },
64
+ {
65
+ "tag": "path",
66
+ "attrs": {
67
+ "fill": "currentColor",
68
+ "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"
90
69
  }
91
- ]
92
- }]
70
+ }
71
+ ]
93
72
  };
94
73
  const RightBorderDoubleIcon = forwardRef(function RightBorderDoubleIcon$1(props, ref) {
95
74
  return createElement(IconBase, Object.assign({}, props, {
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base';
2
+ export declare const RightDoubleDiagonalDoubleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default RightDoubleDiagonalDoubleIcon;
@@ -0,0 +1,41 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base";
3
+
4
+ //#region ts/right-double-diagonal-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.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"
19
+ }
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "fill": "colorChannel1",
24
+ "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",
25
+ "fillRule": "evenodd",
26
+ "clipRule": "evenodd"
27
+ }
28
+ }]
29
+ };
30
+ const RightDoubleDiagonalDoubleIcon = forwardRef(function RightDoubleDiagonalDoubleIcon$1(props, ref) {
31
+ return createElement(IconBase, Object.assign({}, props, {
32
+ id: "right-double-diagonal-double-icon",
33
+ ref,
34
+ icon: element
35
+ }));
36
+ });
37
+ RightDoubleDiagonalDoubleIcon.displayName = "RightDoubleDiagonalDoubleIcon";
38
+ var right_double_diagonal_double_icon_default = RightDoubleDiagonalDoubleIcon;
39
+
40
+ //#endregion
41
+ export { RightDoubleDiagonalDoubleIcon, right_double_diagonal_double_icon_default as default };
@@ -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_102_1123",
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": "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",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
32
22
  }, {
33
- "tag": "g",
23
+ "tag": "path",
34
24
  "attrs": {
35
- "mask": "url(#mask0_102_1123)",
25
+ "fill": "colorChannel1",
26
+ "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",
36
27
  "fillRule": "evenodd",
37
28
  "clipRule": "evenodd"
38
- },
39
- "children": [{
40
- "tag": "path",
41
- "attrs": {
42
- "fill": "currentColor",
43
- "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"
44
- }
45
- }, {
46
- "tag": "path",
47
- "attrs": {
48
- "fill": "colorChannel1",
49
- "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"
50
- }
51
- }]
29
+ }
52
30
  }]
53
31
  };
54
32
  const RightInsertColumnDoubleIcon = forwardRef(function RightInsertColumnDoubleIcon$1(props, ref) {
@@ -11,56 +11,50 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "mask",
16
- "attrs": {
17
- "id": "mask0_622_8",
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": "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"
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": "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"
29
27
  }
30
- }]
31
- }, {
32
- "tag": "g",
33
- "attrs": {
34
- "fill": "currentColor",
35
- "mask": "url(#mask0_622_8)"
36
28
  },
37
- "children": [
38
- {
39
- "tag": "path",
40
- "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" }
41
- },
42
- {
43
- "tag": "path",
44
- "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" }
45
- },
46
- {
47
- "tag": "path",
48
- "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" }
49
- },
50
- {
51
- "tag": "path",
52
- "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" }
53
- },
54
- {
55
- "tag": "path",
56
- "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" }
57
- },
58
- {
59
- "tag": "path",
60
- "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" }
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "fill": "currentColor",
33
+ "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"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "fill": "currentColor",
40
+ "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"
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "fill": "currentColor",
47
+ "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"
48
+ }
49
+ },
50
+ {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "fill": "currentColor",
54
+ "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"
61
55
  }
62
- ]
63
- }]
56
+ }
57
+ ]
64
58
  };
65
59
  const SequenceIcon = forwardRef(function SequenceIcon$1(props, ref) {
66
60
  return createElement(IconBase, Object.assign({}, props, {
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base';
2
+ export declare const SlashDoubleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SlashDoubleIcon;
@@ -0,0 +1,43 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base";
3
+
4
+ //#region ts/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": "M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "fill": "colorChannel1",
26
+ "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",
27
+ "fillRule": "evenodd",
28
+ "clipRule": "evenodd"
29
+ }
30
+ }]
31
+ };
32
+ const SlashDoubleIcon = forwardRef(function SlashDoubleIcon$1(props, ref) {
33
+ return createElement(IconBase, Object.assign({}, props, {
34
+ id: "slash-double-icon",
35
+ ref,
36
+ icon: element
37
+ }));
38
+ });
39
+ SlashDoubleIcon.displayName = "SlashDoubleIcon";
40
+ var slash_double_icon_default = SlashDoubleIcon;
41
+
42
+ //#endregion
43
+ export { SlashDoubleIcon, slash_double_icon_default as default };
@@ -11,91 +11,48 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "g",
16
- "attrs": { "clipPath": "url(#star-incomplete-double-icon_clip0_613_177)" },
17
- "children": [
18
- {
19
- "tag": "mask",
20
- "attrs": {
21
- "id": "mask0_613_177",
22
- "width": 10,
23
- "height": 20,
24
- "x": 10,
25
- "y": 0,
26
- "maskUnits": "userSpaceOnUse"
27
- },
28
- "children": [{
29
- "tag": "path",
30
- "attrs": {
31
- "fill": "#C4C4C4",
32
- "stroke": "#F7D564",
33
- "d": "M10.37.37H19.63V19.63H10.37z",
34
- "strokeWidth": .74
35
- }
36
- }]
37
- },
38
- {
39
- "tag": "g",
40
- "attrs": { "mask": "url(#mask0_613_177)" },
41
- "children": [{
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
- }]
14
+ "children": [
15
+ {
16
+ "tag": "path",
17
+ "attrs": {
18
+ "fill": "colorChannel1",
19
+ "stroke": "currentColor",
20
+ "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",
21
+ "strokeWidth": .74
22
+ }
23
+ },
24
+ {
25
+ "tag": "mask",
26
+ "attrs": {
27
+ "id": "mask1_613_177",
28
+ "width": 10,
29
+ "height": 20,
30
+ "x": 0,
31
+ "y": 0,
32
+ "maskUnits": "userSpaceOnUse"
50
33
  },
51
- {
52
- "tag": "mask",
34
+ "children": [{
35
+ "tag": "path",
53
36
  "attrs": {
54
- "id": "mask1_613_177",
55
- "width": 10,
56
- "height": 20,
57
- "x": 0,
58
- "y": 0,
59
- "maskUnits": "userSpaceOnUse"
60
- },
61
- "children": [{
62
- "tag": "path",
63
- "attrs": {
64
- "fill": "#C4C4C4",
65
- "d": "M0 0H10V20H0z"
66
- }
67
- }]
68
- },
69
- {
70
- "tag": "g",
71
- "attrs": { "mask": "url(#mask1_613_177)" },
72
- "children": [{
73
- "tag": "path",
74
- "attrs": {
75
- "fill": "currentColor",
76
- "stroke": "currentColor",
77
- "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",
78
- "strokeWidth": .74
79
- }
80
- }]
81
- }
82
- ]
83
- }, {
84
- "tag": "defs",
85
- "attrs": {},
86
- "children": [{
87
- "tag": "clipPath",
88
- "attrs": { "id": "star-incomplete-double-icon_clip0_613_177" },
37
+ "fill": "#C4C4C4",
38
+ "d": "M0 0H10V20H0z"
39
+ }
40
+ }]
41
+ },
42
+ {
43
+ "tag": "g",
44
+ "attrs": { "mask": "url(#mask1_613_177)" },
89
45
  "children": [{
90
46
  "tag": "path",
91
47
  "attrs": {
92
- "fill": "white",
93
- "d": "M0 0H20V20H0z"
48
+ "fill": "currentColor",
49
+ "stroke": "currentColor",
50
+ "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",
51
+ "strokeWidth": .74
94
52
  }
95
53
  }]
96
- }]
97
- }],
98
- "defIds": ["star-incomplete-double-icon_clip0_613_177"]
54
+ }
55
+ ]
99
56
  };
100
57
  const StarIncompleteDoubleIcon = forwardRef(function StarIncompleteDoubleIcon$1(props, ref) {
101
58
  return createElement(IconBase, Object.assign({}, props, {
@@ -11,85 +11,64 @@ const element = {
11
11
  "width": "1em",
12
12
  "height": "1em"
13
13
  },
14
- "children": [{
15
- "tag": "mask",
16
- "attrs": {
17
- "id": "mask0_107_1282",
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": "colorChannel1",
19
+ "d": "M4.0001 14.667H2.66677C1.93039 14.667 1.33344 14.07 1.33344 13.3337V12.0003H2.66677V13.3337L4.0001 13.3337V14.667Z"
20
+ }
21
+ },
22
+ {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "fill": "colorChannel1",
26
+ "d": "M1.33344 6.66699H2.66677V9.33366H1.33344V6.66699Z"
27
+ }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "fill": "colorChannel1",
33
+ "d": "M6.66677 14.667V13.3337H7.33344V10.667H8.66677V13.3337H9.33344V14.667H6.66677Z"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "fill": "colorChannel1",
40
+ "d": "M12.0001 14.667V13.3337H13.3334V12.0003H14.6668V13.3337C14.6668 14.07 14.0698 14.667 13.3334 14.667H12.0001Z"
41
+ }
23
42
  },
24
- "children": [{
43
+ {
25
44
  "tag": "path",
26
45
  "attrs": {
27
- "fill": "#DCDCDC",
28
- "d": "M0 0H16V16H0z"
46
+ "fill": "colorChannel1",
47
+ "d": "M14.6668 9.33366H13.3334V8.66699H10.6668V7.33366H13.3334V6.66699H14.6668V9.33366Z"
29
48
  }
30
- }]
31
- }, {
32
- "tag": "g",
33
- "attrs": { "mask": "url(#mask0_107_1282)" },
34
- "children": [
35
- {
36
- "tag": "path",
37
- "attrs": {
38
- "fill": "colorChannel1",
39
- "d": "M4.0001 14.667H2.66677C1.93039 14.667 1.33344 14.07 1.33344 13.3337V12.0003H2.66677V13.3337L4.0001 13.3337V14.667Z"
40
- }
41
- },
42
- {
43
- "tag": "path",
44
- "attrs": {
45
- "fill": "colorChannel1",
46
- "d": "M1.33344 6.66699H2.66677V9.33366H1.33344V6.66699Z"
47
- }
48
- },
49
- {
50
- "tag": "path",
51
- "attrs": {
52
- "fill": "colorChannel1",
53
- "d": "M6.66677 14.667V13.3337H7.33344V10.667H8.66677V13.3337H9.33344V14.667H6.66677Z"
54
- }
55
- },
56
- {
57
- "tag": "path",
58
- "attrs": {
59
- "fill": "colorChannel1",
60
- "d": "M12.0001 14.667V13.3337H13.3334V12.0003H14.6668V13.3337C14.6668 14.07 14.0698 14.667 13.3334 14.667H12.0001Z"
61
- }
62
- },
63
- {
64
- "tag": "path",
65
- "attrs": {
66
- "fill": "colorChannel1",
67
- "d": "M14.6668 9.33366H13.3334V8.66699H10.6668V7.33366H13.3334V6.66699H14.6668V9.33366Z"
68
- }
69
- },
70
- {
71
- "tag": "path",
72
- "attrs": {
73
- "fill": "colorChannel1",
74
- "d": "M7.33344 2.66699V5.33366H8.66677V2.66699H7.33344Z"
75
- }
76
- },
77
- {
78
- "tag": "path",
79
- "attrs": {
80
- "fill": "colorChannel1",
81
- "d": "M5.33344 8.66699H2.66677V7.33366H5.33344V8.66699Z"
82
- }
83
- },
84
- {
85
- "tag": "path",
86
- "attrs": {
87
- "fill": "currentColor",
88
- "d": "M1.33344 2.66789V4.00122H2.66677L2.66677 2.66789H13.3334V4.00122H14.6668V2.66789C14.6668 1.93151 14.0698 1.33455 13.3334 1.33455H2.66677C1.93039 1.33455 1.33344 1.93151 1.33344 2.66789Z"
89
- }
49
+ },
50
+ {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "fill": "colorChannel1",
54
+ "d": "M7.33344 2.66699V5.33366H8.66677V2.66699H7.33344Z"
55
+ }
56
+ },
57
+ {
58
+ "tag": "path",
59
+ "attrs": {
60
+ "fill": "colorChannel1",
61
+ "d": "M5.33344 8.66699H2.66677V7.33366H5.33344V8.66699Z"
62
+ }
63
+ },
64
+ {
65
+ "tag": "path",
66
+ "attrs": {
67
+ "fill": "currentColor",
68
+ "d": "M1.33344 2.66789V4.00122H2.66677L2.66677 2.66789H13.3334V4.00122H14.6668V2.66789C14.6668 1.93151 14.0698 1.33455 13.3334 1.33455H2.66677C1.93039 1.33455 1.33344 1.93151 1.33344 2.66789Z"
90
69
  }
91
- ]
92
- }]
70
+ }
71
+ ]
93
72
  };
94
73
  const UpBorderDoubleIcon = forwardRef(function UpBorderDoubleIcon$1(props, ref) {
95
74
  return createElement(IconBase, Object.assign({}, props, {