@univerjs/icons 0.2.16 → 0.2.18
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/cllaboration-single.d.ts +4 -0
- package/dist/components/cursor.d.ts +4 -0
- package/dist/components/eye-single.d.ts +4 -0
- package/dist/components/forward-single.d.ts +4 -0
- package/dist/components/new-chat-single.d.ts +4 -0
- package/dist/components/search-single.d.ts +4 -0
- package/dist/icons.d.ts +6 -1
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +5 -5
- package/esm/components/cllaboration-single.d.ts +4 -0
- package/esm/components/cllaboration-single.js +14 -0
- package/esm/components/cllaboration-single.js.map +1 -0
- package/esm/components/cursor.d.ts +4 -0
- package/esm/components/cursor.js +14 -0
- package/esm/components/cursor.js.map +1 -0
- package/esm/components/dropdown-single.js +1 -1
- package/esm/components/dropdown-single.js.map +1 -1
- package/esm/components/eye-single.d.ts +4 -0
- package/esm/components/eye-single.js +14 -0
- package/esm/components/eye-single.js.map +1 -0
- package/esm/components/font-color.js +1 -1
- package/esm/components/font-color.js.map +1 -1
- package/esm/components/forward-single.d.ts +4 -0
- package/esm/components/forward-single.js +14 -0
- package/esm/components/forward-single.js.map +1 -0
- package/esm/components/function-single.js +1 -1
- package/esm/components/function-single.js.map +1 -1
- package/esm/components/home-single.js +1 -1
- package/esm/components/home-single.js.map +1 -1
- package/esm/components/insert-single.js +1 -1
- package/esm/components/insert-single.js.map +1 -1
- package/esm/components/new-chat-single.d.ts +4 -0
- package/esm/components/new-chat-single.js +14 -0
- package/esm/components/new-chat-single.js.map +1 -0
- package/esm/components/paint-bucket.js +1 -1
- package/esm/components/paint-bucket.js.map +1 -1
- package/esm/components/percent-single.js +1 -1
- package/esm/components/percent-single.js.map +1 -1
- package/esm/components/search-single.d.ts +4 -0
- package/esm/components/search-single.js +14 -0
- package/esm/components/search-single.js.map +1 -0
- package/esm/icons.d.ts +6 -1
- package/esm/icons.js +6 -1
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +5 -5
- package/esm/manifest.js +27 -18
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/search-single-16.d.ts +0 -4
- package/esm/components/search-single-16.d.ts +0 -4
- package/esm/components/search-single-16.js +0 -14
- package/esm/components/search-single-16.js.map +0 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const otherFeedbackManifest: {
|
|
2
2
|
stem: string;
|
|
3
3
|
icon: string;
|
|
4
4
|
}[];
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const binaryDrawerPageManifest: {
|
|
6
6
|
stem: string;
|
|
7
7
|
icon: string;
|
|
8
8
|
}[];
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const binaryUniverAiChatManifest: {
|
|
10
10
|
stem: string;
|
|
11
11
|
icon: string;
|
|
12
12
|
}[];
|
|
@@ -34,11 +34,11 @@ export declare const singleShareManifest: {
|
|
|
34
34
|
stem: string;
|
|
35
35
|
icon: string;
|
|
36
36
|
}[];
|
|
37
|
-
export declare const
|
|
37
|
+
export declare const binaryWebsiteManifest: {
|
|
38
38
|
stem: string;
|
|
39
39
|
icon: string;
|
|
40
40
|
}[];
|
|
41
|
-
export declare const
|
|
41
|
+
export declare const singleUniverAiChatManifest: {
|
|
42
42
|
stem: string;
|
|
43
43
|
icon: string;
|
|
44
44
|
}[];
|
|
@@ -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.20033 8.14658C8.55604 7.83867 8.84136 7.45784 9.03691 7.02993C9.23246 6.60203 9.33366 6.13706 9.33366 5.66658C9.33366 4.78253 8.98247 3.93468 8.35735 3.30956C7.73223 2.68444 6.88438 2.33325 6.00033 2.33325C5.11627 2.33325 4.26842 2.68444 3.6433 3.30956C3.01818 3.93468 2.66699 4.78253 2.66699 5.66658C2.66699 6.13706 2.76819 6.60203 2.96374 7.02993C3.15929 7.45784 3.44461 7.83867 3.80033 8.14658C2.86709 8.56917 2.0753 9.2516 1.51965 10.1123C0.963989 10.973 0.667973 11.9755 0.666992 12.9999C0.666992 13.1767 0.73723 13.3463 0.862254 13.4713C0.987279 13.5963 1.15685 13.6666 1.33366 13.6666C1.51047 13.6666 1.68004 13.5963 1.80506 13.4713C1.93009 13.3463 2.00033 13.1767 2.00033 12.9999C2.00033 11.9391 2.42175 10.9216 3.1719 10.1715C3.92204 9.42135 4.93946 8.99992 6.00033 8.99992C7.06119 8.99992 8.07861 9.42135 8.82875 10.1715C9.5789 10.9216 10.0003 11.9391 10.0003 12.9999C10.0003 13.1767 10.0706 13.3463 10.1956 13.4713C10.3206 13.5963 10.4902 13.6666 10.667 13.6666C10.8438 13.6666 11.0134 13.5963 11.1384 13.4713C11.2634 13.3463 11.3337 13.1767 11.3337 12.9999C11.3327 11.9755 11.0367 10.973 10.481 10.1123C9.92535 9.2516 9.13357 8.56917 8.20033 8.14658ZM6.00033 7.66658C5.60476 7.66658 5.21808 7.54929 4.88918 7.32952C4.56029 7.10976 4.30394 6.7974 4.15257 6.43195C4.00119 6.0665 3.96158 5.66437 4.03876 5.2764C4.11593 4.88844 4.30641 4.53208 4.58611 4.25237C4.86582 3.97267 5.22218 3.78219 5.61015 3.70501C5.99811 3.62784 6.40024 3.66745 6.76569 3.81883C7.13115 3.9702 7.4435 4.22655 7.66326 4.55544C7.88303 4.88434 8.00033 5.27102 8.00033 5.66658C8.00033 6.19702 7.78961 6.70573 7.41454 7.0808C7.03947 7.45587 6.53076 7.66658 6.00033 7.66658ZM12.4937 7.87992C12.9203 7.39947 13.199 6.80595 13.2962 6.17081C13.3934 5.53567 13.3049 4.88597 13.0415 4.29992C12.7781 3.71387 12.3509 3.21645 11.8113 2.86753C11.2718 2.51862 10.6429 2.33308 10.0003 2.33325C9.82351 2.33325 9.65395 2.40349 9.52892 2.52851C9.4039 2.65354 9.33366 2.82311 9.33366 2.99992C9.33366 3.17673 9.4039 3.3463 9.52892 3.47132C9.65395 3.59635 9.82351 3.66659 10.0003 3.66659C10.5308 3.66659 11.0395 3.8773 11.4145 4.25237C11.7896 4.62744 12.0003 5.13615 12.0003 5.66658C11.9994 6.01674 11.9065 6.36052 11.731 6.66353C11.5555 6.96654 11.3036 7.21817 11.0003 7.39325C10.9015 7.45027 10.8189 7.53169 10.7606 7.62975C10.7022 7.7278 10.67 7.83919 10.667 7.95325C10.6642 8.06643 10.6903 8.17845 10.7428 8.27876C10.7953 8.37906 10.8724 8.46435 10.967 8.52659L11.227 8.69992L11.3137 8.74658C12.1173 9.12773 12.7952 9.73058 13.2676 10.4841C13.7401 11.2377 13.9874 12.1105 13.9803 12.9999C13.9803 13.1767 14.0506 13.3463 14.1756 13.4713C14.3006 13.5963 14.4702 13.6666 14.647 13.6666C14.8238 13.6666 14.9934 13.5963 15.1184 13.4713C15.2434 13.3463 15.3137 13.1767 15.3137 12.9999C15.3191 11.9769 15.0629 10.9694 14.5693 10.0733C14.0757 9.17717 13.3612 8.42213 12.4937 7.87992Z" } }] };
|
|
5
|
+
export var CllaborationSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'cllaboration-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
CllaborationSingle.displayName = 'CllaborationSingle';
|
|
13
|
+
export default CllaborationSingle;
|
|
14
|
+
//# sourceMappingURL=cllaboration-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cllaboration-single.js","sourceRoot":"","sources":["../../src/components/cllaboration-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,8xFAA8xF,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx8F,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,qBAAqB;QACzB,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": "g", "attrs": { "clipPath": "url(#cursor_clip0_1893_44)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.81256 13.9489L1.85487 2.31132C1.71652 1.90449 2.12083 1.52373 2.51797 1.68685L13.8409 6.33759C14.2771 6.51677 14.2459 7.1455 13.794 7.28042L8.89003 8.74461C8.73916 8.78966 8.61829 8.90321 8.56381 9.05109L6.75499 13.9608C6.59201 14.4032 5.96435 14.3952 5.81256 13.9489Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M4.67597 14.3593L0.718277 2.67647C0.247872 1.28787 1.62253 -0.0117286 2.9728 0.545032L14.2957 5.21384C15.779 5.82543 15.6727 7.97143 14.1363 8.43193L9.56787 9.80125L7.88021 14.3999C7.3261 15.9097 5.19204 15.8827 4.67597 14.3593ZM6.75435 13.9825C6.59138 14.4266 5.96372 14.4186 5.81193 13.9706L1.85424 2.28775C1.71589 1.87934 2.1202 1.4971 2.51734 1.66085L13.8402 6.32966C14.2765 6.50954 14.2452 7.14072 13.7934 7.27616L8.88939 8.74604C8.73853 8.79126 8.61766 8.90526 8.56318 9.05371L6.75435 13.9825Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "cursor_clip0_1893_44" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["cursor_clip0_1893_44"] };
|
|
5
|
+
export var Cursor = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'cursor',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
Cursor.displayName = 'Cursor';
|
|
13
|
+
export default Cursor;
|
|
14
|
+
//# sourceMappingURL=cursor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cursor.js","sourceRoot":"","sources":["../../src/components/cursor.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,UAAU,EAAC,4BAA4B,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iRAAiR,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,qfAAqf,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,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,sBAAsB,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,sBAAsB,CAAC,EAAC,CAAC;AAEpyC,MAAM,CAAC,IAAM,MAAM,GAAG,UAAU,CAC9B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,QAAQ;QACZ,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,eAAe,MAAM,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": "
|
|
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.85869 12.9216C8.38445 13.4708 7.61555 13.4708 7.14131 12.9216L0.358114 5.06726C-0.406895 4.18144 0.134916 2.66683 1.2168 2.66683L14.7832 2.66683C15.8651 2.66683 16.4069 4.18144 15.6419 5.06726L8.85869 12.9216Z" } }] };
|
|
5
5
|
export var DropdownSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'dropdown-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-single.js","sourceRoot":"","sources":["../../src/components/dropdown-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,
|
|
1
|
+
{"version":3,"file":"dropdown-single.js","sourceRoot":"","sources":["../../src/components/dropdown-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,sNAAsN,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhY,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": "M7.46613 5.2614C7.99641 5.15377 8.54607 5.209 9.04566 5.42016C9.54527 5.63133 9.9725 5.98902 10.2732 6.44821C10.5739 6.90741 10.7345 7.44742 10.7345 7.99994C10.7345 8.74088 10.446 9.45122 9.93293 9.97475C9.41991 10.4982 8.72439 10.7921 7.99945 10.7921C7.45882 10.7921 6.93021 10.6285 6.48047 10.3219C6.03072 10.0152 5.67998 9.57922 5.47282 9.06887C5.26565 8.55852 5.21142 7.99686 5.31705 7.45498C5.42268 6.9131 5.68338 6.41554 6.06598 6.02513C6.44856 5.63474 6.93584 5.36903 7.46613 5.2614ZM7.99945 6.50637C7.70941 6.50637 7.42599 6.59414 7.18504 6.75842C6.94411 6.92269 6.75652 7.15604 6.64579 7.4288C6.53508 7.70156 6.50613 8.00161 6.56255 8.29108C6.61898 8.58055 6.7583 8.84663 6.96308 9.05559C7.16788 9.26456 7.42896 9.40703 7.7134 9.46476C7.99784 9.5225 8.29266 9.49286 8.56052 9.37964C8.82836 9.26643 9.05707 9.07481 9.21789 8.82922C9.3787 8.58364 9.46445 8.29505 9.46445 7.99994C9.46445 7.60424 9.31042 7.22449 9.03583 6.94429C8.76119 6.66405 8.38842 6.50637 7.99945 6.50637Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.06445 7.99994C1.06445 7.86432 1.111 7.68433 1.20506 7.46997C1.29865 7.25669 1.43723 7.01393 1.61634 6.75416C1.97451 6.23466 2.49209 5.65088 3.12753 5.10347C4.3995 4.00771 6.13495 3.06494 7.99945 3.06494C9.86395 3.06494 11.5994 4.00771 12.8714 5.10347C13.5068 5.65088 14.0244 6.23466 14.3826 6.75416C14.5617 7.01393 14.7003 7.25669 14.7938 7.46997C14.8879 7.68433 14.9345 7.86432 14.9345 7.99994C14.9345 8.29406 14.7859 8.75016 14.4847 9.27371C14.1847 9.79497 13.7374 10.3759 13.1495 10.9188C11.974 12.0042 10.2392 12.9349 7.99945 12.9349C5.75972 12.9349 4.02489 12.0042 2.84937 10.9188C2.26147 10.3759 1.81418 9.79497 1.51423 9.27371C1.21296 8.75016 1.06445 8.29406 1.06445 7.99994ZM7.99945 4.36351C6.48933 4.36351 5.14092 5.09788 4.14125 5.91406C3.64087 6.32258 3.22616 6.75295 2.92026 7.12521C2.61595 7.49554 2.415 7.81359 2.34753 7.99756L2.33827 8.0228L2.34954 8.0472C2.85275 9.13669 3.65354 10.055 4.65594 10.6918C5.65805 11.3283 6.81899 11.6563 7.99945 11.6364C9.17991 11.6563 10.3409 11.3283 11.343 10.6918C12.3454 10.055 13.1462 9.13669 13.6494 8.0472L13.6606 8.0228L13.6514 7.99756C13.5839 7.81359 13.383 7.49554 13.0786 7.12521C12.7727 6.75295 12.358 6.32258 11.8577 5.91406C10.858 5.09788 9.50957 4.36351 7.99945 4.36351Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var EyeSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'eye-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
EyeSingle.displayName = 'EyeSingle';
|
|
13
|
+
export default EyeSingle;
|
|
14
|
+
//# sourceMappingURL=eye-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eye-single.js","sourceRoot":"","sources":["../../src/components/eye-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,w9BAAw9B,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,otCAAotC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE99E,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"}
|
|
@@ -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 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M1.98682 13.4992C1.98682 12.5603 2.74793 11.7992 3.68682 11.7992H14.2868C15.2257 11.7992 15.9868 12.5603 15.9868 13.4992V13.4992C15.9868 14.4381 15.2257 15.1992 14.2868 15.1992H3.68682C2.74793 15.1992 1.98682 14.4381 1.98682 13.4992V13.4992Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.3014 1.70389C9.85268 0.479568 8.12109 0.479557 7.67238 1.70389L4.72235 9.75326C4.60832 10.0644 4.76811 10.4091 5.07924 10.5231C5.39038 10.6371 5.73504 10.4773 5.84907 10.1662L6.99975 7.02646C7.03588 7.03324 7.07314 7.03679 7.11123 7.03679H10.9778L12.1247 10.1662C12.2387 10.4773 12.5834 10.6371 12.8945 10.5231C13.2057 10.4091 13.3654 10.0644 13.2514 9.75326L10.3014 1.70389ZM10.538 5.83679L9.17467 2.11682C9.11057 1.94192 8.8632 1.94192 8.7991 2.11682L7.43576 5.83679H10.538Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
5
|
export var FontColor = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'font-color',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"font-color.js","sourceRoot":"","sources":["../../src/components/font-color.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,
|
|
1
|
+
{"version":3,"file":"font-color.js","sourceRoot":"","sources":["../../src/components/font-color.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,mPAAmP,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,keAAke,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE99B,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", "stroke": "currentColor", "d": "M12.6058 7.45047C13.106 6.54495 13.3791 5.55988 13.4676 4.67738C13.3726 4.8237 13.2674 4.97356 13.151 5.12506C12.2094 6.35069 10.5555 7.6534 7.72523 8.08397L7.15003 8.17148V7.58966V5.94864C7.15003 5.88286 7.13272 5.82029 7.10251 5.76824C7.07241 5.71639 7.03196 5.6789 6.98912 5.65609L7.22411 5.21475L6.98911 5.65608C6.94663 5.63347 6.90157 5.62498 6.85813 5.62915L6.81071 5.13533L6.85813 5.62915C6.81458 5.63333 6.76979 5.65055 6.72927 5.68291L2.62024 8.96495L2.62023 8.96496C2.58613 8.9922 2.55579 9.02971 2.53394 9.07625L2.08134 8.86374L2.53394 9.07625C2.51205 9.12287 2.5 9.17585 2.5 9.23069C2.5 9.28552 2.51205 9.33851 2.53394 9.38513C2.55579 9.43167 2.58613 9.46917 2.62023 9.49641L2.62024 9.49642L6.72927 12.7785C6.72928 12.7785 6.72928 12.7785 6.72929 12.7785C6.7698 12.8108 6.81458 12.828 6.85813 12.8322C6.90157 12.8364 6.94664 12.8279 6.98912 12.8053C7.03196 12.7825 7.07241 12.745 7.10251 12.6931C7.13272 12.6411 7.15003 12.5785 7.15003 12.5127V10.8717V10.3717H7.65003C10.1337 10.3717 11.7146 9.06391 12.6058 7.45047Z" } }] };
|
|
5
|
+
export var ForwardSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'forward-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ForwardSingle.displayName = 'ForwardSingle';
|
|
13
|
+
export default ForwardSingle;
|
|
14
|
+
//# sourceMappingURL=forward-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forward-single.js","sourceRoot":"","sources":["../../src/components/forward-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,sgCAAsgC,EAAC,EAAC,CAAC,EAAC,CAAC;AAExsC,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"}
|
|
@@ -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": "M3.
|
|
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.04723 3.83193C2.12974 2.90743 2.78459 1.33496 4.08708 1.33496H11.208C11.7851 1.33496 12.3383 1.56532 12.7447 1.9749L13.3047 2.53915C13.5634 2.79984 13.5618 3.22089 13.3011 3.4796C13.0405 3.73831 12.6194 3.73671 12.3607 3.47603L11.8007 2.91177C11.6439 2.75381 11.4306 2.66496 11.208 2.66496H4.08708C4.04779 2.66496 4.02536 2.67544 4.01031 2.68602C3.99227 2.6987 3.97428 2.71965 3.96245 2.74806C3.95062 2.77647 3.94842 2.804 3.95213 2.82574C3.95522 2.84387 3.96358 2.86717 3.99125 2.89506L8.28851 7.22509C8.7393 7.67933 8.7393 8.41215 8.28851 8.86638L3.99125 13.1964C3.96358 13.2243 3.95522 13.2476 3.95213 13.2657C3.94842 13.2875 3.95062 13.315 3.96245 13.3434C3.97428 13.3718 3.99227 13.3928 4.01031 13.4055C4.02536 13.416 4.04779 13.4265 4.08707 13.4265H11.208C11.4306 13.4265 11.6439 13.3377 11.8007 13.1797L12.3607 12.6154C12.6194 12.3548 13.0405 12.3532 13.3011 12.6119C13.5618 12.8706 13.5634 13.2916 13.3047 13.5523L12.7447 14.1166C12.3383 14.5262 11.7851 14.7565 11.208 14.7565H4.08707C2.78458 14.7565 2.12974 13.184 3.04723 12.2595L7.22914 8.04574L3.04723 3.83193Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
5
|
export var FunctionSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'function-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-single.js","sourceRoot":"","sources":["../../src/components/function-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":"function-single.js","sourceRoot":"","sources":["../../src/components/function-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,qjCAAqjC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzwC,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"}
|
|
@@ -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": "M0.811013 7.27739C0.533711 7.51821 0.50413 7.93822 0.744942 8.21552C0.985753 8.49283 1.40577 8.52241 1.68307 8.28159L1.89249 8.09973V13.0201C1.89249 13.9397 2.63793 14.6851 3.55749 14.6851H5.32136C6.24091 14.6851 6.98636 13.9397 6.98636 13.0201V9.84218C6.98636 9.65717 7.13634 9.50718 7.32136 9.50718H8.67823C8.86325 9.50718 9.01323 9.65716 9.01323 9.84218V13.0201C9.01323 13.9397 9.75868 14.6851 10.6782 14.6851H12.4421C13.3617 14.6851 14.1071 13.9397 14.1071 13.0201V8.09963L14.3165 8.28148C14.5938 8.52229 15.0138 8.49271 15.2546 8.21541C15.4954 7.93811 15.4659 7.51809 15.1886 7.27728L8.567 1.52707C8.24167 1.24456 7.75801 1.24455 7.43267 1.52708L0.811013 7.27739ZM12.7771 6.94465L7.99984 2.79605L3.22249 6.94475V13.0201C3.22249 13.2051 3.37247 13.3551 3.55749 13.3551H5.32136C5.50637 13.3551 5.65636 13.2051 5.65636 13.0201V9.84218C5.65636 8.92263 6.4018 8.17718 7.32136 8.17718H8.67823C9.59779 8.17718 10.3432 8.92263 10.3432 9.84218V13.0201C10.3432 13.2051 10.4932 13.3551 10.6782 13.3551H12.4421C12.6271 13.3551 12.7771 13.2051 12.7771 13.0201V6.94465Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
5
|
export var HomeSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'home-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"home-single.js","sourceRoot":"","sources":["../../src/components/home-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":"home-single.js","sourceRoot":"","sources":["../../src/components/home-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,siCAAsiC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1vC,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"}
|
|
@@ -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": "
|
|
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(#insert-single_clip0_1893_19)" }, "children": [{ "tag": "path", "attrs": { "d": "M4.54488 0.879639C2.52076 0.879639 0.879883 2.52052 0.879883 4.54464V11.4555C0.879883 13.4796 2.52076 15.1205 4.54488 15.1205H7.03174C7.39901 15.1205 7.69674 14.8227 7.69674 14.4555C7.69674 14.0882 7.39901 13.7905 7.03174 13.7905H4.54488C3.2553 13.7905 2.20988 12.745 2.20988 11.4555V4.54464C2.20988 3.25506 3.2553 2.20964 4.54488 2.20964H11.4557C12.7453 2.20964 13.7907 3.25505 13.7907 4.54464V7.03149C13.7907 7.39876 14.0884 7.69649 14.4557 7.69649C14.823 7.69649 15.1207 7.39876 15.1207 7.03149V4.54464C15.1207 2.52051 13.4798 0.879639 11.4557 0.879639H4.54488Z" } }, { "tag": "path", "attrs": { "d": "M11.5271 7.93213C11.8943 7.93213 12.1921 8.22986 12.1921 8.59713V10.8615H14.4558C14.8231 10.8615 15.1208 11.1592 15.1208 11.5265C15.1208 11.8937 14.8231 12.1915 14.4558 12.1915H12.1921V14.4554C12.1921 14.8227 11.8943 15.1204 11.5271 15.1204C11.1598 15.1204 10.8621 14.8227 10.8621 14.4554V12.1915H8.59759C8.23032 12.1915 7.93259 11.8937 7.93259 11.5265C7.93259 11.1592 8.23032 10.8615 8.59759 10.8615H10.8621V8.59713C10.8621 8.22986 11.1598 7.93213 11.5271 7.93213Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "insert-single_clip0_1893_19" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["insert-single_clip0_1893_19"] };
|
|
5
5
|
export var InsertSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'insert-single',
|
|
@@ -1 +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,
|
|
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,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,mCAAmC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,sjBAAsjB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,mdAAmd,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,6BAA6B,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,6BAA6B,CAAC,EAAC,CAAC;AAE3/C,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": "M7.99991 1.33325C7.12443 1.33325 6.25752 1.50569 5.44869 1.84072C4.63985 2.17575 3.90492 2.66682 3.28587 3.28587C2.03562 4.53612 1.33324 6.23181 1.33324 7.99992C1.32742 9.53934 1.86044 11.0323 2.83991 12.2199L1.50658 13.5533C1.41407 13.647 1.35141 13.766 1.32649 13.8954C1.30158 14.0247 1.31552 14.1585 1.36658 14.2799C1.42195 14.3999 1.51171 14.5007 1.62448 14.5695C1.73724 14.6384 1.86791 14.6721 1.99991 14.6666H7.99991C9.76802 14.6666 11.4637 13.9642 12.714 12.714C13.9642 11.4637 14.6666 9.76803 14.6666 7.99992C14.6666 6.23181 13.9642 4.53612 12.714 3.28587C11.4637 2.03563 9.76802 1.33325 7.99991 1.33325ZM7.99991 13.3333H3.60658L4.22658 12.7133C4.35074 12.5883 4.42044 12.4194 4.42044 12.2433C4.42044 12.0671 4.35074 11.8982 4.22658 11.7733C3.35363 10.9013 2.81003 9.75361 2.68837 8.52578C2.56672 7.29795 2.87454 6.06592 3.5594 5.0396C4.24425 4.01328 5.26377 3.25616 6.44425 2.89723C7.62474 2.53831 8.89315 2.59979 10.0334 3.07119C11.1736 3.5426 12.1151 4.39477 12.6975 5.48251C13.2799 6.57026 13.4672 7.82628 13.2273 9.03659C12.9875 10.2469 12.3354 11.3366 11.3823 12.1201C10.4291 12.9035 9.23375 13.3323 7.99991 13.3333ZM9.99991 7.33325H8.66658V5.99992C8.66658 5.82311 8.59634 5.65354 8.47131 5.52851C8.34629 5.40349 8.17672 5.33325 7.99991 5.33325C7.8231 5.33325 7.65353 5.40349 7.52851 5.52851C7.40348 5.65354 7.33324 5.82311 7.33324 5.99992V7.33325H5.99991C5.8231 7.33325 5.65353 7.40349 5.52851 7.52851C5.40348 7.65354 5.33324 7.82311 5.33324 7.99992C5.33324 8.17673 5.40348 8.3463 5.52851 8.47132C5.65353 8.59635 5.8231 8.66659 5.99991 8.66659H7.33324V9.99992C7.33324 10.1767 7.40348 10.3463 7.52851 10.4713C7.65353 10.5963 7.8231 10.6666 7.99991 10.6666C8.17672 10.6666 8.34629 10.5963 8.47131 10.4713C8.59634 10.3463 8.66658 10.1767 8.66658 9.99992V8.66659H9.99991C10.1767 8.66659 10.3463 8.59635 10.4713 8.47132C10.5963 8.3463 10.6666 8.17673 10.6666 7.99992C10.6666 7.82311 10.5963 7.65354 10.4713 7.52851C10.3463 7.40349 10.1767 7.33325 9.99991 7.33325Z" } }] };
|
|
5
|
+
export var NewChatSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'new-chat-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
NewChatSingle.displayName = 'NewChatSingle';
|
|
13
|
+
export default NewChatSingle;
|
|
14
|
+
//# sourceMappingURL=new-chat-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"new-chat-single.js","sourceRoot":"","sources":["../../src/components/new-chat-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,u7DAAu7D,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjmE,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,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,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 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.01281 1.36643C8.79386 0.585377 10.0602 0.585378 10.8412 1.36643L12.9223 3.44752C13.7034 4.22857 13.7034 5.4949 12.9223 6.27595L9.36445 9.83383C8.5834 10.6149 7.31707 10.6149 6.53602 9.83383L4.45493 7.75273C3.67388 6.97168 3.67388 5.70535 4.45493 4.9243L8.01281 1.36643ZM9.9927 2.21495C9.68028 1.90253 9.17375 1.90253 8.86133 2.21495L5.30346 5.77283L5.29671 5.77966L10.839 6.66224L12.0738 5.42742C12.3862 5.115 12.3862 4.60847 12.0738 4.29605L9.9927 2.21495Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.5179 9.48875C14.5179 9.99175 14.1101 10.3995 13.607 10.3995C13.1041 10.3995 12.6963 9.99175 12.6963 9.48875C12.6963 9.1773 13.0455 8.59966 13.3114 8.20487C13.4549 7.99177 13.7591 7.99177 13.9027 8.20486C14.1687 8.59965 14.5179 9.1773 14.5179 9.48875Z" } }, { "tag": "path", "attrs": { "fill": "
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.01281 1.36643C8.79386 0.585377 10.0602 0.585378 10.8412 1.36643L12.9223 3.44752C13.7034 4.22857 13.7034 5.4949 12.9223 6.27595L9.36445 9.83383C8.5834 10.6149 7.31707 10.6149 6.53602 9.83383L4.45493 7.75273C3.67388 6.97168 3.67388 5.70535 4.45493 4.9243L8.01281 1.36643ZM9.9927 2.21495C9.68028 1.90253 9.17375 1.90253 8.86133 2.21495L5.30346 5.77283L5.29671 5.77966L10.839 6.66224L12.0738 5.42742C12.3862 5.115 12.3862 4.60847 12.0738 4.29605L9.9927 2.21495Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.5179 9.48875C14.5179 9.99175 14.1101 10.3995 13.607 10.3995C13.1041 10.3995 12.6963 9.99175 12.6963 9.48875C12.6963 9.1773 13.0455 8.59966 13.3114 8.20487C13.4549 7.99177 13.7591 7.99177 13.9027 8.20486C14.1687 8.59965 14.5179 9.1773 14.5179 9.48875Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M1.98682 13.4992C1.98682 12.5603 2.74793 11.7992 3.68682 11.7992H14.2868C15.2257 11.7992 15.9868 12.5603 15.9868 13.4992V13.4992C15.9868 14.4381 15.2257 15.1992 14.2868 15.1992H3.68682C2.74793 15.1992 1.98682 14.4381 1.98682 13.4992V13.4992Z" } }] };
|
|
5
5
|
export var PaintBucket = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'paint-bucket',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paint-bucket.js","sourceRoot":"","sources":["../../src/components/paint-bucket.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,8cAA8c,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,gQAAgQ,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,
|
|
1
|
+
{"version":3,"file":"paint-bucket.js","sourceRoot":"","sources":["../../src/components/paint-bucket.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,8cAA8c,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,gQAAgQ,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,mPAAmP,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9vC,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
2
|
import { createElement, forwardRef } from 'react';
|
|
3
3
|
import { IconBase } from '../icon';
|
|
4
|
-
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "
|
|
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
5
|
export var PercentSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'percent-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"percent-single.js","sourceRoot":"","sources":["../../src/components/percent-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,
|
|
1
|
+
{"version":3,"file":"percent-single.js","sourceRoot":"","sources":["../../src/components/percent-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,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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.71899 1.36938C4.37604 1.36938 1.66602 4.07941 1.66602 7.42236C1.66602 10.7653 4.37604 13.4753 7.71899 13.4753C9.16744 13.4753 10.4971 12.9666 11.5389 12.118L13.6598 14.4109C13.8848 14.6542 14.2644 14.669 14.5077 14.444C14.7509 14.219 14.7657 13.8393 14.5407 13.5961L12.3906 11.2716C13.2536 10.2254 13.772 8.88442 13.772 7.42236C13.772 4.07941 11.0619 1.36938 7.71899 1.36938ZM2.86602 7.42236C2.86602 4.74215 5.03878 2.56938 7.71899 2.56938C10.3992 2.56938 12.572 4.74215 12.572 7.42236C12.572 10.1026 10.3992 12.2753 7.71899 12.2753C5.03878 12.2753 2.86602 10.1026 2.86602 7.42236Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var SearchSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'search-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
SearchSingle.displayName = 'SearchSingle';
|
|
13
|
+
export default SearchSingle;
|
|
14
|
+
//# sourceMappingURL=search-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-single.js","sourceRoot":"","sources":["../../src/components/search-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,0kBAA0kB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9xB,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"}
|
package/esm/icons.d.ts
CHANGED
|
@@ -83,6 +83,7 @@ export { default as Chrome } from './components/chrome';
|
|
|
83
83
|
export { default as ClearFormat } from './components/clear-format';
|
|
84
84
|
export { default as ClientSingle } from './components/client-single';
|
|
85
85
|
export { default as ClipboardCheckSingle } from './components/clipboard-check-single';
|
|
86
|
+
export { default as CllaborationSingle } from './components/cllaboration-single';
|
|
86
87
|
export { default as ClockSingle } from './components/clock-single';
|
|
87
88
|
export { default as CloseSingle } from './components/close-single';
|
|
88
89
|
export { default as CloseSmallSingle } from './components/close-small-single';
|
|
@@ -109,6 +110,7 @@ export { default as CrossHighlightingSingle } from './components/cross-highlight
|
|
|
109
110
|
export { default as CrossHighlighting } from './components/cross-highlighting';
|
|
110
111
|
export { default as CrossSingle } from './components/cross-single';
|
|
111
112
|
export { default as CrownSingle } from './components/crown-single';
|
|
113
|
+
export { default as Cursor } from './components/cursor';
|
|
112
114
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
113
115
|
export { default as CustomCompletion } from './components/custom-completion';
|
|
114
116
|
export { default as CustomSortSingle } from './components/custom-sort-single';
|
|
@@ -177,6 +179,7 @@ export { default as ExpandDescendingSingle } from './components/expand-descendin
|
|
|
177
179
|
export { default as Expand } from './components/expand';
|
|
178
180
|
export { default as ExportSingle } from './components/export-single';
|
|
179
181
|
export { default as EyeOutlineSingle } from './components/eye-outline-single';
|
|
182
|
+
export { default as EyeSingle } from './components/eye-single';
|
|
180
183
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
181
184
|
export { default as FallSingle } from './components/fall-single';
|
|
182
185
|
export { default as FeaturesSingle } from './components/features-single';
|
|
@@ -197,6 +200,7 @@ export { default as FontColor } from './components/font-color';
|
|
|
197
200
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
198
201
|
export { default as FontSizeReduceSingleSingle } from './components/font-size-reduce-single-single';
|
|
199
202
|
export { default as FontSizeReduceSingle } from './components/font-size-reduce-single';
|
|
203
|
+
export { default as ForwardSingle } from './components/forward-single';
|
|
200
204
|
export { default as Forward } from './components/forward';
|
|
201
205
|
export { default as FrameSizeSingle } from './components/frame-size-single';
|
|
202
206
|
export { default as FreezeColumnSingle } from './components/freeze-column-single';
|
|
@@ -309,6 +313,7 @@ export { default as NameScopingSingle } from './components/name-scoping-single';
|
|
|
309
313
|
export { default as NeedSingle16 } from './components/need-single-16';
|
|
310
314
|
export { default as NeedSingle20 } from './components/need-single-20';
|
|
311
315
|
export { default as Network } from './components/network';
|
|
316
|
+
export { default as NewChatSingle } from './components/new-chat-single';
|
|
312
317
|
export { default as NewbuiltSingle } from './components/newbuilt-single';
|
|
313
318
|
export { default as NewspaperSingle } from './components/newspaper-single';
|
|
314
319
|
export { default as Newspaper } from './components/newspaper';
|
|
@@ -419,7 +424,7 @@ export { default as RunTime } from './components/run-time';
|
|
|
419
424
|
export { default as SaveSingle } from './components/save-single';
|
|
420
425
|
export { default as ScatterChartSingle } from './components/scatter-chart-single';
|
|
421
426
|
export { default as Screen } from './components/screen';
|
|
422
|
-
export { default as
|
|
427
|
+
export { default as SearchSingle } from './components/search-single';
|
|
423
428
|
export { default as SelectRangeSingle } from './components/select-range-single';
|
|
424
429
|
export { default as SelectedSingle } from './components/selected-single';
|
|
425
430
|
export { default as SequenceSingle } from './components/sequence-single';
|
package/esm/icons.js
CHANGED
|
@@ -83,6 +83,7 @@ export { default as Chrome } from './components/chrome';
|
|
|
83
83
|
export { default as ClearFormat } from './components/clear-format';
|
|
84
84
|
export { default as ClientSingle } from './components/client-single';
|
|
85
85
|
export { default as ClipboardCheckSingle } from './components/clipboard-check-single';
|
|
86
|
+
export { default as CllaborationSingle } from './components/cllaboration-single';
|
|
86
87
|
export { default as ClockSingle } from './components/clock-single';
|
|
87
88
|
export { default as CloseSingle } from './components/close-single';
|
|
88
89
|
export { default as CloseSmallSingle } from './components/close-small-single';
|
|
@@ -109,6 +110,7 @@ export { default as CrossHighlightingSingle } from './components/cross-highlight
|
|
|
109
110
|
export { default as CrossHighlighting } from './components/cross-highlighting';
|
|
110
111
|
export { default as CrossSingle } from './components/cross-single';
|
|
111
112
|
export { default as CrownSingle } from './components/crown-single';
|
|
113
|
+
export { default as Cursor } from './components/cursor';
|
|
112
114
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
113
115
|
export { default as CustomCompletion } from './components/custom-completion';
|
|
114
116
|
export { default as CustomSortSingle } from './components/custom-sort-single';
|
|
@@ -177,6 +179,7 @@ export { default as ExpandDescendingSingle } from './components/expand-descendin
|
|
|
177
179
|
export { default as Expand } from './components/expand';
|
|
178
180
|
export { default as ExportSingle } from './components/export-single';
|
|
179
181
|
export { default as EyeOutlineSingle } from './components/eye-outline-single';
|
|
182
|
+
export { default as EyeSingle } from './components/eye-single';
|
|
180
183
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
181
184
|
export { default as FallSingle } from './components/fall-single';
|
|
182
185
|
export { default as FeaturesSingle } from './components/features-single';
|
|
@@ -197,6 +200,7 @@ export { default as FontColor } from './components/font-color';
|
|
|
197
200
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
198
201
|
export { default as FontSizeReduceSingleSingle } from './components/font-size-reduce-single-single';
|
|
199
202
|
export { default as FontSizeReduceSingle } from './components/font-size-reduce-single';
|
|
203
|
+
export { default as ForwardSingle } from './components/forward-single';
|
|
200
204
|
export { default as Forward } from './components/forward';
|
|
201
205
|
export { default as FrameSizeSingle } from './components/frame-size-single';
|
|
202
206
|
export { default as FreezeColumnSingle } from './components/freeze-column-single';
|
|
@@ -309,6 +313,7 @@ export { default as NameScopingSingle } from './components/name-scoping-single';
|
|
|
309
313
|
export { default as NeedSingle16 } from './components/need-single-16';
|
|
310
314
|
export { default as NeedSingle20 } from './components/need-single-20';
|
|
311
315
|
export { default as Network } from './components/network';
|
|
316
|
+
export { default as NewChatSingle } from './components/new-chat-single';
|
|
312
317
|
export { default as NewbuiltSingle } from './components/newbuilt-single';
|
|
313
318
|
export { default as NewspaperSingle } from './components/newspaper-single';
|
|
314
319
|
export { default as Newspaper } from './components/newspaper';
|
|
@@ -419,7 +424,7 @@ export { default as RunTime } from './components/run-time';
|
|
|
419
424
|
export { default as SaveSingle } from './components/save-single';
|
|
420
425
|
export { default as ScatterChartSingle } from './components/scatter-chart-single';
|
|
421
426
|
export { default as Screen } from './components/screen';
|
|
422
|
-
export { default as
|
|
427
|
+
export { default as SearchSingle } from './components/search-single';
|
|
423
428
|
export { default as SelectRangeSingle } from './components/select-range-single';
|
|
424
429
|
export { default as SelectedSingle } from './components/selected-single';
|
|
425
430
|
export { default as SequenceSingle } from './components/sequence-single';
|