@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.
- package/dist/cjs/addition-and-subtraction-icon.cjs +26 -40
- package/dist/cjs/adjust-height-double-icon.cjs +18 -39
- package/dist/cjs/adjust-width-double-icon.cjs +18 -39
- package/dist/cjs/auto-height-double-icon.cjs +20 -41
- package/dist/cjs/auto-width-double-icon.cjs +20 -41
- package/dist/cjs/back-slash-double-icon.cjs +70 -0
- package/dist/cjs/clear-format-double-icon.cjs +11 -32
- package/dist/cjs/copy-double-icon.cjs +10 -31
- package/dist/cjs/delete-cell-move-down-double-icon.cjs +10 -31
- package/dist/cjs/delete-cell-shift-left-double-icon.cjs +10 -32
- package/dist/cjs/delete-cell-shift-right-double-icon.cjs +10 -31
- package/dist/cjs/delete-cell-shift-up-double-icon.cjs +10 -32
- package/dist/cjs/delete-column-double-icon.cjs +10 -31
- package/dist/cjs/delete-row-double-icon.cjs +10 -31
- package/dist/cjs/direct-export-icon.cjs +19 -36
- package/dist/cjs/down-border-double-icon.cjs +53 -74
- package/dist/cjs/grid-icon.cjs +6 -27
- package/dist/cjs/hide-double-icon.cjs +10 -31
- package/dist/cjs/horizontal-border-double-icon.cjs +67 -88
- package/dist/cjs/index.cjs +20 -20
- package/dist/cjs/inner-border-double-icon.cjs +11 -32
- package/dist/cjs/insert-cell-down-double-icon.cjs +10 -31
- package/dist/cjs/insert-cell-shift-right-double-icon.cjs +10 -31
- package/dist/cjs/insert-comment-double-icon.cjs +10 -31
- package/dist/cjs/insert-double-icon.cjs +9 -30
- package/dist/cjs/insert-link-double-icon.cjs +9 -30
- package/dist/cjs/insert-row-above-double-icon.cjs +10 -31
- package/dist/cjs/insert-row-below-double-icon.cjs +10 -32
- package/dist/cjs/left-border-double-icon.cjs +53 -74
- package/dist/cjs/left-double-diagonal-double-icon.cjs +68 -0
- package/dist/cjs/left-insert-column-double-icon.cjs +10 -31
- package/dist/cjs/left-tridiagonal-double-icon.cjs +68 -0
- package/dist/cjs/outer-border-double-icon.cjs +34 -55
- package/dist/cjs/paste-special-double-icon.cjs +20 -41
- package/dist/cjs/reduce-double-icon.cjs +9 -30
- package/dist/cjs/right-border-double-icon.cjs +53 -74
- package/dist/cjs/right-double-diagonal-double-icon.cjs +68 -0
- package/dist/cjs/right-insert-column-double-icon.cjs +10 -32
- package/dist/cjs/sequence-icon.cjs +38 -44
- package/dist/cjs/slash-double-icon.cjs +70 -0
- package/dist/cjs/star-incomplete-double-icon.cjs +35 -78
- package/dist/cjs/up-border-double-icon.cjs +53 -74
- package/dist/cjs/vertical-border-double-icon.cjs +67 -89
- package/dist/cjs/vertical-integration-icon.cjs +9 -25
- package/dist/cjs/zen-icon.cjs +4 -26
- package/dist/esm/addition-and-subtraction-icon.js +26 -40
- package/dist/esm/adjust-height-double-icon.js +18 -39
- package/dist/esm/adjust-width-double-icon.js +18 -39
- package/dist/esm/auto-height-double-icon.js +20 -41
- package/dist/esm/auto-width-double-icon.js +20 -41
- package/dist/esm/{left-tridiagonal-icon.d.ts → back-slash-double-icon.d.ts} +2 -2
- package/dist/esm/back-slash-double-icon.js +43 -0
- package/dist/esm/clear-format-double-icon.js +11 -32
- package/dist/esm/copy-double-icon.js +10 -31
- package/dist/esm/delete-cell-move-down-double-icon.js +10 -31
- package/dist/esm/delete-cell-shift-left-double-icon.js +10 -32
- package/dist/esm/delete-cell-shift-right-double-icon.js +10 -31
- package/dist/esm/delete-cell-shift-up-double-icon.js +10 -32
- package/dist/esm/delete-column-double-icon.js +10 -31
- package/dist/esm/delete-row-double-icon.js +10 -31
- package/dist/esm/direct-export-icon.js +19 -36
- package/dist/esm/down-border-double-icon.js +53 -74
- package/dist/esm/grid-icon.js +6 -27
- package/dist/esm/hide-double-icon.js +10 -31
- package/dist/esm/horizontal-border-double-icon.js +67 -88
- package/dist/esm/index.d.ts +5 -5
- package/dist/esm/index.js +6 -6
- package/dist/esm/inner-border-double-icon.js +11 -32
- package/dist/esm/insert-cell-down-double-icon.js +10 -31
- package/dist/esm/insert-cell-shift-right-double-icon.js +10 -31
- package/dist/esm/insert-comment-double-icon.js +10 -31
- package/dist/esm/insert-double-icon.js +9 -30
- package/dist/esm/insert-link-double-icon.js +9 -30
- package/dist/esm/insert-row-above-double-icon.js +10 -31
- package/dist/esm/insert-row-below-double-icon.js +10 -32
- package/dist/esm/left-border-double-icon.js +53 -74
- package/dist/esm/left-double-diagonal-double-icon.d.ts +3 -0
- package/dist/esm/left-double-diagonal-double-icon.js +41 -0
- package/dist/esm/left-insert-column-double-icon.js +10 -31
- package/dist/esm/left-tridiagonal-double-icon.d.ts +3 -0
- package/dist/esm/left-tridiagonal-double-icon.js +41 -0
- package/dist/esm/outer-border-double-icon.js +34 -55
- package/dist/esm/paste-special-double-icon.js +20 -41
- package/dist/esm/reduce-double-icon.js +9 -30
- package/dist/esm/right-border-double-icon.js +53 -74
- package/dist/esm/right-double-diagonal-double-icon.d.ts +3 -0
- package/dist/esm/right-double-diagonal-double-icon.js +41 -0
- package/dist/esm/right-insert-column-double-icon.js +10 -32
- package/dist/esm/sequence-icon.js +38 -44
- package/dist/esm/slash-double-icon.d.ts +3 -0
- package/dist/esm/slash-double-icon.js +43 -0
- package/dist/esm/star-incomplete-double-icon.js +35 -78
- package/dist/esm/up-border-double-icon.js +53 -74
- package/dist/esm/vertical-border-double-icon.js +67 -89
- package/dist/esm/vertical-integration-icon.js +9 -25
- package/dist/esm/zen-icon.js +4 -26
- package/package.json +2 -2
- package/dist/cjs/back-slash-icon.cjs +0 -91
- package/dist/cjs/left-double-diagonal-icon.cjs +0 -89
- package/dist/cjs/left-tridiagonal-icon.cjs +0 -89
- package/dist/cjs/right-double-diagonal-icon.cjs +0 -89
- package/dist/cjs/slash-icon.cjs +0 -91
- package/dist/esm/back-slash-icon.d.ts +0 -3
- package/dist/esm/back-slash-icon.js +0 -64
- package/dist/esm/left-double-diagonal-icon.d.ts +0 -3
- package/dist/esm/left-double-diagonal-icon.js +0 -62
- package/dist/esm/left-tridiagonal-icon.js +0 -62
- package/dist/esm/right-double-diagonal-icon.d.ts +0 -3
- package/dist/esm/right-double-diagonal-icon.js +0 -62
- package/dist/esm/slash-icon.d.ts +0 -3
- package/dist/esm/slash-icon.js +0 -64
|
@@ -38,42 +38,21 @@ const element = {
|
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
40
|
"children": [{
|
|
41
|
-
"tag": "
|
|
41
|
+
"tag": "path",
|
|
42
42
|
"attrs": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
"maskUnits": "userSpaceOnUse"
|
|
49
|
-
},
|
|
50
|
-
"children": [{
|
|
51
|
-
"tag": "path",
|
|
52
|
-
"attrs": {
|
|
53
|
-
"fill": "#DCDCDC",
|
|
54
|
-
"d": "M0 0H16V16H0z"
|
|
55
|
-
}
|
|
56
|
-
}]
|
|
43
|
+
"fill": "currentColor",
|
|
44
|
+
"d": "M13.3333 13.4087C14.0697 13.4087 14.6666 12.8117 14.6666 12.0754L14.6666 9.40869C14.6666 8.67231 14.0697 8.07536 13.3333 8.07536L2.66663 8.07536C1.93023 8.07536 1.33329 8.67231 1.33329 9.40869L1.33329 12.0754C1.33329 12.8117 1.93023 13.4087 2.66663 13.4087L13.3333 13.4087ZM2.66663 12.0754L13.3333 12.0754L13.3333 9.40869L2.66663 9.40869L2.66663 12.0754Z",
|
|
45
|
+
"fillRule": "evenodd",
|
|
46
|
+
"clipRule": "evenodd"
|
|
47
|
+
}
|
|
57
48
|
}, {
|
|
58
|
-
"tag": "
|
|
49
|
+
"tag": "path",
|
|
59
50
|
"attrs": {
|
|
60
|
-
"
|
|
51
|
+
"fill": "colorChannel1",
|
|
52
|
+
"d": "M7.74168 2.59137C8.10987 2.59137 8.40835 2.88984 8.40835 3.25804L8.40835 4.33309L9.48348 4.33309C9.85167 4.33309 10.1501 4.63156 10.1501 4.99976C10.1501 5.36794 9.85167 5.66642 9.48348 5.66642L8.40835 5.66642L8.40835 6.74154C8.40835 7.10973 8.10987 7.4082 7.74168 7.4082C7.37349 7.4082 7.07501 7.10973 7.07501 6.74154L7.07501 5.66642L5.99998 5.66642C5.63179 5.66642 5.33331 5.36794 5.33331 4.99976C5.33331 4.63156 5.63179 4.33309 5.99998 4.33309L7.07501 4.33309L7.07501 3.25804C7.07501 2.88984 7.37349 2.59137 7.74168 2.59137Z",
|
|
61
53
|
"fillRule": "evenodd",
|
|
62
54
|
"clipRule": "evenodd"
|
|
63
|
-
}
|
|
64
|
-
"children": [{
|
|
65
|
-
"tag": "path",
|
|
66
|
-
"attrs": {
|
|
67
|
-
"fill": "currentColor",
|
|
68
|
-
"d": "M13.3333 13.4087C14.0697 13.4087 14.6666 12.8117 14.6666 12.0754L14.6666 9.40869C14.6666 8.67231 14.0697 8.07536 13.3333 8.07536L2.66663 8.07536C1.93023 8.07536 1.33329 8.67231 1.33329 9.40869L1.33329 12.0754C1.33329 12.8117 1.93023 13.4087 2.66663 13.4087L13.3333 13.4087ZM2.66663 12.0754L13.3333 12.0754L13.3333 9.40869L2.66663 9.40869L2.66663 12.0754Z"
|
|
69
|
-
}
|
|
70
|
-
}, {
|
|
71
|
-
"tag": "path",
|
|
72
|
-
"attrs": {
|
|
73
|
-
"fill": "colorChannel1",
|
|
74
|
-
"d": "M7.74168 2.59137C8.10987 2.59137 8.40835 2.88984 8.40835 3.25804L8.40835 4.33309L9.48348 4.33309C9.85167 4.33309 10.1501 4.63156 10.1501 4.99976C10.1501 5.36794 9.85167 5.66642 9.48348 5.66642L8.40835 5.66642L8.40835 6.74154C8.40835 7.10973 8.10987 7.4082 7.74168 7.4082C7.37349 7.4082 7.07501 7.10973 7.07501 6.74154L7.07501 5.66642L5.99998 5.66642C5.63179 5.66642 5.33331 5.36794 5.33331 4.99976C5.33331 4.63156 5.63179 4.33309 5.99998 4.33309L7.07501 4.33309L7.07501 3.25804C7.07501 2.88984 7.37349 2.59137 7.74168 2.59137Z"
|
|
75
|
-
}
|
|
76
|
-
}]
|
|
55
|
+
}
|
|
77
56
|
}]
|
|
78
57
|
};
|
|
79
58
|
const InsertRowAboveDoubleIcon = (0, react.forwardRef)(function InsertRowAboveDoubleIcon$1(props, ref) {
|
|
@@ -38,43 +38,21 @@ const element = {
|
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
40
|
"children": [{
|
|
41
|
-
"tag": "
|
|
41
|
+
"tag": "path",
|
|
42
42
|
"attrs": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
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.66671 2.59131C1.93033 2.59131 1.33337 3.18826 1.33337 3.92464L1.33337 6.59131C1.33337 7.32769 1.93033 7.92464 2.66671 7.92464L13.3334 7.92464C14.0698 7.92464 14.6667 7.32769 14.6667 6.59131L14.6667 3.92464C14.6667 3.18826 14.0698 2.59131 13.3334 2.59131L2.66671 2.59131ZM13.3334 3.92464L2.66671 3.92464L2.66671 6.59131L13.3334 6.59131L13.3334 3.92464Z",
|
|
45
|
+
"fillRule": "evenodd",
|
|
46
|
+
"clipRule": "evenodd"
|
|
47
|
+
}
|
|
58
48
|
}, {
|
|
59
|
-
"tag": "
|
|
49
|
+
"tag": "path",
|
|
60
50
|
"attrs": {
|
|
61
|
-
"
|
|
51
|
+
"fill": "colorChannel1",
|
|
52
|
+
"d": "M8.25838 13.4086C7.8902 13.4086 7.59172 13.1102 7.59172 12.742L7.59172 11.6669L6.51658 11.6669C6.14839 11.6669 5.84992 11.3684 5.84991 11.0002C5.84991 10.6321 6.14839 10.3336 6.51658 10.3336L7.59172 10.3336L7.59171 9.25846C7.59171 8.89027 7.89019 8.5918 8.25838 8.5918C8.62657 8.5918 8.92505 8.89027 8.92505 9.25846L8.92505 10.3336L10.0001 10.3336C10.3683 10.3336 10.6667 10.6321 10.6667 11.0002C10.6667 11.3684 10.3683 11.6669 10.0001 11.6669L8.92505 11.6669L8.92505 12.742C8.92505 13.1102 8.62658 13.4086 8.25838 13.4086Z",
|
|
62
53
|
"fillRule": "evenodd",
|
|
63
54
|
"clipRule": "evenodd"
|
|
64
|
-
}
|
|
65
|
-
"children": [{
|
|
66
|
-
"tag": "path",
|
|
67
|
-
"attrs": {
|
|
68
|
-
"fill": "currentColor",
|
|
69
|
-
"d": "M2.66671 2.59131C1.93033 2.59131 1.33337 3.18826 1.33337 3.92464L1.33337 6.59131C1.33337 7.32769 1.93033 7.92464 2.66671 7.92464L13.3334 7.92464C14.0698 7.92464 14.6667 7.32769 14.6667 6.59131L14.6667 3.92464C14.6667 3.18826 14.0698 2.59131 13.3334 2.59131L2.66671 2.59131ZM13.3334 3.92464L2.66671 3.92464L2.66671 6.59131L13.3334 6.59131L13.3334 3.92464Z"
|
|
70
|
-
}
|
|
71
|
-
}, {
|
|
72
|
-
"tag": "path",
|
|
73
|
-
"attrs": {
|
|
74
|
-
"fill": "colorChannel1",
|
|
75
|
-
"d": "M8.25838 13.4086C7.8902 13.4086 7.59172 13.1102 7.59172 12.742L7.59172 11.6669L6.51658 11.6669C6.14839 11.6669 5.84992 11.3684 5.84991 11.0002C5.84991 10.6321 6.14839 10.3336 6.51658 10.3336L7.59172 10.3336L7.59171 9.25846C7.59171 8.89027 7.89019 8.5918 8.25838 8.5918C8.62657 8.5918 8.92505 8.89027 8.92505 9.25846L8.92505 10.3336L10.0001 10.3336C10.3683 10.3336 10.6667 10.6321 10.6667 11.0002C10.6667 11.3684 10.3683 11.6669 10.0001 11.6669L8.92505 11.6669L8.92505 12.742C8.92505 13.1102 8.62658 13.4086 8.25838 13.4086Z"
|
|
76
|
-
}
|
|
77
|
-
}]
|
|
55
|
+
}
|
|
78
56
|
}]
|
|
79
57
|
};
|
|
80
58
|
const InsertRowBelowDoubleIcon = (0, react.forwardRef)(function InsertRowBelowDoubleIcon$1(props, ref) {
|
|
@@ -37,85 +37,64 @@ const element = {
|
|
|
37
37
|
"width": "1em",
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
|
-
"children": [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
"children": [
|
|
41
|
+
{
|
|
42
|
+
"tag": "path",
|
|
43
|
+
"attrs": {
|
|
44
|
+
"fill": "colorChannel1",
|
|
45
|
+
"d": "M14.6664 3.99967L14.6664 2.66634C14.6664 1.92996 14.0694 1.33301 13.333 1.33301L11.9997 1.33301L11.9997 2.66634L13.333 2.66634L13.333 3.99967L14.6664 3.99967Z"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"tag": "path",
|
|
50
|
+
"attrs": {
|
|
51
|
+
"fill": "colorChannel1",
|
|
52
|
+
"d": "M6.66638 1.33301L6.66638 2.66634L9.33305 2.66634L9.33305 1.33301L6.66638 1.33301Z"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"tag": "path",
|
|
57
|
+
"attrs": {
|
|
58
|
+
"fill": "colorChannel1",
|
|
59
|
+
"d": "M14.6664 6.66634L13.333 6.66634L13.333 7.33301L10.6664 7.33301L10.6664 8.66634L13.333 8.66634L13.333 9.33301L14.6664 9.33301L14.6664 6.66634Z"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"tag": "path",
|
|
64
|
+
"attrs": {
|
|
65
|
+
"fill": "colorChannel1",
|
|
66
|
+
"d": "M14.6664 11.9997L13.333 11.9997L13.333 13.333L11.9997 13.333L11.9997 14.6663L13.333 14.6663C14.0694 14.6663 14.6664 14.0694 14.6664 13.333L14.6664 11.9997Z"
|
|
67
|
+
}
|
|
49
68
|
},
|
|
50
|
-
|
|
69
|
+
{
|
|
51
70
|
"tag": "path",
|
|
52
71
|
"attrs": {
|
|
53
|
-
"fill": "
|
|
54
|
-
"d": "
|
|
72
|
+
"fill": "colorChannel1",
|
|
73
|
+
"d": "M9.33305 14.6663L9.33305 13.333L8.66638 13.333L8.66638 10.6663L7.33305 10.6663L7.33305 13.333L6.66638 13.333L6.66638 14.6663L9.33305 14.6663Z"
|
|
55
74
|
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"tag": "path",
|
|
77
|
-
"attrs": {
|
|
78
|
-
"fill": "colorChannel1",
|
|
79
|
-
"d": "M14.6664 6.66634L13.333 6.66634L13.333 7.33301L10.6664 7.33301L10.6664 8.66634L13.333 8.66634L13.333 9.33301L14.6664 9.33301L14.6664 6.66634Z"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"tag": "path",
|
|
84
|
-
"attrs": {
|
|
85
|
-
"fill": "colorChannel1",
|
|
86
|
-
"d": "M14.6664 11.9997L13.333 11.9997L13.333 13.333L11.9997 13.333L11.9997 14.6663L13.333 14.6663C14.0694 14.6663 14.6664 14.0694 14.6664 13.333L14.6664 11.9997Z"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"tag": "path",
|
|
91
|
-
"attrs": {
|
|
92
|
-
"fill": "colorChannel1",
|
|
93
|
-
"d": "M9.33305 14.6663L9.33305 13.333L8.66638 13.333L8.66638 10.6663L7.33305 10.6663L7.33305 13.333L6.66638 13.333L6.66638 14.6663L9.33305 14.6663Z"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"tag": "path",
|
|
98
|
-
"attrs": {
|
|
99
|
-
"fill": "colorChannel1",
|
|
100
|
-
"d": "M2.66638 7.33301L5.33305 7.33301L5.33305 8.66634L2.66638 8.66634L2.66638 7.33301Z"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"tag": "path",
|
|
105
|
-
"attrs": {
|
|
106
|
-
"fill": "colorChannel1",
|
|
107
|
-
"d": "M8.66638 5.33301L8.66638 2.66634L7.33305 2.66634L7.33305 5.33301L8.66638 5.33301Z"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"tag": "path",
|
|
112
|
-
"attrs": {
|
|
113
|
-
"fill": "currentColor",
|
|
114
|
-
"d": "M2.66667 1.33301L4 1.33301L4 2.66634L2.66667 2.66634L2.66667 13.333L4 13.333L4 14.6663L2.66667 14.6663C1.93029 14.6663 1.33333 14.0694 1.33333 13.333L1.33333 2.66634C1.33333 1.92996 1.93029 1.33301 2.66667 1.33301Z"
|
|
115
|
-
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"tag": "path",
|
|
78
|
+
"attrs": {
|
|
79
|
+
"fill": "colorChannel1",
|
|
80
|
+
"d": "M2.66638 7.33301L5.33305 7.33301L5.33305 8.66634L2.66638 8.66634L2.66638 7.33301Z"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"tag": "path",
|
|
85
|
+
"attrs": {
|
|
86
|
+
"fill": "colorChannel1",
|
|
87
|
+
"d": "M8.66638 5.33301L8.66638 2.66634L7.33305 2.66634L7.33305 5.33301L8.66638 5.33301Z"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"tag": "path",
|
|
92
|
+
"attrs": {
|
|
93
|
+
"fill": "currentColor",
|
|
94
|
+
"d": "M2.66667 1.33301L4 1.33301L4 2.66634L2.66667 2.66634L2.66667 13.333L4 13.333L4 14.6663L2.66667 14.6663C1.93029 14.6663 1.33333 14.0694 1.33333 13.333L1.33333 2.66634C1.33333 1.92996 1.93029 1.33301 2.66667 1.33301Z"
|
|
116
95
|
}
|
|
117
|
-
|
|
118
|
-
|
|
96
|
+
}
|
|
97
|
+
]
|
|
119
98
|
};
|
|
120
99
|
const LeftBorderDoubleIcon = (0, react.forwardRef)(function LeftBorderDoubleIcon$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/left-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 16 16",
|
|
37
|
+
"width": "1em",
|
|
38
|
+
"height": "1em"
|
|
39
|
+
},
|
|
40
|
+
"children": [{
|
|
41
|
+
"tag": "path",
|
|
42
|
+
"attrs": {
|
|
43
|
+
"fill": "currentColor",
|
|
44
|
+
"d": "M3.2987 2.39556L14.424 7.49259L13.9241 8.58354L4.06409 4.06617L8.58147 13.9262L7.49051 14.426L2.39348 3.30078L2.08524 3.15956L2.20701 2.89377L2.06653 2.58713L2.42214 2.42421L2.58506 2.0686L2.89169 2.20909L3.15748 2.08732L3.2987 2.39556Z"
|
|
45
|
+
}
|
|
46
|
+
}, {
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"fill": "colorChannel1",
|
|
50
|
+
"d": "M1.34351 12.0924L1.34351 13.4565C1.34351 14.1193 1.88077 14.6565 2.54351 14.6565L3.90764 14.6565L3.90764 13.3265L2.67351 13.3265L2.67351 12.0924L1.34351 12.0924ZM3.90763 1.34351L2.54351 1.34351C1.88076 1.34351 1.34351 1.88076 1.34351 2.54351L1.34351 3.90764L2.67351 3.90764L2.67351 2.67351L3.90763 2.67351L3.90763 1.34351ZM1.34351 9.36415L2.67351 9.36415L2.67351 6.63589L1.34351 6.63589L1.34351 9.36415ZM6.63589 1.34351L6.63589 2.67351L9.36415 2.67351L9.36415 1.34351L6.63589 1.34351ZM12.0924 1.34351L12.0924 2.67351L13.3265 2.67351L13.3265 3.90763L14.6565 3.90763L14.6565 2.54351C14.6565 1.88076 14.1193 1.34351 13.4565 1.34351L12.0924 1.34351ZM14.6565 6.63589L13.3265 6.63589L13.3265 9.36415L14.6565 9.36415L14.6565 6.63589ZM14.6565 12.0924L13.3265 12.0924L13.3265 13.3265L12.0924 13.3265L12.0924 14.6565L13.4565 14.6565C14.1193 14.6565 14.6565 14.1193 14.6565 13.4565L14.6565 12.0924ZM9.36415 14.6565L9.36415 13.3265L6.63589 13.3265L6.63589 14.6565L9.36415 14.6565Z",
|
|
51
|
+
"fillRule": "evenodd",
|
|
52
|
+
"clipRule": "evenodd"
|
|
53
|
+
}
|
|
54
|
+
}]
|
|
55
|
+
};
|
|
56
|
+
const LeftDoubleDiagonalDoubleIcon = (0, react.forwardRef)(function LeftDoubleDiagonalDoubleIcon$1(props, ref) {
|
|
57
|
+
return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
|
|
58
|
+
id: "left-double-diagonal-double-icon",
|
|
59
|
+
ref,
|
|
60
|
+
icon: element
|
|
61
|
+
}));
|
|
62
|
+
});
|
|
63
|
+
LeftDoubleDiagonalDoubleIcon.displayName = "LeftDoubleDiagonalDoubleIcon";
|
|
64
|
+
var left_double_diagonal_double_icon_default = LeftDoubleDiagonalDoubleIcon;
|
|
65
|
+
|
|
66
|
+
//#endregion
|
|
67
|
+
exports.LeftDoubleDiagonalDoubleIcon = LeftDoubleDiagonalDoubleIcon;
|
|
68
|
+
exports.default = left_double_diagonal_double_icon_default;
|
|
@@ -38,42 +38,21 @@ const element = {
|
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
40
|
"children": [{
|
|
41
|
-
"tag": "
|
|
41
|
+
"tag": "path",
|
|
42
42
|
"attrs": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
"maskUnits": "userSpaceOnUse"
|
|
49
|
-
},
|
|
50
|
-
"children": [{
|
|
51
|
-
"tag": "path",
|
|
52
|
-
"attrs": {
|
|
53
|
-
"fill": "#DCDCDC",
|
|
54
|
-
"d": "M0 0H16V16H0z"
|
|
55
|
-
}
|
|
56
|
-
}]
|
|
43
|
+
"fill": "currentColor",
|
|
44
|
+
"d": "M13.4322 2.66683C13.4322 1.93045 12.8352 1.3335 12.0989 1.3335H9.43219C8.69581 1.3335 8.09886 1.93045 8.09886 2.66683V13.3335C8.09886 14.0699 8.69581 14.6668 9.43219 14.6668H12.0989C12.8352 14.6668 13.4322 14.0699 13.4322 13.3335V2.66683ZM12.0989 13.3335V2.66683H9.43219V13.3335H12.0989Z",
|
|
45
|
+
"fillRule": "evenodd",
|
|
46
|
+
"clipRule": "evenodd"
|
|
47
|
+
}
|
|
57
48
|
}, {
|
|
58
|
-
"tag": "
|
|
49
|
+
"tag": "path",
|
|
59
50
|
"attrs": {
|
|
60
|
-
"
|
|
51
|
+
"fill": "colorChannel1",
|
|
52
|
+
"d": "M2.56769 7.99978C2.56769 7.63159 2.86616 7.33311 3.23435 7.33311H4.30941V6.25798C4.30941 5.88979 4.60788 5.59131 4.97607 5.59131C5.34426 5.59131 5.64274 5.88979 5.64274 6.25798V7.33311H6.71785C7.08604 7.33311 7.38452 7.63159 7.38452 7.99978C7.38452 8.36797 7.08604 8.66644 6.71785 8.66644H5.64274V9.74148C5.64274 10.1097 5.34426 10.4081 4.97607 10.4081C4.60788 10.4081 4.30941 10.1097 4.30941 9.74148V8.66644H3.23435C2.86616 8.66644 2.56769 8.36797 2.56769 7.99978Z",
|
|
61
53
|
"fillRule": "evenodd",
|
|
62
54
|
"clipRule": "evenodd"
|
|
63
|
-
}
|
|
64
|
-
"children": [{
|
|
65
|
-
"tag": "path",
|
|
66
|
-
"attrs": {
|
|
67
|
-
"fill": "currentColor",
|
|
68
|
-
"d": "M13.4322 2.66683C13.4322 1.93045 12.8352 1.3335 12.0989 1.3335H9.43219C8.69581 1.3335 8.09886 1.93045 8.09886 2.66683V13.3335C8.09886 14.0699 8.69581 14.6668 9.43219 14.6668H12.0989C12.8352 14.6668 13.4322 14.0699 13.4322 13.3335V2.66683ZM12.0989 13.3335V2.66683H9.43219V13.3335H12.0989Z"
|
|
69
|
-
}
|
|
70
|
-
}, {
|
|
71
|
-
"tag": "path",
|
|
72
|
-
"attrs": {
|
|
73
|
-
"fill": "colorChannel1",
|
|
74
|
-
"d": "M2.56769 7.99978C2.56769 7.63159 2.86616 7.33311 3.23435 7.33311H4.30941V6.25798C4.30941 5.88979 4.60788 5.59131 4.97607 5.59131C5.34426 5.59131 5.64274 5.88979 5.64274 6.25798V7.33311H6.71785C7.08604 7.33311 7.38452 7.63159 7.38452 7.99978C7.38452 8.36797 7.08604 8.66644 6.71785 8.66644H5.64274V9.74148C5.64274 10.1097 5.34426 10.4081 4.97607 10.4081C4.60788 10.4081 4.30941 10.1097 4.30941 9.74148V8.66644H3.23435C2.86616 8.66644 2.56769 8.36797 2.56769 7.99978Z"
|
|
75
|
-
}
|
|
76
|
-
}]
|
|
55
|
+
}
|
|
77
56
|
}]
|
|
78
57
|
};
|
|
79
58
|
const LeftInsertColumnDoubleIcon = (0, react.forwardRef)(function LeftInsertColumnDoubleIcon$1(props, ref) {
|
|
@@ -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/left-tridiagonal-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.33875 3.57255L2.23657 3.79614L2.72883 4.0211L7.58275 14.6428L8.67419 14.144L5.10931 6.34311L13.5649 14.7987L14.4134 13.9502L5.96172 5.49847L13.7573 9.0609L14.2561 7.96947L3.63438 3.11555L3.40942 2.62329L3.18782 2.72456L3.09973 2.63647L2.93861 2.7976L2.73534 2.70471L2.60444 2.99116L2.31799 3.12206L2.41088 3.32533L2.2512 3.485L2.33875 3.57255Z"
|
|
45
|
+
}
|
|
46
|
+
}, {
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"fill": "colorChannel1",
|
|
50
|
+
"d": "M1.6759 12.8102L1.6759 14.1743C1.6759 14.8371 2.21316 15.3743 2.8759 15.3743L4.24003 15.3743L4.24003 14.0443L3.0059 14.0443L3.0059 12.8102L1.6759 12.8102ZM4.24003 2.06128L2.8759 2.06128C2.21316 2.06128 1.6759 2.59854 1.6759 3.26128L1.6759 4.62541L3.0059 4.62541L3.0059 3.39128L4.24003 3.39128L4.24003 2.06128ZM1.6759 10.0819L3.0059 10.0819L3.0059 7.35367L1.6759 7.35367L1.6759 10.0819ZM6.96829 2.06128L6.96829 3.39128L9.69655 3.39128L9.69655 2.06128L6.96829 2.06128ZM12.4248 2.06128L12.4248 3.39128L13.6589 3.39128L13.6589 4.62541L14.9889 4.62541L14.9889 3.26128C14.9889 2.59854 14.4517 2.06128 13.7889 2.06128L12.4248 2.06128ZM14.9889 7.35367L13.6589 7.35367L13.6589 10.0819L14.9889 10.0819L14.9889 7.35367ZM14.9889 12.8102L13.6589 12.8102L13.6589 14.0443L12.4248 14.0443L12.4248 15.3743L13.7889 15.3743C14.4517 15.3743 14.9889 14.8371 14.9889 14.1743L14.9889 12.8102ZM9.69655 15.3743L9.69655 14.0443L6.96829 14.0443L6.96829 15.3743L9.69655 15.3743Z",
|
|
51
|
+
"fillRule": "evenodd",
|
|
52
|
+
"clipRule": "evenodd"
|
|
53
|
+
}
|
|
54
|
+
}]
|
|
55
|
+
};
|
|
56
|
+
const LeftTridiagonalDoubleIcon = (0, react.forwardRef)(function LeftTridiagonalDoubleIcon$1(props, ref) {
|
|
57
|
+
return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
|
|
58
|
+
id: "left-tridiagonal-double-icon",
|
|
59
|
+
ref,
|
|
60
|
+
icon: element
|
|
61
|
+
}));
|
|
62
|
+
});
|
|
63
|
+
LeftTridiagonalDoubleIcon.displayName = "LeftTridiagonalDoubleIcon";
|
|
64
|
+
var left_tridiagonal_double_icon_default = LeftTridiagonalDoubleIcon;
|
|
65
|
+
|
|
66
|
+
//#endregion
|
|
67
|
+
exports.LeftTridiagonalDoubleIcon = LeftTridiagonalDoubleIcon;
|
|
68
|
+
exports.default = left_tridiagonal_double_icon_default;
|
|
@@ -37,66 +37,45 @@ const element = {
|
|
|
37
37
|
"width": "1em",
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
|
-
"children": [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
"children": [
|
|
41
|
+
{
|
|
42
|
+
"tag": "path",
|
|
43
|
+
"attrs": {
|
|
44
|
+
"fill": "currentColor",
|
|
45
|
+
"d": "M13.3333 2.66634H2.66659V13.333H13.3333V2.66634ZM2.66659 1.33301C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H2.66659Z",
|
|
46
|
+
"fillRule": "evenodd",
|
|
47
|
+
"clipRule": "evenodd"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"tag": "path",
|
|
52
|
+
"attrs": {
|
|
53
|
+
"fill": "colorChannel1",
|
|
54
|
+
"d": "M7.33311 2.66748V5.33415H8.66644V2.66748H7.33311Z"
|
|
55
|
+
}
|
|
49
56
|
},
|
|
50
|
-
|
|
57
|
+
{
|
|
51
58
|
"tag": "path",
|
|
52
59
|
"attrs": {
|
|
53
|
-
"fill": "
|
|
54
|
-
"d": "
|
|
60
|
+
"fill": "colorChannel1",
|
|
61
|
+
"d": "M7.33311 10.6675V13.3341H8.66644V10.6675H7.33311Z"
|
|
55
62
|
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"tag": "path",
|
|
72
|
-
"attrs": {
|
|
73
|
-
"fill": "colorChannel1",
|
|
74
|
-
"d": "M7.33311 2.66748V5.33415H8.66644V2.66748H7.33311Z"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"tag": "path",
|
|
79
|
-
"attrs": {
|
|
80
|
-
"fill": "colorChannel1",
|
|
81
|
-
"d": "M7.33311 10.6675V13.3341H8.66644V10.6675H7.33311Z"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"tag": "path",
|
|
86
|
-
"attrs": {
|
|
87
|
-
"fill": "colorChannel1",
|
|
88
|
-
"d": "M13.3331 7.33415H10.6664V8.66748H13.3331V7.33415Z"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"tag": "path",
|
|
93
|
-
"attrs": {
|
|
94
|
-
"fill": "colorChannel1",
|
|
95
|
-
"d": "M5.33311 7.33415H2.66644V8.66748H5.33311V7.33415Z"
|
|
96
|
-
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"tag": "path",
|
|
66
|
+
"attrs": {
|
|
67
|
+
"fill": "colorChannel1",
|
|
68
|
+
"d": "M13.3331 7.33415H10.6664V8.66748H13.3331V7.33415Z"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"tag": "path",
|
|
73
|
+
"attrs": {
|
|
74
|
+
"fill": "colorChannel1",
|
|
75
|
+
"d": "M5.33311 7.33415H2.66644V8.66748H5.33311V7.33415Z"
|
|
97
76
|
}
|
|
98
|
-
|
|
99
|
-
|
|
77
|
+
}
|
|
78
|
+
]
|
|
100
79
|
};
|
|
101
80
|
const OuterBorderDoubleIcon = (0, react.forwardRef)(function OuterBorderDoubleIcon$1(props, ref) {
|
|
102
81
|
return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
|
|
@@ -37,52 +37,31 @@ const element = {
|
|
|
37
37
|
"width": "1em",
|
|
38
38
|
"height": "1em"
|
|
39
39
|
},
|
|
40
|
-
"children": [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"y": 0,
|
|
48
|
-
"maskUnits": "userSpaceOnUse"
|
|
40
|
+
"children": [
|
|
41
|
+
{
|
|
42
|
+
"tag": "path",
|
|
43
|
+
"attrs": {
|
|
44
|
+
"fill": "colorChannel1",
|
|
45
|
+
"d": "M7.74692 9.12463C7.74692 9.46018 8.01893 9.73219 8.35448 9.73219H11.4933C11.8288 9.73219 12.1009 9.46018 12.1009 9.12463C12.1009 8.78909 11.8288 8.51707 11.4933 8.51707H8.35448C8.01893 8.51707 7.74692 8.78909 7.74692 9.12463Z"
|
|
46
|
+
}
|
|
49
47
|
},
|
|
50
|
-
|
|
48
|
+
{
|
|
51
49
|
"tag": "path",
|
|
52
50
|
"attrs": {
|
|
53
|
-
"fill": "
|
|
54
|
-
"d": "
|
|
51
|
+
"fill": "colorChannel1",
|
|
52
|
+
"d": "M10.8636 10.8523C10.8636 11.1879 10.5915 11.4599 10.256 11.4599H8.35448C8.01893 11.4599 7.74692 11.1879 7.74692 10.8523C7.74692 10.5168 8.01893 10.2447 8.35448 10.2447H10.256C10.5915 10.2447 10.8636 10.5168 10.8636 10.8523Z"
|
|
55
53
|
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"fill": "colorChannel1",
|
|
65
|
-
"d": "M7.74692 9.12463C7.74692 9.46018 8.01893 9.73219 8.35448 9.73219H11.4933C11.8288 9.73219 12.1009 9.46018 12.1009 9.12463C12.1009 8.78909 11.8288 8.51707 11.4933 8.51707H8.35448C8.01893 8.51707 7.74692 8.78909 7.74692 9.12463Z"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"tag": "path",
|
|
70
|
-
"attrs": {
|
|
71
|
-
"fill": "colorChannel1",
|
|
72
|
-
"d": "M10.8636 10.8523C10.8636 11.1879 10.5915 11.4599 10.256 11.4599H8.35448C8.01893 11.4599 7.74692 11.1879 7.74692 10.8523C7.74692 10.5168 8.01893 10.2447 8.35448 10.2447H10.256C10.5915 10.2447 10.8636 10.5168 10.8636 10.8523Z"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"tag": "path",
|
|
77
|
-
"attrs": {
|
|
78
|
-
"fill": "currentColor",
|
|
79
|
-
"d": "M5.4791 1.98268C5.47913 1.71529 5.87912 1.49854 6.37252 1.49854C6.86593 1.49854 7.26592 1.71529 7.26595 1.98268H7.62187C8.22277 1.98268 8.72459 2.39534 8.84412 2.9452H9.39563C10.0856 2.9452 10.6449 3.48923 10.6449 4.16032V6.00569H12.1261C13.161 6.00569 14 6.82174 14 7.82838V11.334C14 11.8174 13.8025 12.281 13.4511 12.6228L12.0693 13.9647C11.7179 14.3065 11.2412 14.4985 10.7442 14.4985H7.91116C7.05024 14.4985 6.32492 14.0431 6.10535 13.2737H3.34925C2.6593 13.2737 2.09998 12.7297 2.09998 12.0586V4.16032C2.09998 3.48923 2.6593 2.9452 3.34925 2.9452H3.90107C4.0206 2.39534 4.52241 1.98268 5.12332 1.98268H5.4791ZM3.97249 4.16032H3.24925L3.24925 12.0586H6.03725V7.82838C6.03725 6.82174 6.87623 6.00569 7.91116 6.00569H9.49563V4.16032H8.7727C8.58289 4.59611 8.13909 4.90183 7.62187 4.90183H5.12332C4.6061 4.90183 4.1623 4.59611 3.97249 4.16032ZM5.12332 2.89403H7.62187C7.79436 2.89403 7.93419 3.03003 7.93419 3.19781V3.68671C7.93419 3.85448 7.79436 3.99049 7.62187 3.99049H5.12332C4.95083 3.99049 4.811 3.85448 4.811 3.68671V3.19781C4.811 3.03003 4.95083 2.89403 5.12332 2.89403ZM7.91116 7.11157C7.56618 7.11157 7.28652 7.38359 7.28652 7.71913V12.7851C7.28652 13.1206 7.56618 13.3927 7.91116 13.3927H10.7442C10.8401 13.3927 10.9337 13.3712 11.0182 13.3311C11.1373 13.2746 11.1859 13.1423 11.1859 13.0134V12.0066C11.1859 11.8724 11.2978 11.7636 11.4358 11.7636H12.4709C12.6034 11.7636 12.7394 11.7163 12.7975 11.6004C12.8388 11.5182 12.8608 11.4272 12.8608 11.334V7.71913C12.8608 7.38359 12.5811 7.11157 12.2362 7.11157H7.91116Z",
|
|
80
|
-
"fillRule": "evenodd",
|
|
81
|
-
"clipRule": "evenodd"
|
|
82
|
-
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"tag": "path",
|
|
57
|
+
"attrs": {
|
|
58
|
+
"fill": "currentColor",
|
|
59
|
+
"d": "M5.4791 1.98268C5.47913 1.71529 5.87912 1.49854 6.37252 1.49854C6.86593 1.49854 7.26592 1.71529 7.26595 1.98268H7.62187C8.22277 1.98268 8.72459 2.39534 8.84412 2.9452H9.39563C10.0856 2.9452 10.6449 3.48923 10.6449 4.16032V6.00569H12.1261C13.161 6.00569 14 6.82174 14 7.82838V11.334C14 11.8174 13.8025 12.281 13.4511 12.6228L12.0693 13.9647C11.7179 14.3065 11.2412 14.4985 10.7442 14.4985H7.91116C7.05024 14.4985 6.32492 14.0431 6.10535 13.2737H3.34925C2.6593 13.2737 2.09998 12.7297 2.09998 12.0586V4.16032C2.09998 3.48923 2.6593 2.9452 3.34925 2.9452H3.90107C4.0206 2.39534 4.52241 1.98268 5.12332 1.98268H5.4791ZM3.97249 4.16032H3.24925L3.24925 12.0586H6.03725V7.82838C6.03725 6.82174 6.87623 6.00569 7.91116 6.00569H9.49563V4.16032H8.7727C8.58289 4.59611 8.13909 4.90183 7.62187 4.90183H5.12332C4.6061 4.90183 4.1623 4.59611 3.97249 4.16032ZM5.12332 2.89403H7.62187C7.79436 2.89403 7.93419 3.03003 7.93419 3.19781V3.68671C7.93419 3.85448 7.79436 3.99049 7.62187 3.99049H5.12332C4.95083 3.99049 4.811 3.85448 4.811 3.68671V3.19781C4.811 3.03003 4.95083 2.89403 5.12332 2.89403ZM7.91116 7.11157C7.56618 7.11157 7.28652 7.38359 7.28652 7.71913V12.7851C7.28652 13.1206 7.56618 13.3927 7.91116 13.3927H10.7442C10.8401 13.3927 10.9337 13.3712 11.0182 13.3311C11.1373 13.2746 11.1859 13.1423 11.1859 13.0134V12.0066C11.1859 11.8724 11.2978 11.7636 11.4358 11.7636H12.4709C12.6034 11.7636 12.7394 11.7163 12.7975 11.6004C12.8388 11.5182 12.8608 11.4272 12.8608 11.334V7.71913C12.8608 7.38359 12.5811 7.11157 12.2362 7.11157H7.91116Z",
|
|
60
|
+
"fillRule": "evenodd",
|
|
61
|
+
"clipRule": "evenodd"
|
|
83
62
|
}
|
|
84
|
-
|
|
85
|
-
|
|
63
|
+
}
|
|
64
|
+
]
|
|
86
65
|
};
|
|
87
66
|
const PasteSpecialDoubleIcon = (0, react.forwardRef)(function PasteSpecialDoubleIcon$1(props, ref) {
|
|
88
67
|
return (0, react.createElement)(ts_base.IconBase, Object.assign({}, props, {
|