@univerjs/icons 0.2.7 → 0.2.9
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/Question-single.d.ts +4 -0
- package/dist/components/arrowsoutsimple-single.d.ts +4 -0
- package/dist/components/build-single.d.ts +4 -0
- package/dist/components/building.d.ts +4 -0
- package/dist/components/caret-down.d.ts +4 -0
- package/dist/components/client-single.d.ts +4 -0
- package/dist/components/column-sparkline-single.d.ts +4 -0
- package/dist/components/dots-horizontal-single.d.ts +4 -0
- package/dist/components/dots-vertical-single.d.ts +4 -0
- package/dist/components/edit-outline-single.d.ts +4 -0
- package/dist/components/eye-outline-single.d.ts +4 -0
- package/dist/components/forward.d.ts +4 -0
- package/dist/components/grid-outline-single.d.ts +4 -0
- package/dist/components/group-sparkline-single.d.ts +4 -0
- package/dist/components/h5-single.d.ts +4 -0
- package/dist/components/h6-single.d.ts +4 -0
- package/dist/components/heart-single.d.ts +4 -0
- package/dist/components/line-sparkline-single.d.ts +4 -0
- package/dist/components/list-outline-single.d.ts +4 -0
- package/dist/components/plus-single.d.ts +4 -0
- package/dist/components/point-color.d.ts +4 -0
- package/dist/components/run-time-single.d.ts +4 -0
- package/dist/components/server-single.d.ts +4 -0
- package/dist/components/settings.d.ts +4 -0
- package/dist/components/terminal-outline-single.d.ts +4 -0
- package/dist/components/trash-outline-single.d.ts +4 -0
- package/dist/components/ungroup-sparkline-single.d.ts +4 -0
- package/dist/components/winloss-sparkline-single.d.ts +4 -0
- package/dist/icons.d.ts +28 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +8 -0
- package/esm/components/Question-single.d.ts +4 -0
- package/esm/components/Question-single.js +14 -0
- package/esm/components/Question-single.js.map +1 -0
- package/esm/components/arrowsoutsimple-single.d.ts +4 -0
- package/esm/components/arrowsoutsimple-single.js +14 -0
- package/esm/components/arrowsoutsimple-single.js.map +1 -0
- package/esm/components/build-single.d.ts +4 -0
- package/esm/components/build-single.js +14 -0
- package/esm/components/build-single.js.map +1 -0
- package/esm/components/building.d.ts +4 -0
- package/esm/components/building.js +14 -0
- package/esm/components/building.js.map +1 -0
- package/esm/components/caret-down.d.ts +4 -0
- package/esm/components/caret-down.js +14 -0
- package/esm/components/caret-down.js.map +1 -0
- package/esm/components/client-single.d.ts +4 -0
- package/esm/components/client-single.js +14 -0
- package/esm/components/client-single.js.map +1 -0
- package/esm/components/code-single.js +1 -1
- package/esm/components/code-single.js.map +1 -1
- package/esm/components/column-sparkline-single.d.ts +4 -0
- package/esm/components/column-sparkline-single.js +14 -0
- package/esm/components/column-sparkline-single.js.map +1 -0
- package/esm/components/dots-horizontal-single.d.ts +4 -0
- package/esm/components/dots-horizontal-single.js +14 -0
- package/esm/components/dots-horizontal-single.js.map +1 -0
- package/esm/components/dots-vertical-single.d.ts +4 -0
- package/esm/components/dots-vertical-single.js +14 -0
- package/esm/components/dots-vertical-single.js.map +1 -0
- package/esm/components/edit-outline-single.d.ts +4 -0
- package/esm/components/edit-outline-single.js +14 -0
- package/esm/components/edit-outline-single.js.map +1 -0
- package/esm/components/eye-outline-single.d.ts +4 -0
- package/esm/components/eye-outline-single.js +14 -0
- package/esm/components/eye-outline-single.js.map +1 -0
- package/esm/components/forward.d.ts +4 -0
- package/esm/components/forward.js +14 -0
- package/esm/components/forward.js.map +1 -0
- package/esm/components/grid-outline-single.d.ts +4 -0
- package/esm/components/grid-outline-single.js +14 -0
- package/esm/components/grid-outline-single.js.map +1 -0
- package/esm/components/group-sparkline-single.d.ts +4 -0
- package/esm/components/group-sparkline-single.js +14 -0
- package/esm/components/group-sparkline-single.js.map +1 -0
- package/esm/components/h5-single.d.ts +4 -0
- package/esm/components/h5-single.js +14 -0
- package/esm/components/h5-single.js.map +1 -0
- package/esm/components/h6-single.d.ts +4 -0
- package/esm/components/h6-single.js +14 -0
- package/esm/components/h6-single.js.map +1 -0
- package/esm/components/heart-single.d.ts +4 -0
- package/esm/components/heart-single.js +14 -0
- package/esm/components/heart-single.js.map +1 -0
- package/esm/components/line-sparkline-single.d.ts +4 -0
- package/esm/components/line-sparkline-single.js +14 -0
- package/esm/components/line-sparkline-single.js.map +1 -0
- package/esm/components/list-outline-single.d.ts +4 -0
- package/esm/components/list-outline-single.js +14 -0
- package/esm/components/list-outline-single.js.map +1 -0
- package/esm/components/plus-single.d.ts +4 -0
- package/esm/components/plus-single.js +14 -0
- package/esm/components/plus-single.js.map +1 -0
- package/esm/components/point-color.d.ts +4 -0
- package/esm/components/point-color.js +14 -0
- package/esm/components/point-color.js.map +1 -0
- package/esm/components/question-mark-single.js +1 -1
- package/esm/components/question-mark-single.js.map +1 -1
- package/esm/components/run-time-single.d.ts +4 -0
- package/esm/components/run-time-single.js +14 -0
- package/esm/components/run-time-single.js.map +1 -0
- package/esm/components/server-single.d.ts +4 -0
- package/esm/components/server-single.js +14 -0
- package/esm/components/server-single.js.map +1 -0
- package/esm/components/settings.d.ts +4 -0
- package/esm/components/settings.js +14 -0
- package/esm/components/settings.js.map +1 -0
- package/esm/components/terminal-outline-single.d.ts +4 -0
- package/esm/components/terminal-outline-single.js +14 -0
- package/esm/components/terminal-outline-single.js.map +1 -0
- package/esm/components/trash-outline-single.d.ts +4 -0
- package/esm/components/trash-outline-single.js +14 -0
- package/esm/components/trash-outline-single.js.map +1 -0
- package/esm/components/ungroup-sparkline-single.d.ts +4 -0
- package/esm/components/ungroup-sparkline-single.js +14 -0
- package/esm/components/ungroup-sparkline-single.js.map +1 -0
- package/esm/components/winloss-sparkline-single.d.ts +4 -0
- package/esm/components/winloss-sparkline-single.js +14 -0
- package/esm/components/winloss-sparkline-single.js.map +1 -0
- package/esm/icons.d.ts +28 -0
- package/esm/icons.js +28 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +8 -0
- package/esm/manifest.js +34 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -10,6 +10,10 @@ export declare const singleDrawerPageManifest: {
|
|
|
10
10
|
stem: string;
|
|
11
11
|
icon: string;
|
|
12
12
|
}[];
|
|
13
|
+
export declare const binaryUnivergoManifest: {
|
|
14
|
+
stem: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
}[];
|
|
13
17
|
export declare const otherFileTypeManifest: {
|
|
14
18
|
stem: string;
|
|
15
19
|
icon: string;
|
|
@@ -26,6 +30,10 @@ export declare const singleShareManifest: {
|
|
|
26
30
|
stem: string;
|
|
27
31
|
icon: string;
|
|
28
32
|
}[];
|
|
33
|
+
export declare const singleUnivergoManifest: {
|
|
34
|
+
stem: string;
|
|
35
|
+
icon: string;
|
|
36
|
+
}[];
|
|
29
37
|
export declare const binaryWebsiteManifest: {
|
|
30
38
|
stem: string;
|
|
31
39
|
icon: string;
|
|
@@ -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": "rect", "attrs": { "width": 16, "height": 16, "fill": "currentColor", "rx": 8 } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M7.22523 9.33854V9.25237C7.22744 8.85243 7.265 8.53425 7.33792 8.29782C7.41305 8.0614 7.51911 7.87137 7.6561 7.72775C7.7931 7.58191 7.95992 7.44823 8.15658 7.3267C8.29136 7.24274 8.41178 7.15104 8.51784 7.05161C8.62611 6.94997 8.71118 6.83728 8.77305 6.71354C8.83492 6.58759 8.86586 6.44729 8.86586 6.29261C8.86586 6.11806 8.82498 5.9667 8.74322 5.83854C8.66147 5.71039 8.55099 5.61095 8.41178 5.54025C8.27479 5.46954 8.12122 5.43419 7.95108 5.43419C7.7942 5.43419 7.64505 5.46843 7.50364 5.53693C7.36444 5.60322 7.24843 5.70486 7.15563 5.84186C7.06504 5.97664 7.01421 6.14789 7.00317 6.35559H5.82324C5.83429 5.93576 5.93593 5.58444 6.12817 5.30161C6.32261 5.01878 6.57892 4.80666 6.89711 4.66525C7.2175 4.52383 7.57103 4.45312 7.95771 4.45312C8.37974 4.45312 8.75096 4.52715 9.07135 4.67519C9.39395 4.82323 9.64474 5.03425 9.82372 5.30824C10.0049 5.58002 10.0955 5.90262 10.0955 6.27604C10.0955 6.52794 10.0546 6.75331 9.97286 6.95218C9.89332 7.15104 9.77952 7.32781 9.63148 7.48248C9.48344 7.63715 9.30777 7.77525 9.10449 7.89678C8.92551 8.00726 8.77858 8.12216 8.66368 8.24148C8.55099 8.3608 8.46702 8.5011 8.41178 8.66241C8.35875 8.8215 8.33113 9.01815 8.32892 9.25237V9.33854H7.22523ZM7.80194 11.4067C7.60307 11.4067 7.43183 11.336 7.2882 11.1946C7.14458 11.0532 7.07277 10.8808 7.07277 10.6776C7.07277 10.4787 7.14458 10.3086 7.2882 10.1671C7.43183 10.0257 7.60307 9.95502 7.80194 9.95502C7.99859 9.95502 8.16873 10.0257 8.31235 10.1671C8.45819 10.3086 8.5311 10.4787 8.5311 10.6776C8.5311 10.8123 8.49685 10.935 8.42836 11.0455C8.36207 11.1559 8.27368 11.2443 8.1632 11.3106C8.05493 11.3747 7.93451 11.4067 7.80194 11.4067Z" } }] };
|
|
5
|
+
export var QuestionSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'Question-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
QuestionSingle.displayName = 'QuestionSingle';
|
|
13
|
+
export default QuestionSingle;
|
|
14
|
+
//# sourceMappingURL=Question-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Question-single.js","sourceRoot":"","sources":["../../src/components/Question-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,OAAO,EAAC,EAAE,EAAC,QAAQ,EAAC,EAAE,EAAC,MAAM,EAAC,cAAc,EAAC,IAAI,EAAC,CAAC,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,gmDAAgmD,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx1D,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": "M13.5 3V6C13.5 6.13261 13.4473 6.25979 13.3536 6.35355C13.2598 6.44732 13.1326 6.5 13 6.5C12.8674 6.5 12.7402 6.44732 12.6464 6.35355C12.5527 6.25979 12.5 6.13261 12.5 6V4.20687L9.35375 7.35375C9.25993 7.44757 9.13268 7.50028 9 7.50028C8.86732 7.50028 8.74007 7.44757 8.64625 7.35375C8.55243 7.25993 8.49972 7.13268 8.49972 7C8.49972 6.86732 8.55243 6.74007 8.64625 6.64625L11.7931 3.5H10C9.86739 3.5 9.74021 3.44732 9.64645 3.35355C9.55268 3.25979 9.5 3.13261 9.5 3C9.5 2.86739 9.55268 2.74021 9.64645 2.64645C9.74021 2.55268 9.86739 2.5 10 2.5H13C13.1326 2.5 13.2598 2.55268 13.3536 2.64645C13.4473 2.74021 13.5 2.86739 13.5 3ZM6.64625 8.64625L3.5 11.7931V10C3.5 9.86739 3.44732 9.74021 3.35355 9.64645C3.25979 9.55268 3.13261 9.5 3 9.5C2.86739 9.5 2.74021 9.55268 2.64645 9.64645C2.55268 9.74021 2.5 9.86739 2.5 10V13C2.5 13.1326 2.55268 13.2598 2.64645 13.3536C2.74021 13.4473 2.86739 13.5 3 13.5H6C6.13261 13.5 6.25979 13.4473 6.35355 13.3536C6.44732 13.2598 6.5 13.1326 6.5 13C6.5 12.8674 6.44732 12.7402 6.35355 12.6464C6.25979 12.5527 6.13261 12.5 6 12.5H4.20687L7.35375 9.35375C7.44757 9.25993 7.50028 9.13268 7.50028 9C7.50028 8.86732 7.44757 8.74007 7.35375 8.64625C7.25993 8.55243 7.13268 8.49972 7 8.49972C6.86732 8.49972 6.74007 8.55243 6.64625 8.64625Z" } }] };
|
|
5
|
+
export var ArrowsoutsimpleSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'arrowsoutsimple-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ArrowsoutsimpleSingle.displayName = 'ArrowsoutsimpleSingle';
|
|
13
|
+
export default ArrowsoutsimpleSingle;
|
|
14
|
+
//# sourceMappingURL=arrowsoutsimple-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrowsoutsimple-single.js","sourceRoot":"","sources":["../../src/components/arrowsoutsimple-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,qvCAAqvC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/5C,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,wBAAwB;QAC5B,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": "colorChannel1", "d": "M6.61651 13.9033C7.30836 13.663 7.91514 13.2474 8.38632 12.7116C8.19213 12.5014 8.06833 12.224 8.05449 11.9157C8.02335 11.2223 8.56022 10.635 9.25363 10.6038C9.29557 10.602 9.33713 10.6022 9.3782 10.6043C9.42167 10.3295 9.43826 10.0462 9.42529 9.75742C9.40565 9.31995 9.31958 8.90117 9.17727 8.51037C9.17141 8.51072 9.16554 8.51103 9.15965 8.51129C8.46625 8.54243 7.87888 8.00556 7.84774 7.31215C7.8388 7.11309 7.87668 6.92278 7.95162 6.75184C7.44742 6.32356 6.84157 6.01329 6.17813 5.86132C5.98876 6.27766 5.5781 6.57538 5.08985 6.5973C4.6016 6.61923 4.1659 6.35952 3.93998 5.96184C3.29283 6.17266 2.71723 6.53598 2.25345 7.00774C2.34341 7.17127 2.39819 7.35742 2.40713 7.55648C2.43827 8.24989 1.9014 8.83725 1.20799 8.86839C1.20211 8.86866 1.19623 8.86888 1.19037 8.86906C1.08366 9.27104 1.03547 9.69585 1.05512 10.1333C1.06809 10.4221 1.11001 10.7028 1.17794 10.9726C1.21865 10.9668 1.26001 10.9628 1.30196 10.9609C1.99537 10.9298 2.58273 11.4667 2.61387 12.1601C2.62772 12.4684 2.52929 12.7557 2.35472 12.9825C2.87203 13.4739 3.51362 13.8335 4.22423 14.0107C4.36333 13.4972 4.8212 13.1093 5.38117 13.0842C5.94113 13.059 6.43193 13.4043 6.61651 13.9033Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.15128 7.97976C6.23833 7.93095 7.15913 8.7726 7.20795 9.85965C7.25676 10.9467 6.41512 11.8675 5.32807 11.9163C4.24102 11.9651 3.32022 11.1235 3.2714 10.0364C3.22258 8.94938 4.06423 8.02858 5.15128 7.97976ZM6.20096 9.90487C6.17712 9.37396 5.72741 8.96291 5.1965 8.98675C4.6656 9.01059 4.25454 9.4603 4.27839 9.99121C4.30223 10.5221 4.75194 10.9332 5.28284 10.9093C5.81375 10.8855 6.2248 10.4358 6.20096 9.90487Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.71935 5.65476C5.81849 5.43681 6.05727 5.31869 6.29066 5.37215C7.03474 5.54259 7.71352 5.89041 8.27791 6.36983C8.44761 6.51397 8.50261 6.75239 8.41321 6.95631C8.36861 7.05805 8.34585 7.17151 8.35124 7.29164C8.36989 7.70698 8.72171 8.02856 9.13705 8.0099L9.14748 8.00936C9.36992 7.99619 9.5746 8.13065 9.65085 8.34002C9.81049 8.7784 9.90682 9.24768 9.92879 9.73691C9.94329 10.0598 9.92476 10.377 9.87602 10.6852C9.83569 10.9401 9.60924 11.1234 9.35147 11.1097C9.32669 11.1084 9.3016 11.1083 9.27624 11.1094C8.86091 11.1281 8.53933 11.4799 8.55798 11.8952C8.56629 12.0803 8.64006 12.2457 8.75656 12.3718C8.93171 12.5614 8.93527 12.8527 8.76479 13.0466C8.23742 13.6462 7.55775 14.1121 6.78185 14.3815C6.52262 14.4715 6.23901 14.3376 6.14381 14.0803C6.03307 13.7809 5.73842 13.5748 5.40378 13.5898C5.06915 13.6048 4.79415 13.8365 4.7107 14.1446C4.63895 14.4095 4.36848 14.5683 4.10223 14.5019C3.3053 14.303 2.58661 13.9 2.00762 13.35C1.82045 13.1723 1.79788 12.8818 1.95533 12.6772C2.06004 12.5412 2.1187 12.3699 2.11039 12.1848C2.09173 11.7695 1.73991 11.4479 1.32458 11.4665C1.29922 11.4677 1.27425 11.47 1.24968 11.4736C0.994177 11.5103 0.752214 11.3481 0.689194 11.0978C0.613026 10.7952 0.566131 10.4809 0.551631 10.158C0.52966 9.66879 0.583545 9.19277 0.703238 8.74186C0.760408 8.52648 0.952225 8.37421 1.17495 8.3674L1.18538 8.367C1.60072 8.34835 1.92229 7.99653 1.90364 7.5812C1.89825 7.46106 1.86541 7.3501 1.81186 7.25276C1.70455 7.05768 1.73796 6.8153 1.89405 6.65652C2.41319 6.12844 3.05807 5.72118 3.78387 5.48473C4.01153 5.41056 4.25994 5.50681 4.37821 5.71499C4.51422 5.9544 4.77551 6.10902 5.06724 6.09592C5.35897 6.08282 5.60535 5.9054 5.71935 5.65476ZM7.34426 7.33687C7.33818 7.20153 7.34762 7.06876 7.37105 6.94042C7.07685 6.73159 6.75134 6.5652 6.40379 6.4495C6.09821 6.82794 5.63764 7.07932 5.11246 7.1029C4.58728 7.12649 4.10604 6.91741 3.76777 6.56788C3.43198 6.71427 3.1227 6.90916 2.8484 7.14353C2.88324 7.26925 2.90455 7.40064 2.91063 7.53598C2.9484 8.37706 2.38966 9.10678 1.60854 9.31583C1.56402 9.57345 1.54637 9.84011 1.55862 10.1128C1.56409 10.2347 1.57541 10.3549 1.59227 10.4731C2.42168 10.5833 3.07852 11.2745 3.11737 12.1396C3.12893 12.3971 3.08438 12.6445 2.99464 12.8697C3.28297 13.0916 3.60442 13.2713 3.94947 13.4005C4.24677 12.9313 4.76079 12.6096 5.35856 12.5828C5.95633 12.5559 6.49711 12.8302 6.83527 13.2709C7.16735 13.1113 7.4714 12.9035 7.73868 12.6567C7.62912 12.4404 7.56256 12.1979 7.551 11.9405C7.51215 11.0753 8.10438 10.328 8.92058 10.144C8.92678 10.0248 8.92728 9.90408 8.9218 9.78214C8.90956 9.50943 8.86807 9.24543 8.80064 8.99284C8.00392 8.85465 7.38203 8.17795 7.34426 7.33687Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M11.863 7.86422C12.3667 7.86821 12.8558 7.73895 13.2847 7.50055C13.2074 7.31952 13.1912 7.11125 13.2534 6.9083C13.3932 6.45185 13.8766 6.19519 14.3331 6.33503C14.3607 6.34349 14.3875 6.35322 14.4137 6.36411C14.5052 6.19606 14.5814 6.01636 14.6396 5.82624C14.7278 5.53827 14.7687 5.24708 14.7667 4.96103C14.7628 4.9599 14.7589 4.95875 14.7551 4.95756C14.2986 4.81772 14.042 4.33432 14.1818 3.87787C14.2219 3.74683 14.2904 3.63227 14.3784 3.53881C14.1506 3.14496 13.8296 2.80413 13.4348 2.55256C13.2161 2.77861 12.8813 2.87673 12.5599 2.77827C12.2385 2.6798 12.0161 2.41098 11.9615 2.10118C11.4936 2.08843 11.0368 2.191 10.6274 2.38963C10.648 2.51635 10.6405 2.64959 10.6004 2.78063C10.4605 3.23708 9.97714 3.49375 9.52068 3.3539C9.51681 3.35272 9.51295 3.35151 9.50911 3.35027C9.34721 3.58609 9.21795 3.85021 9.12973 4.13819C9.07148 4.3283 9.03388 4.5198 9.01562 4.71032C9.04334 4.71592 9.07105 4.72291 9.09867 4.73138C9.55512 4.87122 9.81179 5.35461 9.67194 5.81107C9.60977 6.01401 9.47968 6.17746 9.31424 6.28413C9.53601 6.72188 9.86873 7.10291 10.2882 7.38176C10.4969 7.08115 10.883 6.93549 11.2516 7.04842C11.6203 7.16135 11.8586 7.49833 11.863 7.86422Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.269 3.7308C12.9611 3.94281 13.3502 4.67569 13.1382 5.36772C12.9262 6.05975 12.1933 6.44888 11.5012 6.23686C10.8092 6.02484 10.4201 5.29197 10.6321 4.59994C10.8441 3.90791 11.577 3.51878 12.269 3.7308ZM12.1744 5.07244C12.2233 4.9127 12.1335 4.74352 11.9738 4.69458C11.814 4.64564 11.6448 4.73546 11.5959 4.89521C11.5469 5.05496 11.6368 5.22413 11.7965 5.27308C11.9563 5.32202 12.1254 5.23219 12.1744 5.07244Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.7064 2.12906C13.5045 2.00039 13.2399 2.03154 13.0734 2.20359C12.9812 2.29884 12.8416 2.33875 12.7082 2.29791C12.5749 2.25707 12.4816 2.14577 12.4586 2.01524C12.417 1.77944 12.2153 1.60542 11.976 1.5989C11.4253 1.5839 10.8885 1.70462 10.4081 1.93773C10.2078 2.03493 10.095 2.25205 10.1307 2.47183C10.1391 2.52397 10.1362 2.57903 10.1192 2.63453C10.0609 2.82484 9.85935 2.93185 9.66904 2.87355L9.66433 2.87207C9.45223 2.80376 9.22044 2.88284 9.09432 3.06655C8.90377 3.34411 8.75196 3.65456 8.64855 3.99208C8.58031 4.21483 8.53611 4.43969 8.51463 4.66377C8.49001 4.92073 8.66351 5.15475 8.91653 5.20587C8.92827 5.20824 8.94001 5.21121 8.95175 5.2148C9.14206 5.27311 9.24907 5.47465 9.19077 5.66497C9.16472 5.74998 9.11105 5.81746 9.04185 5.86207C8.82489 6.00196 8.7487 6.28316 8.86536 6.51344C9.12558 7.02709 9.51635 7.47492 10.0099 7.80302C10.2385 7.95493 10.5465 7.8961 10.703 7.67066C10.7903 7.54489 10.9518 7.48499 11.1047 7.53185C11.2577 7.57871 11.3579 7.7188 11.3598 7.87187C11.3631 8.14626 11.5853 8.36757 11.8597 8.36974C12.4524 8.37444 13.027 8.22235 13.5303 7.94262C13.7559 7.81721 13.8503 7.54158 13.7489 7.30417C13.7166 7.22845 13.7099 7.14249 13.736 7.05748C13.7943 6.86716 13.9958 6.76015 14.1861 6.81846C14.1979 6.82205 14.2093 6.82617 14.2203 6.83079C14.4585 6.93017 14.7334 6.8335 14.8569 6.60685C14.9646 6.40919 15.054 6.19816 15.1222 5.97542C15.2256 5.63789 15.2738 5.29569 15.2714 4.95901C15.2698 4.73618 15.1221 4.54084 14.9082 4.47862L14.9034 4.4772C14.7131 4.4189 14.6061 4.21735 14.6644 4.02704C14.6814 3.97155 14.7098 3.92431 14.7461 3.88585C14.8987 3.72375 14.9269 3.4807 14.8154 3.28797C14.548 2.82576 14.1709 2.42508 13.7064 2.12906ZM13.775 3.54085C13.7459 3.60175 13.7209 3.66549 13.7006 3.73177C13.5196 4.32249 13.7582 4.94172 14.246 5.26901C14.2293 5.40581 14.2004 5.54326 14.1584 5.68014C14.1465 5.71894 14.1338 5.75719 14.1201 5.79488C13.5194 5.77715 12.9568 6.15975 12.7722 6.7622C12.7263 6.91205 12.7074 7.06402 12.7128 7.21261C12.5651 7.26758 12.4117 7.30804 12.2549 7.33285C12.1012 6.97822 11.7991 6.69034 11.4 6.56806C11.0009 6.44579 10.5894 6.51502 10.2634 6.72274C10.1474 6.61431 10.043 6.49487 9.95143 6.3666C10.0391 6.24653 10.1086 6.11009 10.1546 5.96024C10.3391 5.35779 10.0874 4.72569 9.57979 4.40385C9.58961 4.365 9.60045 4.32616 9.61234 4.28736C9.65427 4.15048 9.7073 4.02041 9.77007 3.89771C10.3576 3.89988 10.902 3.52053 11.083 2.9298C11.1033 2.86352 11.1183 2.79675 11.1283 2.72996C11.2868 2.67653 11.4513 2.63964 11.6192 2.62063C11.7851 2.91755 12.0614 3.15397 12.413 3.26169C12.7646 3.36941 13.1259 3.32834 13.4296 3.17526C13.558 3.28506 13.6736 3.40778 13.775 3.54085Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var BuildSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'build-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
BuildSingle.displayName = 'BuildSingle';
|
|
13
|
+
export default BuildSingle;
|
|
14
|
+
//# sourceMappingURL=build-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-single.js","sourceRoot":"","sources":["../../src/components/build-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,eAAe,EAAC,GAAG,EAAC,soCAAsoC,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8ZAA8Z,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,ykFAAykF,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,soCAAsoC,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6ZAA6Z,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,ikFAAikF,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzyR,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"}
|
|
@@ -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.66699 11.0026C8.66699 10.6344 8.96547 10.3359 9.33366 10.3359H10.667C11.0352 10.3359 11.3337 10.6344 11.3337 11.0026 11.3337 11.3708 11.0352 11.6693 10.667 11.6693H9.33366C8.96547 11.6693 8.66699 11.3708 8.66699 11.0026zM8.66699 8.0026C8.66699 7.63441 8.96547 7.33594 9.33366 7.33594H10.667C11.0352 7.33594 11.3337 7.63441 11.3337 8.0026 11.3337 8.37079 11.0352 8.66927 10.667 8.66927H9.33366C8.96547 8.66927 8.66699 8.37079 8.66699 8.0026zM9.33366 4.33594C8.96547 4.33594 8.66699 4.63441 8.66699 5.0026 8.66699 5.37079 8.96547 5.66927 9.33366 5.66927H10.667C11.0352 5.66927 11.3337 5.37079 11.3337 5.0026 11.3337 4.63441 11.0352 4.33594 10.667 4.33594H9.33366z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.33363 1C6.59725 1 6.00029 1.59695 6.00029 2.33333V7H3.33363C2.59725 7 2.00029 7.59695 2.00029 8.33333V13.6664H1.33366C0.965469 13.6664 0.666992 13.9649 0.666992 14.3331C0.666992 14.7013 0.965469 14.9997 1.33366 14.9997H3.30698C3.31584 14.9999 3.32472 15 3.33363 15H6.00029C6.0092 15 6.01808 14.9999 6.02694 14.9997H7.30698C7.31584 14.9999 7.32472 15 7.33363 15H12.667C12.6759 15 12.6847 14.9999 12.6936 14.9997H14.667C15.0352 14.9997 15.3337 14.7013 15.3337 14.3331C15.3337 13.9649 15.0352 13.6664 14.667 13.6664H14.0003V2.33333C14.0003 1.59695 13.4033 1 12.667 1H7.33363ZM12.667 13.6664V2.33333H7.33363L7.33363 13.6664H12.667ZM6.00029 13.6664V8.33333H3.33363V10.996C3.33719 10.6308 3.63429 10.3359 4.00026 10.3359H5.33359C5.70178 10.3359 6.00026 10.6344 6.00026 11.0026C6.00026 11.3708 5.70178 11.6693 5.33359 11.6693H4.00026C3.63429 11.6693 3.33719 11.3744 3.33363 11.0092V13.6664H6.00029Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var Building = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'building',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
Building.displayName = 'Building';
|
|
13
|
+
export default Building;
|
|
14
|
+
//# sourceMappingURL=building.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"building.js","sourceRoot":"","sources":["../../src/components/building.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,0pBAA0pB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,g4BAAg4B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAElyD,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,UAAU;QACd,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,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.54048 6.53315L7.4987 10.4605C7.63158 10.5923 7.81178 10.6663 7.99967 10.6663C8.18757 10.6663 8.36777 10.5923 8.50065 10.4605L12.4589 6.53315C12.5579 6.43482 12.6254 6.30956 12.6527 6.1732C12.6801 6.03684 12.666 5.8955 12.6124 5.76704C12.5588 5.63859 12.468 5.5288 12.3515 5.45154C12.235 5.37429 12.098 5.33304 11.9579 5.33301H4.04145C3.90133 5.33304 3.76436 5.37429 3.64786 5.45154C3.53136 5.5288 3.44056 5.63859 3.38694 5.76704C3.33332 5.8955 3.31929 6.03684 3.34662 6.1732C3.37394 6.30956 3.44141 6.43482 3.54048 6.53315Z" } }] };
|
|
5
|
+
export var CaretDown = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'caret-down',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
CaretDown.displayName = 'CaretDown';
|
|
13
|
+
export default CaretDown;
|
|
14
|
+
//# sourceMappingURL=caret-down.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caret-down.js","sourceRoot":"","sources":["../../src/components/caret-down.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,ghBAAghB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1rB,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": "M8.66641 12.3331C8.66641 11.9649 8.96488 11.6664 9.33307 11.6664H9.99974C10.3679 11.6664 10.6664 11.9649 10.6664 12.3331C10.6664 12.7013 10.3679 12.9997 9.99974 12.9997H9.33307C8.96488 12.9997 8.66641 12.7013 8.66641 12.3331Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4 3.26667C4 2.01482 5.01482 1 6.26666 1H12.7333C13.9852 1 15 2.01482 15 3.26667V12.7333C15 13.9852 13.9852 15 12.7333 15H7.66667V14.8953C7.52065 14.9627 7.35805 15.0003 7.18667 15.0003H2.14667C1.51338 15.0003 1 14.4869 1 13.8536V5.48026C1 4.84698 1.51338 4.33359 2.14667 4.33359H4V3.26667ZM5.33333 4.33359H7.18667C7.81995 4.33359 8.33333 4.84697 8.33333 5.48026V13.6667H12.7333C13.2488 13.6667 13.6667 13.2488 13.6667 12.7333V3.26667C13.6667 2.7512 13.2488 2.33333 12.7333 2.33333H6.26666C5.7512 2.33333 5.33333 2.7512 5.33333 3.26667V4.33359Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var ClientSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'client-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ClientSingle.displayName = 'ClientSingle';
|
|
13
|
+
export default ClientSingle;
|
|
14
|
+
//# sourceMappingURL=client-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-single.js","sourceRoot":"","sources":["../../src/components/client-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,mOAAmO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,kiBAAkiB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7gC,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"}
|
|
@@ -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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "
|
|
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.6662 11.3337C4.4894 11.3337 4.31986 11.2634 4.19487 11.1384L1.5282 8.47175C1.40322 8.34673 1.33301 8.17719 1.33301 8.00042 1.33301 7.82364 1.40322 7.6541 1.5282 7.52908L4.19487 4.86242C4.25636 4.79874 4.32993 4.74795 4.41126 4.71302 4.4926 4.67808 4.58008 4.65969 4.6686 4.65892 4.75712 4.65815 4.8449 4.67501 4.92683 4.70853 5.00877 4.74206 5.0832 4.79156 5.1458 4.85415 5.20839 4.91675 5.25789 4.99118 5.29141 5.07311 5.32493 5.15504 5.3418 5.24283 5.34103 5.33135 5.34026 5.41987 5.32187 5.50735 5.28693 5.58869 5.25199 5.67002 5.20121 5.74358 5.13753 5.80508L2.9422 8.00042 5.13753 10.1957C5.23074 10.289 5.29421 10.4078 5.31992 10.5371 5.34563 10.6664 5.33243 10.8004 5.28198 10.9222 5.23154 11.044 5.14611 11.1481 5.0365 11.2214 4.9269 11.2946 4.79803 11.3337 4.6662 11.3337zM11.3329 11.3337C11.201 11.3337 11.0722 11.2946 10.9626 11.2214 10.853 11.1481 10.7675 11.044 10.7171 10.9222 10.6666 10.8004 10.6534 10.6664 10.6791 10.5371 10.7049 10.4078 10.7683 10.289 10.8615 10.1957L13.0569 8.00042 10.8615 5.80508C10.7979 5.74358 10.7471 5.67002 10.7121 5.58869 10.6772 5.50735 10.6588 5.41987 10.658 5.33135 10.6573 5.24283 10.6741 5.15504 10.7077 5.07311 10.7412 4.99118 10.7907 4.91675 10.8533 4.85415 10.9159 4.79156 10.9903 4.74206 11.0722 4.70853 11.1542 4.67501 11.2419 4.65815 11.3305 4.65892 11.419 4.65969 11.5065 4.67808 11.5878 4.71302 11.6691 4.74795 11.7427 4.79874 11.8042 4.86242L14.4709 7.52908C14.5958 7.6541 14.6661 7.82364 14.6661 8.00042 14.6661 8.17719 14.5958 8.34673 14.4709 8.47175L11.8042 11.1384C11.6792 11.2634 11.5097 11.3337 11.3329 11.3337zM7.33287 13.3337C7.23725 13.3339 7.14274 13.3134 7.05573 13.2738 6.96872 13.2341 6.89126 13.1762 6.82859 13.104 6.76593 13.0318 6.71953 12.947 6.69255 12.8552 6.66556 12.7635 6.65862 12.6671 6.6722 12.5724L8.00553 3.23908C8.03064 3.06404 8.12425 2.90614 8.26578 2.80012 8.40731 2.6941 8.58516 2.64864 8.7602 2.67375 8.93524 2.69886 9.09314 2.79247 9.19916 2.934 9.30518 3.07553 9.35064 3.25337 9.32553 3.42842L7.9922 12.7617C7.96944 12.9204 7.89025 13.0656 7.76916 13.1707 7.64807 13.2757 7.49318 13.3336 7.33287 13.3337z" } }] };
|
|
5
5
|
export var CodeSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'code-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-single.js","sourceRoot":"","sources":["../../src/components/code-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":"code-single.js","sourceRoot":"","sources":["../../src/components/code-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,qjEAAqjE,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/tE,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": "M10.4999 1.61475C9.61625 1.61475 8.8999 2.33109 8.8999 3.21475V4.75646C8.77205 4.72356 8.63802 4.70605 8.4999 4.70605H7.4999C6.61625 4.70605 5.8999 5.4224 5.8999 6.30606V7.7506C5.77205 7.7177 5.63802 7.7002 5.4999 7.7002H4.4999C3.61625 7.7002 2.8999 8.41654 2.8999 9.3002V13.1851H1.3334C1.00203 13.1851 0.733398 13.4537 0.733398 13.7851C0.733398 14.1164 1.00203 14.3851 1.3334 14.3851H3.48937L3.4999 14.3851H6.4999L6.50256 14.3851H9.4999L9.50644 14.3851H12.4999L12.5047 14.3851H14.6667C14.9981 14.3851 15.2667 14.1164 15.2667 13.7851C15.2667 13.4537 14.9981 13.1851 14.6667 13.1851H13.0999V3.21475C13.0999 2.33109 12.3836 1.61475 11.4999 1.61475H10.4999ZM11.8999 13.1851V3.21475C11.8999 2.99383 11.7208 2.81475 11.4999 2.81475H10.4999C10.279 2.81475 10.0999 2.99383 10.0999 3.21475V13.1851H11.8999ZM8.8999 13.1851V6.30605C8.8999 6.08514 8.72082 5.90605 8.4999 5.90605H7.4999C7.27899 5.90605 7.0999 6.08514 7.0999 6.30606V13.1851H8.8999ZM5.8999 9.3002V13.1851H4.0999V9.3002C4.0999 9.07928 4.27899 8.9002 4.4999 8.9002H5.4999C5.72082 8.9002 5.8999 9.07928 5.8999 9.3002Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var ColumnSparklineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'column-sparkline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ColumnSparklineSingle.displayName = 'ColumnSparklineSingle';
|
|
13
|
+
export default ColumnSparklineSingle;
|
|
14
|
+
//# sourceMappingURL=column-sparkline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column-sparkline-single.js","sourceRoot":"","sources":["../../src/components/column-sparkline-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,8iCAA8iC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAElwC,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,yBAAyB;QAC7B,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": "M13.333 9.33366C14.0694 9.33366 14.6663 8.73671 14.6663 8.00033 14.6663 7.26395 14.0694 6.66699 13.333 6.66699 12.5966 6.66699 11.9997 7.26395 11.9997 8.00033 11.9997 8.73671 12.5966 9.33366 13.333 9.33366zM7.99967 9.33366C8.73605 9.33366 9.33301 8.73671 9.33301 8.00033 9.33301 7.26395 8.73605 6.66699 7.99967 6.66699 7.2633 6.66699 6.66634 7.26395 6.66634 8.00033 6.66634 8.73671 7.2633 9.33366 7.99967 9.33366zM2.66634 9.33366C3.40272 9.33366 3.99967 8.73671 3.99967 8.00033 3.99967 7.26395 3.40272 6.66699 2.66634 6.66699 1.92996 6.66699 1.33301 7.26395 1.33301 8.00033 1.33301 8.73671 1.92996 9.33366 2.66634 9.33366z" } }] };
|
|
5
|
+
export var DotsHorizontalSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'dots-horizontal-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DotsHorizontalSingle.displayName = 'DotsHorizontalSingle';
|
|
13
|
+
export default DotsHorizontalSingle;
|
|
14
|
+
//# sourceMappingURL=dots-horizontal-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dots-horizontal-single.js","sourceRoot":"","sources":["../../src/components/dots-horizontal-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,gnBAAgnB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1xB,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,wBAAwB;QAC5B,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.00033 3.99967C8.73671 3.99967 9.33366 3.40272 9.33366 2.66634 9.33366 1.92996 8.73671 1.33301 8.00033 1.33301 7.26395 1.33301 6.66699 1.92996 6.66699 2.66634 6.66699 3.40272 7.26395 3.99967 8.00033 3.99967zM8.00033 9.33301C8.73671 9.33301 9.33366 8.73605 9.33366 7.99967 9.33366 7.26329 8.73671 6.66634 8.00033 6.66634 7.26395 6.66634 6.66699 7.26329 6.66699 7.99967 6.66699 8.73605 7.26395 9.33301 8.00033 9.33301zM8.00033 14.6663C8.73671 14.6663 9.33366 14.0694 9.33366 13.333 9.33366 12.5966 8.73671 11.9997 8.00033 11.9997 7.26395 11.9997 6.66699 12.5966 6.66699 13.333 6.66699 14.0694 7.26395 14.6663 8.00033 14.6663z" } }] };
|
|
5
|
+
export var DotsVerticalSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'dots-vertical-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
DotsVerticalSingle.displayName = 'DotsVerticalSingle';
|
|
13
|
+
export default DotsVerticalSingle;
|
|
14
|
+
//# sourceMappingURL=dots-vertical-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dots-vertical-single.js","sourceRoot":"","sources":["../../src/components/dots-vertical-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,mnBAAmnB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7xB,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": "M10.5079 12.6126C10.5079 12.6409 10.4972 12.6681 10.4782 12.6882C10.4591 12.7082 10.4333 12.7195 10.4064 12.7195H3.3169C3.28998 12.7195 3.26417 12.7082 3.24514 12.6882C3.22611 12.6681 3.21541 12.6409 3.21541 12.6126V5.14327C3.21541 5.11491 3.22611 5.08772 3.24514 5.06766C3.26417 5.04761 3.28998 5.03635 3.3169 5.03635H7.6778L8.89322 3.75583H3.3169C2.96774 3.75616 2.63296 3.90245 2.38607 4.16257C2.13917 4.4227 2.00032 4.7754 2 5.14327V12.6126C2.00032 12.9804 2.13917 13.3331 2.38607 13.5933C2.63296 13.8534 2.96774 13.9997 3.3169 14H10.4064C10.7556 13.9997 11.0903 13.8534 11.3372 13.5933C11.5841 13.3331 11.723 12.9804 11.7233 12.6126V8.01804L10.5079 9.29856V12.6126Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.4638 2.56238C13.1219 2.20229 12.6583 2 12.1748 2C11.6914 2 11.2278 2.20229 10.8859 2.56238L6.15854 7.54233C6.07381 7.63175 6.01608 7.74559 5.99263 7.8695L5.56298 10.1335C5.54496 10.2265 5.5468 10.3226 5.56838 10.4148C5.58995 10.507 5.63072 10.593 5.68773 10.6665C5.74473 10.74 5.81655 10.7993 5.89798 10.84C5.97941 10.8807 6.06841 10.9018 6.15854 10.9018C6.19932 10.9016 6.24 10.8976 6.28008 10.8896L8.42832 10.4369C8.54601 10.4121 8.65406 10.351 8.73886 10.2615L13.4656 5.28157C13.6352 5.10303 13.7697 4.89101 13.8614 4.65764C13.9531 4.42428 14.0002 4.17415 14 3.92157C13.9998 3.669 13.9524 3.41894 13.8604 3.18571C13.7684 2.95249 13.6336 2.74067 13.4638 2.56238ZM12.6045 3.46771C12.661 3.52717 12.7058 3.59778 12.7364 3.67551C12.767 3.75324 12.7827 3.83655 12.7827 3.92069C12.7827 4.00483 12.767 4.08815 12.7364 4.16587C12.7058 4.2436 12.661 4.31421 12.6045 4.37368L12.2788 4.71622L11.4195 3.81089L11.7452 3.46771C11.8591 3.34768 12.0137 3.28025 12.1748 3.28025C12.336 3.28025 12.4905 3.34768 12.6045 3.46771ZM8.00779 9.21661L6.93336 9.44326L7.14849 8.31064L10.5602 4.71622L11.4195 5.62155L8.00779 9.21661Z" } }] };
|
|
5
|
+
export var EditOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'edit-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
EditOutlineSingle.displayName = 'EditOutlineSingle';
|
|
13
|
+
export default EditOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=edit-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit-outline-single.js","sourceRoot":"","sources":["../../src/components/edit-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,gqBAAgqB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0lCAA0lC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx9D,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": "M7.99967 10.6663C7.47226 10.6663 6.95669 10.5099 6.51815 10.2169C6.07962 9.92391 5.73783 9.50743 5.536 9.02016C5.33416 8.53289 5.28135 7.99672 5.38425 7.47943C5.48714 6.96215 5.74112 6.487 6.11406 6.11406C6.487 5.74112 6.96215 5.48714 7.47943 5.38425C7.99672 5.28135 8.53289 5.33416 9.02016 5.536C9.50743 5.73783 9.92391 6.07962 10.2169 6.51815C10.5099 6.95669 10.6663 7.47226 10.6663 7.99967C10.6663 8.70692 10.3854 9.3852 9.88529 9.88529C9.3852 10.3854 8.70692 10.6663 7.99967 10.6663ZM7.99967 6.66634C7.73597 6.66634 7.47818 6.74454 7.25891 6.89105C7.03965 7.03756 6.86875 7.2458 6.76784 7.48943C6.66692 7.73306 6.64051 8.00115 6.69196 8.25979C6.74341 8.51844 6.8704 8.75601 7.05687 8.94248C7.24334 9.12895 7.48091 9.25594 7.73955 9.30739C7.9982 9.35883 8.26628 9.33243 8.50992 9.23151C8.75355 9.1306 8.96179 8.9597 9.1083 8.74043C9.25481 8.52117 9.33301 8.26338 9.33301 7.99967C9.33301 7.64605 9.19253 7.30691 8.94248 7.05687C8.69243 6.80682 8.3533 6.66634 7.99967 6.66634Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99967 12.6663C3.69701 12.6663 1.33301 9.16101 1.33301 7.99967C1.33301 6.89034 4.40767 3.33301 7.99967 3.33301C11.5917 3.33301 14.6663 6.89034 14.6663 7.99967C14.6663 9.16101 12.3023 12.6663 7.99967 12.6663ZM2.67501 8.01834C3.14932 9.02475 3.90405 9.87286 4.84857 10.4608C5.79309 11.0488 6.88725 11.3517 7.99967 11.333C9.1121 11.3517 10.2063 11.0488 11.1508 10.4608C12.0953 9.87286 12.85 9.02475 13.3243 8.01834C13.0823 7.37167 10.8363 4.66634 7.99967 4.66634C5.16301 4.66634 2.91701 7.37167 2.67501 8.01834Z" } }] };
|
|
5
|
+
export var EyeOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'eye-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
EyeOutlineSingle.displayName = 'EyeOutlineSingle';
|
|
13
|
+
export default EyeOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=eye-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye-outline-single.js","sourceRoot":"","sources":["../../src/components/eye-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,m9BAAm9B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ggBAAggB,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjrD,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.18602 13.3337C1.41553 10.8721 2.95652 5.12853 8.34997 5.12853V3.48751C8.34997 3.33513 8.38982 3.18576 8.46504 3.05614C8.54027 2.92651 8.64791 2.82176 8.77589 2.75362C8.90387 2.68547 9.04715 2.65662 9.18966 2.67031C9.33217 2.68399 9.46829 2.73967 9.58276 2.83109L13.6918 6.11315C13.7875 6.18957 13.8652 6.28868 13.9187 6.40261C13.9722 6.51655 14 6.64218 14 6.76956C14 6.89694 13.9722 7.02257 13.9187 7.1365C13.8652 7.25043 13.7875 7.34954 13.6918 7.42597L9.58276 10.708C9.46829 10.7994 9.33217 10.8551 9.18966 10.8688C9.04715 10.8825 8.90387 10.8536 8.77589 10.7855C8.64791 10.7174 8.54027 10.6126 8.46504 10.483C8.38982 10.3534 8.34997 10.204 8.34997 10.0516V8.41058C2.95652 9.23109 2.18602 13.3337 2.18602 13.3337Z" } }] };
|
|
5
|
+
export var Forward = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'forward',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
Forward.displayName = 'Forward';
|
|
13
|
+
export default Forward;
|
|
14
|
+
//# sourceMappingURL=forward.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forward.js","sourceRoot":"","sources":["../../src/components/forward.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,gtBAAgtB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE13B,MAAM,CAAC,IAAM,OAAO,GAAG,UAAU,CAC/B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,SAAS;QACb,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAEhC,eAAe,OAAO,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.33333 3.33333V6H6V3.33333H3.33333ZM2 3.238C2 2.55427 2.55427 2 3.238 2H6.09533C6.77906 2 7.33333 2.55427 7.33333 3.238V6.09533C7.33333 6.77906 6.77906 7.33333 6.09533 7.33333H3.238C2.55427 7.33333 2 6.77906 2 6.09533V3.238ZM10 3.33333V6H12.6667V3.33333H10ZM8.66667 3.238C8.66667 2.55427 9.22094 2 9.90467 2H12.762C13.4457 2 14 2.55427 14 3.238V6.09533C14 6.77906 13.4457 7.33333 12.762 7.33333H9.90467C9.22094 7.33333 8.66667 6.77906 8.66667 6.09533V3.238ZM3.33333 10V12.6667H6V10H3.33333ZM2 9.90467C2 9.22094 2.55427 8.66667 3.238 8.66667H6.09533C6.77906 8.66667 7.33333 9.22094 7.33333 9.90467V12.762C7.33333 13.4457 6.77906 14 6.09533 14H3.238C2.55427 14 2 13.4457 2 12.762V9.90467ZM10 10V12.6667H12.6667V10H10ZM8.66667 9.90467C8.66667 9.22094 9.22094 8.66667 9.90467 8.66667H12.762C13.4457 8.66667 14 9.22094 14 9.90467V12.762C14 13.4457 13.4457 14 12.762 14H9.90467C9.22094 14 8.66667 13.4457 8.66667 12.762V9.90467Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var GridOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'grid-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
GridOutlineSingle.displayName = 'GridOutlineSingle';
|
|
13
|
+
export default GridOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=grid-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-outline-single.js","sourceRoot":"","sources":["../../src/components/grid-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,85BAA85B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAElnC,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 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.46611 4.94092C5.80337 4.94092 5.26611 5.47818 5.26611 6.14092V7.89193C5.26611 8.55467 5.80337 9.09193 6.46611 9.09193H7.23345V9.85927C7.23345 10.522 7.77071 11.0593 8.43345 11.0593H10.1845C10.8472 11.0593 11.3845 10.522 11.3845 9.85927V8.10826C11.3845 7.44552 10.8472 6.90826 10.1845 6.90826L9.41713 6.90826V6.14092C9.41713 5.47818 8.87987 4.94092 8.21713 4.94092H6.46611ZM6.46611 6.14092L8.21713 6.14092L8.21713 6.90826C8.21713 7.571 8.75438 8.10826 9.41713 8.10826H10.1845V9.85927H8.43345V9.09193C8.43345 8.42919 7.8962 7.89193 7.23345 7.89193H6.46611V6.14092Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.47168 3.08148C1.47168 2.01281 2.33801 1.14648 3.40668 1.14648C4.2659 1.14648 4.99432 1.7065 5.24684 2.48145H11.4034C11.656 1.7065 12.3844 1.14648 13.2436 1.14648C14.3123 1.14648 15.1786 2.01281 15.1786 3.08148C15.1786 3.94073 14.6185 4.66917 13.8436 4.92167V11.0782C14.6185 11.3307 15.1786 12.0592 15.1786 12.9184C15.1786 13.9871 14.3123 14.8534 13.2436 14.8534C12.3843 14.8534 11.6559 14.2933 11.4034 13.5184H5.24687C4.99437 14.2933 4.26593 14.8534 3.40668 14.8534C2.33801 14.8534 1.47168 13.9871 1.47168 12.9184C1.47168 12.0592 2.0317 11.3308 2.80664 11.0782V4.92165C2.0317 4.66912 1.47168 3.9407 1.47168 3.08148ZM12.6436 11.0782C12.0575 11.2692 11.5944 11.7323 11.4034 12.3184H5.24684C5.05587 11.7323 4.59271 11.2692 4.00664 11.0782V4.92167C4.59274 4.73071 5.05591 4.26754 5.24687 3.68145H11.4034C11.5944 4.26752 12.0575 4.73067 12.6436 4.92165V11.0782ZM3.40668 2.34648C3.00075 2.34648 2.67168 2.67556 2.67168 3.08148C2.67168 3.48741 3.00075 3.81648 3.40668 3.81648C3.81261 3.81648 4.14168 3.48741 4.14168 3.08148C4.14168 2.67556 3.81261 2.34648 3.40668 2.34648ZM13.2436 12.1834C12.8377 12.1834 12.5086 12.5125 12.5086 12.9184C12.5086 13.3243 12.8377 13.6534 13.2436 13.6534C13.6495 13.6534 13.9786 13.3243 13.9786 12.9184C13.9786 12.5125 13.6495 12.1834 13.2436 12.1834ZM2.67168 12.9184C2.67168 12.5125 3.00075 12.1834 3.40668 12.1834C3.81261 12.1834 4.14168 12.5125 4.14168 12.9184C4.14168 13.3243 3.81261 13.6534 3.40668 13.6534C3.00075 13.6534 2.67168 13.3243 2.67168 12.9184ZM13.2436 2.34648C12.8377 2.34648 12.5086 2.67556 12.5086 3.08148C12.5086 3.48741 12.8377 3.81648 13.2436 3.81648C13.6495 3.81648 13.9786 3.48741 13.9786 3.08148C13.9786 2.67556 13.6495 2.34648 13.2436 2.34648Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var GroupSparklineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'group-sparkline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
GroupSparklineSingle.displayName = 'GroupSparklineSingle';
|
|
13
|
+
export default GroupSparklineSingle;
|
|
14
|
+
//# sourceMappingURL=group-sparkline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-sparkline-single.js","sourceRoot":"","sources":["../../src/components/group-sparkline-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,ujBAAujB,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,iqDAAiqD,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1gF,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,wBAAwB;QAC5B,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": "M2.5999 2.66689C2.5999 2.33552 2.33127 2.06689 1.9999 2.06689 1.66853 2.06689 1.3999 2.33552 1.3999 2.66689V13.3336C1.3999 13.6649 1.66853 13.9336 1.9999 13.9336 2.33127 13.9336 2.5999 13.6649 2.5999 13.3336V8.5999H7.3999V13.3336C7.3999 13.6649 7.66853 13.9336 7.9999 13.9336 8.33127 13.9336 8.5999 13.6649 8.5999 13.3336V2.66689C8.5999 2.33552 8.33127 2.06689 7.9999 2.06689 7.66853 2.06689 7.3999 2.33552 7.3999 2.66689V7.3999H2.5999V2.66689zM10.6669 6.40332C10.3355 6.40332 10.0669 6.67195 10.0669 7.00332V9.34492C10.0669 9.67629 10.3355 9.94492 10.6669 9.94492 10.7822 9.94492 10.8899 9.91238 10.9814 9.85599 10.9901 9.85195 11.0027 9.84632 11.0192 9.83936 11.0764 9.81533 11.1692 9.78033 11.2927 9.74447 11.5397 9.67268 11.8996 9.60022 12.3336 9.60022 12.4975 9.60022 12.5978 9.63412 12.6624 9.67167 12.7263 9.70877 12.79 9.76953 12.8503 9.87834 12.983 10.1181 13.0669 10.5337 13.0669 11.1669 13.0669 11.8061 12.9802 12.1936 12.8338 12.414 12.7252 12.5775 12.5275 12.7336 12.0002 12.7336 11.6445 12.7336 11.4936 12.622 11.4192 12.5328 11.3289 12.4245 11.2669 12.2453 11.2669 12.0028 11.2669 11.6714 10.9983 11.4028 10.6669 11.4028 10.3355 11.4028 10.0669 11.6714 10.0669 12.0028 10.0669 12.4244 10.1716 12.9106 10.4979 13.3016 10.8401 13.7118 11.356 13.9336 12.0002 13.9336 12.8063 13.9336 13.4419 13.6673 13.8334 13.0779 14.1869 12.5456 14.2669 11.8497 14.2669 11.1669 14.2669 10.4781 14.1841 9.81027 13.9002 9.29724 13.7521 9.02964 13.545 8.79662 13.2651 8.63403 12.986 8.4719 12.6697 8.40022 12.3336 8.40022 11.9239 8.40022 11.5627 8.44957 11.2669 8.51389V7.60332H13.3336C13.6649 7.60332 13.9336 7.33469 13.9336 7.00332 13.9336 6.67195 13.6649 6.40332 13.3336 6.40332H10.6669z" } }] };
|
|
5
|
+
export var H5Single = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'h5-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
H5Single.displayName = 'H5Single';
|
|
13
|
+
export default H5Single;
|
|
14
|
+
//# sourceMappingURL=h5-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h5-single.js","sourceRoot":"","sources":["../../src/components/h5-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,spDAAspD,EAAC,EAAC,CAAC,EAAC,CAAC;AAEh0D,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,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 2.06689C2.33127 2.06689 2.5999 2.33552 2.5999 2.66689V7.3999H7.3999V2.66689C7.3999 2.33552 7.66853 2.06689 7.9999 2.06689C8.33127 2.06689 8.5999 2.33552 8.5999 2.66689V13.3336C8.5999 13.6649 8.33127 13.9336 7.9999 13.9336C7.66853 13.9336 7.3999 13.6649 7.3999 13.3336V8.5999H2.5999V13.3336C2.5999 13.6649 2.33127 13.9336 1.9999 13.9336C1.66853 13.9336 1.3999 13.6649 1.3999 13.3336V2.66689C1.3999 2.33552 1.66853 2.06689 1.9999 2.06689Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.9334 9.40216C11.295 9.18911 11.7166 9.06689 12.1667 9.06689C13.5106 9.06689 14.6001 10.1563 14.6001 11.5002C14.6001 12.8441 13.5106 13.9336 12.1667 13.9336C10.8228 13.9336 9.7334 12.8441 9.7334 11.5002C9.7334 11.4628 9.73424 11.4256 9.73592 11.3886C9.73425 11.3703 9.7334 11.3519 9.7334 11.3332V8.9999C9.7334 7.61418 10.7747 6.3999 12.1667 6.3999C13.2187 6.3999 14.0795 7.10372 14.4276 8.03653C14.5435 8.34699 14.3857 8.69258 14.0752 8.80844C13.7648 8.92429 13.4192 8.76653 13.3033 8.45607C13.1058 7.92681 12.651 7.5999 12.1667 7.5999C11.5336 7.5999 10.9334 8.17649 10.9334 8.9999V9.40216ZM12.1667 10.2669C11.4856 10.2669 10.9334 10.8191 10.9334 11.5002C10.9334 12.1814 11.4856 12.7336 12.1667 12.7336C12.8479 12.7336 13.4001 12.1814 13.4001 11.5002C13.4001 10.8191 12.8479 10.2669 12.1667 10.2669Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var H6Single = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'h6-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
H6Single.displayName = 'H6Single';
|
|
13
|
+
export default H6Single;
|
|
14
|
+
//# sourceMappingURL=h6-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h6-single.js","sourceRoot":"","sources":["../../src/components/h6-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,oyBAAoyB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1+C,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,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": "M14.523 4.8424C14.1716 3.5304 13.1376 2.4964 11.8263 2.14507C10.5416 1.8024 9.17698 2.1504 8.00165 3.10307C7.14431 2.4024 6.19431 2.02307 5.22431 2.0004C4.17031 1.98574 3.18698 2.37174 2.44565 3.1124C1.05165 4.5064 0.747647 7.02374 2.86231 9.1384L7.52898 13.8051C7.65898 13.9351 7.82965 14.0004 8.00031 14.0004C8.17098 14.0004 8.34165 13.9351 8.47165 13.8051L13.1383 9.1384C14.409 7.86774 14.9136 6.30174 14.523 4.8424Z" } }] };
|
|
5
|
+
export var HeartSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'heart-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
HeartSingle.displayName = 'HeartSingle';
|
|
13
|
+
export default HeartSingle;
|
|
14
|
+
//# sourceMappingURL=heart-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heart-single.js","sourceRoot":"","sources":["../../src/components/heart-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,qaAAqa,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/kB,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"}
|