@univerjs/icons 0.1.64 → 0.1.66
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/components/adjust-height-single.d.ts +4 -0
- package/dist/components/adjust-width-single.d.ts +4 -0
- package/dist/components/auto-height-single.d.ts +4 -0
- package/dist/components/auto-width-single.d.ts +4 -0
- package/dist/components/autofill-single.d.ts +4 -0
- package/dist/components/{lock-single-1.d.ts → board-single.d.ts} +2 -2
- package/dist/components/cut-single.d.ts +4 -0
- package/dist/components/delete-cell-move-down-single.d.ts +4 -0
- package/dist/components/delete-cell-right-single.d.ts +4 -0
- package/dist/components/delete-cell-shift-left-single.d.ts +4 -0
- package/dist/components/delete-cell-shift-up-single.d.ts +4 -0
- package/dist/components/delete-column-single.d.ts +4 -0
- package/dist/components/delete-row-single.d.ts +4 -0
- package/dist/components/doc-single.d.ts +4 -0
- package/dist/components/drag-frame-single.d.ts +4 -0
- package/dist/components/filter-none-sort-asc-single.d.ts +4 -0
- package/dist/components/filter-none-sort-desc-single.d.ts +4 -0
- package/dist/components/filtered-sort-asc-single.d.ts +4 -0
- package/dist/components/filtered-sort-desc-single.d.ts +4 -0
- package/dist/components/find-single.d.ts +4 -0
- package/dist/components/frame-size-single.d.ts +4 -0
- package/dist/components/fullscreen-single.d.ts +4 -0
- package/dist/components/help-single.d.ts +4 -0
- package/dist/components/hide-single.d.ts +4 -0
- package/dist/components/insert-cell-down-single.d.ts +4 -0
- package/dist/components/insert-cell-shift-right-single.d.ts +4 -0
- package/dist/components/insert-row-above-single.d.ts +4 -0
- package/dist/components/insert-row-below-single.d.ts +4 -0
- package/dist/components/insert-single.d.ts +4 -0
- package/dist/components/left-insert-column-single.d.ts +4 -0
- package/dist/components/number-format-single.d.ts +4 -0
- package/dist/components/paste-all-except-single.d.ts +4 -0
- package/dist/components/paste-format-only-single.d.ts +4 -0
- package/dist/components/paste-formula-only-single.d.ts +4 -0
- package/{esm/components/lock-single-1.d.ts → dist/components/paste-single.d.ts} +2 -2
- package/dist/components/paste-special-single.d.ts +4 -0
- package/dist/components/paste-values-only-single.d.ts +4 -0
- package/dist/components/paste-width-single.d.ts +4 -0
- package/dist/components/remind-single.d.ts +4 -0
- package/dist/components/right-insert-column-single.d.ts +4 -0
- package/dist/components/setting-single.d.ts +4 -0
- package/dist/components/sheet-single.d.ts +4 -0
- package/dist/components/slide-single.d.ts +4 -0
- package/dist/components/template-single.d.ts +4 -0
- package/dist/components/tree-diagram-single.d.ts +4 -0
- package/dist/icons.d.ts +45 -1
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +2 -2
- package/esm/components/adjust-height-single.d.ts +4 -0
- package/esm/components/adjust-height-single.js +14 -0
- package/esm/components/adjust-height-single.js.map +1 -0
- package/esm/components/adjust-width-single.d.ts +4 -0
- package/esm/components/adjust-width-single.js +14 -0
- package/esm/components/adjust-width-single.js.map +1 -0
- package/esm/components/auto-height-single.d.ts +4 -0
- package/esm/components/auto-height-single.js +14 -0
- package/esm/components/auto-height-single.js.map +1 -0
- package/esm/components/auto-width-single.d.ts +4 -0
- package/esm/components/auto-width-single.js +14 -0
- package/esm/components/auto-width-single.js.map +1 -0
- package/esm/components/autofill-single.d.ts +4 -0
- package/esm/components/autofill-single.js +14 -0
- package/esm/components/autofill-single.js.map +1 -0
- package/esm/components/board-single.d.ts +4 -0
- package/esm/components/board-single.js +14 -0
- package/esm/components/board-single.js.map +1 -0
- package/esm/components/copy-single.js +1 -1
- package/esm/components/copy-single.js.map +1 -1
- package/esm/components/cut-single.d.ts +4 -0
- package/esm/components/cut-single.js +14 -0
- package/esm/components/cut-single.js.map +1 -0
- package/esm/components/delete-cell-move-down-single.d.ts +4 -0
- package/esm/components/delete-cell-move-down-single.js +14 -0
- package/esm/components/delete-cell-move-down-single.js.map +1 -0
- package/esm/components/delete-cell-right-single.d.ts +4 -0
- package/esm/components/delete-cell-right-single.js +14 -0
- package/esm/components/delete-cell-right-single.js.map +1 -0
- package/esm/components/delete-cell-shift-left-single.d.ts +4 -0
- package/esm/components/delete-cell-shift-left-single.js +14 -0
- package/esm/components/delete-cell-shift-left-single.js.map +1 -0
- package/esm/components/delete-cell-shift-up-single.d.ts +4 -0
- package/esm/components/delete-cell-shift-up-single.js +14 -0
- package/esm/components/delete-cell-shift-up-single.js.map +1 -0
- package/esm/components/delete-column-single.d.ts +4 -0
- package/esm/components/delete-column-single.js +14 -0
- package/esm/components/delete-column-single.js.map +1 -0
- package/esm/components/delete-row-single.d.ts +4 -0
- package/esm/components/delete-row-single.js +14 -0
- package/esm/components/delete-row-single.js.map +1 -0
- package/esm/components/doc-single.d.ts +4 -0
- package/esm/components/doc-single.js +14 -0
- package/esm/components/doc-single.js.map +1 -0
- package/esm/components/drag-frame-single.d.ts +4 -0
- package/esm/components/drag-frame-single.js +14 -0
- package/esm/components/drag-frame-single.js.map +1 -0
- package/esm/components/filter-none-sort-asc-single.d.ts +4 -0
- package/esm/components/filter-none-sort-asc-single.js +14 -0
- package/esm/components/filter-none-sort-asc-single.js.map +1 -0
- package/esm/components/filter-none-sort-desc-single.d.ts +4 -0
- package/esm/components/filter-none-sort-desc-single.js +14 -0
- package/esm/components/filter-none-sort-desc-single.js.map +1 -0
- package/esm/components/filtered-sort-asc-single.d.ts +4 -0
- package/esm/components/filtered-sort-asc-single.js +14 -0
- package/esm/components/filtered-sort-asc-single.js.map +1 -0
- package/esm/components/filtered-sort-desc-single.d.ts +4 -0
- package/esm/components/filtered-sort-desc-single.js +14 -0
- package/esm/components/filtered-sort-desc-single.js.map +1 -0
- package/esm/components/find-single.d.ts +4 -0
- package/esm/components/find-single.js +14 -0
- package/esm/components/find-single.js.map +1 -0
- package/esm/components/frame-size-single.d.ts +4 -0
- package/esm/components/frame-size-single.js +14 -0
- package/esm/components/frame-size-single.js.map +1 -0
- package/esm/components/fullscreen-single.d.ts +4 -0
- package/esm/components/fullscreen-single.js +14 -0
- package/esm/components/fullscreen-single.js.map +1 -0
- package/esm/components/help-single.d.ts +4 -0
- package/esm/components/help-single.js +14 -0
- package/esm/components/help-single.js.map +1 -0
- package/esm/components/hide-single.d.ts +4 -0
- package/esm/components/hide-single.js +14 -0
- package/esm/components/hide-single.js.map +1 -0
- package/esm/components/insert-cell-down-single.d.ts +4 -0
- package/esm/components/insert-cell-down-single.js +14 -0
- package/esm/components/insert-cell-down-single.js.map +1 -0
- package/esm/components/insert-cell-shift-right-single.d.ts +4 -0
- package/esm/components/insert-cell-shift-right-single.js +14 -0
- package/esm/components/insert-cell-shift-right-single.js.map +1 -0
- package/esm/components/insert-row-above-single.d.ts +4 -0
- package/esm/components/insert-row-above-single.js +14 -0
- package/esm/components/insert-row-above-single.js.map +1 -0
- package/esm/components/insert-row-below-single.d.ts +4 -0
- package/esm/components/insert-row-below-single.js +14 -0
- package/esm/components/insert-row-below-single.js.map +1 -0
- package/esm/components/insert-single.d.ts +4 -0
- package/esm/components/insert-single.js +14 -0
- package/esm/components/insert-single.js.map +1 -0
- package/esm/components/left-insert-column-single.d.ts +4 -0
- package/esm/components/left-insert-column-single.js +14 -0
- package/esm/components/left-insert-column-single.js.map +1 -0
- package/esm/components/number-format-single.d.ts +4 -0
- package/esm/components/number-format-single.js +14 -0
- package/esm/components/number-format-single.js.map +1 -0
- package/esm/components/paste-all-except-single.d.ts +4 -0
- package/esm/components/paste-all-except-single.js +14 -0
- package/esm/components/paste-all-except-single.js.map +1 -0
- package/esm/components/paste-format-only-single.d.ts +4 -0
- package/esm/components/paste-format-only-single.js +14 -0
- package/esm/components/paste-format-only-single.js.map +1 -0
- package/esm/components/paste-formula-only-single.d.ts +4 -0
- package/esm/components/paste-formula-only-single.js +14 -0
- package/esm/components/paste-formula-only-single.js.map +1 -0
- package/esm/components/paste-single.d.ts +4 -0
- package/esm/components/paste-single.js +14 -0
- package/esm/components/paste-single.js.map +1 -0
- package/esm/components/paste-special-single.d.ts +4 -0
- package/esm/components/paste-special-single.js +14 -0
- package/esm/components/paste-special-single.js.map +1 -0
- package/esm/components/paste-values-only-single.d.ts +4 -0
- package/esm/components/paste-values-only-single.js +14 -0
- package/esm/components/paste-values-only-single.js.map +1 -0
- package/esm/components/paste-width-single.d.ts +4 -0
- package/esm/components/paste-width-single.js +14 -0
- package/esm/components/paste-width-single.js.map +1 -0
- package/esm/components/print-single.js +1 -1
- package/esm/components/print-single.js.map +1 -1
- package/esm/components/reduce-single.js +1 -1
- package/esm/components/reduce-single.js.map +1 -1
- package/esm/components/remind-single.d.ts +4 -0
- package/esm/components/remind-single.js +14 -0
- package/esm/components/remind-single.js.map +1 -0
- package/esm/components/right-insert-column-single.d.ts +4 -0
- package/esm/components/right-insert-column-single.js +14 -0
- package/esm/components/right-insert-column-single.js.map +1 -0
- package/esm/components/setting-single.d.ts +4 -0
- package/esm/components/setting-single.js +14 -0
- package/esm/components/setting-single.js.map +1 -0
- package/esm/components/sheet-single.d.ts +4 -0
- package/esm/components/sheet-single.js +14 -0
- package/esm/components/sheet-single.js.map +1 -0
- package/esm/components/slide-single.d.ts +4 -0
- package/esm/components/slide-single.js +14 -0
- package/esm/components/slide-single.js.map +1 -0
- package/esm/components/template-single.d.ts +4 -0
- package/esm/components/template-single.js +14 -0
- package/esm/components/template-single.js.map +1 -0
- package/esm/components/tree-diagram-single.d.ts +4 -0
- package/esm/components/tree-diagram-single.js +14 -0
- package/esm/components/tree-diagram-single.js.map +1 -0
- package/esm/components/unlock-single.js +1 -1
- package/esm/components/unlock-single.js.map +1 -1
- package/esm/components/upload-single.js +1 -1
- package/esm/components/upload-single.js.map +1 -1
- package/esm/icons.d.ts +45 -1
- package/esm/icons.js +45 -1
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +2 -2
- package/esm/manifest.js +94 -49
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
- package/esm/components/lock-single-1.js +0 -14
- package/esm/components/lock-single-1.js.map +0 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -38,11 +38,11 @@ export declare const singleGlobalFunctionalityManifest: {
|
|
|
38
38
|
stem: string;
|
|
39
39
|
icon: string;
|
|
40
40
|
}[];
|
|
41
|
-
export declare const
|
|
41
|
+
export declare const binaryStartPageManifest: {
|
|
42
42
|
stem: string;
|
|
43
43
|
icon: string;
|
|
44
44
|
}[];
|
|
45
|
-
export declare const
|
|
45
|
+
export declare const binaryRightClickManifest: {
|
|
46
46
|
stem: string;
|
|
47
47
|
icon: string;
|
|
48
48
|
}[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.3999 1.9667C1.3999 1.63533 1.66853 1.3667 1.9999 1.3667H13.9999C14.3313 1.3667 14.5999 1.63533 14.5999 1.9667 14.5999 2.29807 14.3313 2.5667 13.9999 2.5667H1.9999C1.66853 2.5667 1.3999 2.29807 1.3999 1.9667zM1.3999 14.0334C1.3999 13.7021 1.66853 13.4334 1.9999 13.4334H13.9999C14.3313 13.4334 14.5999 13.7021 14.5999 14.0334 14.5999 14.3648 14.3313 14.6334 13.9999 14.6334H1.9999C1.66853 14.6334 1.3999 14.3648 1.3999 14.0334zM6.75766 9.40931C6.52335 9.175 6.14345 9.175 5.90913 9.40931 5.67482 9.64363 5.67482 10.0235 5.90913 10.2578L7.5758 11.9245C7.68832 12.037 7.84093 12.1002 8.00006 12.1002 8.15919 12.1002 8.31181 12.037 8.42433 11.9245L10.091 10.2578C10.3253 10.0235 10.3253 9.64363 10.091 9.40931 9.85668 9.175 9.47678 9.175 9.24247 9.40931L8.60006 10.0517V5.94877L9.24247 6.59117C9.47678 6.82549 9.85668 6.82549 10.091 6.59117 10.3253 6.35686 10.3253 5.97696 10.091 5.74264L8.42433 4.07598C8.19001 3.84166 7.81012 3.84166 7.5758 4.07598L5.90913 5.74264C5.67482 5.97696 5.67482 6.35686 5.90913 6.59117 6.14345 6.82549 6.52335 6.82549 6.75766 6.59117L7.40006 5.94877V10.0517L6.75766 9.40931z" } }] };
|
|
5
|
+
export var AdjustHeightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'adjust-height-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
AdjustHeightSingle.displayName = 'AdjustHeightSingle';
|
|
13
|
+
export default AdjustHeightSingle;
|
|
14
|
+
//# sourceMappingURL=adjust-height-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adjust-height-single.js","sourceRoot":"","sources":["../../src/components/adjust-height-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,glCAAglC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1vC,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.7665 2.06641C2.09787 2.06641 2.3665 2.33504 2.3665 2.66641V13.3331C2.3665 13.6644 2.09787 13.9331 1.7665 13.9331 1.43513 13.9331 1.1665 13.6644 1.1665 13.3331V2.66641C1.1665 2.33504 1.43513 2.06641 1.7665 2.06641zM14.2333 2.06641C14.5647 2.06641 14.8333 2.33504 14.8333 2.66641V13.3331C14.8333 13.6644 14.5647 13.9331 14.2333 13.9331 13.9019 13.9331 13.6333 13.6644 13.6333 13.3331V2.66641C13.6333 2.33504 13.9019 2.06641 14.2333 2.06641zM6.59083 6.75717C6.82515 6.52286 6.82515 6.14296 6.59083 5.90865 6.35652 5.67433 5.97662 5.67433 5.7423 5.90865L4.07564 7.57531C3.96312 7.68783 3.8999 7.84045 3.8999 7.99958 3.8999 8.15871 3.96312 8.31132 4.07564 8.42384L5.7423 10.0905C5.97662 10.3248 6.35652 10.3248 6.59083 10.0905 6.82515 9.85619 6.82515 9.47629 6.59083 9.24198L5.94843 8.59958H10.0514L9.40897 9.24198C9.17466 9.47629 9.17466 9.85619 9.40897 10.0905 9.64329 10.3248 10.0232 10.3248 10.2575 10.0905L11.9242 8.42384C12.1585 8.18953 12.1585 7.80963 11.9242 7.57531L10.2575 5.90865C10.0232 5.67433 9.64329 5.67433 9.40897 5.90865 9.17466 6.14296 9.17466 6.52286 9.40897 6.75717L10.0514 7.39958H5.94843L6.59083 6.75717z" } }] };
|
|
5
|
+
export var AdjustWidthSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'adjust-width-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
AdjustWidthSingle.displayName = 'AdjustWidthSingle';
|
|
13
|
+
export default AdjustWidthSingle;
|
|
14
|
+
//# sourceMappingURL=adjust-width-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adjust-width-single.js","sourceRoot":"","sources":["../../src/components/adjust-width-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,umCAAumC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjxC,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAU,CACzC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,qBAAqB;QACzB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.9999 1.3667C1.66853 1.3667 1.3999 1.63533 1.3999 1.9667 1.3999 2.29807 1.66853 2.5667 1.9999 2.5667H13.9999C14.3313 2.5667 14.5999 2.29807 14.5999 1.9667 14.5999 1.63533 14.3313 1.3667 13.9999 1.3667H1.9999zM1.9999 13.4334C1.66853 13.4334 1.3999 13.7021 1.3999 14.0334 1.3999 14.3648 1.66853 14.6334 1.9999 14.6334H13.9999C14.3313 14.6334 14.5999 14.3648 14.5999 14.0334 14.5999 13.7021 14.3313 13.4334 13.9999 13.4334H1.9999z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.69803C7.38184 3.82351 8.61869 3.82351 8.93919 4.69803L11.3636 11.3133C11.4776 11.6244 11.3179 11.9691 11.0067 12.0831C10.6956 12.1971 10.3509 12.0373 10.2369 11.7262L9.50488 9.72881H6.58158C6.55313 9.72881 6.52516 9.72683 6.49777 9.723L5.76362 11.7262C5.64959 12.0373 5.30493 12.1971 4.99379 12.0831C4.68266 11.9691 4.52288 11.6244 4.6369 11.3133L7.06133 4.69803ZM6.93543 8.52881H9.06509L8.00026 5.62335L6.93543 8.52881Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var AutoHeightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'auto-height-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
AutoHeightSingle.displayName = 'AutoHeightSingle';
|
|
13
|
+
export default AutoHeightSingle;
|
|
14
|
+
//# sourceMappingURL=auto-height-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-height-single.js","sourceRoot":"","sources":["../../src/components/auto-height-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+aAA+a,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ibAAib,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExmC,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.3665 2.66738C2.3665 2.33601 2.09787 2.06738 1.7665 2.06738 1.43513 2.06738 1.1665 2.33601 1.1665 2.66738V13.3341C1.1665 13.6654 1.43513 13.9341 1.7665 13.9341 2.09787 13.9341 2.3665 13.6654 2.3665 13.3341V2.66738zM14.8333 2.66738C14.8333 2.33601 14.5647 2.06738 14.2333 2.06738 13.9019 2.06738 13.6333 2.33601 13.6333 2.66738V13.3341C13.6333 13.6654 13.9019 13.9341 14.2333 13.9341 14.5647 13.9341 14.8333 13.6654 14.8333 13.3341V2.66738z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.79896C7.38184 3.92444 8.61869 3.92444 8.93919 4.79896L11.3636 11.4142C11.4776 11.7253 11.3179 12.07 11.0067 12.184C10.6956 12.298 10.3509 12.1383 10.2369 11.8271L9.50488 9.82974H6.58158C6.55313 9.82974 6.52516 9.82776 6.49777 9.82393L5.76362 11.8271C5.64959 12.1383 5.30493 12.298 4.99379 12.184C4.68266 12.07 4.52288 11.7253 4.6369 11.4142L7.06133 4.79896ZM6.93543 8.62974H9.06509L8.00026 5.72428L6.93543 8.62974Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var AutoWidthSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'auto-width-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
AutoWidthSingle.displayName = 'AutoWidthSingle';
|
|
13
|
+
export default AutoWidthSingle;
|
|
14
|
+
//# sourceMappingURL=auto-width-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-width-single.js","sourceRoot":"","sources":["../../src/components/auto-width-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2bAA2b,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2aAA2a,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9mC,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.04922 1.47803C2.16556 1.47803 1.44922 2.19437 1.44922 3.07803V5.67803C1.44922 6.56168 2.16556 7.27803 3.04922 7.27803H5.64922C6.53287 7.27803 7.24922 6.56168 7.24922 5.67803V3.07803C7.24922 2.19437 6.53288 1.47803 5.64922 1.47803H3.04922ZM2.64922 3.07803C2.64922 2.85711 2.8283 2.67803 3.04922 2.67803H5.64922C5.87013 2.67803 6.04922 2.85711 6.04922 3.07803V5.67803C6.04922 5.89894 5.87013 6.07803 5.64922 6.07803H3.04922C2.8283 6.07803 2.64922 5.89894 2.64922 5.67803V3.07803Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.6505 8.7211C11.9818 8.7211 12.2505 8.98973 12.2505 9.3211V11.0216H13.951C14.2823 11.0216 14.551 11.2902 14.551 11.6216C14.551 11.953 14.2823 12.2216 13.951 12.2216H12.2505V13.9221C12.2505 14.2534 11.9818 14.5221 11.6505 14.5221C11.3191 14.5221 11.0505 14.2534 11.0505 13.9221V12.2216H9.34999C9.01862 12.2216 8.74999 11.953 8.74999 11.6216C8.74999 11.2902 9.01862 11.0216 9.34999 11.0216H11.0505V9.3211C11.0505 8.98973 11.3191 8.7211 11.6505 8.7211Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.75049 3.07803C8.75049 2.19437 9.46683 1.47803 10.3505 1.47803H12.9505C13.8341 1.47803 14.5505 2.19437 14.5505 3.07803V5.67803C14.5505 6.56168 13.8341 7.27803 12.9505 7.27803H10.3505C9.46683 7.27803 8.75049 6.56168 8.75049 5.67803V3.07803zM10.3505 2.67803C10.1296 2.67803 9.95049 2.85711 9.95049 3.07803V5.67803C9.95049 5.89894 10.1296 6.07803 10.3505 6.07803H12.9505C13.1714 6.07803 13.3505 5.89894 13.3505 5.67803V3.07803C13.3505 2.85711 13.1714 2.67803 12.9505 2.67803H10.3505zM3.04922 8.72168C2.16556 8.72168 1.44922 9.43802 1.44922 10.3217V12.9217C1.44922 13.8053 2.16556 14.5217 3.04922 14.5217H5.64922C6.53287 14.5217 7.24922 13.8053 7.24922 12.9217V10.3217C7.24922 9.43802 6.53288 8.72168 5.64922 8.72168H3.04922zM2.64922 10.3217C2.64922 10.1008 2.8283 9.92168 3.04922 9.92168H5.64922C5.87013 9.92168 6.04922 10.1008 6.04922 10.3217V12.9217C6.04922 13.1426 5.87013 13.3217 5.64922 13.3217H3.04922C2.8283 13.3217 2.64922 13.1426 2.64922 12.9217V10.3217z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var AutofillSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'autofill-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
AutofillSingle.displayName = 'AutofillSingle';
|
|
13
|
+
export default AutofillSingle;
|
|
14
|
+
//# sourceMappingURL=autofill-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autofill-single.js","sourceRoot":"","sources":["../../src/components/autofill-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,keAAke,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,scAAsc,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,o8BAAo8B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEltE,MAAM,CAAC,IAAM,cAAc,GAAG,UAAU,CACtC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.8236 5.54909C13.0147 5.27837 12.9502 4.90399 12.6795 4.7129 12.4087 4.5218 12.0344 4.58635 11.8433 4.85707L7.84327 10.5237C7.65217 10.7945 7.71672 11.1688 7.98744 11.3599 8.25816 11.551 8.63253 11.4865 8.82363 11.2158L12.8236 5.54909zM3.66543 4.93896C3.9968 4.93896 4.26543 5.20759 4.26543 5.53896V6.8723C4.26543 7.20367 3.9968 7.4723 3.66543 7.4723 3.33406 7.4723 3.06543 7.20367 3.06543 6.8723V5.53896C3.06543 5.20759 3.33406 4.93896 3.66543 4.93896zM4.26543 8.80459C4.26543 8.47322 3.9968 8.20459 3.66543 8.20459 3.33406 8.20459 3.06543 8.47322 3.06543 8.80459 3.06543 9.13596 3.33406 9.40459 3.66543 9.40459 3.9968 9.40459 4.26543 9.13596 4.26543 8.80459zM3.66543 10.2046C3.9968 10.2046 4.26543 10.4732 4.26543 10.8046 4.26543 11.136 3.9968 11.4046 3.66543 11.4046 3.33406 11.4046 3.06543 11.136 3.06543 10.8046 3.06543 10.4732 3.33406 10.2046 3.66543 10.2046z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6653 1.76318C14.1014 1.76291 15.2658 2.92705 15.2658 4.36318V11.6379C15.2658 13.0738 14.1017 14.2379 12.6658 14.2379L3.3334 14.237C1.89746 14.237 0.733398 13.0729 0.733398 11.637V4.36319C0.733398 2.92712 1.89766 1.763 3.33373 1.76318H12.6653ZM12.6655 2.96318C13.4388 2.96304 14.0658 3.58988 14.0658 4.36318V11.6379C14.0658 12.4111 13.439 13.0379 12.6658 13.0379H6.60007V2.96432L12.6655 2.96318ZM1.9334 4.36319C1.9334 3.58992 2.56031 2.96309 3.33358 2.96318L5.40007 2.96344V13.037H3.3334C2.5602 13.037 1.9334 12.4102 1.9334 11.637V4.36319Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var BoardSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'board-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
BoardSingle.displayName = 'BoardSingle';
|
|
13
|
+
export default BoardSingle;
|
|
14
|
+
//# sourceMappingURL=board-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"board-single.js","sourceRoot":"","sources":["../../src/components/board-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,s2BAAs2B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,giBAAgiB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9oD,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
2
|
import { createElement, forwardRef } from 'react';
|
|
3
3
|
import { IconBase } from '../icon';
|
|
4
|
-
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.1302 12.4251C4.25802 13.7417 5.36779 14.7708 6.71792 14.7708H11.7179C13.1539 14.7708 14.3179 13.6067 14.3179 12.1708V6.1708C14.3179 4.78586 13.2351 3.65383 11.8698 3.57517C11.742 2.25858 10.6323 1.22949 9.28213 1.22949H4.28213C2.84619 1.22949 1.68213 2.39355 1.68213 3.82949V9.82949C1.68213 11.2144 2.76497 12.3465 4.1302 12.4251ZM10.6583 3.5708H6.71792C5.28198 3.5708 4.11792 4.73486 4.11792 6.1708V11.22C3.4221 11.1387 2.88213 10.5471 2.88213 9.82949V3.82949C2.88213 3.05629 3.50893 2.42949 4.28213 2.42949H9.28213C9.96695 2.42949 10.5369 2.92119 10.6583 3.5708ZM13.1179 6.1708C13.1179 5.3976 12.4911 4.7708 11.7179 4.7708H6.71792C5.94472 4.7708 5.31792 5.3976 5.31792 6.1708V12.1708C5.31792 12.944 5.94472 13.5708 6.71792 13.5708H11.7179C12.4911 13.5708 13.1179 12.944 13.1179 12.1708V6.1708Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
5
|
export var CopySingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'copy-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-single.js","sourceRoot":"","sources":["../../src/components/copy-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,
|
|
1
|
+
{"version":3,"file":"copy-single.js","sourceRoot":"","sources":["../../src/components/copy-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gyBAAgyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEp/B,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.50095 1.84399C2.73322 1.60765 3.11311 1.60435 3.34945 1.83662L8.00012 6.40726L12.6508 1.83662C12.8871 1.60435 13.267 1.60765 13.4993 1.84399C13.7316 2.08032 13.7283 2.46021 13.4919 2.69248L8.85611 7.24852L10.8941 9.25146C11.1382 9.17563 11.3976 9.13477 11.6667 9.13477C13.1026 9.13477 14.2667 10.2988 14.2667 11.7348C14.2667 13.1707 13.1026 14.3348 11.6667 14.3348C10.2307 14.3348 9.06665 13.1707 9.06665 11.7348C9.06665 11.0143 9.35973 10.3622 9.83319 9.89129L8.00012 8.08978L6.16708 9.89127C6.64055 10.3622 6.93364 11.0142 6.93364 11.7348C6.93364 13.1707 5.76958 14.3348 4.33364 14.3348C2.8977 14.3348 1.73364 13.1707 1.73364 11.7348C1.73364 10.2988 2.8977 9.13477 4.33364 9.13477C4.60263 9.13477 4.86208 9.17562 5.10612 9.25145L7.14413 7.24852L2.50831 2.69248C2.27197 2.46021 2.26868 2.08032 2.50095 1.84399ZM2.93364 11.7348C2.93364 10.9616 3.56044 10.3348 4.33364 10.3348C5.10684 10.3348 5.73364 10.9616 5.73364 11.7348C5.73364 12.508 5.10684 13.1348 4.33364 13.1348C3.56044 13.1348 2.93364 12.508 2.93364 11.7348ZM10.2667 11.7348C10.2667 10.9616 10.8935 10.3348 11.6667 10.3348C12.4398 10.3348 13.0667 10.9616 13.0667 11.7348C13.0667 12.508 12.4398 13.1348 11.6667 13.1348C10.8935 13.1348 10.2667 12.508 10.2667 11.7348Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var CutSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'cut-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
CutSingle.displayName = 'CutSingle';
|
|
13
|
+
export default CutSingle;
|
|
14
|
+
//# sourceMappingURL=cut-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cut-single.js","sourceRoot":"","sources":["../../src/components/cut-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8sCAA8sC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl6C,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CACjC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,YAAY;QAChB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.99502 2.96131C6.22933 2.727 6.60923 2.727 6.84354 2.96131L8.00037 4.11814L9.1572 2.96131C9.39152 2.727 9.77142 2.727 10.0057 2.96131C10.24 3.19563 10.24 3.57553 10.0057 3.80984L8.8489 4.96667L10.0057 6.1235C10.24 6.35781 10.24 6.73771 10.0057 6.97203C9.77142 7.20634 9.39152 7.20634 9.1572 6.97203L8.00037 5.8152L6.84354 6.97203C6.60923 7.20634 6.22933 7.20634 5.99502 6.97203C5.7607 6.73771 5.7607 6.35781 5.99502 6.1235L7.15185 4.96667L5.99502 3.80984C5.7607 3.57553 5.7607 3.19563 5.99502 2.96131Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.40039 7.86664L3.40048 2.06667C3.40049 1.12778 4.16163 0.366674 5.10052 0.366699L10.9004 0.366852C11.8393 0.366877 12.6004 1.12799 12.6004 2.06685V7.86667C12.6004 8.80555 11.8393 9.56667 10.9004 9.56667H5.10039C4.1615 9.56667 3.40038 8.80554 3.40039 7.86664ZM4.60048 2.06669L4.60039 7.86666C4.60039 8.14281 4.82425 8.36667 5.10039 8.36667H10.9004C11.1765 8.36667 11.4004 8.14281 11.4004 7.86667V2.06685C11.4004 1.79071 11.1765 1.56686 10.9004 1.56685L5.10049 1.5667C4.82435 1.56669 4.60048 1.79055 4.60048 2.06669Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.2434 10.6088C11.009 10.8432 11.009 11.2231 11.2434 11.4574L12.2191 12.4331L2.33291 12.4331C2.00154 12.4331 1.73291 12.7017 1.73291 13.0331C1.73291 13.3645 2.00154 13.6331 2.33291 13.6331L12.2191 13.6331L11.2434 14.6088C11.009 14.8432 11.009 15.2231 11.2434 15.4574C11.4777 15.6917 11.8576 15.6917 12.0919 15.4574L14.0919 13.4574C14.3262 13.2231 14.3262 12.8432 14.0919 12.6088L12.0919 10.6088C11.8576 10.3745 11.4777 10.3745 11.2434 10.6088Z" } }] };
|
|
5
|
+
export var DeleteCellMoveDownSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-cell-move-down-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteCellMoveDownSingle.displayName = 'DeleteCellMoveDownSingle';
|
|
13
|
+
export default DeleteCellMoveDownSingle;
|
|
14
|
+
//# sourceMappingURL=delete-cell-move-down-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cell-move-down-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-move-down-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,yfAAyf,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,sgBAAsgB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+bAA+b,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1vD,MAAM,CAAC,IAAM,wBAAwB,GAAG,UAAU,CAChD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,8BAA8B;QAClC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,wBAAwB,CAAC,WAAW,GAAG,0BAA0B,CAAC;AAElE,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.0336 1.73242C13.365 1.73242 13.6336 2.00105 13.6336 2.33242L13.6336 12.2186 14.6093 11.2429C14.8436 11.0086 15.2235 11.0086 15.4579 11.2429 15.6922 11.4772 15.6922 11.8571 15.4579 12.0914L13.4579 14.0914C13.2235 14.3257 12.8436 14.3257 12.6093 14.0914L10.6093 12.0914C10.375 11.8571 10.375 11.4772 10.6093 11.2429 10.8436 11.0086 11.2235 11.0086 11.4579 11.2429L12.4336 12.2186 12.4336 2.33242C12.4336 2.00105 12.7022 1.73242 13.0336 1.73242zM2.96131 5.99477C3.19563 5.76046 3.57553 5.76046 3.80984 5.99477L4.96667 7.1516 6.1235 5.99477C6.35781 5.76046 6.73771 5.76046 6.97203 5.99477 7.20634 6.22909 7.20634 6.60899 6.97203 6.8433L5.8152 8.00013 6.97203 9.15696C7.20634 9.39127 7.20634 9.77117 6.97203 10.0055 6.73771 10.2398 6.35781 10.2398 6.1235 10.0055L4.96667 8.84866 3.80984 10.0055C3.57553 10.2398 3.19563 10.2398 2.96131 10.0055 2.727 9.77117 2.727 9.39127 2.96131 9.15696L4.11814 8.00013 2.96131 6.8433C2.727 6.60899 2.727 6.22909 2.96131 5.99477z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 3.3999L2.06667 3.39999C1.12778 3.4 0.366674 4.16114 0.366699 5.10003L0.366852 10.8999C0.366877 11.8388 1.12799 12.5999 2.06685 12.5999H7.86667C8.80555 12.5999 9.56667 11.8388 9.56667 10.8999V5.0999C9.56667 4.16101 8.80554 3.39989 7.86664 3.3999ZM2.06669 4.59999L7.86666 4.5999C8.14281 4.5999 8.36667 4.82376 8.36667 5.0999V10.8999C8.36667 11.176 8.14281 11.3999 7.86667 11.3999H2.06685C1.79071 11.3999 1.56686 11.176 1.56685 10.8999L1.5667 5.1C1.56669 4.82386 1.79055 4.59999 2.06669 4.59999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var DeleteCellRightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-cell-right-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteCellRightSingle.displayName = 'DeleteCellRightSingle';
|
|
13
|
+
export default DeleteCellRightSingle;
|
|
14
|
+
//# sourceMappingURL=delete-cell-right-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cell-right-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-right-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,m8BAAm8B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ufAAuf,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAElsD,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAU,CAC7C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,0BAA0B;QAC9B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,qBAAqB,CAAC,WAAW,GAAG,uBAAuB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.0054 2.96131C9.77113 2.727 9.39123 2.727 9.15692 2.96131L8.00009 4.11814L6.84326 2.96131C6.60895 2.727 6.22905 2.727 5.99473 2.96131C5.76042 3.19563 5.76042 3.57553 5.99473 3.80984L7.15156 4.96667L5.99473 6.1235C5.76042 6.35781 5.76042 6.73771 5.99473 6.97203C6.22905 7.20634 6.60895 7.20634 6.84326 6.97203L8.00009 5.8152L9.15692 6.97203C9.39123 7.20634 9.77113 7.20634 10.0054 6.97203C10.2398 6.73771 10.2398 6.35781 10.0054 6.1235L8.84862 4.96667L10.0054 3.80984C10.2398 3.57553 10.2398 3.19563 10.0054 2.96131Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6001 7.86664L12.6001 2.06667C12.6 1.12778 11.8389 0.366674 10.9 0.366699L5.10012 0.366852C4.16125 0.366877 3.40016 1.12799 3.40016 2.06685V7.86667C3.40016 8.80555 4.16128 9.56667 5.10016 9.56667H10.9001C11.839 9.56667 12.6002 8.80554 12.6001 7.86664ZM11.4001 2.06669L11.4001 7.86666C11.4002 8.14281 11.1763 8.36667 10.9001 8.36667H5.10016C4.82402 8.36667 4.60016 8.14281 4.60016 7.86667V2.06685C4.60016 1.79071 4.82401 1.56686 5.10015 1.56685L10.9 1.5667C11.1762 1.56669 11.4001 1.79055 11.4001 2.06669Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.75717 10.6093C4.99149 10.8436 4.99149 11.2235 4.75717 11.4579L3.78144 12.4336L13.6676 12.4336C13.999 12.4336 14.2676 12.7022 14.2676 13.0336C14.2676 13.365 13.999 13.6336 13.6676 13.6336L3.78144 13.6336L4.75717 14.6093C4.99149 14.8436 4.99149 15.2235 4.75717 15.4579C4.52286 15.6922 4.14296 15.6922 3.90865 15.4579L1.90865 13.4579C1.67433 13.2235 1.67433 12.8436 1.90865 12.6093L3.90865 10.6093C4.14296 10.375 4.52286 10.375 4.75717 10.6093Z" } }] };
|
|
5
|
+
export var DeleteCellShiftLeftSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-cell-shift-left-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteCellShiftLeftSingle.displayName = 'DeleteCellShiftLeftSingle';
|
|
13
|
+
export default DeleteCellShiftLeftSingle;
|
|
14
|
+
//# sourceMappingURL=delete-cell-shift-left-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cell-shift-left-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-shift-left-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wgBAAwgB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6fAA6f,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8bAA8b,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/vD,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAU,CACjD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,+BAA+B;QACnC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,yBAAyB,CAAC,WAAW,GAAG,2BAA2B,CAAC;AAEpE,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.6093 4.75717C10.8436 4.99149 11.2235 4.99149 11.4579 4.75717L12.4336 3.78144 12.4336 13.6676C12.4336 13.999 12.7022 14.2676 13.0336 14.2676 13.365 14.2676 13.6336 13.999 13.6336 13.6676L13.6336 3.78144 14.6093 4.75717C14.8436 4.99149 15.2235 4.99149 15.4579 4.75717 15.6922 4.52286 15.6922 4.14296 15.4579 3.90865L13.4579 1.90865C13.2235 1.67433 12.8436 1.67433 12.6093 1.90865L10.6093 3.90865C10.375 4.14296 10.375 4.52286 10.6093 4.75717zM2.96131 10.0053C3.19563 10.2396 3.57553 10.2396 3.80984 10.0053L4.96667 8.84845 6.1235 10.0053C6.35781 10.2396 6.73771 10.2396 6.97203 10.0053 7.20634 9.77096 7.20634 9.39106 6.97203 9.15675L5.8152 7.99992 6.97203 6.84309C7.20634 6.60878 7.20634 6.22888 6.97203 5.99456 6.73771 5.76025 6.35781 5.76025 6.1235 5.99456L4.96667 7.15139 3.80984 5.99456C3.57553 5.76025 3.19563 5.76025 2.96131 5.99456 2.727 6.22888 2.727 6.60878 2.96131 6.84309L4.11814 7.99992 2.96131 9.15675C2.727 9.39106 2.727 9.77096 2.96131 10.0053z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 12.6001L2.06667 12.6001C1.12778 12.6 0.366674 11.8389 0.366699 10.9L0.366852 5.10012C0.366877 4.16125 1.12799 3.40016 2.06685 3.40016H7.86667C8.80555 3.40016 9.56667 4.16128 9.56667 5.10016V10.9001C9.56667 11.839 8.80554 12.6002 7.86664 12.6001ZM2.06669 11.4001L7.86666 11.4001C8.14281 11.4002 8.36667 11.1763 8.36667 10.9001V5.10016C8.36667 4.82402 8.14281 4.60016 7.86667 4.60016H2.06685C1.79071 4.60016 1.56686 4.82401 1.56685 5.10015L1.5667 10.9C1.56669 11.1762 1.79055 11.4001 2.06669 11.4001Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var DeleteCellShiftUpSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-cell-shift-up-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteCellShiftUpSingle.displayName = 'DeleteCellShiftUpSingle';
|
|
13
|
+
export default DeleteCellShiftUpSingle;
|
|
14
|
+
//# sourceMappingURL=delete-cell-shift-up-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cell-shift-up-single.js","sourceRoot":"","sources":["../../src/components/delete-cell-shift-up-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,o8BAAo8B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6fAA6f,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzsD,MAAM,CAAC,IAAM,uBAAuB,GAAG,UAAU,CAC/C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,6BAA6B;QACjC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,uBAAuB,CAAC,WAAW,GAAG,yBAAyB,CAAC;AAEhE,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.4549 14.8606L10.6549 14.8607C9.71601 14.8607 8.95484 14.0996 8.95484 13.1607V2.83867C8.95484 1.89979 9.71596 1.13867 10.6548 1.13867H12.4547C13.3936 1.13867 14.1547 1.89978 14.1547 2.83866L14.1548 5.90355L14.1548 5.91284L14.1548 5.92212L14.1548 10.0801L14.1548 10.0867L14.1548 10.0932L14.1548 13.1606C14.1548 14.0995 13.3938 14.8606 12.4549 14.8606ZM12.9548 6.51284L12.9548 9.48667H10.1548V6.51284H12.9548ZM12.9548 5.31284L10.1548 5.31284V2.83867C10.1548 2.56253 10.3787 2.33867 10.6548 2.33867H12.4547C12.7309 2.33867 12.9547 2.56253 12.9547 2.83867L12.9548 5.31284ZM12.9548 10.6867H10.1548V13.1607C10.1548 13.4368 10.3787 13.6607 10.6549 13.6607L12.4549 13.6606C12.731 13.6606 12.9548 13.4367 12.9548 13.1606L12.9548 10.6867Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.67622 5.99449C2.91054 5.76018 3.29044 5.76018 3.52475 5.99449L4.68158 7.15132L5.83841 5.99449C6.07273 5.76018 6.45262 5.76018 6.68694 5.99449C6.92125 6.22881 6.92125 6.60871 6.68694 6.84302L5.53011 7.99985L6.68694 9.15668C6.92125 9.391 6.92125 9.77089 6.68694 10.0052C6.45262 10.2395 6.07273 10.2395 5.83841 10.0052L4.68158 8.84838L3.52475 10.0052C3.29044 10.2395 2.91054 10.2395 2.67622 10.0052C2.44191 9.77089 2.44191 9.391 2.67622 9.15668L3.83305 7.99985L2.67622 6.84302C2.44191 6.60871 2.44191 6.22881 2.67622 5.99449Z" } }] };
|
|
5
|
+
export var DeleteColumnSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-column-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteColumnSingle.displayName = 'DeleteColumnSingle';
|
|
13
|
+
export default DeleteColumnSingle;
|
|
14
|
+
//# sourceMappingURL=delete-column-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-column-single.js","sourceRoot":"","sources":["../../src/components/delete-column-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6tBAA6tB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+gBAA+gB,EAAC,EAAC,CAAC,EAAC,CAAC;AAEp/C,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.99452 2.67574C6.22884 2.44142 6.60874 2.44142 6.84305 2.67574L7.99988 3.83257L9.15671 2.67574C9.39103 2.44142 9.77092 2.44142 10.0052 2.67574C10.2396 2.91005 10.2396 3.28995 10.0052 3.52426L8.84841 4.68109L10.0052 5.83792C10.2396 6.07224 10.2396 6.45214 10.0052 6.68645C9.77092 6.92077 9.39103 6.92077 9.15671 6.68645L7.99988 5.52962L6.84305 6.68645C6.60874 6.92077 6.22884 6.92077 5.99452 6.68645C5.76021 6.45214 5.76021 6.07224 5.99452 5.83792L7.15135 4.68109L5.99452 3.52426C5.76021 3.28995 5.76021 2.91005 5.99452 2.67574Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.13924 12.4548L1.13916 10.6548C1.13912 9.71589 1.90025 8.95473 2.83916 8.95473H13.1612C14.1001 8.95473 14.8612 9.71584 14.8612 10.6547V12.4546C14.8612 13.3935 14.1001 14.1546 13.1612 14.1546L10.0963 14.1547L10.087 14.1547L10.0777 14.1547L5.91977 14.1547L5.91318 14.1547L5.9066 14.1547L2.83926 14.1547C1.9004 14.1547 1.13929 13.3937 1.13924 12.4548ZM10.687 12.9547L13.1612 12.9546C13.4373 12.9546 13.6612 12.7308 13.6612 12.4546V10.6547C13.6612 10.3786 13.4373 10.1547 13.1612 10.1547H10.687V12.9547ZM9.48701 10.1547V12.9547L6.51318 12.9547V10.1547H9.48701ZM2.83916 10.1547H5.31318V12.9547L2.83925 12.9547C2.56311 12.9547 2.33926 12.7309 2.33924 12.4547L2.33916 10.6547C2.33915 10.3786 2.56301 10.1547 2.83916 10.1547Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var DeleteRowSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'delete-row-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DeleteRowSingle.displayName = 'DeleteRowSingle';
|
|
13
|
+
export default DeleteRowSingle;
|
|
14
|
+
//# sourceMappingURL=delete-row-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-row-single.js","sourceRoot":"","sources":["../../src/components/delete-row-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mhBAAmhB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,itBAAitB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5+C,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.41357 5.23252C4.41357 4.90115 4.6822 4.63252 5.01357 4.63252H10.9862C11.3176 4.63252 11.5862 4.90115 11.5862 5.23252 11.5862 5.56389 11.3176 5.83252 10.9862 5.83252H5.01357C4.6822 5.83252 4.41357 5.56389 4.41357 5.23252zM4.41357 7.97861C4.41357 7.64724 4.6822 7.37861 5.01357 7.37861H10.9862C11.3176 7.37861 11.5862 7.64724 11.5862 7.97861 11.5862 8.30999 11.3176 8.57861 10.9862 8.57861H5.01357C4.6822 8.57861 4.41357 8.30999 4.41357 7.97861zM4.41357 10.7716C4.41357 10.4402 4.6822 10.1716 5.01357 10.1716H8.17178C8.50315 10.1716 8.77178 10.4402 8.77178 10.7716 8.77178 11.103 8.50315 11.3716 8.17178 11.3716H5.01357C4.6822 11.3716 4.41357 11.103 4.41357 10.7716z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V12.0216C1.10107 14.0098 2.71285 15.6216 4.70107 15.6216H14.0987C14.5406 15.6216 14.8987 15.2634 14.8987 14.8216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 12.0216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.4216H4.70107C3.37559 14.4216 2.30107 13.3471 2.30107 12.0216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var DocSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'doc-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DocSingle.displayName = 'DocSingle';
|
|
13
|
+
export default DocSingle;
|
|
14
|
+
//# sourceMappingURL=doc-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doc-single.js","sourceRoot":"","sources":["../../src/components/doc-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6pBAA6pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wYAAwY,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7yC,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CACjC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,YAAY;QAChB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.74063 1.14062C2.3046 1.14062 1.14051 2.30481 1.14063 3.74083L1.14131 12.2572C1.14143 13.6931 2.30545 14.857 3.74131 14.857H6.95517C7.28654 14.857 7.55517 14.5884 7.55517 14.257C7.55517 13.9256 7.28654 13.657 6.95517 13.657H3.74131C2.96816 13.657 2.34137 13.0303 2.34131 12.2571L2.34063 3.74074C2.34056 2.9675 2.96738 2.34063 3.74063 2.34063H12.2568C13.03 2.34063 13.6568 2.96743 13.6568 3.74063V7.30303C13.6568 7.6344 13.9255 7.90303 14.2568 7.90303C14.5882 7.90303 14.8568 7.6344 14.8568 7.30303V3.74063C14.8568 2.30469 13.6928 1.14062 12.2568 1.14062H3.74063Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.50674 8.80072C9.31003 8.76138 9.10666 8.82295 8.96481 8.96481C8.82295 9.10666 8.76138 9.31003 8.80072 9.50674L9.77428 14.3745C9.82187 14.6125 10.0081 14.7983 10.2462 14.8454C10.4843 14.8925 10.7272 14.7916 10.8619 14.5897L11.4294 13.7383L12.3722 14.6811C12.6066 14.9154 12.9865 14.9154 13.2208 14.6811L14.6811 13.2208C14.9154 12.9865 14.9154 12.6066 14.6811 12.3722L13.7383 11.4294L14.5897 10.8619C14.7916 10.7272 14.8925 10.4843 14.8454 10.2462C14.7983 10.0081 14.6125 9.82187 14.3745 9.77428L9.50674 8.80072ZM10.6669 12.7188L10.1539 10.1539L12.7188 10.6669L12.4637 10.837C12.3141 10.9367 12.2171 11.0982 12.1994 11.2771C12.1817 11.4559 12.2451 11.6333 12.3722 11.7604L13.4083 12.7965L12.7965 13.4083L11.7604 12.3722C11.6333 12.2451 11.4559 12.1817 11.2771 12.1994C11.0982 12.2171 10.9367 12.3141 10.837 12.4637L10.6669 12.7188Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var DragFrameSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'drag-frame-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DragFrameSingle.displayName = 'DragFrameSingle';
|
|
13
|
+
export default DragFrameSingle;
|
|
14
|
+
//# sourceMappingURL=drag-frame-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-frame-single.js","sourceRoot":"","sources":["../../src/components/drag-frame-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,sjBAAsjB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,k0BAAk0B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhoD,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.3951 12.7729C11.3951 13.0175 11.1969 13.2158 10.9523 13.2158C10.7077 13.2158 10.5094 13.0175 10.5094 12.7729V4.29581L9.59246 5.21273C9.41951 5.38569 9.13909 5.38569 8.96614 5.21273C8.79319 5.03978 8.79319 4.75937 8.96614 4.58642L10.6392 2.91334C10.8122 2.74039 11.0926 2.74039 11.2655 2.91334L12.9386 4.58642C13.1116 4.75937 13.1116 5.03978 12.9386 5.21273C12.7657 5.38569 12.4853 5.38569 12.3123 5.21273L11.3951 4.29557V12.7729Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.69582 9.68262C3.45122 9.68262 3.25294 9.48434 3.25294 9.23975 3.25294 8.99516 3.45122 8.79688 3.69582 8.79688H7.02602C7.20515 8.79688 7.36663 8.90478 7.43518 9.07027 7.50373 9.23576 7.46584 9.42625 7.33918 9.55291L4.76501 12.1271H7.02602C7.27061 12.1271 7.46889 12.3254 7.46889 12.57 7.46889 12.8145 7.27061 13.0128 7.02602 13.0128H3.69582C3.51669 13.0128 3.3552 12.9049 3.28665 12.7394 3.21811 12.5739 3.256 12.3835 3.38266 12.2568L5.95683 9.68262H3.69582zM6.05376 3.47094C5.81719 2.82544 4.90424 2.82544 4.66767 3.47094L3.22248 7.41425C3.13831 7.6439 3.25625 7.8983 3.48591 7.98247 3.71556 8.06664 3.96997 7.9487 4.05413 7.71904L4.48672 6.53871 4.48804 6.53871H6.23471L6.66729 7.71904C6.75146 7.9487 7.00586 8.06664 7.23552 7.98247 7.46517 7.8983 7.58311 7.6439 7.49895 7.41425L6.05376 3.47094zM5.91009 5.65296L5.36071 4.15394 4.81134 5.65296H5.91009z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var FilterNoneSortAscSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'filter-none-sort-asc-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FilterNoneSortAscSingle.displayName = 'FilterNoneSortAscSingle';
|
|
13
|
+
export default FilterNoneSortAscSingle;
|
|
14
|
+
//# sourceMappingURL=filter-none-sort-asc-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-none-sort-asc-single.js","sourceRoot":"","sources":["../../src/components/filter-none-sort-asc-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mbAAmb,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,01BAA01B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAErhD,MAAM,CAAC,IAAM,uBAAuB,GAAG,UAAU,CAC/C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,6BAA6B;QACjC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,uBAAuB,CAAC,WAAW,GAAG,yBAAyB,CAAC;AAEhE,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.0474 3.22794C12.0474 2.9834 11.8492 2.78516 11.6046 2.78516C11.3601 2.78516 11.1619 2.9834 11.1619 3.22794V11.7033L10.2451 10.7866C10.0722 10.6136 9.79186 10.6136 9.61895 10.7866C9.44603 10.9595 9.44603 11.2398 9.61895 11.4127L11.2917 13.0855C11.4646 13.2584 11.7449 13.2584 11.9179 13.0855L13.5906 11.4127C13.7635 11.2398 13.7635 10.9595 13.5906 10.7866C13.4177 10.6136 13.1373 10.6136 12.9644 10.7866L12.0474 11.7035V3.22794Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.34953 9.68244C4.10499 9.68244 3.90675 9.4842 3.90675 9.23966 3.90675 8.99511 4.10499 8.79688 4.34953 8.79688H7.67903C7.85812 8.79688 8.01958 8.90475 8.08811 9.07021 8.15664 9.23567 8.11876 9.42611 7.99213 9.55275L5.4185 12.1264H7.67903C7.92357 12.1264 8.12181 12.3246 8.12181 12.5692 8.12181 12.8137 7.92357 13.0119 7.67903 13.0119H4.34953C4.17044 13.0119 4.00899 12.9041 3.94046 12.7386 3.87192 12.5731 3.9098 12.3827 4.03644 12.2561L6.61007 9.68244H4.34953zM6.70745 3.47206C6.47093 2.8267 5.55818 2.8267 5.32166 3.47206L3.87677 7.41453C3.79262 7.64414 3.91054 7.89849 4.14015 7.98264 4.36975 8.06679 4.6241 7.94887 4.70825 7.71926L5.14074 6.53918 5.14206 6.53918H6.88837L7.32086 7.71926C7.40501 7.94887 7.65936 8.06679 7.88896 7.98264 8.11857 7.89849 8.23649 7.64414 8.15234 7.41453L6.70745 3.47206zM6.56382 5.65362L6.01455 4.15492 5.46529 5.65362H6.56382z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var FilterNoneSortDescSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'filter-none-sort-desc-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FilterNoneSortDescSingle.displayName = 'FilterNoneSortDescSingle';
|
|
13
|
+
export default FilterNoneSortDescSingle;
|
|
14
|
+
//# sourceMappingURL=filter-none-sort-desc-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-none-sort-desc-single.js","sourceRoot":"","sources":["../../src/components/filter-none-sort-desc-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ibAAib,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+1BAA+1B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExhD,MAAM,CAAC,IAAM,wBAAwB,GAAG,UAAU,CAChD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,8BAA8B;QAClC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,wBAAwB,CAAC,WAAW,GAAG,0BAA0B,CAAC;AAElE,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.0371 12.6001C12.2944 12.6001 12.503 12.3916 12.503 12.1342V4.99075L13.4678 5.95563C13.6498 6.13758 13.9448 6.13758 14.1267 5.95563 14.3087 5.77368 14.3087 5.47868 14.1267 5.29673L12.3666 3.53661C12.1847 3.35466 11.8897 3.35466 11.7077 3.53661L9.94761 5.29673C9.76567 5.47868 9.76567 5.77368 9.94761 5.95563 10.1296 6.13758 10.4246 6.13758 10.6065 5.95563L11.5711 4.991V12.1342C11.5711 12.3916 11.7797 12.6001 12.0371 12.6001zM2.1685 5.20884C1.77936 4.74729 2.10746 4.04151 2.71117 4.04151H8.65813C9.26184 4.04151 9.58994 4.74728 9.2008 5.20884L6.80974 8.04481V11.2485C6.80974 11.7494 6.30496 12.0927 5.83913 11.9087L5.00856 11.5806C4.7376 11.4735 4.55956 11.2118 4.55956 10.9204V8.04481L2.1685 5.20884z" } }] };
|
|
5
|
+
export var FilteredSortAscSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'filtered-sort-asc-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FilteredSortAscSingle.displayName = 'FilteredSortAscSingle';
|
|
13
|
+
export default FilteredSortAscSingle;
|
|
14
|
+
//# sourceMappingURL=filtered-sort-asc-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filtered-sort-asc-single.js","sourceRoot":"","sources":["../../src/components/filtered-sort-asc-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,osBAAosB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE92B,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAU,CAC7C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,0BAA0B;QAC9B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,qBAAqB,CAAC,WAAW,GAAG,uBAAuB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
|