@univerjs/icons 0.1.65 → 0.1.67
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/ai-single.d.ts +4 -0
- package/dist/components/arrangement-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/board-fill.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/dark-mode-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/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/light-mode-single.d.ts +4 -0
- package/dist/components/number-format-single.d.ts +4 -0
- package/dist/components/outline-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-fill-single.d.ts +4 -0
- package/dist/components/tree-diagram-single.d.ts +4 -0
- package/dist/components/unifile.d.ts +4 -0
- package/dist/icons.d.ts +49 -1
- package/dist/index.js +1 -1
- 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/ai-single.d.ts +4 -0
- package/esm/components/ai-single.js +14 -0
- package/esm/components/ai-single.js.map +1 -0
- package/esm/components/arrangement-single.d.ts +4 -0
- package/esm/components/arrangement-single.js +14 -0
- package/esm/components/arrangement-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-fill.d.ts +4 -0
- package/esm/components/board-fill.js +14 -0
- package/esm/components/board-fill.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/dark-mode-single.d.ts +4 -0
- package/esm/components/dark-mode-single.js +14 -0
- package/esm/components/dark-mode-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/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/light-mode-single.d.ts +4 -0
- package/esm/components/light-mode-single.js +14 -0
- package/esm/components/light-mode-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/outline-single.d.ts +4 -0
- package/esm/components/outline-single.js +14 -0
- package/esm/components/outline-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-fill-single.d.ts +4 -0
- package/esm/components/tree-diagram-fill-single.js +14 -0
- package/esm/components/tree-diagram-fill-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/unifile.d.ts +4 -0
- package/esm/components/unifile.js +14 -0
- package/esm/components/unifile.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 +49 -1
- package/esm/icons.js +49 -1
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +50 -1
- 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
|
@@ -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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M.733398 2.33438C.733398 2.003 1.00203 1.73438 1.3334 1.73438H14.6667C14.9981 1.73438 15.2667 2.003 15.2667 2.33438 15.2667 2.66575 14.9981 2.93438 14.6667 2.93438H1.3334C1.00203 2.93438.733398 2.66575.733398 2.33438zM.733398 7.66641C.733398 7.33504 1.00203 7.06641 1.3334 7.06641H5.00007C5.33144 7.06641 5.60007 7.33504 5.60007 7.66641 5.60007 7.99778 5.33144 8.26641 5.00007 8.26641H1.3334C1.00203 8.26641.733398 7.99778.733398 7.66641zM1.3334 12.3984C1.00203 12.3984.733398 12.6671.733398 12.9984.733398 13.3298 1.00203 13.5984 1.3334 13.5984H5.00007C5.33144 13.5984 5.60007 13.3298 5.60007 12.9984 5.60007 12.6671 5.33144 12.3984 5.00007 12.3984H1.3334z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06641 8.49974C7.06641 6.60357 8.60357 5.06641 10.4997 5.06641C12.3959 5.06641 13.9331 6.60357 13.9331 8.49974C13.9331 9.31728 13.6473 10.0681 13.1703 10.6577L15.0925 12.5938C15.326 12.829 15.3246 13.2089 15.0895 13.4424C14.8543 13.6758 14.4744 13.6745 14.2409 13.4393L12.2625 11.4466C11.7472 11.7555 11.1442 11.9331 10.4997 11.9331C8.60357 11.9331 7.06641 10.3959 7.06641 8.49974ZM10.4997 6.26641C9.26631 6.26641 8.26641 7.26631 8.26641 8.49974C8.26641 9.73317 9.26631 10.7331 10.4997 10.7331C11.7332 10.7331 12.7331 9.73317 12.7331 8.49974C12.7331 7.26631 11.7332 6.26641 10.4997 6.26641Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var FindSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'find-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FindSingle.displayName = 'FindSingle';
|
|
13
|
+
export default FindSingle;
|
|
14
|
+
//# sourceMappingURL=find-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find-single.js","sourceRoot":"","sources":["../../src/components/find-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,mpBAAmpB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,klBAAklB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7+C,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": "M9.16162 4.03506C9.16162 3.70369 9.43025 3.43506 9.76162 3.43506H11.5239C12.0986 3.43506 12.5645 3.90095 12.5645 4.47564V6.23795C12.5645 6.56932 12.2959 6.83795 11.9645 6.83795 11.6331 6.83795 11.3645 6.56932 11.3645 6.23795V4.63506H9.76162C9.43025 4.63506 9.16162 4.36643 9.16162 4.03506zM4.03311 9.16553C4.36448 9.16553 4.63311 9.43416 4.63311 9.76553V11.3684H6.236C6.56737 11.3684 6.836 11.637 6.836 11.9684 6.836 12.2998 6.56737 12.5684 6.236 12.5684H4.47368C3.89899 12.5684 3.43311 12.1025 3.43311 11.5278V9.76553C3.43311 9.43416 3.70173 9.16553 4.03311 9.16553z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.9999 1.3999C2.56396 1.3999 1.3999 2.56396 1.3999 3.9999V11.9999C1.3999 13.4358 2.56396 14.5999 3.9999 14.5999H11.9999C13.4358 14.5999 14.5999 13.4358 14.5999 11.9999V3.9999C14.5999 2.56396 13.4358 1.3999 11.9999 1.3999H3.9999ZM2.5999 3.9999C2.5999 3.2267 3.2267 2.5999 3.9999 2.5999H11.9999C12.7731 2.5999 13.3999 3.2267 13.3999 3.9999V11.9999C13.3999 12.7731 12.7731 13.3999 11.9999 13.3999H3.9999C3.2267 13.3999 2.5999 12.7731 2.5999 11.9999V3.9999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var FrameSizeSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'frame-size-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FrameSizeSingle.displayName = 'FrameSizeSingle';
|
|
13
|
+
export default FrameSizeSingle;
|
|
14
|
+
//# sourceMappingURL=frame-size-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"frame-size-single.js","sourceRoot":"","sources":["../../src/components/frame-size-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,yjBAAyjB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wcAAwc,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzwC,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": "M10.4004 1.99844C10.4004 1.66707 10.669 1.39844 11.0004 1.39844H14.0004C14.3318 1.39844 14.6004 1.66707 14.6004 1.99844V4.99844C14.6004 5.32981 14.3318 5.59844 14.0004 5.59844 13.669 5.59844 13.4004 5.32981 13.4004 4.99844V3.41281L11.0907 5.72253C10.8564 5.95685 10.4765 5.95685 10.2421 5.72253 10.0078 5.48822 10.0078 5.10832 10.2421 4.87401L12.5177 2.59844H11.0004C10.669 2.59844 10.4004 2.32981 10.4004 1.99844zM10.2763 10.2421C10.5106 10.0078 10.8905 10.0078 11.1248 10.2421L13.4004 12.5177V10.9984C13.4004 10.6671 13.669 10.3984 14.0004 10.3984 14.3318 10.3984 14.6004 10.6671 14.6004 10.9984V13.9984C14.6004 14.3298 14.3318 14.5984 14.0004 14.5984H11.0004C10.669 14.5984 10.4004 14.3298 10.4004 13.9984 10.4004 13.6671 10.669 13.3984 11.0004 13.3984H12.5841L10.2763 11.0907C10.042 10.8564 10.042 10.4765 10.2763 10.2421zM5.75584 11.0928C5.99133 10.8597 5.99325 10.4798 5.76012 10.2443 5.527 10.0088 5.1471 10.0069 4.91161 10.24L2.60039 12.528V10.9984C2.60039 10.6671 2.33176 10.3984 2.00039 10.3984 1.66902 10.3984 1.40039 10.6671 1.40039 10.9984V13.9984C1.40039 14.3298 1.66902 14.5984 2.00039 14.5984H5.00039C5.33176 14.5984 5.60039 14.3298 5.60039 13.9984 5.60039 13.6671 5.33176 13.3984 5.00039 13.3984H3.4268L5.75584 11.0928zM1.40039 1.99844C1.40039 1.91762 1.41637 1.84053 1.44534 1.77017L1.56982 1.58058 1.57399 1.57632C1.6316 1.51812 1.69818 1.47419 1.76932 1.44455 1.84044 1.41484 1.91852 1.39844 2.00041 1.39844H5.00039C5.33176 1.39844 5.60039 1.66707 5.60039 1.99844 5.60039 2.32981 5.33176 2.59844 5.00039 2.59844H3.45933L5.75584 4.87187C5.99133 5.105 5.99325 5.48489 5.76013 5.72039 5.527 5.95588 5.1471 5.9578 4.91161 5.72467L2.60039 3.43668V4.99844C2.60039 5.32981 2.33176 5.59844 2.00039 5.59844 1.66902 5.59844 1.40039 5.32981 1.40039 4.99844V1.99844z" } }] };
|
|
5
|
+
export var FullscreenSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'fullscreen-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FullscreenSingle.displayName = 'FullscreenSingle';
|
|
13
|
+
export default FullscreenSingle;
|
|
14
|
+
//# sourceMappingURL=fullscreen-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fullscreen-single.js","sourceRoot":"","sources":["../../src/components/fullscreen-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,gvDAAgvD,EAAC,EAAC,CAAC,EAAC,CAAC;AAE15D,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,mBAAmB;QACvB,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": "M5.48242 6.2793C5.48242 4.88888 6.60958 3.76172 8 3.76172 9.39042 3.76172 10.5176 4.88888 10.5176 6.2793 10.5176 7.46294 9.70073 8.45581 8.6 8.72494V9.47526C8.6 9.80663 8.33137 10.0753 8 10.0753 7.66863 10.0753 7.4 9.80663 7.4 9.47526V8.19687C7.4 7.8655 7.66863 7.59687 8 7.59687 8.72768 7.59687 9.31758 7.00697 9.31758 6.2793 9.31758 5.55162 8.72768 4.96172 8 4.96172 7.27232 4.96172 6.68242 5.55162 6.68242 6.2793 6.68242 6.61067 6.41379 6.8793 6.08242 6.8793 5.75105 6.8793 5.48242 6.61067 5.48242 6.2793zM8.79915 11.5568C8.79915 11.9981 8.44143 12.3558 8.00016 12.3558 7.5589 12.3558 7.20117 11.9981 7.20117 11.5568 7.20117 11.1155 7.5589 10.7578 8.00016 10.7578 8.44143 10.7578 8.79915 11.1155 8.79915 11.5568z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.0557 3.0557C4.32035 1.79107 6.06915 1.00781 7.99974 1.00781C9.93033 1.00781 11.6791 1.79107 12.9438 3.0557C14.2084 4.32034 14.9917 6.06915 14.9917 7.99974C14.9917 9.93033 14.2084 11.6791 12.9438 12.9438C11.6791 14.2084 9.93033 14.9917 7.99974 14.9917C6.06915 14.9917 4.32035 14.2084 3.0557 12.9438C1.79107 11.6791 1.00781 9.93033 1.00781 7.99974C1.00781 6.06915 1.79108 4.32034 3.0557 3.0557ZM7.99974 2.20781C6.40019 2.20781 4.95303 2.85544 3.90422 3.90423C2.85543 4.95304 2.20781 6.40019 2.20781 7.99974C2.20781 9.59929 2.85544 11.0464 3.90423 12.0952C4.95303 13.144 6.4002 13.7917 7.99974 13.7917C9.59928 13.7917 11.0464 13.144 12.0952 12.0952C13.144 11.0464 13.7917 9.59928 13.7917 7.99974C13.7917 6.4002 13.144 4.95303 12.0952 3.90423C11.0464 2.85544 9.59929 2.20781 7.99974 2.20781Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var HelpSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'help-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
HelpSingle.displayName = 'HelpSingle';
|
|
13
|
+
export default HelpSingle;
|
|
14
|
+
//# sourceMappingURL=help-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"help-single.js","sourceRoot":"","sources":["../../src/components/help-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,6sBAA6sB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,wxBAAwxB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7uD,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": "M3.42514 2.37642C3.19083 2.1421 2.81093 2.1421 2.57661 2.37642C2.3423 2.61073 2.3423 2.99063 2.57661 3.22495L6.10616 6.75449C5.87075 7.11191 5.7334 7.54042 5.7334 8.00016C5.7334 9.252 6.74823 10.2668 8.00007 10.2668C8.45992 10.2668 8.88834 10.1294 9.24572 9.89405L12.5766 13.2249C12.8109 13.4593 13.1908 13.4593 13.4251 13.2249C13.6595 12.9906 13.6595 12.6107 13.4251 12.3764L3.42514 2.37642ZM8.35734 9.00568L6.99454 7.64287C6.95491 7.75447 6.9334 7.87467 6.9334 8.00016C6.9334 8.58926 7.41097 9.06683 8.00007 9.06683C8.12551 9.06683 8.24571 9.04532 8.35734 9.00568Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99993 4.5999C7.60078 4.5999 7.2071 4.65323 6.82176 4.74889 6.50015 4.82873 6.17471 4.63274 6.09487 4.31113 6.01503 3.98952 6.21103 3.66408 6.53264 3.58424 7.00236 3.46764 7.49335 3.3999 7.99993 3.3999 10.6597 3.3999 12.9156 5.26247 14.1045 6.46122 14.9601 7.32381 14.9595 8.67664 14.1042 9.53892 13.8192 9.82627 13.4807 10.1437 13.0969 10.4618 12.8417 10.6733 12.4635 10.6379 12.252 10.3828 12.0406 10.1277 12.0759 9.74943 12.3311 9.53796 12.6804 9.24842 12.9901 8.9581 13.2522 8.69384 13.6438 8.29909 13.6438 7.70075 13.2525 7.30627 12.0938 6.13804 10.1413 4.5999 7.99993 4.5999zM3.74782 5.617C3.95929 5.87213 3.92391 6.25037 3.66878 6.46184 3.31948 6.75138 3.00974 7.0417 2.74762 7.30596 2.35606 7.70071 2.35605 8.29905 2.74731 8.69353 3.90602 9.86176 5.85854 11.3999 7.99993 11.3999 8.40241 11.3999 8.7993 11.3457 9.18766 11.2485 9.50912 11.1681 9.83491 11.3635 9.91533 11.685 9.99574 12.0065 9.80034 12.3323 9.47887 12.4127 9.00563 12.531 8.51072 12.5999 7.99993 12.5999 5.34021 12.5999 3.0843 10.7373 1.89532 9.53858 1.03975 8.67599 1.04034 7.32317 1.89565 6.46089 2.18068 6.17354 2.51913 5.85614 2.90299 5.53796 3.15811 5.32649 3.53636 5.36188 3.74782 5.617z" } }] };
|
|
5
|
+
export var HideSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'hide-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
HideSingle.displayName = 'HideSingle';
|
|
13
|
+
export default HideSingle;
|
|
14
|
+
//# sourceMappingURL=hide-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hide-single.js","sourceRoot":"","sources":["../../src/components/hide-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,wjBAAwjB,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,ipCAAipC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEj9D,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": "M13.0336 1.73242C13.365 1.73242 13.6336 2.00105 13.6336 2.33242L13.6336 12.2189L14.6093 11.2431C14.8436 11.0088 15.2235 11.0088 15.4579 11.2431C15.6922 11.4774 15.6922 11.8573 15.4579 12.0916L13.4579 14.0916C13.2235 14.326 12.8436 14.326 12.6093 14.0916L10.6093 12.0916C10.375 11.8573 10.375 11.4774 10.6093 11.2431C10.8436 11.0088 11.2235 11.0088 11.4579 11.2431L12.4336 12.2189L12.4336 2.33242C12.4336 2.00105 12.7022 1.73242 13.0336 1.73242Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.86664 3.3999L2.06667 3.39999C1.12778 3.4 0.366674 4.16114 0.366699 5.10003L0.366774 7.93809L0.366699 7.94766L0.366774 7.95726L0.366852 10.8999C0.366877 11.8388 1.12799 12.5999 2.06685 12.5999H4.9506C4.95595 12.6 4.96132 12.6001 4.9667 12.6001C4.97208 12.6001 4.97745 12.6 4.9828 12.5999H7.86667C8.80555 12.5999 9.56667 11.8388 9.56667 10.8999V7.95358L9.5667 7.94766L9.56667 7.94174V5.0999C9.56667 4.16101 8.80554 3.39989 7.86664 3.3999ZM5.5667 11.3999H7.86667C8.14281 11.3999 8.36667 11.176 8.36667 10.8999V8.54766H5.5667V11.3999ZM5.5667 7.34766H8.36667V5.0999C8.36667 4.82376 8.14281 4.5999 7.86666 4.5999L5.5667 4.59994V7.34766ZM4.3667 4.59995V7.34766H1.56676L1.5667 5.1C1.56669 4.82386 1.79055 4.59999 2.06669 4.59999L4.3667 4.59995ZM4.3667 8.54766V11.3999H2.06685C1.79071 11.3999 1.56686 11.176 1.56685 10.8999L1.56679 8.54766H4.3667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var InsertCellDownSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'insert-cell-down-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
InsertCellDownSingle.displayName = 'InsertCellDownSingle';
|
|
13
|
+
export default InsertCellDownSingle;
|
|
14
|
+
//# sourceMappingURL=insert-cell-down-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-cell-down-single.js","sourceRoot":"","sources":["../../src/components/insert-cell-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,8bAA8b,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,20BAA20B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjhD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,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": "M7.94793 0.366699L7.93667 0.366803L5.10054 0.366728C4.16165 0.366703 3.40051 1.12781 3.40049 2.0667L3.40045 4.95816C3.40041 4.961 3.40039 4.96385 3.40039 4.9667C3.40039 4.96954 3.40041 4.97239 3.40045 4.97522L3.40041 7.86667C3.40039 8.80557 4.16151 9.5667 5.10041 9.5667H10.9004C11.8393 9.5667 12.6004 8.80558 12.6004 7.8667V2.06688C12.6004 1.12801 11.8393 0.366906 10.9004 0.366881L7.95923 0.366803L7.94793 0.366699ZM11.4004 4.3667V2.06688C11.4004 1.79074 11.1765 1.56689 10.9004 1.56688L8.54793 1.56682V4.3667H11.4004ZM8.54793 5.5667H11.4004V7.8667C11.4004 8.14284 11.1765 8.3667 10.9004 8.3667H8.54793V5.5667ZM7.34793 4.3667V1.56679L5.10051 1.56673C4.82436 1.56672 4.6005 1.79058 4.60049 2.06672L4.60046 4.3667H7.34793ZM4.60044 5.5667H7.34793V8.3667H5.10041C4.82426 8.3667 4.6004 8.14284 4.60041 7.86669L4.60044 5.5667Z", "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 InsertCellShiftRightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'insert-cell-shift-right-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
InsertCellShiftRightSingle.displayName = 'InsertCellShiftRightSingle';
|
|
13
|
+
export default InsertCellShiftRightSingle;
|
|
14
|
+
//# sourceMappingURL=insert-cell-shift-right-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-cell-shift-right-single.js","sourceRoot":"","sources":["../../src/components/insert-cell-shift-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,wzBAAwzB,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;AAE//C,MAAM,CAAC,IAAM,0BAA0B,GAAG,UAAU,CAClD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gCAAgC;QACpC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,0BAA0B,CAAC,WAAW,GAAG,4BAA4B,CAAC;AAEtE,eAAe,0BAA0B,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": "M8.00006 1.84521C8.33143 1.84521 8.60006 2.11384 8.60006 2.44521V4.08122H10.2361C10.5674 4.08122 10.8361 4.34985 10.8361 4.68122C10.8361 5.01259 10.5674 5.28122 10.2361 5.28122H8.60006V6.91722C8.60006 7.24859 8.33143 7.51722 8.00006 7.51722C7.66869 7.51722 7.40006 7.24859 7.40006 6.91722V5.28122H5.76406C5.43268 5.28122 5.16406 5.01259 5.16406 4.68122C5.16406 4.34985 5.43268 4.08122 5.76406 4.08122H7.40006V2.44521C7.40006 2.11384 7.66869 1.84521 8.00006 1.84521Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.83926 14.1549L5.90761 14.1548L5.91323 14.1549L5.91887 14.1548L10.0784 14.1548L10.0871 14.1549L10.0957 14.1548L13.1612 14.1548C14.1001 14.1548 14.8612 13.3936 14.8612 12.4548V10.6549C14.8612 9.71598 14.1001 8.95486 13.1612 8.95486H10.0904L10.0871 8.95485L10.0837 8.95486H5.91656L5.91323 8.95485L5.9099 8.95486H2.83916C1.90025 8.95486 1.13912 9.71602 1.13916 10.6549L1.13924 12.4549C1.13929 13.3938 1.9004 14.1549 2.83926 14.1549ZM9.48706 10.1549H6.51323V12.9548L9.48706 12.9548V10.1549ZM10.6871 12.9548L13.1612 12.9548C13.4373 12.9548 13.6612 12.7309 13.6612 12.4548V10.6549C13.6612 10.3787 13.4373 10.1549 13.1612 10.1549H10.6871V12.9548ZM2.83916 10.1549H5.31323V12.9548L2.83925 12.9549C2.56311 12.9549 2.33926 12.731 2.33924 12.4549L2.33916 10.6549C2.33915 10.3787 2.56301 10.1549 2.83916 10.1549Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var InsertRowAboveSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'insert-row-above-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
InsertRowAboveSingle.displayName = 'InsertRowAboveSingle';
|
|
13
|
+
export default InsertRowAboveSingle;
|
|
14
|
+
//# sourceMappingURL=insert-row-above-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-row-above-single.js","sourceRoot":"","sources":["../../src/components/insert-row-above-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,mdAAmd,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,myBAAmyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,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": "M8.00028 14.1549C7.66891 14.1549 7.40028 13.8862 7.40028 13.5549V11.9188H5.76428C5.43291 11.9188 5.16428 11.6502 5.16428 11.3188C5.16428 10.9875 5.43291 10.7188 5.76428 10.7188H7.40028V9.08284C7.40028 8.75147 7.66891 8.48284 8.00028 8.48284C8.33165 8.48284 8.60028 8.75147 8.60028 9.08284V10.7188H10.2363C10.5677 10.7188 10.8363 10.9875 10.8363 11.3188C10.8363 11.6502 10.5677 11.9188 10.2363 11.9188H8.60028V13.5549C8.60028 13.8862 8.33165 14.1549 8.00028 14.1549Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.1611 1.84521L10.093 1.84524L10.0874 1.84521L10.0817 1.84524L5.92215 1.84528L5.91352 1.84521L5.90488 1.84528L2.83915 1.8453C1.90027 1.84531 1.13916 2.60642 1.13916 3.5453V5.34521C1.13916 6.28409 1.90028 7.04521 2.83916 7.04521H5.91019L5.91352 7.04521L5.91685 7.04521H10.084L10.0874 7.04521L10.0907 7.04521H13.1612C14.1001 7.04521 14.8612 6.28404 14.8612 5.34513L14.8611 3.54513C14.8611 2.60628 14.0999 1.84521 13.1611 1.84521ZM6.51352 5.84521H9.48735V3.04525L6.51352 3.04527V5.84521ZM5.31352 3.04528L2.83916 3.0453C2.56302 3.0453 2.33916 3.26916 2.33916 3.5453V5.34521C2.33916 5.62135 2.56302 5.84521 2.83916 5.84521H5.31352V3.04528ZM13.1612 5.84521H10.6874V3.04524L13.1611 3.04521C13.4372 3.04521 13.6611 3.26906 13.6611 3.54519L13.6612 5.34518C13.6612 5.62133 13.4373 5.84521 13.1612 5.84521Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var InsertRowBelowSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'insert-row-below-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
InsertRowBelowSingle.displayName = 'InsertRowBelowSingle';
|
|
13
|
+
export default InsertRowBelowSingle;
|
|
14
|
+
//# sourceMappingURL=insert-row-below-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-row-below-single.js","sourceRoot":"","sources":["../../src/components/insert-row-below-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,mdAAmd,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+xBAA+xB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1/C,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,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.9999zM9.49336 10.4244C9.25905 10.19 9.25905 9.81015 9.49336 9.57583L10.4691 8.6001 4.08291 8.6001C3.75154 8.6001 3.48291 8.33147 3.48291 8.0001 3.48291 7.66873 3.75154 7.4001 4.08291 7.4001L10.4691 7.4001 9.49336 6.42436C9.25905 6.19005 9.25905 5.81015 9.49336 5.57583 9.72767 5.34152 10.1076 5.34152 10.3419 5.57583L12.3419 7.57583C12.5762 7.81015 12.5762 8.19005 12.3419 8.42436L10.3419 10.4244C10.1076 10.6587 9.72767 10.6587 9.49336 10.4244z" } }] };
|
|
5
|
+
export var InsertSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'insert-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
InsertSingle.displayName = 'InsertSingle';
|
|
13
|
+
export default InsertSingle;
|
|
14
|
+
//# sourceMappingURL=insert-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-single.js","sourceRoot":"","sources":["../../src/components/insert-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,u2BAAu2B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjhC,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,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.71596 14.8607 8.95479 14.0996 8.95479 13.1607V2.83867C8.95479 1.89979 9.71591 1.13867 10.6548 1.13867H12.4547C13.3936 1.13867 14.1547 1.89978 14.1547 2.83866L14.1547 5.90355L14.1548 5.91284L14.1547 5.92212L14.1548 10.0801L14.1548 10.0867L14.1548 10.0932L14.1548 13.1606C14.1548 14.0995 13.3937 14.8606 12.4549 14.8606ZM12.9547 6.51284L12.9548 9.48667H10.1548V6.51284H12.9547ZM12.9547 5.31284L10.1548 5.31284V2.83867C10.1548 2.56253 10.3787 2.33867 10.6548 2.33867H12.4547C12.7308 2.33867 12.9547 2.56253 12.9547 2.83867L12.9547 5.31284ZM12.9548 10.6867H10.1548V13.1607C10.1548 13.4368 10.3787 13.6607 10.6548 13.6607L12.4548 13.6606C12.7309 13.6606 12.9548 13.4367 12.9548 13.1606L12.9548 10.6867Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.84546 7.99979C1.84546 7.66842 2.11409 7.39979 2.44546 7.39979H4.08146V5.76379C4.08146 5.43242 4.35009 5.16379 4.68146 5.16379C5.01283 5.16379 5.28146 5.43242 5.28146 5.76379V7.39979H6.91747C7.24884 7.39979 7.51747 7.66842 7.51747 7.99979C7.51747 8.33116 7.24884 8.59979 6.91747 8.59979H5.28146V10.2358C5.28146 10.5672 5.01283 10.8358 4.68146 10.8358C4.35009 10.8358 4.08146 10.5672 4.08146 10.2358V8.59979H2.44546C2.11409 8.59979 1.84546 8.33116 1.84546 7.99979Z" } }] };
|
|
5
|
+
export var LeftInsertColumnSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'left-insert-column-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
LeftInsertColumnSingle.displayName = 'LeftInsertColumnSingle';
|
|
13
|
+
export default LeftInsertColumnSingle;
|
|
14
|
+
//# sourceMappingURL=left-insert-column-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"left-insert-column-single.js","sourceRoot":"","sources":["../../src/components/left-insert-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,8tBAA8tB,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,mdAAmd,EAAC,EAAC,CAAC,EAAC,CAAC;AAEz7C,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,2BAA2B;QAC/B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,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": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#light-mode-single_clip0_1389_26)" }, "children": [{ "tag": "path", "attrs": { "d": "M8.60039 1.11953C8.60039.78816 8.33176.519531 8.00039.519531 7.66902.519531 7.40039.78816 7.40039 1.11953V2.45286C7.40039 2.78424 7.66902 3.05286 8.00039 3.05286 8.33176 3.05286 8.60039 2.78424 8.60039 2.45286V1.11953zM13.412 3.42539C13.6456 3.19041 13.6445 2.81051 13.4096 2.57687 13.1746 2.34322 12.7947 2.34431 12.561 2.5793L11.7409 3.40411C11.5073 3.63909 11.5084 4.01899 11.7434 4.25263 11.9783 4.48627 12.3582 4.48519 12.5919 4.2502L13.412 3.42539zM8.00716 5.78516C6.71849 5.78516 5.67383 6.82982 5.67383 8.11849 5.67383 9.40716 6.71849 10.4518 8.00716 10.4518V5.78516z" } }, { "tag": "path", "attrs": { "d": "M8.0069 3.85156C5.6505 3.85156 3.74023 5.76183 3.74023 8.11823C3.74023 10.4746 5.6505 12.3849 8.0069 12.3849C10.3633 12.3849 12.2736 10.4746 12.2736 8.11823C12.2736 5.76183 10.3633 3.85156 8.0069 3.85156ZM4.94023 8.11823C4.94023 6.42457 6.31324 5.05156 8.0069 5.05156C9.70056 5.05156 11.0736 6.42457 11.0736 8.11823C11.0736 9.81189 9.70056 11.1849 8.0069 11.1849C6.31324 11.1849 4.94023 9.81189 4.94023 8.11823Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "d": "M4.1116 11.823C4.34658 12.0566 4.34766 12.4365 4.11402 12.6715L3.43172 13.3577C3.19808 13.5927 2.81818 13.5938 2.5832 13.3601 2.34822 13.1265 2.34713 12.7466 2.58078 12.5116L3.26307 11.8254C3.49672 11.5904 3.87662 11.5893 4.1116 11.823zM8.60039 13.7836C8.60039 13.4522 8.33176 13.1836 8.00039 13.1836 7.66902 13.1836 7.40039 13.4522 7.40039 13.7836V14.7836C7.40039 15.115 7.66902 15.3836 8.00039 15.3836 8.33176 15.3836 8.60039 15.115 8.60039 14.7836V13.7836zM12.7324 7.78359C12.7324 7.45222 13.0011 7.18359 13.3324 7.18359H14.6658C14.9971 7.18359 15.2658 7.45222 15.2658 7.78359 15.2658 8.11496 14.9971 8.38359 14.6658 8.38359H13.3324C13.0011 8.38359 12.7324 8.11496 12.7324 7.78359zM12.9344 11.6875C12.7001 11.4531 12.3202 11.4531 12.0859 11.6875 11.8516 11.9218 11.8516 12.3017 12.0859 12.536L12.9084 13.3584C13.1427 13.5928 13.5226 13.5928 13.7569 13.3584 13.9912 13.1241 13.9912 12.7442 13.7569 12.5099L12.9344 11.6875zM1.33242 7.51953C1.00105 7.51953.732422 7.78816.732422 8.11953.732422 8.4509 1.00105 8.71953 1.33242 8.71953H2.66576C2.99713 8.71953 3.26576 8.4509 3.26576 8.11953 3.26576 7.78816 2.99713 7.51953 2.66576 7.51953H1.33242zM2.92378 2.57808C3.15809 2.34377 3.53799 2.34376 3.77231 2.57808L4.45657 3.26233C4.69089 3.49664 4.69089 3.87654 4.45658 4.11086 4.22227 4.34517 3.84237 4.34518 3.60805 4.11087L2.92379 3.42661C2.68947 3.1923 2.68947 2.8124 2.92378 2.57808z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "light-mode-single_clip0_1389_26" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["light-mode-single_clip0_1389_26"] };
|
|
5
|
+
export var LightModeSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'light-mode-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
LightModeSingle.displayName = 'LightModeSingle';
|
|
13
|
+
export default LightModeSingle;
|
|
14
|
+
//# sourceMappingURL=light-mode-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-mode-single.js","sourceRoot":"","sources":["../../src/components/light-mode-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,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,uCAAuC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,ikBAAikB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,6ZAA6Z,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,y2CAAy2C,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,iCAAiC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,iCAAiC,CAAC,EAAC,CAAC;AAE74F,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": "M1.85059 4.06725C1.85059 2.84302 2.84302 1.85059 4.06725 1.85059 5.29148 1.85059 6.28392 2.84302 6.28392 4.06725 6.28392 5.29148 5.29148 6.28392 4.06725 6.28392 2.84302 6.28392 1.85059 5.29148 1.85059 4.06725zM4.06725 2.95059C3.45053 2.95059 2.95059 3.45053 2.95059 4.06725 2.95059 4.68397 3.45053 5.18392 4.06725 5.18392 4.68397 5.18392 5.18392 4.68397 5.18392 4.06725 5.18392 3.45053 4.68397 2.95059 4.06725 2.95059zM9.7168 11.933C9.7168 10.7087 10.7092 9.71631 11.9335 9.71631 13.1577 9.71631 14.1501 10.7087 14.1501 11.933 14.1501 13.1572 13.1577 14.1496 11.9335 14.1496 10.7092 14.1496 9.7168 13.1572 9.7168 11.933zM11.9335 10.8163C11.3167 10.8163 10.8168 11.3163 10.8168 11.933 10.8168 12.5497 11.3167 13.0496 11.9335 13.0496 12.5502 13.0496 13.0501 12.5497 13.0501 11.933 13.0501 11.3163 12.5502 10.8163 11.9335 10.8163z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.5241 3.32407C13.7584 3.08975 13.7584 2.70986 13.5241 2.47554C13.2898 2.24123 12.9099 2.24123 12.6755 2.47554L2.47554 12.6755C2.24123 12.9099 2.24123 13.2898 2.47554 13.5241C2.70986 13.7584 3.08975 13.7584 3.32407 13.5241L13.5241 3.32407Z" } }] };
|
|
5
|
+
export var NumberFormatSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'number-format-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
NumberFormatSingle.displayName = 'NumberFormatSingle';
|
|
13
|
+
export default NumberFormatSingle;
|
|
14
|
+
//# sourceMappingURL=number-format-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number-format-single.js","sourceRoot":"","sources":["../../src/components/number-format-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,6zBAA6zB,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,mPAAmP,EAAC,EAAC,CAAC,EAAC,CAAC;AAExzC,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.06689 3.3334C5.06689 3.00203 5.33552 2.7334 5.66689 2.7334H14.3336C14.6649 2.7334 14.9336 3.00203 14.9336 3.3334 14.9336 3.66477 14.6649 3.9334 14.3336 3.9334H5.66689C5.33552 3.9334 5.06689 3.66477 5.06689 3.3334zM4.33352 7.40005C4.00215 7.40005 3.73352 7.66868 3.73352 8.00005 3.73352 8.33143 4.00215 8.60005 4.33352 8.60005H5.66685C5.99822 8.60005 6.26685 8.33143 6.26685 8.00005 6.26685 7.66868 5.99822 7.40005 5.66685 7.40005H4.33352zM8.33352 7.40005C8.00215 7.40005 7.73352 7.66868 7.73352 8.00005 7.73352 8.33143 8.00215 8.60005 8.33352 8.60005H14.3335C14.6649 8.60005 14.9335 8.33143 14.9335 8.00005 14.9335 7.66868 14.6649 7.40005 14.3335 7.40005H8.33352zM5.06689 12.6667C5.06689 12.3354 5.33552 12.0667 5.66689 12.0667H14.3336C14.6649 12.0667 14.9336 12.3354 14.9336 12.6667 14.9336 12.9981 14.6649 13.2667 14.3336 13.2667H5.66689C5.33552 13.2667 5.06689 12.9981 5.06689 12.6667zM1.66689 12.0667C1.33552 12.0667 1.06689 12.3354 1.06689 12.6667 1.06689 12.9981 1.33552 13.2667 1.66689 13.2667H3.00023C3.3316 13.2667 3.60023 12.9981 3.60023 12.6667 3.60023 12.3354 3.3316 12.0667 3.00023 12.0667H1.66689zM1.66689 2.7334C1.33552 2.7334 1.06689 3.00203 1.06689 3.3334 1.06689 3.66477 1.33552 3.9334 1.66689 3.9334H3.00023C3.3316 3.9334 3.60023 3.66477 3.60023 3.3334 3.60023 3.00203 3.3316 2.7334 3.00023 2.7334H1.66689z" } }] };
|
|
5
|
+
export var OutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
OutlineSingle.displayName = 'OutlineSingle';
|
|
13
|
+
export default OutlineSingle;
|
|
14
|
+
//# sourceMappingURL=outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outline-single.js","sourceRoot":"","sources":["../../src/components/outline-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,kzCAAkzC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE59C,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gBAAgB;QACpB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,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": "M5.75576 5.98633C5.42439 5.98633 5.15576 6.25496 5.15576 6.58633 5.15576 6.9177 5.42439 7.18633 5.75576 7.18633H11.5542C11.8856 7.18633 12.1542 6.9177 12.1542 6.58633 12.1542 6.25496 11.8856 5.98633 11.5542 5.98633H5.75576zM6.15527 9.07607C6.15527 8.7447 6.4239 8.47607 6.75527 8.47607H10.5553C10.8866 8.47607 11.1553 8.7447 11.1553 9.07607 11.1553 9.40744 10.8866 9.67607 10.5553 9.67607H6.75527C6.4239 9.67607 6.15527 9.40744 6.15527 9.07607zM7.75527 10.9653C7.4239 10.9653 7.15527 11.234 7.15527 11.5653 7.15527 11.8967 7.4239 12.1653 7.75527 12.1653H9.55527C9.88664 12.1653 10.1553 11.8967 10.1553 11.5653 10.1553 11.234 9.88664 10.9653 9.55527 10.9653H7.75527z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.6552 1.8999H11.3388C11.1014 1.31354 10.5266 0.899902 9.85508 0.899902H7.45508C6.7836 0.899902 6.20874 1.31354 5.97138 1.8999H5.65518C4.21924 1.8999 3.05518 3.06396 3.05518 4.4999V12.4999C3.05518 13.9358 4.21924 15.0999 5.65518 15.0999H11.6552C13.0911 15.0999 14.2552 13.9358 14.2552 12.4999V4.4999C14.2552 3.06396 13.0911 1.8999 11.6552 1.8999ZM5.65518 3.0999H5.97138C6.20874 3.68627 6.7836 4.0999 7.45508 4.0999H9.85508C10.5266 4.0999 11.1014 3.68627 11.3388 3.0999H11.6552C12.4284 3.0999 13.0552 3.7267 13.0552 4.4999V12.4999C13.0552 13.2731 12.4284 13.8999 11.6552 13.8999H5.65518C4.88198 13.8999 4.25518 13.2731 4.25518 12.4999V4.4999C4.25518 3.7267 4.88198 3.0999 5.65518 3.0999ZM7.45508 2.0999C7.23416 2.0999 7.05508 2.27899 7.05508 2.4999C7.05508 2.72082 7.23416 2.8999 7.45508 2.8999H9.85508C10.076 2.8999 10.2551 2.72082 10.2551 2.4999C10.2551 2.27899 10.076 2.0999 9.85508 2.0999H7.45508Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var PasteAllExceptSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'paste-all-except-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PasteAllExceptSingle.displayName = 'PasteAllExceptSingle';
|
|
13
|
+
export default PasteAllExceptSingle;
|
|
14
|
+
//# sourceMappingURL=paste-all-except-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paste-all-except-single.js","sourceRoot":"","sources":["../../src/components/paste-all-except-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,2pBAA2pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,w4BAAw4B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3yD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,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": "M7.061 6.58997C7.38151 5.71545 8.61836 5.71545 8.93886 6.58997L10.5634 11.0226C10.6774 11.3338 10.5176 11.6784 10.2065 11.7925C9.89538 11.9065 9.55072 11.7467 9.43669 11.4356L8.95497 10.1212H7.04489L6.56318 11.4356C6.44915 11.7467 6.10449 11.9065 5.79336 11.7925C5.48222 11.6784 5.32244 11.3338 5.43646 11.0226L7.061 6.58997ZM7.48468 8.92119H8.51518L7.99993 7.51529L7.48468 8.92119Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.6835 1.8999H10.9999C12.4358 1.8999 13.5999 3.06396 13.5999 4.4999V12.4999C13.5999 13.9358 12.4358 15.0999 10.9999 15.0999H4.9999C3.56396 15.0999 2.3999 13.9358 2.3999 12.4999V4.4999C2.3999 3.06396 3.56396 1.8999 4.9999 1.8999H5.31611C5.55346 1.31354 6.12833 0.899902 6.7998 0.899902H9.1998C9.87128 0.899902 10.4461 1.31354 10.6835 1.8999ZM5.31611 3.0999H4.9999C4.2267 3.0999 3.5999 3.7267 3.5999 4.4999V12.4999C3.5999 13.2731 4.2267 13.8999 4.9999 13.8999H10.9999C11.7731 13.8999 12.3999 13.2731 12.3999 12.4999V4.4999C12.3999 3.7267 11.7731 3.0999 10.9999 3.0999H10.6835C10.4461 3.68627 9.87128 4.0999 9.1998 4.0999H6.7998C6.12833 4.0999 5.55346 3.68627 5.31611 3.0999ZM6.3998 2.4999C6.3998 2.27899 6.57889 2.0999 6.7998 2.0999H9.1998C9.42072 2.0999 9.5998 2.27899 9.5998 2.4999C9.5998 2.72082 9.42072 2.8999 9.1998 2.8999H6.7998C6.57889 2.8999 6.3998 2.72082 6.3998 2.4999Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var PasteFormatOnlySingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'paste-format-only-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PasteFormatOnlySingle.displayName = 'PasteFormatOnlySingle';
|
|
13
|
+
export default PasteFormatOnlySingle;
|
|
14
|
+
//# sourceMappingURL=paste-format-only-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paste-format-only-single.js","sourceRoot":"","sources":["../../src/components/paste-format-only-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,gYAAgY,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,i3BAAi3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEniD,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": "M7.17185 6.05078C5.92714 6.05078 5.30136 7.55348 6.17814 8.43696L6.82289 9.08663L6.17814 9.7363C5.30135 10.6198 5.92715 12.1225 7.17185 12.1225H8.57355C9.09954 12.1225 9.60377 11.9125 9.97429 11.5392C10.2077 11.3039 10.2063 10.9241 9.97107 10.6906C9.73586 10.4572 9.35597 10.4586 9.12254 10.6939C8.97733 10.8402 8.7797 10.9225 8.57355 10.9225H7.17185C6.99403 10.9225 6.90463 10.7078 7.02989 10.5816L7.74455 9.86148C8.17019 9.43259 8.17019 8.74066 7.74455 8.31177L7.02989 7.59166C6.90463 7.46545 6.99403 7.25078 7.17185 7.25078H8.57355C8.7797 7.25078 8.97733 7.33308 9.12254 7.4794C9.35597 7.71461 9.73586 7.71605 9.97107 7.48263C10.2063 7.24921 10.2077 6.86931 9.97429 6.63411C9.60377 6.26076 9.09954 6.05078 8.57355 6.05078H7.17185Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.9999 1.8999H10.6835C10.4461 1.31354 9.87128 0.899902 9.1998 0.899902H6.7998C6.12833 0.899902 5.55346 1.31354 5.31611 1.8999H4.9999C3.56396 1.8999 2.3999 3.06396 2.3999 4.4999V12.4999C2.3999 13.9358 3.56396 15.0999 4.9999 15.0999H10.9999C12.4358 15.0999 13.5999 13.9358 13.5999 12.4999V4.4999C13.5999 3.06396 12.4358 1.8999 10.9999 1.8999ZM4.9999 3.0999H5.31611C5.55346 3.68627 6.12833 4.0999 6.7998 4.0999H9.1998C9.87128 4.0999 10.4461 3.68627 10.6835 3.0999H10.9999C11.7731 3.0999 12.3999 3.7267 12.3999 4.4999V12.4999C12.3999 13.2731 11.7731 13.8999 10.9999 13.8999H4.9999C4.2267 13.8999 3.5999 13.2731 3.5999 12.4999V4.4999C3.5999 3.7267 4.2267 3.0999 4.9999 3.0999ZM6.7998 2.0999C6.57889 2.0999 6.3998 2.27899 6.3998 2.4999C6.3998 2.72082 6.57889 2.8999 6.7998 2.8999H9.1998C9.42072 2.8999 9.5998 2.72082 9.5998 2.4999C9.5998 2.27899 9.42072 2.0999 9.1998 2.0999H6.7998Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var PasteFormulaOnlySingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'paste-formula-only-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PasteFormulaOnlySingle.displayName = 'PasteFormulaOnlySingle';
|
|
13
|
+
export default PasteFormulaOnlySingle;
|
|
14
|
+
//# sourceMappingURL=paste-formula-only-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paste-formula-only-single.js","sourceRoot":"","sources":["../../src/components/paste-formula-only-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,+tBAA+tB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,g3BAAg3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEv1D,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,2BAA2B;QAC/B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,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": "M7.31483 1.22998C6.98346 1.22998 6.71483 1.49861 6.71483 1.82998 6.71483 2.16135 6.98346 2.42998 7.31483 2.42998H9.58483C9.9162 2.42998 10.1848 2.16135 10.1848 1.82998 10.1848 1.49861 9.9162 1.22998 9.58483 1.22998H7.31483zM2.77983 6.96498C2.77983 6.63361 2.5112 6.36498 2.17983 6.36498 1.84846 6.36498 1.57983 6.63361 1.57983 6.96498V9.23498C1.57983 9.56635 1.84846 9.83498 2.17983 9.83498 2.5112 9.83498 2.77983 9.56635 2.77983 9.23498V6.96498zM4.18975 2.43965C3.41655 2.43965 2.78975 3.06645 2.78975 3.83965V4.16965C2.78975 4.50102 2.52112 4.76965 2.18975 4.76965 1.85838 4.76965 1.58975 4.50102 1.58975 4.16965V3.83965C1.58975 2.40371 2.75381 1.23965 4.18975 1.23965H4.51975C4.85112 1.23965 5.11975 1.50828 5.11975 1.83965 5.11975 2.17102 4.85112 2.43965 4.51975 2.43965H4.18975z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.22012 6.16973C4.22012 4.73379 5.38418 3.56973 6.82012 3.56973H11.8201C13.2561 3.56973 14.4201 4.73379 14.4201 6.16973V12.1697C14.4201 13.6057 13.2561 14.7697 11.8201 14.7697H6.82012C5.38418 14.7697 4.22012 13.6057 4.22012 12.1697V6.16973ZM6.82012 4.76973C6.04692 4.76973 5.42012 5.39653 5.42012 6.16973V12.1697C5.42012 12.9429 6.04692 13.5697 6.82012 13.5697H11.8201C12.5933 13.5697 13.2201 12.9429 13.2201 12.1697V6.16973C13.2201 5.39653 12.5933 4.76973 11.8201 4.76973H6.82012Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var PasteSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'paste-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PasteSingle.displayName = 'PasteSingle';
|
|
13
|
+
export default PasteSingle;
|
|
14
|
+
//# sourceMappingURL=paste-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paste-single.js","sourceRoot":"","sources":["../../src/components/paste-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,ixBAAixB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,oeAAoe,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7/C,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"}
|