@univerjs/icons 0.2.24 → 0.2.25
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/arrow-left-single.d.ts +4 -0
- package/dist/components/arrow-right-single.d.ts +4 -0
- package/dist/components/book-single.d.ts +4 -0
- package/dist/components/brain-single.d.ts +4 -0
- package/dist/components/chatbubbles-single.d.ts +4 -0
- package/dist/components/cloud-single.d.ts +4 -0
- package/dist/components/ellipse-single-1.d.ts +4 -0
- package/dist/components/ellipse-single.d.ts +4 -0
- package/dist/components/flower-single.d.ts +4 -0
- package/dist/components/head-single.d.ts +4 -0
- package/dist/components/light-single.d.ts +4 -0
- package/dist/components/music-single.d.ts +4 -0
- package/dist/components/rectangle-single.d.ts +4 -0
- package/dist/components/rhombus-single.d.ts +4 -0
- package/dist/components/round-single.d.ts +4 -0
- package/dist/components/thumb-down-single.d.ts +4 -0
- package/dist/components/thumb-up-single.d.ts +4 -0
- package/dist/icons.d.ts +17 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +4 -0
- package/esm/components/arrow-left-single.d.ts +4 -0
- package/esm/components/arrow-left-single.js +14 -0
- package/esm/components/arrow-left-single.js.map +1 -0
- package/esm/components/arrow-right-single.d.ts +4 -0
- package/esm/components/arrow-right-single.js +14 -0
- package/esm/components/arrow-right-single.js.map +1 -0
- package/esm/components/book-single.d.ts +4 -0
- package/esm/components/book-single.js +14 -0
- package/esm/components/book-single.js.map +1 -0
- package/esm/components/brain-single.d.ts +4 -0
- package/esm/components/brain-single.js +14 -0
- package/esm/components/brain-single.js.map +1 -0
- package/esm/components/chatbubbles-single.d.ts +4 -0
- package/esm/components/chatbubbles-single.js +14 -0
- package/esm/components/chatbubbles-single.js.map +1 -0
- package/esm/components/cloud-single.d.ts +4 -0
- package/esm/components/cloud-single.js +14 -0
- package/esm/components/cloud-single.js.map +1 -0
- package/esm/components/ellipse-single-1.d.ts +4 -0
- package/esm/components/ellipse-single-1.js +14 -0
- package/esm/components/ellipse-single-1.js.map +1 -0
- package/esm/components/ellipse-single.d.ts +4 -0
- package/esm/components/ellipse-single.js +14 -0
- package/esm/components/ellipse-single.js.map +1 -0
- package/esm/components/flower-single.d.ts +4 -0
- package/esm/components/flower-single.js +14 -0
- package/esm/components/flower-single.js.map +1 -0
- package/esm/components/folder-single.js +1 -1
- package/esm/components/folder-single.js.map +1 -1
- package/esm/components/head-single.d.ts +4 -0
- package/esm/components/head-single.js +14 -0
- package/esm/components/head-single.js.map +1 -0
- package/esm/components/heart-single.js +1 -1
- package/esm/components/heart-single.js.map +1 -1
- package/esm/components/light-single.d.ts +4 -0
- package/esm/components/light-single.js +14 -0
- package/esm/components/light-single.js.map +1 -0
- package/esm/components/music-single.d.ts +4 -0
- package/esm/components/music-single.js +14 -0
- package/esm/components/music-single.js.map +1 -0
- package/esm/components/rectangle-single.d.ts +4 -0
- package/esm/components/rectangle-single.js +14 -0
- package/esm/components/rectangle-single.js.map +1 -0
- package/esm/components/rhombus-single.d.ts +4 -0
- package/esm/components/rhombus-single.js +14 -0
- package/esm/components/rhombus-single.js.map +1 -0
- package/esm/components/round-single.d.ts +4 -0
- package/esm/components/round-single.js +14 -0
- package/esm/components/round-single.js.map +1 -0
- package/esm/components/star-single.js +1 -1
- package/esm/components/star-single.js.map +1 -1
- package/esm/components/thumb-down-single.d.ts +4 -0
- package/esm/components/thumb-down-single.js +14 -0
- package/esm/components/thumb-down-single.js.map +1 -0
- package/esm/components/thumb-up-single.d.ts +4 -0
- package/esm/components/thumb-up-single.js +14 -0
- package/esm/components/thumb-up-single.js.map +1 -0
- package/esm/components/triangle-single.js +1 -1
- package/esm/components/triangle-single.js.map +1 -1
- package/esm/icons.d.ts +17 -0
- package/esm/icons.js +17 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +4 -0
- package/esm/manifest.js +23 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -42,6 +42,10 @@ export declare const binaryWebsiteManifest: {
|
|
|
42
42
|
stem: string;
|
|
43
43
|
icon: string;
|
|
44
44
|
}[];
|
|
45
|
+
export declare const singleWordCloudManifest: {
|
|
46
|
+
stem: string;
|
|
47
|
+
icon: string;
|
|
48
|
+
}[];
|
|
45
49
|
export declare const singleDocumentOperationsManifest: {
|
|
46
50
|
stem: string;
|
|
47
51
|
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": "path", "attrs": { "fill": "currentColor", "d": "M0 8.15924V7.83411C0.0670795 7.53277 0.25771 7.32742 0.497622 7.14432C1.61094 6.29522 2.71757 5.43756 3.82678 4.58298C4.54737 4.02786 5.26848 3.47326 5.98856 2.91745C6.20845 2.7477 6.45572 2.68114 6.72815 2.7246C7.1847 2.79733 7.51034 3.18509 7.51205 3.65602C7.51445 4.28626 7.51256 4.91649 7.51291 5.54673C7.51291 5.67268 7.51616 5.67422 7.6356 5.66412C8.20081 5.61604 8.76603 5.56881 9.33107 5.52089C9.88208 5.47418 10.4329 5.42746 10.9839 5.37989C11.6172 5.3253 12.2504 5.26986 12.8835 5.21493C13.3974 5.17044 13.9113 5.12389 14.4255 5.08317C14.7551 5.05715 15.0835 5.01301 15.4143 5.00787C15.6596 5.00411 15.877 5.16257 15.9571 5.39273C15.9757 5.44629 15.9858 5.50275 15.9998 5.55803C15.9998 5.5866 15.9998 5.61501 15.9998 5.64359C15.9699 5.83952 15.858 5.98463 15.7207 6.12033C15.3095 6.52709 14.9035 6.93932 14.4957 7.34966C14.4315 7.41435 14.3696 7.48143 14.3056 7.54628C14.0224 7.83291 14.0189 8.16215 14.3028 8.44946C14.7734 8.92586 15.245 9.40141 15.7206 9.87302C15.8576 10.0091 15.9706 10.1533 16 10.3496C16 10.3838 16 10.418 16 10.4523C15.9959 10.466 15.9908 10.4793 15.9877 10.4932C15.9122 10.8315 15.6581 11.0175 15.3157 10.9879C14.8273 10.9454 14.3388 10.9049 13.8504 10.8633C13.3564 10.8212 12.8622 10.7791 12.3681 10.7365C11.8827 10.6946 11.3972 10.6511 10.9115 10.6095C10.4033 10.5661 9.89491 10.5245 9.38651 10.4814C8.80162 10.4317 8.21673 10.3811 7.63166 10.3318C7.51376 10.3219 7.51291 10.3241 7.51291 10.4439C7.51274 11.0741 7.51581 11.7044 7.51154 12.3344C7.50897 12.7224 7.33614 13.0189 6.98465 13.187C6.63574 13.354 6.29572 13.3134 5.98736 13.0759C4.15739 11.6669 2.32981 10.2546 0.497104 8.8492C0.257534 8.66542 0.0669084 8.46058 0 8.15907V8.15924Z" } }] };
|
|
5
|
+
export var ArrowLeftSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'arrow-left-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ArrowLeftSingle.displayName = 'ArrowLeftSingle';
|
|
13
|
+
export default ArrowLeftSingle;
|
|
14
|
+
//# sourceMappingURL=arrow-left-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-left-single.js","sourceRoot":"","sources":["../../src/components/arrow-left-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,4oDAA4oD,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtzD,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M16 7.84074V8.16592C15.9329 8.46732 15.7423 8.6727 15.5024 8.85583C14.3891 9.70507 13.2824 10.5629 12.1732 11.4176C11.4526 11.9728 10.7315 12.5275 10.0114 13.0834C9.79155 13.2532 9.54428 13.3197 9.27185 13.2763C8.8153 13.2035 8.48966 12.8157 8.48795 12.3447C8.48555 11.7144 8.48744 11.084 8.48709 10.4537C8.48709 10.3277 8.48384 10.3262 8.3644 10.3363C7.79919 10.3844 7.23397 10.4316 6.66893 10.4795C6.11792 10.5262 5.56708 10.573 5.01607 10.6205C4.38275 10.6751 3.7496 10.7306 3.11645 10.7855C2.60258 10.83 2.0887 10.8766 1.57448 10.9173C1.2449 10.9433 0.916525 10.9875 0.585748 10.9926C0.34036 10.9964 0.123032 10.8379 0.0429474 10.6077C0.0242952 10.5541 0.014199 10.4977 0.000167111 10.4424C0.000167111 10.4138 0.000167111 10.3854 0.000167111 10.3568C0.0301133 10.1608 0.142028 10.0157 0.279267 9.87999C0.690471 9.47316 1.09654 9.06086 1.50432 8.65045C1.56849 8.58575 1.63043 8.51866 1.69443 8.4538C1.97764 8.16712 1.98106 7.83783 1.69717 7.55047C1.22659 7.07399 0.75498 6.59836 0.279434 6.12668C0.142366 5.99061 0.0294328 5.84633 0 5.65002C0 5.61579 0 5.58156 0 5.54733C0.00410691 5.53364 0.00923587 5.52029 0.012316 5.50643C0.0877805 5.16807 0.341896 4.98203 0.684309 5.01164C1.17269 5.05409 1.66124 5.09464 2.14962 5.13623C2.64365 5.17834 3.13785 5.22044 3.63187 5.26306C4.11734 5.30499 4.60282 5.34846 5.08846 5.39005C5.59669 5.43352 6.10509 5.47511 6.61349 5.51824C7.19838 5.56787 7.78327 5.61853 8.36834 5.66782C8.48624 5.67775 8.48709 5.67553 8.48709 5.55572C8.48726 4.92538 8.48419 4.29503 8.48846 3.66486C8.49103 3.27687 8.66386 2.98027 9.01535 2.8122C9.36426 2.64516 9.70428 2.68572 10.0126 2.92327C11.8426 4.33252 13.6702 5.74502 15.5029 7.15067C15.7425 7.33448 15.9331 7.53934 16 7.84091V7.84074Z" } }] };
|
|
5
|
+
export var ArrowRightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'arrow-right-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ArrowRightSingle.displayName = 'ArrowRightSingle';
|
|
13
|
+
export default ArrowRightSingle;
|
|
14
|
+
//# sourceMappingURL=arrow-right-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-right-single.js","sourceRoot":"","sources":["../../src/components/arrow-right-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,irDAAirD,EAAC,EAAC,CAAC,EAAC,CAAC;AAE31D,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": "M7.60421 8.85838L7.60363 8.85059C7.60363 7.51954 7.60363 6.18878 7.60392 4.85773 7.60392 4.73567 7.5987 4.6168 7.53144 4.50837 7.13483 3.86909 6.60369 3.37564 5.93977 3.02048 5.00998 2.52327 4.00656 2.34207 2.9669 2.31423 2.51201 2.30206 2.30703 2.50674 2.30703 2.95757V8.33535C2.30703 8.54307 2.30696 8.75081 2.30689 8.95856 2.30667 9.58184 2.30645 10.2052 2.30819 10.8284 2.30906 11.1296 2.5439 11.3749 2.83005 11.3787 3.59574 11.3891 4.34925 11.472 5.08855 11.6877 5.83423 11.9055 6.52135 12.2253 7.12294 12.7239 7.24964 12.8289 7.37198 12.9367 7.49143 13.0489 7.49397 13.0513 7.49654 13.0538 7.49914 13.0563 7.52059 13.0772 7.54457 13.1006 7.5787 13.0823 7.60274 13.0691 7.60264 13.044 7.60254 13.0199 7.60251 13.0144 7.60249 13.009 7.60276 13.0037 7.60432 12.9778 7.60417 12.9518 7.60401 12.9257 7.60397 12.9179 7.60392 12.9101 7.60392 12.9022L7.60421 8.85838zM13.0493 11.3764C13.5134 11.3631 13.6932 11.1833 13.6932 10.7168V2.93528C13.6932 2.51634 13.4873 2.30818 13.0704 2.31427 12.3917 2.32412 11.7234 2.41168 11.0714 2.60506 10.146 2.8799 9.35217 3.35683 8.73869 4.11672 8.514 4.39533 8.38093 4.68149 8.3876 5.06187 8.40416 5.97684 8.40132 6.89212 8.39847 7.80737 8.39738 8.15772 8.3963 8.50808 8.3963 8.85841 8.39601 10.177 8.39601 11.4958 8.39601 12.8144 8.39601 12.8279 8.39597 12.8414 8.39593 12.8548 8.39578 12.9042 8.39563 12.9534 8.39746 13.0029 8.39765 13.0081 8.39755 13.0137 8.39744 13.0195 8.39691 13.0484 8.39632 13.0808 8.43283 13.0864 8.45544 13.0898 8.48704 13.069 8.50676 13.0507 8.62997 12.9353 8.75638 12.8246 8.88626 12.7164 9.32492 12.3514 9.81721 12.0818 10.3443 11.8748 11.2126 11.5338 12.1224 11.4031 13.0493 11.3764z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.87529 12.1635C3.67258 12.1812 4.45189 12.2882 5.20685 12.5491 5.78756 12.7497 6.31464 13.046 6.77388 13.4574 6.78697 13.4692 6.79825 13.4831 6.81254 13.5008 6.82041 13.5105 6.82919 13.5214 6.83969 13.5337 6.72651 13.5585 6.62743 13.5315 6.53257 13.5056 6.49987 13.4967 6.46765 13.4879 6.43554 13.4815 5.76089 13.3449 5.07928 13.3064 4.39303 13.3072 3.34583 13.3084 2.31545 13.4441 1.29318 13.6624.932517 13.7395.737109 13.6319.577942 13.3075V4.52285C.742038 4.1503 1.06501 4.12711 1.40712 4.14508 1.47728 4.14885 1.51323 4.18248 1.51265 4.25409 1.51249 4.28098 1.51278 4.30779 1.51306 4.3346 1.51329 4.35606 1.51352 4.37753 1.51352 4.39905 1.51352 4.92665 1.51354 5.45423 1.51356 5.9818 1.51361 7.56445 1.51367 9.14708 1.51323 10.7298 1.51323 10.9536 1.54396 11.1725 1.64167 11.3749 1.89042 11.8895 2.31371 12.151 2.87529 12.1635zM14.7151 4.14277C14.7223 4.1425 14.7298 4.14223 14.7375 4.14193 15.0474 4.13005 15.2854 4.23094 15.422 4.52289V13.3076C15.3086 13.621 14.9804 13.7346 14.705 13.6674 14.0573 13.5093 13.3975 13.4157 12.7341 13.3548 12.0508 13.2919 11.3654 13.291 10.6803 13.3366 10.208 13.3679 9.74067 13.4308 9.28085 13.5459 9.26077 13.5508 9.23908 13.5497 9.21278 13.5483 9.19884 13.5475 9.1836 13.5467 9.16662 13.5467 9.21609 13.4425 9.29742 13.3813 9.37466 13.3232 9.38608 13.3146 9.39757 13.306 9.4087 13.2974 10.2353 12.6593 11.1894 12.3531 12.2123 12.223 12.4021 12.1987 12.5928 12.1904 12.7835 12.1821 12.9733 12.1738 13.1632 12.1655 13.3519 12.1415 13.9051 12.0713 14.3844 11.5845 14.4606 11.0337 14.4812 10.8844 14.4861 10.7365 14.4861 10.5872 14.4864 8.52499 14.4864 6.46277 14.4864 4.40055 14.4864 4.15127 14.487 4.15125 14.7151 4.14277z" } }] };
|
|
5
|
+
export var BookSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'book-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
BookSingle.displayName = 'BookSingle';
|
|
13
|
+
export default BookSingle;
|
|
14
|
+
//# sourceMappingURL=book-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"book-single.js","sourceRoot":"","sources":["../../src/components/book-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,mnDAAmnD,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ioDAAioD,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl9G,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": "M15.2785 6.79764C16.2788 7.8339 16.2277 9.11802 15.1955 10.1943C15.1612 10.1155 15.1288 10.0408 15.0957 9.96648C14.7319 9.14026 13.975 8.71953 13.0842 8.85236C12.8971 8.88032 12.7102 8.91401 12.5262 8.95818C12.3807 8.99345 12.3 9.13169 12.3327 9.25625C12.3708 9.40148 12.5068 9.47806 12.6635 9.4412C13.0197 9.35762 13.3769 9.28771 13.7427 9.38114C14.3172 9.52795 14.6022 9.94455 14.736 10.4816C14.8492 10.9366 14.7116 11.3726 14.5587 11.794C14.2635 12.6078 13.6705 13.0235 12.8094 13.0584C12.1748 13.0845 11.5748 12.9405 10.9907 12.7079C10.8131 12.637 10.7073 12.6571 10.619 12.7982C10.2233 13.4318 9.60684 13.5993 8.89598 13.38C8.6961 13.3183 8.50035 13.2354 8.31413 13.1394C8.16478 13.0622 8.05006 13.0772 7.92423 13.1795C7.5877 13.4537 7.2353 13.7022 6.80853 13.8204C6.34871 13.9479 6.00203 13.8366 5.72239 13.4556C5.51615 13.1741 5.39603 12.8499 5.34073 12.5102C5.26669 12.0552 5.737 11.604 6.20603 11.7044C6.52889 11.7733 6.7043 11.7082 6.85334 11.4012C7.01763 11.0625 7.29727 10.8137 7.71451 10.8359C7.85719 10.8435 7.99923 10.9036 8.13683 10.9522C8.29476 11.0081 8.44316 10.9659 8.49845 10.8343C8.55851 10.6916 8.50131 10.5639 8.34275 10.4841C7.63856 10.1311 6.90703 10.3564 6.44658 11.0787C6.38302 11.1785 6.32901 11.1985 6.21207 11.1905C5.57144 11.1467 5.03917 11.4581 4.85613 12.2481C4.84437 12.2983 4.81895 12.3625 4.77954 12.3863C4.26634 12.6939 3.73058 12.9396 3.12872 13.0285C2.21067 13.1642 1.5246 12.726 1.17823 12.0434C0.969453 11.6319 0.724754 11.2538 0.457824 10.882C0.173099 10.4851 0.00722492 10.0323 0.000233905 9.5397C-0.00771043 8.9871 0.187087 8.49328 0.527105 8.06428C0.700291 7.84597 0.900804 7.64705 1.10513 7.4567C1.2119 7.35692 1.26084 7.25555 1.26084 7.11351C1.26084 6.59744 1.32727 6.0925 1.54431 5.61775C1.87892 4.8856 2.46013 4.49823 3.25106 4.41021C3.37182 4.39686 3.49987 4.41021 3.61236 4.37367C3.70134 4.34475 3.79763 4.27452 3.84593 4.19508C4.04358 3.87127 4.26443 3.57383 4.58824 3.36314C4.97179 3.11401 5.3973 3.07302 5.83583 3.11465C5.97152 3.12768 6.06525 3.08859 6.16186 2.99961C6.57814 2.6167 7.0386 2.31322 7.60296 2.18516C8.17305 2.05583 8.705 2.15592 9.20708 2.42921C9.41903 2.54456 9.61287 2.69455 9.80894 2.83723C9.90141 2.9046 9.98467 2.93034 10.1007 2.89666C10.5379 2.76955 10.9818 2.71235 11.4216 2.87536C11.9955 3.08827 12.2927 3.55063 12.4801 4.10038C12.565 4.3492 12.612 4.38955 12.8793 4.37652C13.3184 4.35523 13.7455 4.39559 14.1303 4.63265C14.62 4.93454 14.8218 5.40706 14.899 5.95046C14.9035 5.98192 14.9022 6.01401 14.9057 6.04547C14.9496 6.43442 14.8777 6.5717 14.5183 6.72137C14.048 6.91681 13.5704 7.00928 13.0817 6.77254C12.6746 6.5752 12.4846 6.23645 12.4554 5.8011C12.4446 5.63935 12.4655 5.47506 12.4789 5.31236C12.4894 5.18176 12.3947 5.04766 12.2637 5.02192C12.1497 4.99936 12.0057 5.07944 11.9825 5.20114C11.8192 6.05119 12.0817 7.0776 13.2469 7.37058C13.8097 7.51199 14.812 7.3137 15.2788 6.79796L15.2785 6.79764ZM5.25653 5.86847C5.07381 5.90183 4.89236 5.93234 4.71219 5.96857C3.14556 6.28348 2.0629 7.57301 2.02413 9.16632C2.00824 9.81712 2.15093 10.4218 2.53829 10.9563C2.66095 11.1254 2.78584 11.1578 2.92566 11.058C3.06103 10.9611 3.0623 10.8222 2.95362 10.6564C2.85638 10.5073 2.76041 10.3526 2.69685 10.1876C2.29042 9.1355 2.6279 7.82977 3.49129 7.10238C4.13065 6.56376 4.88854 6.37722 5.69378 6.36642C5.64293 6.62127 5.5778 6.86564 5.54825 7.11414C5.47325 7.74206 5.68329 8.26893 6.16376 8.67918C6.22509 8.73129 6.34458 8.76084 6.42116 8.74082C6.64233 8.68235 6.66458 8.45006 6.47741 8.28482C6.125 7.9734 5.96993 7.58159 6.06209 7.12145C6.12024 6.83069 6.22384 6.54692 6.32679 6.26728C6.40083 6.06708 6.36142 5.94378 6.16313 5.87006C6.06494 5.83351 5.96548 5.7957 5.87491 5.74359C5.64961 5.61362 5.5654 5.45632 5.62324 5.2021C5.65947 5.04194 5.74176 4.89004 5.81676 4.74101C5.88953 4.59642 5.8746 4.45946 5.75638 4.3778C5.64199 4.29867 5.48595 4.326 5.39793 4.45819C5.10335 4.8999 4.96831 5.36162 5.25589 5.86942L5.25653 5.86847ZM8.72344 4.80584C9.15656 4.96409 9.51691 5.20909 9.77907 5.5847C10.1277 6.08392 10.2141 6.64924 10.1855 7.24189C10.1772 7.41094 10.2656 7.53678 10.4073 7.55521C10.5462 7.57332 10.6831 7.4675 10.6809 7.29463C10.6771 6.95843 10.6797 6.61587 10.6161 6.28825C10.4362 5.36353 9.87663 4.73593 9.01356 4.37589C8.91823 4.33617 8.89472 4.292 8.90076 4.19095C8.92618 3.76005 8.78286 3.37204 8.56931 3.00724C8.48955 2.87092 8.34083 2.83373 8.21531 2.90555C8.09329 2.97546 8.06119 3.11941 8.13269 3.26432C8.18639 3.37268 8.24455 3.47977 8.28808 3.59226C8.54071 4.24338 8.37801 4.71337 7.70973 4.92596C7.55942 4.97394 7.4911 5.12011 7.53686 5.25167C7.58612 5.39276 7.72341 5.45155 7.88388 5.40007C8.22422 5.29107 8.51212 5.10613 8.72344 4.8052V4.80584ZM8.9052 12.6234C9.65927 12.6177 10.1185 12.2487 10.263 11.5312C10.2713 11.4899 10.3237 11.447 10.366 11.4251C10.5945 11.3078 10.8452 11.2242 11.053 11.0784C11.4725 10.7841 11.674 10.3751 11.5999 9.84763C11.5472 9.47138 11.3791 9.14789 11.1757 8.83743C11.0626 8.66456 10.9145 8.61912 10.7794 8.71191C10.6498 8.80088 10.6501 8.93975 10.7489 9.1177C10.8659 9.32807 10.9869 9.54161 11.0626 9.7685C11.1887 10.1463 11.0788 10.4657 10.7445 10.6754C10.5382 10.8044 10.3028 10.8941 10.0705 10.9722C9.82038 11.0564 9.80672 11.052 9.77716 11.3078C9.72251 11.7851 9.55728 12.012 9.17086 12.0851C9.00785 12.1159 8.83434 12.0949 8.66592 12.0898C8.51688 12.0851 8.40694 12.1566 8.38438 12.2853C8.35864 12.4327 8.42568 12.5449 8.57662 12.5802C8.68371 12.6049 8.79525 12.6094 8.90488 12.6231L8.9052 12.6234ZM8.28966 8.819C8.32653 8.75512 8.34846 8.65884 8.40343 8.63278C8.64335 8.51934 8.89916 8.50154 9.15878 8.56573C9.43588 8.63437 9.64816 8.80279 9.84359 9.00108C9.99167 9.15107 10.2265 9.11071 10.27 8.91623C10.2888 8.83266 10.244 8.7065 10.1842 8.63786C9.65133 8.02615 8.87724 7.86027 8.13301 8.19139C8.04753 8.22953 7.98715 8.2165 7.90166 8.1825C7.71799 8.10877 7.52511 8.05348 7.33158 8.01153C7.19367 7.98166 7.06815 8.0932 7.05131 8.22825C7.0332 8.37538 7.11233 8.47453 7.26232 8.51012C7.39515 8.54126 7.53083 8.57018 7.65508 8.62388C7.81524 8.69348 7.85337 8.79485 7.78601 8.95818C7.73453 9.08338 7.65793 9.19842 7.59311 9.31822C7.52352 9.44723 7.56006 9.55909 7.66842 9.63917C7.77964 9.72115 7.91121 9.71448 7.99732 9.60803C8.17782 9.38431 8.31351 9.13582 8.28999 8.81868L8.28966 8.819Z" } }] };
|
|
5
|
+
export var BrainSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'brain-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
BrainSingle.displayName = 'BrainSingle';
|
|
13
|
+
export default BrainSingle;
|
|
14
|
+
//# sourceMappingURL=brain-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brain-single.js","sourceRoot":"","sources":["../../src/components/brain-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,qlMAAqlM,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/vM,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.03461 1.31396C9.54928 1.31396 11.064 1.30976 12.5786 1.3151C13.8771 1.31968 14.953 2.0692 15.338 3.22193C15.4441 3.53923 15.4858 3.86722 15.4869 4.19864C15.4911 5.70036 15.4945 7.20169 15.4869 8.7034C15.4796 10.1391 14.5974 11.267 13.2649 11.5713C12.938 11.6457 12.6073 11.6389 12.2769 11.6297C12.1112 11.6251 12.0573 11.679 12.0543 11.8462C12.0401 12.5835 12.0164 13.3208 11.9897 14.0581C11.9794 14.3449 11.8156 14.5537 11.5517 14.6442C11.2794 14.7378 11.0456 14.6652 10.8604 14.4571C10.1592 13.669 9.45915 12.8794 8.76598 12.0841C8.37834 11.6392 8.38483 11.6339 7.794 11.6335C6.31752 11.6335 4.84105 11.637 3.36457 11.6316C1.74258 11.6255 0.513962 10.3934 0.510906 8.77366C0.508233 7.24674 0.507469 5.71983 0.510906 4.19253C0.513962 2.75382 1.46989 1.61216 2.88221 1.36283C3.0999 1.32427 7.81272 1.31472 8.03461 1.31396C6.53904 1.31396 9.53019 1.31014 8.03461 1.31396Z" } }] };
|
|
5
|
+
export var ChatbubblesSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'chatbubbles-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ChatbubblesSingle.displayName = 'ChatbubblesSingle';
|
|
13
|
+
export default ChatbubblesSingle;
|
|
14
|
+
//# sourceMappingURL=chatbubbles-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chatbubbles-single.js","sourceRoot":"","sources":["../../src/components/chatbubbles-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,22BAA22B,EAAC,EAAC,CAAC,EAAC,CAAC;AAErhC,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,oBAAoB;QACxB,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": "M16 8.46472C15.9957 10.2717 14.751 11.5167 13.2046 11.5085C13.0032 11.5074 12.9229 11.5665 12.8562 11.7615C12.1943 13.7007 9.70461 14.3748 8.14421 13.0467C7.97505 12.9026 7.81449 12.7503 7.68834 12.5689C7.5966 12.4371 7.5518 12.4711 7.47367 12.5811C6.87338 13.428 5.81363 13.7695 4.83883 13.4115C4.09554 13.1384 3.59989 12.6116 3.40278 11.8386C3.34902 11.6275 3.25154 11.5676 3.053 11.5526C1.87929 11.4637 1.00447 10.8849 0.414567 9.88106C-0.248444 8.75215 -0.100432 7.22435 0.745715 6.22302C1.4184 5.42705 2.27924 5.03032 3.31784 5.02065C3.51997 5.01885 3.72461 5.03641 3.92101 5.09017C4.04895 5.12529 4.08873 5.07619 4.11489 4.96043C4.36934 3.84335 5.0259 3.04738 6.05877 2.56284C7.42027 1.9242 9.14661 2.33455 10.0784 3.51041C10.1598 3.61291 10.2239 3.75483 10.3304 3.80393C10.4479 3.85804 10.5676 3.72437 10.6884 3.67885C12.4126 3.02946 14.2278 4.16375 14.3844 5.99473C14.3962 6.13128 14.4428 6.2112 14.5693 6.28538C15.4972 6.8312 15.9731 7.64904 15.9996 8.46472H16Z" } }] };
|
|
5
|
+
export var CloudSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'cloud-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
CloudSingle.displayName = 'CloudSingle';
|
|
13
|
+
export default CloudSingle;
|
|
14
|
+
//# sourceMappingURL=cloud-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-single.js","sourceRoot":"","sources":["../../src/components/cloud-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,48BAA48B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtnC,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": "M1 3.87476C1 4.97933 1.89543 5.87476 3 5.87476L3 7.67383C3 8.7784 3.89543 9.67383 5 9.67383H5.5V13.5252C5.5 14.4089 6.21634 15.1252 7.1 15.1252H8.9C9.78366 15.1252 10.5 14.4089 10.5 13.5252V9.67383H11C12.1046 9.67383 13 8.7784 13 7.67383V5.87476C14.1046 5.87476 15 4.97933 15 3.87476V2.87476C15 1.77019 14.1046 0.874756 13 0.874756H3C1.89543 0.874756 1 1.77019 1 2.87476V3.87476ZM13 2.07476H3C2.55817 2.07476 2.2 2.43293 2.2 2.87476V3.87476C2.2 4.31658 2.55817 4.67476 3 4.67476L13 4.67383C13.4418 4.67383 13.8 4.31658 13.8 3.87476V2.87476C13.8 2.43293 13.4418 2.07476 13 2.07476ZM4.2 7.67383V5.87476H11.8V7.67383C11.8 8.11566 11.4418 8.47383 11 8.47383H5C4.55817 8.47383 4.2 8.11566 4.2 7.67383ZM6.7 9.67437H9.3V13.5252C9.3 13.7462 9.12091 13.9252 8.9 13.9252H7.1C6.87909 13.9252 6.7 13.7462 6.7 13.5252V9.67437Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var EllipseSingle1 = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'ellipse-single-1',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
EllipseSingle1.displayName = 'EllipseSingle1';
|
|
13
|
+
export default EllipseSingle1;
|
|
14
|
+
//# sourceMappingURL=ellipse-single-1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ellipse-single-1.js","sourceRoot":"","sources":["../../src/components/ellipse-single-1.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,+yBAA+yB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEngC,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,kBAAkB;QACtB,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": "g", "attrs": { "clipPath": "url(#ellipse-single_clip0_732_784)" }, "children": [{ "tag": "ellipse", "attrs": { "cx": 8, "cy": 8, "fill": "currentColor", "rx": 8, "ry": 5.5 } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "ellipse-single_clip0_732_784" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["ellipse-single_clip0_732_784"] };
|
|
5
|
+
export var EllipseSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'ellipse-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
EllipseSingle.displayName = 'EllipseSingle';
|
|
13
|
+
export default EllipseSingle;
|
|
14
|
+
//# sourceMappingURL=ellipse-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ellipse-single.js","sourceRoot":"","sources":["../../src/components/ellipse-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,UAAU,EAAC,oCAAoC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,MAAM,EAAC,cAAc,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,EAAC,GAAG,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,8BAA8B,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,8BAA8B,CAAC,EAAC,CAAC;AAEnf,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": "g", "attrs": { "clipPath": "url(#flower-single_clip0_731_29889)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.22548 13.017C8.0443 13.6402 7.78578 14.2187 7.41814 14.7533C6.66166 15.8536 5.38867 16.2727 4.14111 15.8215C3.75387 15.6816 3.47893 15.4293 3.30464 15.0625C3.28557 15.023 3.26385 14.9834 3.25273 14.9412C3.01593 14.0445 2.4528 13.5294 1.52468 13.3447C0.680266 13.1763 0.339637 12.4496 0.2713 11.5366C0.181242 10.337 0.814822 9.51054 1.7546 8.8614C2.13231 8.60069 2.55081 8.42547 3.04877 8.23812C2.45651 8.08085 1.95537 7.90088 1.50138 7.60903C0.549947 6.99789 -0.0491984 6.1862 0.00324671 5.00403C0.0186094 4.65834 0.105488 4.32691 0.252229 4.01343C0.458831 3.57328 0.843958 3.34581 1.28524 3.21124C1.98874 2.99697 2.40566 2.55312 2.59478 1.83432C2.89197 0.705975 3.87518 0.131776 5.03851 0.328101C6.16952 0.519149 6.86508 1.24851 7.40119 2.18317C7.55376 2.44916 7.66712 2.73467 7.78049 3.08246C7.93623 2.5241 8.0994 2.03592 8.37434 1.58997C8.83363 0.844247 9.42059 0.256327 10.3116 0.0710839C11.0877 -0.0904096 11.8214 0.000364524 12.4354 0.560842C12.6796 0.783555 12.7824 1.09018 12.8798 1.38942C13.0944 2.04437 13.533 2.43227 14.2047 2.57793C14.4453 2.63018 14.6858 2.69615 14.8998 2.82439C15.4237 3.13946 15.6128 3.65877 15.7092 4.2145C15.91 5.37134 15.4067 6.24003 14.5332 6.94406C14.0919 7.29977 13.5913 7.54992 12.99 7.75417C13.2454 7.83861 13.4366 7.89297 13.621 7.96474C14.5618 8.32889 15.3739 8.85718 15.7839 9.82139C16.1113 10.5914 16.0636 11.364 15.6616 12.1071C15.4814 12.4401 15.1684 12.5974 14.8389 12.7341C14.6683 12.8048 14.4951 12.8708 14.325 12.9431C13.8996 13.1225 13.6273 13.4386 13.4922 13.8761C13.4562 13.9938 13.4096 14.1094 13.3858 14.2292C13.2184 15.0847 12.6319 15.4842 11.8309 15.6336C10.6994 15.8447 9.81684 15.4014 9.09797 14.5606C8.7102 14.1073 8.43049 13.5922 8.22495 13.017H8.22548Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "flower-single_clip0_731_29889" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["flower-single_clip0_731_29889"] };
|
|
5
|
+
export var FlowerSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'flower-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
FlowerSingle.displayName = 'FlowerSingle';
|
|
13
|
+
export default FlowerSingle;
|
|
14
|
+
//# sourceMappingURL=flower-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flower-single.js","sourceRoot":"","sources":["../../src/components/flower-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,UAAU,EAAC,qCAAqC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,urDAAurD,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,+BAA+B,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,+BAA+B,CAAC,EAAC,CAAC;AAEjpE,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": "M6.97622 14.0666C5.01224 14.0666 3.04799 14.0677 1.08401 14.0658C0.620441 14.0655 0.275012 13.8668 0.0813925 13.4344C0.019378 13.2955 0.000854595 13.1462 0.000854595 12.9961C1.2769e-05 9.75563 -0.000548448 6.51488 0.000854595 3.27441C0.0011352 2.50078 0.566565 1.93984 1.34048 1.93928C2.26649 1.93844 3.1925 1.94966 4.11823 1.93367C4.64381 1.92441 5.04508 2.11887 5.36722 2.52771C5.59226 2.81337 5.84565 3.07659 6.08697 3.34934C6.14506 3.415 6.21381 3.44755 6.30781 3.44755C8.48674 3.44839 10.6657 3.45204 12.8446 3.45625C13.4894 3.45737 13.9816 3.82946 14.1466 4.44399C14.2106 4.68223 14.171 4.92804 14.1778 5.17049C14.1831 5.35821 14.1794 5.35877 14.3646 5.35906C14.5751 5.35962 14.7856 5.35793 14.996 5.35962C15.6035 5.36467 16.0778 5.91606 15.9894 6.51628C15.9279 6.93411 15.7798 7.32977 15.6678 7.73441C15.4096 8.66687 15.1405 9.59596 14.8756 10.5267C14.6262 11.4034 14.3801 12.2808 14.1256 13.156C13.967 13.701 13.4706 14.0652 12.8962 14.0658C10.9227 14.0675 8.94946 14.0663 6.97594 14.0663L6.97622 14.0666Z" } }] };
|
|
5
5
|
export var FolderSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'folder-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder-single.js","sourceRoot":"","sources":["../../src/components/folder-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":"folder-single.js","sourceRoot":"","sources":["../../src/components/folder-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,u/BAAu/B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjqC,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": "g", "attrs": { "fill": "currentColor", "fillRule": "evenodd", "clipPath": "url(#head-single_clip0_731_29840)", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M12.6515 5.66694C12.7049 5.79005 12.8116 5.822 12.9445 5.78109H12.9453C13.156 5.71642 13.1946 5.74291 13.1841 5.95836C13.1634 6.38459 12.9792 6.7212 12.6013 6.93003C12.2245 7.13846 11.8431 7.12054 11.4675 6.91444C11.3319 6.84003 11.2821 6.76055 11.388 6.61055C11.5295 6.4103 11.5571 6.17927 11.4925 5.94044C11.4562 5.8072 11.3787 5.71525 11.231 5.732C11.081 5.74915 11.0257 5.85161 11.0374 5.99576C11.0377 5.99998 11.0381 6.00421 11.0384 6.00843C11.0416 6.04947 11.0448 6.09076 11.0452 6.13173C11.0479 6.34329 10.947 6.49484 10.7674 6.55211C10.5851 6.61017 10.4027 6.5338 10.287 6.34991C10.2743 6.32974 10.2632 6.30829 10.252 6.28698C10.2481 6.27948 10.2442 6.272 10.2403 6.26459C10.1729 6.13875 10.065 6.10914 9.9434 6.16134C9.81639 6.21589 9.78912 6.32498 9.82457 6.45432C9.92002 6.80263 10.3385 7.09093 10.7125 7.04379C10.8309 7.02899 10.9116 7.0547 10.9918 7.13067C11.3066 7.42716 11.6822 7.55534 12.1123 7.53547C12.1246 7.53493 12.1381 7.53277 12.152 7.53055C12.1987 7.52306 12.2494 7.51495 12.2701 7.56663C12.2906 7.61794 12.249 7.6475 12.2101 7.67506C12.1988 7.68308 12.1878 7.69093 12.1785 7.6991C11.921 7.92663 11.6089 8.02675 11.277 8.07818C11.2551 8.08158 11.2329 8.0833 11.2107 8.08501C11.1743 8.08782 11.138 8.09062 11.1036 8.10078C10.9918 8.1335 10.9248 8.21337 10.9353 8.33142C10.9455 8.44518 11.0113 8.527 11.1325 8.53674C11.1796 8.5407 11.2272 8.5382 11.2748 8.53569C11.3115 8.53376 11.3483 8.53183 11.3849 8.53284C11.4174 8.53381 11.4536 8.5226 11.4898 8.51138C11.5709 8.48625 11.6522 8.46106 11.6923 8.57258C11.7035 8.60376 11.7162 8.63521 11.729 8.66693C11.7955 8.83224 11.8651 9.00499 11.7504 9.18542C11.6506 9.34282 11.3915 9.3623 11.2801 9.19984C11.0351 8.84141 10.6907 8.62557 10.3127 8.44051C10.1382 8.35519 9.97729 8.24025 9.85924 8.07974C9.85421 8.0729 9.84868 8.06598 9.84305 8.05895C9.81215 8.02031 9.77836 7.97807 9.80704 7.92468C9.82896 7.88383 9.87103 7.88281 9.91218 7.88181C9.92441 7.88151 9.93656 7.88121 9.94808 7.87987C9.97486 7.87676 10.0018 7.87464 10.0288 7.87252C10.0861 7.86802 10.1433 7.86353 10.1982 7.84948C10.3326 7.81481 10.3856 7.71624 10.3646 7.58222C10.3423 7.44196 10.2461 7.37612 10.114 7.39716C9.66133 7.46885 9.23705 7.39248 8.83148 7.18483C8.69785 7.11626 8.58525 7.16924 8.47227 7.25145C7.88865 7.67611 7.1036 7.49378 6.78451 6.85328C6.60023 6.48393 6.62322 6.11342 6.83555 5.75694C6.84467 5.74171 6.85458 5.72666 6.86451 5.71159C6.89065 5.67189 6.91692 5.63201 6.92906 5.58824C6.95867 5.48227 6.94542 5.37552 6.83984 5.31396C6.73192 5.25124 6.62595 5.26916 6.54023 5.36266C6.50724 5.39823 6.4808 5.44 6.45474 5.48117C6.45311 5.48374 6.45148 5.48632 6.44985 5.48889C6.317 5.69928 6.16661 5.69304 6.04272 5.47175C5.99958 5.39418 5.99624 5.31087 5.99285 5.22622C5.99259 5.21989 5.99234 5.21356 5.99207 5.20721C5.98622 5.07436 5.92662 4.98241 5.78402 4.9715C5.6352 4.95982 5.55805 5.03929 5.52766 5.18033C5.46143 5.48812 5.68272 5.89057 6.01038 6.06122C6.02684 6.06969 6.04465 6.07651 6.06256 6.08337C6.11624 6.10393 6.1708 6.12483 6.19271 6.19173C6.24453 6.3503 6.14947 6.45004 5.95311 6.44069C5.25027 6.40679 4.61989 5.86914 4.47574 5.17994C4.45198 5.0654 4.4286 4.95085 4.43639 4.87293C4.44029 4.61619 4.47964 4.40697 4.56496 4.2075C4.65106 4.00569 4.65184 4.00452 4.82132 4.14672C4.93157 4.23906 5.043 4.28853 5.16534 4.17165C5.27092 4.07153 5.25767 3.92699 5.13456 3.79569C5.12819 3.78876 5.12128 3.78237 5.1144 3.776C5.10696 3.76912 5.09955 3.76227 5.09287 3.75478C4.88755 3.52608 4.89924 3.17194 5.11897 2.9635C5.34728 2.74727 5.7061 2.75662 5.92467 2.98571C5.95584 3.01843 5.98389 3.05467 6.00999 3.09168C6.10193 3.2222 6.22583 3.23934 6.34933 3.15908C6.47751 3.07571 6.4631 2.95026 6.3918 2.8326C6.27336 2.6378 6.10739 2.49287 5.89272 2.41728C5.7509 2.36741 5.74311 2.29261 5.81792 2.18391C5.98739 1.93768 6.21414 1.7947 6.52037 1.80093C6.6392 1.80327 6.73114 1.82431 6.66569 1.98444C6.61348 2.11106 6.62712 2.23768 6.77361 2.29222C6.92477 2.34832 7.02724 2.28287 7.10399 2.13872C7.4784 1.43666 8.24474 1.19199 8.90122 1.55432C9.04693 1.63457 9.14744 1.72067 9.04965 1.90418C9.02394 1.95288 9.02121 2.01755 9.02082 2.07482C9.01965 2.19443 9.08511 2.27157 9.19926 2.29806C9.31575 2.32534 9.40263 2.27703 9.45211 2.16833C9.46708 2.13558 9.47781 2.10059 9.48848 2.06575C9.49114 2.05707 9.4938 2.04839 9.49652 2.03976C9.58107 1.77366 9.82808 1.59367 10.079 1.61548C10.3552 1.63925 10.5668 1.84613 10.6065 2.13209C10.6121 2.1724 10.612 2.21366 10.612 2.25444C10.612 2.25899 10.612 2.26353 10.612 2.26806C10.6123 2.39196 10.6583 2.48624 10.7865 2.51507C10.9139 2.5439 11.0093 2.48351 11.0464 2.36702C11.083 2.25092 11.1508 2.24975 11.24 2.27858C11.8711 2.48274 12.2728 2.9035 12.4357 3.54829C12.4719 3.69128 12.4384 3.78984 12.2752 3.81634C12.2365 3.82255 12.1994 3.84283 12.1638 3.86228C12.1592 3.86478 12.1546 3.86727 12.1501 3.86971C12.0227 3.93789 11.9397 4.03607 12.0032 4.18529C12.0659 4.33217 12.1879 4.34892 12.3297 4.29944C12.5931 4.20711 12.8401 4.2075 13.0392 4.44165C13.2628 4.70424 13.2075 5.08644 12.918 5.27228C12.8874 5.29211 12.8543 5.3081 12.8212 5.3241C12.8016 5.33357 12.782 5.34304 12.7629 5.35331C12.6313 5.42383 12.597 5.54032 12.6515 5.66694ZM7.17217 4.24802C7.3171 4.27451 7.3993 4.19815 7.44138 4.05906V4.05945C7.57735 3.60712 7.73787 3.49141 8.24045 3.46375C8.38149 3.45635 8.47499 3.38505 8.48123 3.237C8.48707 3.09869 8.40136 3.02389 8.27552 2.99467C8.2415 2.98664 8.20564 2.9867 8.16971 2.98677C8.15338 2.9868 8.13704 2.98683 8.12085 2.9861C7.9467 2.97519 7.78501 3.02817 7.63424 3.1022C7.27347 3.27947 7.05139 3.56816 6.99373 3.96984C6.97425 4.10347 7.02256 4.22074 7.17217 4.24802ZM9.55652 5.64941C10.0981 5.53681 10.4752 5.21656 10.6782 4.69956L10.6786 4.69995C10.7296 4.57021 10.7366 4.43931 10.5882 4.36334C10.4557 4.29555 10.3221 4.36256 10.2461 4.52385C9.86977 5.32293 8.99122 5.4589 8.40876 4.80553C8.30279 4.68671 8.19604 4.60528 8.04371 4.71554C7.92566 4.80086 7.93072 4.96176 8.05345 5.11176C8.20344 5.29448 8.37954 5.44838 8.59928 5.5411C8.75824 5.60811 8.72823 5.67434 8.61252 5.75187C8.45707 5.8559 8.28565 5.90343 8.09786 5.90226C7.88943 5.9007 7.79943 5.97044 7.80605 6.12472C7.81423 6.31368 7.94709 6.35342 8.10293 6.35887C8.1245 6.35965 8.14624 6.35939 8.16793 6.35913C8.17876 6.359 8.18956 6.35887 8.20033 6.35887C8.60006 6.35926 8.91914 6.18355 9.15407 5.87538C9.26433 5.73084 9.39133 5.68369 9.55652 5.64941Z" } }, { "tag": "path", "attrs": { "d": "M13.7171 1.98875C14.2368 2.51433 14.6696 3.08353 14.9252 3.77975L14.9244 3.77936C15.1473 4.38558 15.1862 5.01907 15.2065 5.67516C15.1718 6.61137 15.0659 7.54874 14.5278 8.37704C14.2757 8.76508 13.9711 9.11065 13.6403 9.43324C13.0988 9.96115 12.6562 10.5541 12.417 11.2819C12.2011 11.9388 12.1563 12.612 12.1933 13.2989C12.2249 13.8864 12.3441 14.454 12.4957 15.0193C12.6347 15.5391 12.2151 16.0448 11.6681 15.9968C11.2638 15.9615 10.8612 15.9061 10.4586 15.8507C10.3151 15.8309 10.1715 15.8112 10.0279 15.7923C9.55782 15.7309 9.08779 15.6688 8.61774 15.6066C7.9308 15.5159 7.24383 15.4251 6.55658 15.3365C6.09958 15.2776 5.85959 15.0634 5.75323 14.6204C5.6457 14.1712 5.51206 13.7313 5.23194 13.3507C5.12558 13.2065 5.02078 13.1469 4.82442 13.1909C4.19794 13.3312 3.56211 13.4224 2.92434 13.4995C2.09682 13.5996 1.63554 12.9743 1.72164 12.134C1.73722 11.9781 1.78281 11.827 1.84982 11.6863C1.93904 11.4989 1.89112 11.3625 1.72359 11.2542C1.69037 11.2327 1.65955 11.2066 1.62903 11.1807C1.62483 11.1772 1.62064 11.1736 1.61645 11.1701C1.40295 10.9901 1.35541 10.8455 1.46099 10.588C1.50969 10.4692 1.4836 10.4014 1.40178 10.3169C1.18672 10.0944 1.1801 9.93934 1.35775 9.6783C1.58528 9.34403 1.54152 9.05312 1.22646 8.8056C1.15516 8.74949 1.08698 8.68872 1.02269 8.62482C0.740623 8.34353 0.717249 8.05445 0.961528 7.74043C1.19412 7.44161 1.48164 7.19616 1.77735 6.96357C2.09682 6.71227 2.30059 6.39748 2.47747 6.02852C2.63681 5.69619 2.59824 5.49867 2.36643 5.23724C2.08319 4.91777 2.14436 4.53168 2.37033 4.20792C2.5904 3.89258 2.73541 3.54507 2.88041 3.1976C2.94949 3.03205 3.01857 2.8665 3.09576 2.70445C3.52549 1.8033 4.13872 1.06228 5.03831 0.595151C5.64063 0.282302 6.30023 0.161915 6.96761 0.0929553C7.665 0.0212687 8.36433 -0.00872882 9.066 0.00218C10.8893 0.0302313 12.4329 0.689435 13.7171 1.98875ZM13.0616 7.29764C13.1077 7.20062 13.1539 7.1035 13.2304 7.01967L13.2297 7.02045C13.6368 6.57513 13.7307 6.0519 13.5784 5.48036C13.5464 5.36036 13.5491 5.26023 13.5869 5.14335C13.7545 4.6283 13.5456 4.11909 13.0684 3.87637C12.964 3.82338 12.9398 3.74936 12.9262 3.64611C12.8019 2.69861 12.1205 1.96927 11.1874 1.78772C11.058 1.76278 10.9684 1.7133 10.8909 1.59993C10.5975 1.16981 10.0416 1.02878 9.58066 1.26604C9.46612 1.32526 9.39015 1.32098 9.2834 1.24812C8.60783 0.787614 7.80993 0.816835 7.16864 1.32176C7.0693 1.40007 6.98125 1.42734 6.85073 1.38955C6.18257 1.19514 5.52102 1.54656 5.29895 2.20771C5.26311 2.31524 5.20467 2.3729 5.09987 2.4216C4.73169 2.59224 4.50222 2.87237 4.49014 3.29469C4.48702 3.41118 4.44651 3.50313 4.37988 3.59702C3.89405 4.28272 3.82665 5.01946 4.19599 5.76632C4.57235 6.52682 5.21675 6.90045 6.06686 6.90045C6.21607 6.90006 6.31231 6.93551 6.3688 7.08045C6.41594 7.20161 6.4923 7.30875 6.58152 7.40459L6.58195 7.40505C6.71071 7.54316 6.81787 7.65809 7.05215 7.5355C7.3428 7.38355 7.48267 7.49966 7.47487 7.82926C7.47371 7.88419 7.47877 7.90679 7.53331 7.92783C7.74682 8.00925 7.90226 7.9477 7.98876 7.72212C8.01148 7.74784 8.0158 7.78829 8.01982 7.82588C8.02675 7.89077 8.03278 7.94713 8.13096 7.90445C8.18909 7.87911 8.25115 7.86598 8.31306 7.85287C8.413 7.83172 8.51256 7.81065 8.59459 7.73848C8.66705 7.67458 8.74653 7.66641 8.84705 7.69212C8.85726 7.6947 8.86887 7.69852 8.8813 7.7026C8.95512 7.72688 9.05761 7.76058 9.06561 7.60017C9.06795 7.55069 9.12405 7.53628 9.17353 7.53978C9.2308 7.54368 9.24795 7.58537 9.25574 7.63251C9.26309 7.67675 9.26873 7.72154 9.27438 7.76635C9.28579 7.8569 9.29721 7.94753 9.32275 8.0338C9.43145 8.40041 9.70884 8.62132 10.0201 8.81144C10.0653 8.83909 10.1107 8.86628 10.156 8.89345C10.4473 9.06802 10.7366 9.24137 10.9544 9.52558C11.1663 9.80259 11.5556 9.85206 11.8571 9.70402C12.152 9.55908 12.3145 9.23844 12.2611 8.88936C12.2405 8.75495 12.2148 8.61859 12.1672 8.49236C12.1177 8.35989 12.1376 8.28509 12.2646 8.20912C12.6192 7.9964 12.874 7.69056 13.052 7.31771C13.0552 7.31103 13.0584 7.30433 13.0616 7.29764Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "head-single_clip0_731_29840" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["head-single_clip0_731_29840"] };
|
|
5
|
+
export var HeadSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'head-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
HeadSingle.displayName = 'HeadSingle';
|
|
13
|
+
export default HeadSingle;
|
|
14
|
+
//# sourceMappingURL=head-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"head-single.js","sourceRoot":"","sources":["../../src/components/head-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,SAAS,EAAC,UAAU,EAAC,mCAAmC,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,6qMAA6qM,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,szHAAszH,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;AAE//U,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": "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.401187 6.22172V5.46194C0.418113 5.35278 0.433141 5.24304 0.452159 5.13426C0.804188 3.13163 2.66836 1.6134 4.85946 1.8962C6.22041 2.07193 7.22591 2.79824 7.88337 4.00381C7.91875 4.06885 7.95279 4.13465 7.9874 4.20027C8.01498 4.11925 8.06956 4.06163 8.10474 3.99335C8.8632 2.52685 10.4527 1.66874 12.0923 1.87585C13.4652 2.0493 14.4881 2.76591 15.1489 3.98118C15.5672 4.75009 15.6681 5.58005 15.5571 6.44043C15.48 7.03685 15.294 7.60207 15.0183 8.13249C14.6955 8.75344 14.2739 9.30783 13.7954 9.81847C13.168 10.4879 12.4721 11.0801 11.7488 11.6421C10.5767 12.5525 9.30518 13.3152 8.06823 14.1294C8.00699 14.1697 7.96001 14.1581 7.9041 14.1217C7.56462 13.9007 7.22458 13.6803 6.88301 13.4628C5.87637 12.8213 4.87696 12.1697 3.9443 11.4219C3.11016 10.7534 2.3131 10.0471 1.65373 9.19828C1.1235 8.51552 0.720128 7.76982 0.519294 6.92255C0.464522 6.69129 0.435234 6.45603 0.401001 6.22153L0.401187 6.22172Z" } }] };
|
|
5
5
|
export var HeartSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'heart-single',
|
|
@@ -1 +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,
|
|
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,y4BAAy4B,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnjC,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": "g", "attrs": { "fill": "currentColor", "clipPath": "url(#light-single_clip0_731_29854)" }, "children": [{ "tag": "path", "attrs": { "d": "M13.4271 5.22322C13.3972 4.36805 13.1719 3.56985 12.7655 2.81922 11.6211.705777 9.14416-.406041 6.80774.136448 4.17041.748631 2.20812 3.31886 2.62535 6.19612 2.81277 7.48948 3.38752 8.58411 4.35924 9.45882 5.04677 10.0776 5.44728 10.8264 5.47553 11.7595 5.48401 12.0415 5.60574 12.1675 5.88805 12.1677 6.35628 12.168 6.82441 12.1679 7.29257 12.1678 7.52667 12.1678 7.76077 12.1677 7.9949 12.1677 8.19895 12.1677 8.40298 12.1678 8.607 12.1678 9.11701 12.1679 9.62699 12.168 10.1371 12.1675 10.389 12.1673 10.5249 12.0342 10.5258 11.7846 10.5263 11.6389 10.5404 11.4948 10.5642 11.3519 10.6902 10.5977 11.0565 9.97941 11.6275 9.47672 11.8837 9.25115 12.117 9.00463 12.3212 8.72985 13.0946 7.6882 13.4725 6.52388 13.4271 5.22322zM10.0005 14.2739C9.94421 14.26 9.88417 14.2558 9.82578 14.2558 8.60942 14.2548 7.39329 14.2548 6.17693 14.2558 6.11854 14.2558 6.05873 14.26 6.00222 14.2739 5.79078 14.3264 5.69142 14.5065 5.75476 14.7163 5.80538 14.8837 5.88873 15.0342 5.99869 15.1694 6.34434 15.5939 6.80912 15.8124 7.32901 15.936 7.35518 15.9422 7.38208 15.9458 7.409 15.9494 7.46753 15.9572 7.52612 15.965 7.57742 16H8.51924C8.54845 15.9529 8.59463 15.9478 8.64021 15.9427 8.65633 15.9409 8.67239 15.9392 8.68758 15.9355 9.03017 15.8536 9.35133 15.7231 9.63788 15.5159 9.92114 15.3111 10.141 15.0556 10.2475 14.7159 10.3129 14.507 10.2115 14.3262 10 14.2739H10.0005zM8.6706 12.4358C9.22244 12.4355 9.77427 12.4352 10.3261 12.4367L10.3268 12.4365C10.5959 12.4372 10.7845 12.6383 10.7659 12.894 10.757 13.0162 10.6967 13.1111 10.5995 13.1784 10.5399 13.2196 10.551 13.2398 10.5985 13.2794 10.7297 13.3887 10.7914 13.5259 10.7393 13.6969 10.6849 13.876 10.559 13.9771 10.3767 14.0072 10.315 14.0173 10.2519 14.0213 10.1895 14.0213 8.73066 14.0223 7.27178 14.0223 5.8129 14.0213 5.74274 14.0213 5.67116 14.0178 5.60241 14.0051 5.42652 13.9723 5.29772 13.8751 5.25134 13.6983 5.2066 13.5278 5.25534 13.3797 5.39826 13.27 5.40179 13.2673 5.40525 13.2647 5.4086 13.2622 5.4448 13.2351 5.46741 13.2182 5.41051 13.1699 5.25205 13.0357 5.21179 12.8888 5.27206 12.7214 5.33422 12.5488 5.49268 12.4372 5.69094 12.4367 6.25751 12.4355 6.82408 12.4357 7.39066 12.4359 7.59661 12.4359 7.80257 12.436 8.00852 12.436 8.22921 12.436 8.44991 12.4359 8.6706 12.4358z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "light-single_clip0_731_29854" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["light-single_clip0_731_29854"] };
|
|
5
|
+
export var LightSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'light-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
LightSingle.displayName = 'LightSingle';
|
|
13
|
+
export default LightSingle;
|
|
14
|
+
//# sourceMappingURL=light-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-single.js","sourceRoot":"","sources":["../../src/components/light-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,oCAAoC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,qsEAAqsE,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,8BAA8B,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,8BAA8B,CAAC,EAAC,CAAC;AAE5pF,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": "M14.6528 6.42301C14.6528 7.9263 14.6789 9.43002 14.644 10.9325C14.6189 12.0056 14.1154 12.8413 13.1446 13.3344C11.6993 14.0686 9.88943 13.2345 9.47658 11.6668C9.0674 10.1134 10.0555 8.59978 11.6443 8.35664C11.9395 8.31152 12.2402 8.31605 12.5335 8.38623C12.654 8.41495 12.6907 8.38105 12.6905 8.26185C12.6874 7.23749 12.6941 6.21291 12.6848 5.18855C12.6801 4.67377 12.205 4.281 11.7011 4.37342C11.0127 4.49952 10.3392 4.69234 9.65861 4.85342C8.89768 5.03351 8.13804 5.21834 7.37797 5.40253C6.85089 5.53036 6.61531 5.82877 6.61531 6.37032C6.61467 8.54277 6.61575 10.7152 6.61467 12.8879C6.61402 14.1878 5.68423 15.3028 4.404 15.543C3.01147 15.8042 1.60492 14.7984 1.37452 13.3964C1.13592 11.9452 2.09205 10.6571 3.39561 10.3738C3.74649 10.2976 4.09932 10.2914 4.45258 10.3561C4.62554 10.3879 4.63352 10.3846 4.63374 10.2009C4.63439 8.82629 4.63417 7.45169 4.63417 6.0773C4.63417 5.31529 4.63245 4.5535 4.63504 3.79149C4.63612 3.46436 4.67693 3.14457 4.85269 2.85674C5.07898 2.48599 5.40612 2.25192 5.82545 2.15022C8.16007 1.58362 10.4934 1.01163 12.8308 0.457556C13.6781 0.256742 14.4738 0.800019 14.6347 1.65229C14.6565 1.76738 14.6528 1.88786 14.653 2.00598C14.6541 3.47839 14.6537 4.95059 14.6537 6.42301H14.653H14.6528Z" } }] };
|
|
5
|
+
export var MusicSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'music-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
MusicSingle.displayName = 'MusicSingle';
|
|
13
|
+
export default MusicSingle;
|
|
14
|
+
//# sourceMappingURL=music-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"music-single.js","sourceRoot":"","sources":["../../src/components/music-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,wsCAAwsC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEl3C,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": "g", "attrs": { "clipPath": "url(#rectangle-single_clip0_731_29896)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.80957 5.41145C0.80957 3.80064 0.80957 2.99523 1.12305 2.37999C1.3988 1.8388 1.8388 1.3988 2.37999 1.12305C2.99523 0.80957 3.80064 0.80957 5.41145 0.80957H10.5886C12.1994 0.80957 13.0048 0.80957 13.62 1.12305C14.1612 1.3988 14.6012 1.8388 14.8769 2.37999C15.1904 2.99523 15.1904 3.80064 15.1904 5.41145V10.5886C15.1904 12.1994 15.1904 13.0048 14.8769 13.62C14.6012 14.1612 14.1612 14.6012 13.62 14.8769C13.0048 15.1904 12.1994 15.1904 10.5886 15.1904H5.41145C3.80064 15.1904 2.99523 15.1904 2.37999 14.8769C1.8388 14.6012 1.3988 14.1612 1.12305 13.62C0.80957 13.0048 0.80957 12.1994 0.80957 10.5886V5.41145Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "rectangle-single_clip0_731_29896" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["rectangle-single_clip0_731_29896"] };
|
|
5
|
+
export var RectangleSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'rectangle-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
RectangleSingle.displayName = 'RectangleSingle';
|
|
13
|
+
export default RectangleSingle;
|
|
14
|
+
//# sourceMappingURL=rectangle-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rectangle-single.js","sourceRoot":"","sources":["../../src/components/rectangle-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,UAAU,EAAC,wCAAwC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mmBAAmmB,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,kCAAkC,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,kCAAkC,CAAC,EAAC,CAAC;AAEtkC,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,kBAAkB;QACtB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#rhombus-single_clip0_732_782)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.7859 0.502843C7.45615 -0.167613 8.54384 -0.167615 9.2141 0.502842L15.4983 6.78889C16.1672 7.45804 16.1672 8.54196 15.4983 9.21111L9.2141 15.4972C8.54384 16.1676 7.45616 16.1676 6.7859 15.4972L0.501713 9.21111C-0.167236 8.54196 -0.167238 7.45804 0.501711 6.78889L6.7859 0.502843Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "rhombus-single_clip0_732_782" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["rhombus-single_clip0_732_782"] };
|
|
5
|
+
export var RhombusSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'rhombus-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
RhombusSingle.displayName = 'RhombusSingle';
|
|
13
|
+
export default RhombusSingle;
|
|
14
|
+
//# sourceMappingURL=rhombus-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rhombus-single.js","sourceRoot":"","sources":["../../src/components/rhombus-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,UAAU,EAAC,oCAAoC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2RAA2R,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,8BAA8B,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,8BAA8B,CAAC,EAAC,CAAC;AAElvB,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": "g", "attrs": { "clipPath": "url(#round-single_clip0_731_29900)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M15.6442 8.00012C15.6442 12.2219 12.2218 15.6443 8 15.6443C3.77824 15.6443 0.355835 12.2219 0.355835 8.00012C0.355835 3.77837 3.77824 0.355957 8 0.355957C12.2218 0.355957 15.6442 3.77837 15.6442 8.00012Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "round-single_clip0_731_29900" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["round-single_clip0_731_29900"] };
|
|
5
|
+
export var RoundSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'round-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
RoundSingle.displayName = 'RoundSingle';
|
|
13
|
+
export default RoundSingle;
|
|
14
|
+
//# sourceMappingURL=round-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"round-single.js","sourceRoot":"","sources":["../../src/components/round-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,UAAU,EAAC,oCAAoC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6MAA6M,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,8BAA8B,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,8BAA8B,CAAC,EAAC,CAAC;AAEpqB,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,cAAc;QAClB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
2
|
import { createElement, forwardRef } from 'react';
|
|
3
3
|
import { IconBase } from '../icon';
|
|
4
|
-
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#star-single_clip0_731_29885)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.72279 1.07856C7.27416 0.0675617 8.72584 0.0675632 9.27721 1.07856L10.7594 3.79636C10.9687 4.18003 11.3393 4.44931 11.7688 4.52975L14.8116 5.09956C15.9435 5.31153 16.3921 6.69216 15.601 7.52896L13.4742 9.77846C13.174 10.096 13.0324 10.5317 13.0887 10.9651L13.487 14.0351C13.6352 15.1771 12.4608 16.0304 11.4205 15.5365L8.62386 14.209C8.22907 14.0216 7.77094 14.0216 7.37614 14.209L4.57953 15.5365C3.53921 16.0304 2.36478 15.1771 2.51297 14.0351L2.91132 10.9651C2.96756 10.5317 2.82599 10.096 2.52575 9.77846L0.399 7.52896C-0.392136 6.69216 0.0564594 5.31153 1.18836 5.09956L4.23116 4.52975C4.66071 4.44931 5.03135 4.18003 5.24059 3.79636L6.72279 1.07856Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "star-single_clip0_731_29885" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["star-single_clip0_731_29885"] };
|
|
5
5
|
export var StarSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'star-single',
|