@univerjs/icons 0.2.27 → 0.2.29

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.
Files changed (70) hide show
  1. package/dist/components/best-fit-single.d.ts +4 -0
  2. package/dist/components/down-picture-single.d.ts +4 -0
  3. package/dist/components/exponential-single.d.ts +4 -0
  4. package/dist/components/left-single.d.ts +4 -0
  5. package/dist/components/linear-single.d.ts +4 -0
  6. package/dist/components/logarithmic-single.d.ts +4 -0
  7. package/dist/components/moving-average-single.d.ts +4 -0
  8. package/dist/components/one-to-one-single.d.ts +4 -0
  9. package/dist/components/polynomial-single.d.ts +4 -0
  10. package/dist/components/right-single.d.ts +4 -0
  11. package/dist/components/trendline-single.d.ts +4 -0
  12. package/dist/components/zoom-in-single.d.ts +4 -0
  13. package/dist/components/zoom-out-single.d.ts +4 -0
  14. package/dist/icons.d.ts +13 -0
  15. package/dist/index.js +1 -1
  16. package/dist/manifest.d.ts +10 -6
  17. package/esm/components/best-fit-single.d.ts +4 -0
  18. package/esm/components/best-fit-single.js +14 -0
  19. package/esm/components/best-fit-single.js.map +1 -0
  20. package/esm/components/cloud-outline-single.js +1 -1
  21. package/esm/components/cloud-outline-single.js.map +1 -1
  22. package/esm/components/down-picture-single.d.ts +4 -0
  23. package/esm/components/down-picture-single.js +14 -0
  24. package/esm/components/down-picture-single.js.map +1 -0
  25. package/esm/components/exponential-single.d.ts +4 -0
  26. package/esm/components/exponential-single.js +14 -0
  27. package/esm/components/exponential-single.js.map +1 -0
  28. package/esm/components/left-single.d.ts +4 -0
  29. package/esm/components/left-single.js +14 -0
  30. package/esm/components/left-single.js.map +1 -0
  31. package/esm/components/linear-single.d.ts +4 -0
  32. package/esm/components/linear-single.js +14 -0
  33. package/esm/components/linear-single.js.map +1 -0
  34. package/esm/components/live-share-single.js +1 -1
  35. package/esm/components/live-share-single.js.map +1 -1
  36. package/esm/components/logarithmic-single.d.ts +4 -0
  37. package/esm/components/logarithmic-single.js +14 -0
  38. package/esm/components/logarithmic-single.js.map +1 -0
  39. package/esm/components/moving-average-single.d.ts +4 -0
  40. package/esm/components/moving-average-single.js +14 -0
  41. package/esm/components/moving-average-single.js.map +1 -0
  42. package/esm/components/one-to-one-single.d.ts +4 -0
  43. package/esm/components/one-to-one-single.js +14 -0
  44. package/esm/components/one-to-one-single.js.map +1 -0
  45. package/esm/components/polynomial-single.d.ts +4 -0
  46. package/esm/components/polynomial-single.js +14 -0
  47. package/esm/components/polynomial-single.js.map +1 -0
  48. package/esm/components/power-single.js +1 -1
  49. package/esm/components/power-single.js.map +1 -1
  50. package/esm/components/right-single.d.ts +4 -0
  51. package/esm/components/right-single.js +14 -0
  52. package/esm/components/right-single.js.map +1 -0
  53. package/esm/components/share-range-single.js +1 -1
  54. package/esm/components/share-range-single.js.map +1 -1
  55. package/esm/components/trendline-single.d.ts +4 -0
  56. package/esm/components/trendline-single.js +14 -0
  57. package/esm/components/trendline-single.js.map +1 -0
  58. package/esm/components/zoom-in-single.d.ts +4 -0
  59. package/esm/components/zoom-in-single.js +14 -0
  60. package/esm/components/zoom-in-single.js.map +1 -0
  61. package/esm/components/zoom-out-single.d.ts +4 -0
  62. package/esm/components/zoom-out-single.js +14 -0
  63. package/esm/components/zoom-out-single.js.map +1 -0
  64. package/esm/icons.d.ts +13 -0
  65. package/esm/icons.js +13 -0
  66. package/esm/icons.js.map +1 -1
  67. package/esm/manifest.d.ts +10 -6
  68. package/esm/manifest.js +45 -28
  69. package/esm/manifest.js.map +1 -1
  70. package/package.json +1 -1
@@ -1,3 +1,7 @@
1
+ export declare const singleStartPageManifest: {
2
+ stem: string;
3
+ icon: string;
4
+ }[];
1
5
  export declare const otherFeedbackManifest: {
2
6
  stem: string;
3
7
  icon: string;
@@ -34,7 +38,7 @@ export declare const singleUniverOfficialWebsiteMidManifest: {
34
38
  stem: string;
35
39
  icon: string;
36
40
  }[];
37
- export declare const singleShareManifest: {
41
+ export declare const singleSettingManifest: {
38
42
  stem: string;
39
43
  icon: string;
40
44
  }[];
@@ -42,15 +46,15 @@ export declare const binaryWebsiteManifest: {
42
46
  stem: string;
43
47
  icon: string;
44
48
  }[];
45
- export declare const singleWordCloudManifest: {
49
+ export declare const singleDocumentOperationsManifest: {
46
50
  stem: string;
47
51
  icon: string;
48
52
  }[];
49
- export declare const singleDocumentOperationsManifest: {
53
+ export declare const singleUniverAiChatManifest: {
50
54
  stem: string;
51
55
  icon: string;
52
56
  }[];
53
- export declare const singleUniverAiChatManifest: {
57
+ export declare const singleWordCloudManifest: {
54
58
  stem: string;
55
59
  icon: string;
56
60
  }[];
@@ -58,7 +62,7 @@ export declare const singleUnivergoManifest: {
58
62
  stem: string;
59
63
  icon: string;
60
64
  }[];
61
- export declare const singleGlobalFunctionalityManifest: {
65
+ export declare const singleComponentManifest: {
62
66
  stem: string;
63
67
  icon: string;
64
68
  }[];
@@ -74,7 +78,7 @@ export declare const binaryStartPageManifest: {
74
78
  stem: string;
75
79
  icon: string;
76
80
  }[];
77
- export declare const singleStartPageManifest: {
81
+ export declare const singleEditManifest: {
78
82
  stem: string;
79
83
  icon: string;
80
84
  }[];
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const BestFitSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BestFitSingle;
@@ -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": "M11.6666 4.00016H10.138C9.84099 4.00016 9.69226 4.3592 9.90226 4.5692L11.4309 6.0978C11.6409 6.3078 11.9999 6.15906 11.9999 5.8621V4.3335C11.9999 4.1494 11.8507 4.00016 11.6666 4.00016zM3.99992 5.8621V4.3335C3.99992 4.1494 4.14915 4.00016 4.33325 4.00016H5.86185C6.15882 4.00016 6.30755 4.3592 6.09755 4.5692L4.56895 6.0978C4.35895 6.3078 3.99992 6.15906 3.99992 5.8621zM4.33325 12.0001H5.86185C6.15882 12.0001 6.30755 11.6411 6.09755 11.4311L4.56895 9.9025C4.35895 9.6925 3.99992 9.84124 3.99992 10.1382V11.6668C3.99992 11.8509 4.14915 12.0001 4.33325 12.0001zM11.9999 10.1382V11.6668C11.9999 11.8509 11.8507 12.0001 11.6666 12.0001H10.138C9.84099 12.0001 9.69226 11.6411 9.90226 11.4311L11.4309 9.9025C11.6409 9.6925 11.9999 9.84124 11.9999 10.1382z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.33325 3.00016C1.33325 2.07969 2.07944 1.3335 2.99992 1.3335H12.9999C13.9204 1.3335 14.6666 2.07969 14.6666 3.00016V13.0002C14.6666 13.9206 13.9204 14.6668 12.9999 14.6668H2.99992C2.07944 14.6668 1.33325 13.9206 1.33325 13.0002V3.00016ZM2.99992 2.66683C2.81582 2.66683 2.66659 2.81607 2.66659 3.00016V13.0002C2.66659 13.1843 2.81582 13.3335 2.99992 13.3335H12.9999C13.184 13.3335 13.3333 13.1843 13.3333 13.0002V3.00016C13.3333 2.81607 13.184 2.66683 12.9999 2.66683H2.99992Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BestFitSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'best-fit-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BestFitSingle.displayName = 'BestFitSingle';
13
+ export default BestFitSingle;
14
+ //# sourceMappingURL=best-fit-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"best-fit-single.js","sourceRoot":"","sources":["../../src/components/best-fit-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,ivBAAivB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+dAA+d,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx9C,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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.08172 4.83013C6.33172 4.83013 6.57172 4.90013 6.77172 4.99013C6.99172 5.08013 7.17172 5.21013 7.33172 5.38013C7.43172 5.48013 7.52172 5.60013 7.60172 5.73013C7.83172 6.13013 8.32532 6.42798 8.70172 6.36013L9.01172 6.32013C9.14172 6.29013 9.26172 6.27013 9.39172 6.27013C9.46172 6.27013 9.52172 6.27013 9.59172 6.28013C9.74172 6.30013 9.85172 6.32013 9.95172 6.36013C10.1317 6.43013 10.2917 6.51013 10.4217 6.60013C10.5117 6.67013 10.6117 6.75013 10.7017 6.85013C10.7617 6.91013 10.8317 7.01013 10.9117 7.14013C11.1517 7.49013 11.5317 7.69013 11.9517 7.69013H12.0317H12.0917H12.1917C12.2917 7.67013 12.3917 7.66013 12.5217 7.65013C12.6817 7.65013 12.8517 7.68013 13.0317 7.74013C13.2417 7.81013 13.4217 7.92013 13.5917 8.06013C13.8717 8.30013 14.0517 8.59013 14.1517 8.93013C14.1917 9.07013 14.2117 9.18013 14.2017 9.26013C14.2017 9.32013 14.2017 9.37013 14.2017 9.43013V9.49013C14.1817 9.96013 14.0017 10.3501 13.6217 10.6901C13.3917 10.9001 13.1217 11.0401 12.7917 11.1101C12.6717 11.1401 12.5417 11.1501 12.4017 11.1501H10.4317H8.80172H7.99172H6.93172H5.87172H3.61172C3.45172 11.1501 3.31172 11.1401 3.19172 11.1101C2.81172 11.0201 2.50172 10.8401 2.25172 10.5601C2.03172 10.3101 1.89172 10.0401 1.83172 9.72013C1.76172 9.36013 1.80172 9.02013 1.95172 8.69013C2.04172 8.47013 2.17172 8.29013 2.32172 8.14013C2.49172 7.97013 2.68172 7.85013 2.90172 7.77013C3.02172 7.72013 3.14172 7.69013 3.27172 7.67013C3.86172 7.57013 4.29172 7.10013 4.34172 6.50013C4.38172 5.98013 4.58172 5.58013 4.96172 5.24013C5.12172 5.10013 5.31172 4.99013 5.54172 4.91013C5.70172 4.86013 5.88172 4.83013 6.08172 4.83013ZM6.08172 3.63013C5.76172 3.63013 5.45172 3.67013 5.15172 3.77013C4.78172 3.89013 4.45172 4.08013 4.16172 4.33013C3.53172 4.88013 3.19172 5.57013 3.13172 6.40013C3.13172 6.45013 3.11172 6.47013 3.06172 6.48013C2.85172 6.51013 2.65172 6.57013 2.45172 6.65013C2.09172 6.79013 1.76172 7.00013 1.48172 7.28013C1.21172 7.55013 1.00172 7.86013 0.84172 8.21013C0.61172 8.79013 0.55172 9.37013 0.66172 9.97013C0.76172 10.5101 1.00172 10.9801 1.37172 11.3901C1.79172 11.8601 2.32172 12.1601 2.93172 12.3001C3.15172 12.3501 3.38172 12.3701 3.62172 12.3701C4.37172 12.3701 5.12172 12.3701 5.87172 12.3701C6.58172 12.3701 7.29172 12.3701 7.99172 12.3701C8.80172 12.3701 9.62172 12.3701 10.4317 12.3701C11.0917 12.3701 11.7517 12.3701 12.4017 12.3701C12.6117 12.3701 12.8317 12.3501 13.0317 12.3101C13.5617 12.2001 14.0317 11.9701 14.4317 11.6001C15.0217 11.0501 15.3617 10.3801 15.3917 9.57013C15.3917 9.49013 15.3917 9.41013 15.3917 9.32013C15.3917 9.09013 15.3617 8.86013 15.2917 8.64013C15.1317 8.06013 14.8117 7.57013 14.3517 7.17013C14.0717 6.93013 13.7617 6.75013 13.4117 6.63013C13.1217 6.53013 12.8217 6.47013 12.5117 6.47013C12.4817 6.47013 12.4617 6.47013 12.4317 6.47013C12.2717 6.47013 12.0917 6.50013 11.9317 6.51013C11.9117 6.51013 11.8917 6.51013 11.8717 6.48013C11.7717 6.34013 11.6717 6.19013 11.5517 6.06013C11.4117 5.91013 11.2617 5.77013 11.0917 5.64013C10.8517 5.47013 10.6017 5.34013 10.3217 5.24013C10.1217 5.17013 9.92172 5.13013 9.71172 5.10013C9.59172 5.08013 9.47172 5.08013 9.36172 5.08013C9.14172 5.08013 8.92172 5.11013 8.70172 5.16013C8.69172 5.16013 8.68172 5.16013 8.67172 5.16013C8.64172 5.16013 8.63172 5.15013 8.61172 5.12013C8.49172 4.91013 8.34172 4.71013 8.17172 4.53013C7.90172 4.25013 7.58172 4.03013 7.22172 3.88013C6.85172 3.72013 6.48172 3.63013 6.08172 3.63013Z" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.08178 5.57109C6.33178 5.57109 6.57178 5.64109 6.77178 5.73109C6.99178 5.82109 7.17178 5.95109 7.33178 6.12109C7.43178 6.22109 7.52178 6.34109 7.60178 6.47109C7.83178 6.87109 8.32538 7.16895 8.70178 7.10109L9.01178 7.06109C9.14178 7.03109 9.26178 7.01109 9.39178 7.01109C9.46178 7.01109 9.52178 7.01109 9.59178 7.02109C9.74178 7.04109 9.85178 7.06109 9.95178 7.10109C10.1318 7.17109 10.2918 7.25109 10.4218 7.34109C10.5118 7.41109 10.6118 7.49109 10.7018 7.59109C10.7618 7.65109 10.8318 7.75109 10.9118 7.88109C11.1518 8.23109 11.5318 8.43109 11.9518 8.43109H12.0318H12.0918H12.1918C12.2918 8.41109 12.3918 8.40109 12.5218 8.39109C12.6818 8.39109 12.8518 8.42109 13.0318 8.48109C13.2418 8.55109 13.4218 8.66109 13.5918 8.80109C13.8718 9.04109 14.0518 9.33109 14.1518 9.67109C14.1918 9.81109 14.2118 9.92109 14.2018 10.0011C14.2018 10.0611 14.2018 10.1111 14.2018 10.1711V10.2311C14.1818 10.7011 14.0018 11.0911 13.6218 11.4311C13.3918 11.6411 13.1218 11.7811 12.7918 11.8511C12.6718 11.8811 12.5418 11.8911 12.4018 11.8911H10.4318H8.80178H7.99178H6.93178H5.87178H3.61178C3.45178 11.8911 3.31178 11.8811 3.19178 11.8511C2.81178 11.7611 2.50178 11.5811 2.25178 11.3011C2.03178 11.0511 1.89178 10.7811 1.83178 10.4611C1.76178 10.1011 1.80178 9.76109 1.95178 9.43109C2.04178 9.21109 2.17178 9.03109 2.32178 8.88109C2.49178 8.71109 2.68178 8.59109 2.90178 8.51109C3.02178 8.46109 3.14178 8.43109 3.27178 8.41109C3.86178 8.31109 4.29178 7.84109 4.34178 7.24109C4.38178 6.72109 4.58178 6.32109 4.96178 5.98109C5.12178 5.84109 5.31178 5.73109 5.54178 5.65109C5.70178 5.60109 5.88178 5.57109 6.08178 5.57109ZM6.08178 4.37109C5.76178 4.37109 5.45178 4.41109 5.15178 4.51109C4.78178 4.63109 4.45178 4.82109 4.16178 5.07109C3.53178 5.62109 3.19178 6.31109 3.13178 7.14109C3.13178 7.19109 3.11178 7.21109 3.06178 7.22109C2.85178 7.25109 2.65178 7.31109 2.45178 7.39109C2.09178 7.53109 1.76178 7.74109 1.48178 8.02109C1.21178 8.29109 1.00178 8.60109 0.841781 8.95109C0.611781 9.53109 0.551781 10.1111 0.661781 10.7111C0.761781 11.2511 1.00178 11.7211 1.37178 12.1311C1.79178 12.6011 2.32178 12.9011 2.93178 13.0411C3.15178 13.0911 3.38178 13.1111 3.62178 13.1111C4.37178 13.1111 5.12178 13.1111 5.87178 13.1111C6.58178 13.1111 7.29178 13.1111 7.99178 13.1111C8.80178 13.1111 9.62178 13.1111 10.4318 13.1111C11.0918 13.1111 11.7518 13.1111 12.4018 13.1111C12.6118 13.1111 12.8318 13.0911 13.0318 13.0511C13.5618 12.9411 14.0318 12.7111 14.4318 12.3411C15.0218 11.7911 15.3618 11.1211 15.3918 10.3111C15.3918 10.2311 15.3918 10.1511 15.3918 10.0611C15.3918 9.83109 15.3618 9.60109 15.2918 9.38109C15.1318 8.80109 14.8118 8.31109 14.3518 7.91109C14.0718 7.67109 13.7618 7.49109 13.4118 7.37109C13.1218 7.27109 12.8218 7.21109 12.5118 7.21109C12.4818 7.21109 12.4618 7.21109 12.4318 7.21109C12.2718 7.21109 12.0918 7.24109 11.9318 7.25109C11.9118 7.25109 11.8918 7.25109 11.8718 7.22109C11.7718 7.08109 11.6718 6.93109 11.5518 6.80109C11.4118 6.65109 11.2618 6.51109 11.0918 6.38109C10.8518 6.21109 10.6018 6.08109 10.3218 5.98109C10.1218 5.91109 9.92178 5.87109 9.71178 5.84109C9.59178 5.82109 9.47178 5.82109 9.36178 5.82109C9.14178 5.82109 8.92178 5.85109 8.70178 5.90109C8.69178 5.90109 8.68178 5.90109 8.67178 5.90109C8.64178 5.90109 8.63178 5.89109 8.61178 5.86109C8.49178 5.65109 8.34178 5.45109 8.17178 5.27109C7.90178 4.99109 7.58178 4.77109 7.22178 4.62109C6.85178 4.46109 6.48178 4.37109 6.08178 4.37109Z" } }] };
5
5
  export var CloudOutlineSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'cloud-outline-single',
@@ -1 +1 @@
1
- {"version":3,"file":"cloud-outline-single.js","sourceRoot":"","sources":["../../src/components/cloud-outline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,o0GAAo0G,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9+G,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"cloud-outline-single.js","sourceRoot":"","sources":["../../src/components/cloud-outline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,y0GAAy0G,EAAC,EAAC,CAAC,EAAC,CAAC;AAEn/G,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DownPictureSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DownPictureSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9999 7.3335C14.3681 7.3335 14.6666 7.63196 14.6666 8.00016V13.0002C14.6666 13.9206 13.9204 14.6668 12.9999 14.6668H2.99992C2.07944 14.6668 1.33325 13.9206 1.33325 13.0002V3.00016C1.33325 2.07969 2.07945 1.3335 2.99992 1.3335H7.99992C8.36812 1.3335 8.66659 1.63197 8.66659 2.00016C8.66659 2.36835 8.36812 2.66683 7.99992 2.66683H2.99992C2.81582 2.66683 2.66659 2.81607 2.66659 3.00016V10.1513L5.11381 7.90803C5.61102 7.45223 6.37036 7.43958 6.8825 7.87857L9.01633 9.70757L10.453 8.27089C10.9222 7.8017 11.665 7.74896 12.1958 8.14706L13.3333 9.00013V8.00016C13.3333 7.63196 13.6317 7.3335 13.9999 7.3335ZM11.3958 9.21373L13.3333 10.6668V13.0002C13.3333 13.1843 13.184 13.3335 12.9999 13.3335H2.99992C2.81583 13.3335 2.66659 13.1843 2.66659 13.0002V11.9601L6.01476 8.8909L10.2327 12.5063C10.5123 12.7459 10.9331 12.7135 11.1728 12.434C11.4124 12.1544 11.38 11.7336 11.1005 11.494L10.0317 10.5779L11.3958 9.21373Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.3333 1.3335C12.7014 1.3335 12.9999 1.63197 12.9999 2.00016V4.39069L13.5285 3.86209C13.7889 3.60174 14.211 3.60174 14.4713 3.86209C14.7317 4.12244 14.7317 4.54455 14.4713 4.8049L12.8047 6.47157C12.7407 6.53549 12.6671 6.58371 12.5884 6.61624C12.5098 6.64884 12.4236 6.66683 12.3333 6.66683C12.2429 6.66683 12.1567 6.64884 12.0781 6.61624C11.9994 6.58371 11.9258 6.53549 11.8618 6.47157L10.1952 4.8049C9.93483 4.54455 9.93483 4.12244 10.1952 3.86209C10.4555 3.60174 10.8776 3.60174 11.138 3.86209L11.6666 4.39069V2.00016C11.6666 1.63197 11.9651 1.3335 12.3333 1.3335Z" } }] };
5
+ export var DownPictureSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'down-picture-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ DownPictureSingle.displayName = 'DownPictureSingle';
13
+ export default DownPictureSingle;
14
+ //# sourceMappingURL=down-picture-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"down-picture-single.js","sourceRoot":"","sources":["../../src/components/down-picture-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,m5BAAm5B,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,2jBAA2jB,EAAC,EAAC,CAAC,EAAC,CAAC;AAEttD,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAU,CACzC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,qBAAqB;QACzB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ExponentialSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ExponentialSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.232 12.357C11.232 12.6972 10.9562 12.973 10.616 12.973 10.2758 12.973 10 12.6972 10 12.357 10 12.0168 10.2758 11.741 10.616 11.741 10.9562 11.741 11.232 12.0168 11.232 12.357zM13.3428 10.8661C13.7965 10.8661 14.1642 10.4984 14.1642 10.0447 14.1642 9.59113 13.7965 9.22339 13.3428 9.22339 12.8892 9.22339 12.5215 9.59113 12.5215 10.0447 12.5215 10.4984 12.8892 10.8661 13.3428 10.8661zM9.38343 4.61532C9.38343 5.18234 8.92375 5.64202 8.35673 5.64202 7.78971 5.64202 7.33003 5.18234 7.33003 4.61532 7.33003 4.04829 7.78971 3.58862 8.35673 3.58862 8.92375 3.58862 9.38343 4.04829 9.38343 4.61532zM7.00001 8.973C7.34023 8.973 7.61602 8.69721 7.61602 8.35698 7.61602 8.01676 7.34023 7.74097 7.00001 7.74097 6.65978 7.74097 6.38399 8.01676 6.38399 8.35698 6.38399 8.69721 6.65978 8.973 7.00001 8.973z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9227 3.89515C14.0078 3.5749 13.8172 3.24628 13.497 3.16115C13.1767 3.07603 12.8481 3.26664 12.763 3.58689C11.0567 10.0062 6.67659 11.5668 4.65798 11.4831C4.32689 11.4694 4.04737 11.7267 4.03365 12.0577C4.01993 12.3888 4.27721 12.6683 4.60829 12.6821C7.21672 12.7902 12.0792 10.8308 13.9227 3.89515Z" } }] };
5
+ export var ExponentialSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'exponential-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ExponentialSingle.displayName = 'ExponentialSingle';
13
+ export default ExponentialSingle;
14
+ //# sourceMappingURL=exponential-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exponential-single.js","sourceRoot":"","sources":["../../src/components/exponential-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gyBAAgyB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gTAAgT,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzqD,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const LeftSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LeftSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M10.4713 3.52876C10.7317 3.78911 10.7317 4.21122 10.4713 4.47157L6.94273 8.00016L10.4713 11.5288C10.7317 11.7891 10.7317 12.2112 10.4713 12.4716C10.211 12.7319 9.78886 12.7319 9.52851 12.4716L5.52851 8.47157C5.26816 8.21122 5.26816 7.78911 5.52851 7.52876L9.52851 3.52876C9.78886 3.26841 10.211 3.26841 10.4713 3.52876Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var LeftSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'left-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LeftSingle.displayName = 'LeftSingle';
13
+ export default LeftSingle;
14
+ //# sourceMappingURL=left-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"left-single.js","sourceRoot":"","sources":["../../src/components/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,iUAAiU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAErhB,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const LinearSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LinearSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.23195 11.8333C9.23195 12.1735 8.95615 12.4493 8.61593 12.4493 8.2757 12.4493 7.99991 12.1735 7.99991 11.8333 7.99991 11.4931 8.2757 11.2173 8.61593 11.2173 8.95615 11.2173 9.23195 11.4931 9.23195 11.8333zM12.2729 9.74037C12.7265 9.74037 13.0942 9.37263 13.0942 8.91901 13.0942 8.4654 12.7265 8.09766 12.2729 8.09766 11.8192 8.09766 11.4515 8.4654 11.4515 8.91901 11.4515 9.37263 11.8192 9.74037 12.2729 9.74037zM9.05339 4.76766C9.05339 5.33469 8.59372 5.79436 8.0267 5.79436 7.45967 5.79436 7 5.33469 7 4.76766 7 4.20064 7.45967 3.74097 8.0267 3.74097 8.59372 3.74097 9.05339 4.20064 9.05339 4.76766zM4.97843 8.51353C5.31866 8.51353 5.59445 8.23774 5.59445 7.89751 5.59445 7.55729 5.31866 7.28149 4.97843 7.28149 4.6382 7.28149 4.36241 7.55729 4.36241 7.89751 4.36241 8.23774 4.6382 8.51353 4.97843 8.51353zM13.5185 4.17734C13.7528 3.94302 13.7528 3.56312 13.5185 3.32881 13.2841 3.0945 12.9042 3.0945 12.6699 3.32881L4.28348 11.7154C4.04916 11.9497 4.04916 12.3296 4.28348 12.5639 4.5178 12.7982 4.8977 12.7982 5.13201 12.5639L13.5185 4.17734z" } }] };
5
+ export var LinearSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'linear-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LinearSingle.displayName = 'LinearSingle';
13
+ export default LinearSingle;
14
+ //# sourceMappingURL=linear-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linear-single.js","sourceRoot":"","sources":["../../src/components/linear-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,yhCAAyhC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9jD,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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.20459 4.90474C9.20459 4.64763 9.35535 4.54174 9.54053 4.68737L11.2643 6.04046C11.4495 6.18609 11.4495 6.42299 11.2643 6.56789L9.55334 7.90706C9.36755 8.05269 9.20386 7.90499 9.20386 7.68969V6.96785H8.94446C8.19543 6.96785 6.72595 7.28347 6.37646 7.89174C6.30786 8.00322 6.23572 7.97884 6.23572 7.89174C6.25073 6.80828 8.0918 5.58895 9.17383 5.58895H9.20459V4.90474Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.98682 2.73096C1.98682 2.17867 2.43457 1.73096 2.98682 1.73096H14.9868C15.5391 1.73096 15.9868 2.17867 15.9868 2.73096V9.90105C15.9868 10.4533 15.5391 10.901 14.9868 10.901H9.62183V13.5577H12.9868C13.3375 13.5577 13.6218 13.842 13.6218 14.1927C13.6218 14.5434 13.3375 14.8277 12.9868 14.8277H4.98682C4.63611 14.8277 4.35181 14.5434 4.35181 14.1927C4.35181 13.842 4.63611 13.5577 4.98682 13.5577H8.35181V10.901H2.98682C2.43457 10.901 1.98682 10.4533 1.98682 9.90105V2.73096ZM3.25684 9.63106V3.00095H14.7168V9.63106H3.25684Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
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.41311 4.08315C8.22793 3.93752 8.07717 4.04341 8.07717 4.30052V4.98473H8.04641C6.96438 4.98473 5.12332 6.20406 5.1083 7.28752C5.1083 7.37462 5.18044 7.399 5.24905 7.28752C5.59854 6.67925 7.06802 6.36363 7.81704 6.36363H8.07644V7.08547C8.07644 7.30077 8.24014 7.44847 8.42593 7.30284L10.1369 5.96367C10.322 5.81877 10.322 5.58187 10.1369 5.43624L8.41311 4.08315Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.60732 1.40002C2.17138 1.40002 1.00732 2.56408 1.00732 4.00002V7.93118C1.00732 9.36712 2.17138 10.5312 3.60732 10.5312H7.40636C7.40211 10.56 7.3999 10.5895 7.3999 10.6195V13.2043H4.9999C4.66853 13.2043 4.3999 13.473 4.3999 13.8043C4.3999 14.1357 4.66853 14.4043 4.9999 14.4043H10.9999C11.3313 14.4043 11.5999 14.1357 11.5999 13.8043C11.5999 13.473 11.3313 13.2043 10.9999 13.2043H8.5999V10.6195C8.5999 10.5895 8.5977 10.56 8.59344 10.5312H12.393C13.8289 10.5312 14.993 9.36712 14.993 7.93118V4.00002C14.993 2.56408 13.8289 1.40002 12.393 1.40002H3.60732ZM2.20732 4.00002C2.20732 3.22683 2.83413 2.60002 3.60732 2.60002H12.393C13.1662 2.60002 13.793 3.22683 13.793 4.00002V7.93118C13.793 8.70438 13.1662 9.33118 12.393 9.33118H3.60732C2.83413 9.33118 2.20732 8.70438 2.20732 7.93118V4.00002Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
5
  export var LiveShareSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'live-share-single',
@@ -1 +1 @@
1
- {"version":3,"file":"live-share-single.js","sourceRoot":"","sources":["../../src/components/live-share-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,kXAAkX,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8gBAA8gB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAExoC,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"}
1
+ {"version":3,"file":"live-share-single.js","sourceRoot":"","sources":["../../src/components/live-share-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,6WAA6W,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,0xBAA0xB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE/4C,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const LogarithmicSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LogarithmicSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.38249 6.05767C5.38249 6.3979 5.1067 6.67369 4.76647 6.67369 4.42624 6.67369 4.15045 6.3979 4.15045 6.05767 4.15045 5.71744 4.42624 5.44165 4.76647 5.44165 5.1067 5.44165 5.38249 5.71744 5.38249 6.05767zM11.7991 9.05214C12.2527 9.05214 12.6205 8.6844 12.6205 8.23078 12.6205 7.77717 12.2527 7.40942 11.7991 7.40942 11.3455 7.40942 10.9778 7.77717 10.9778 8.23078 10.9778 8.6844 11.3455 9.05214 11.7991 9.05214zM9.43737 12.0721C9.43737 12.6391 8.97769 13.0988 8.41067 13.0988 7.84365 13.0988 7.38397 12.6391 7.38397 12.0721 7.38397 11.5051 7.84365 11.0454 8.41067 11.0454 8.97769 11.0454 9.43737 11.5051 9.43737 12.0721zM7.38399 3.78038C7.72422 3.78038 8.00001 3.50458 8.00001 3.16436 8.00001 2.82413 7.72422 2.54834 7.38399 2.54834 7.04377 2.54834 6.76797 2.82413 6.76797 3.16436 6.76797 3.50458 7.04377 3.78038 7.38399 3.78038zM3.9017 12.1535C3.83294 12.4777 4.03998 12.7962 4.36414 12.865 4.68829 12.9338 5.00682 12.7267 5.07558 12.4026 6.28729 6.69024 11.5327 5.58842 13.4001 5.34697 13.7288 5.30448 13.9607 5.00363 13.9182 4.67499 13.8757 4.34636 13.5749 4.11439 13.2462 4.15688 11.3272 4.40501 5.28999 5.60882 3.9017 12.1535z" } }] };
5
+ export var LogarithmicSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'logarithmic-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LogarithmicSingle.displayName = 'LogarithmicSingle';
13
+ export default LogarithmicSingle;
14
+ //# sourceMappingURL=logarithmic-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logarithmic-single.js","sourceRoot":"","sources":["../../src/components/logarithmic-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8mCAA8mC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnpD,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const MovingAverageSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default MovingAverageSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.19874 8.12481C5.19874 8.46503 4.92295 8.74083 4.58272 8.74083 4.2425 8.74083 3.96671 8.46503 3.96671 8.12481 3.96671 7.78458 4.2425 7.50879 4.58272 7.50879 4.92295 7.50879 5.19874 7.78458 5.19874 8.12481zM12.2923 9.34608C12.7459 9.34608 13.1136 8.97834 13.1136 8.52473 13.1136 8.07111 12.7459 7.70337 12.2923 7.70337 11.8387 7.70337 11.4709 8.07111 11.4709 8.52473 11.4709 8.97834 11.8387 9.34608 12.2923 9.34608zM9.62856 3.6871C9.62856 4.25412 9.16889 4.71379 8.60186 4.71379 8.03484 4.71379 7.57516 4.25412 7.57516 3.6871 7.57516 3.12007 8.03484 2.6604 8.60186 2.6604 9.16889 2.6604 9.62856 3.12007 9.62856 3.6871zM9.43728 12.9515C9.7775 12.9515 10.0533 12.6757 10.0533 12.3355 10.0533 11.9953 9.7775 11.7195 9.43728 11.7195 9.09705 11.7195 8.82126 11.9953 8.82126 12.3355 8.82126 12.6757 9.09705 12.9515 9.43728 12.9515z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.0492 5.286C14.3429 5.13259 14.4567 4.77012 14.3032 4.4764C14.1498 4.18268 13.7874 4.06894 13.4936 4.22235L8.41786 6.87348C8.28294 6.94395 8.17985 7.06307 8.12946 7.2067L6.68157 11.3341L4.68624 9.71803C4.42874 9.50947 4.05092 9.54914 3.84236 9.80665C3.63379 10.0642 3.67347 10.442 3.93097 10.6505L6.58816 12.8027C6.73982 12.9255 6.94173 12.9669 7.12949 12.9137C7.31724 12.8604 7.46737 12.7192 7.53197 12.5351L9.18339 7.82746L14.0492 5.286Z" } }] };
5
+ export var MovingAverageSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'moving-average-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ MovingAverageSingle.displayName = 'MovingAverageSingle';
13
+ export default MovingAverageSingle;
14
+ //# sourceMappingURL=moving-average-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"moving-average-single.js","sourceRoot":"","sources":["../../src/components/moving-average-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,4zBAA4zB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,4bAA4b,EAAC,EAAC,CAAC,EAAC,CAAC;AAEj1D,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAU,CAC3C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,uBAAuB;QAC3B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAExD,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const OneToOneSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default OneToOneSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.65252 5.41446C5.86681 5.53124 6.00016 5.75579 6.00016 5.99984V9.99984C6.00016 10.368 5.70168 10.6665 5.3335 10.6665 4.96531 10.6665 4.66683 10.368 4.66683 9.99984V7.22312L4.36151 7.42005C4.05209 7.61961 3.63948 7.53056 3.43992 7.22115 3.24035 6.91173 3.3294 6.49912 3.63882 6.29956L4.97215 5.43959C5.17724 5.30731 5.43822 5.29767 5.65252 5.41446zM12.3335 5.99984C12.3335 5.75579 12.2001 5.53124 11.9858 5.41446 11.7716 5.29767 11.5106 5.30731 11.3055 5.43959L9.97215 6.29956C9.66274 6.49912 9.57368 6.91173 9.77325 7.22115 9.97281 7.53056 10.3854 7.61961 10.6948 7.42005L11.0002 7.22312V9.99984C11.0002 10.368 11.2986 10.6665 11.6668 10.6665 12.035 10.6665 12.3335 10.368 12.3335 9.99984V5.99984zM8.00008 5.99984C8.36827 5.99984 8.66675 6.29831 8.66675 6.6665V6.99984C8.66675 7.36803 8.36827 7.6665 8.00008 7.6665 7.63189 7.6665 7.33341 7.36803 7.33341 6.99984V6.6665C7.33341 6.29831 7.63189 5.99984 8.00008 5.99984zM8.66675 8.99984C8.66675 8.63165 8.36827 8.33317 8.00008 8.33317 7.63189 8.33317 7.33341 8.63165 7.33341 8.99984V9.33317C7.33341 9.70136 7.63189 9.99984 8.00008 9.99984 8.36827 9.99984 8.66675 9.70136 8.66675 9.33317V8.99984z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.666748 2.99984C0.666748 2.26346 1.2637 1.6665 2.00008 1.6665H14.0001C14.7365 1.6665 15.3334 2.26346 15.3334 2.99984V12.9998C15.3334 13.7362 14.7365 14.3332 14.0001 14.3332H2.00008C1.26371 14.3332 0.666748 13.7362 0.666748 12.9998V2.99984ZM14.0001 2.99984H2.00008V12.9998H14.0001V2.99984Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var OneToOneSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'one-to-one-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ OneToOneSingle.displayName = 'OneToOneSingle';
13
+ export default OneToOneSingle;
14
+ //# sourceMappingURL=one-to-one-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"one-to-one-single.js","sourceRoot":"","sources":["../../src/components/one-to-one-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,0nCAA0nC,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,oSAAoS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtqD,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,mBAAmB;QACvB,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const PolynomialSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PolynomialSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.38398 12.3008C7.38398 12.6411 7.10819 12.9169 6.76796 12.9169 6.42774 12.9169 6.15195 12.6411 6.15195 12.3008 6.15195 11.9606 6.42774 11.6848 6.76796 11.6848 7.10819 11.6848 7.38398 11.9606 7.38398 12.3008zM5.12995 7.1393C5.58357 7.1393 5.95131 6.77155 5.95131 6.31794 5.95131 5.86432 5.58357 5.49658 5.12995 5.49658 4.67634 5.49658 4.30859 5.86432 4.30859 6.31794 4.30859 6.77155 4.67634 7.1393 5.12995 7.1393zM12.3802 3.85482C12.3802 4.42185 11.9206 4.88152 11.3535 4.88152 10.7865 4.88152 10.3268 4.42185 10.3268 3.85482 10.3268 3.28779 10.7865 2.82812 11.3535 2.82812 11.9206 2.82812 12.3802 3.28779 12.3802 3.85482zM9.89214 8.52476C10.2324 8.52476 10.5082 8.24897 10.5082 7.90874 10.5082 7.56852 10.2324 7.29272 9.89214 7.29272 9.55191 7.29272 9.27612 7.56852 9.27612 7.90874 9.27612 8.24897 9.55191 8.52476 9.89214 8.52476z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.493 4.62904C14.5502 4.30265 14.3321 3.99165 14.0057 3.93441C13.6793 3.87717 13.3683 4.09536 13.311 4.42175C12.6989 7.91235 12.2835 9.74834 11.8467 10.7174C11.6353 11.1863 11.451 11.3753 11.3035 11.4657C11.1551 11.5566 10.9585 11.6014 10.5951 11.6014C10.2607 11.6014 10.0669 11.4749 9.89485 11.2423C9.6908 10.9665 9.54629 10.577 9.3662 10.0725L9.3514 10.031C9.19033 9.5793 8.99306 9.02613 8.67293 8.59276C8.31092 8.1027 7.78029 7.74701 7.00933 7.74701C5.9216 7.74701 5.28499 8.56651 4.88688 9.35918C4.57939 9.97142 4.33623 10.7269 4.11597 11.4113C4.04907 11.6191 3.98428 11.8204 3.92044 12.0091C3.81426 12.323 3.98265 12.6636 4.29655 12.7698C4.61045 12.8759 4.95099 12.7075 5.05717 12.3936C5.13535 12.1625 5.20931 11.9331 5.28188 11.708C5.49564 11.0449 5.69734 10.4192 5.95924 9.89775C6.31282 9.19372 6.64525 8.94701 7.00933 8.94701C7.34259 8.94701 7.53587 9.07312 7.70772 9.30575C7.91156 9.58171 8.0559 9.97125 8.23605 10.4759L8.25038 10.5161C8.4116 10.9681 8.60914 11.522 8.93009 11.9559C9.2926 12.446 9.82375 12.8014 10.5951 12.8014C11.0332 12.8014 11.4987 12.7535 11.9306 12.4888C12.3635 12.2235 12.6777 11.7938 12.9406 11.2106C13.4524 10.0754 13.8889 8.07337 14.493 4.62904Z" } }] };
5
+ export var PolynomialSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'polynomial-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PolynomialSingle.displayName = 'PolynomialSingle';
13
+ export default PolynomialSingle;
14
+ //# sourceMappingURL=polynomial-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"polynomial-single.js","sourceRoot":"","sources":["../../src/components/polynomial-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,k0BAAk0B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,gqCAAgqC,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3jF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
@@ -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": "M8.59844 1.54922C8.59844 1.21785 8.32981 0.949219 7.99844 0.949219C7.66707 0.949219 7.39844 1.21785 7.39844 1.54922V8.21589C7.39844 8.54726 7.66707 8.81589 7.99844 8.81589C8.32981 8.81589 8.59844 8.54726 8.59844 8.21589V1.54922Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.59937 3.50471C4.86601 3.30797 4.92268 2.93232 4.72593 2.66568C4.52919 2.39903 4.15354 2.34237 3.88689 2.53912C2.17725 3.80059 1.06641 5.83122 1.06641 8.12119C1.06641 11.9502 4.17042 15.0542 7.99941 15.0542C11.8284 15.0542 14.9324 11.9502 14.9324 8.12119C14.9324 5.83401 13.8243 3.80555 12.1182 2.54374C11.8518 2.34669 11.4761 2.40294 11.279 2.66936C11.082 2.93578 11.1382 3.31149 11.4046 3.50854C12.8179 4.55381 13.7324 6.23065 13.7324 8.12119C13.7324 11.2874 11.1657 13.8542 7.99941 13.8542C4.83316 13.8542 2.26641 11.2874 2.26641 8.12119C2.26641 6.22834 3.18311 4.54971 4.59937 3.50471Z" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.88223C2.5999 2.55086 2.33127 2.28223 1.9999 2.28223C1.66853 2.28223 1.3999 2.55086 1.3999 2.88223V12.5996C1.3999 14.0356 2.56396 15.1996 3.9999 15.1996H13.9999C14.3313 15.1996 14.5999 14.931 14.5999 14.5996C14.5999 14.2683 14.3313 13.9996 13.9999 13.9996H3.9999C3.2267 13.9996 2.5999 13.3728 2.5999 12.5996V2.88223Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.232 12.3274C11.232 12.6677 10.9562 12.9435 10.616 12.9435 10.2758 12.9435 10 12.6677 10 12.3274 10 11.9872 10.2758 11.7114 10.616 11.7114 10.9562 11.7114 11.232 11.9872 11.232 12.3274zM8.82136 8.26552C9.27497 8.26552 9.64272 7.89778 9.64272 7.44416 9.64272 6.99055 9.27497 6.6228 8.82136 6.6228 8.36774 6.6228 8 6.99055 8 7.44416 8 7.89778 8.36774 8.26552 8.82136 8.26552zM11.232 3.30892C11.232 3.87595 10.7724 4.33562 10.2053 4.33562 9.63832 4.33562 9.17865 3.87595 9.17865 3.30892 9.17865 2.7419 9.63832 2.28223 10.2053 2.28223 10.7724 2.28223 11.232 2.7419 11.232 3.30892zM5.24914 10.0448C5.58936 10.0448 5.86515 9.76899 5.86515 9.42876 5.86515 9.08854 5.58936 8.81274 5.24914 8.81274 4.90891 8.81274 4.63312 9.08854 4.63312 9.42876 4.63312 9.76899 4.90891 10.0448 5.24914 10.0448z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9297 3.86616C13.9988 3.54208 13.7921 3.22332 13.468 3.15419C13.1439 3.08506 12.8252 3.29174 12.7561 3.61582C12.2328 6.06862 11.419 7.67857 10.158 8.8476C8.88447 10.0282 7.09121 10.8196 4.48135 11.5021C4.16076 11.5859 3.96882 11.9138 4.05265 12.2343C4.13648 12.5549 4.46433 12.7469 4.78492 12.663C7.46014 11.9635 9.48303 11.1096 10.9738 9.72762C12.477 8.33407 13.3755 6.46423 13.9297 3.86616Z" } }] };
5
5
  export var PowerSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'power-single',
@@ -1 +1 @@
1
- {"version":3,"file":"power-single.js","sourceRoot":"","sources":["../../src/components/power-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,sOAAsO,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ilBAAilB,EAAC,EAAC,CAAC,EAAC,CAAC;AAErhC,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
+ {"version":3,"file":"power-single.js","sourceRoot":"","sources":["../../src/components/power-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,uUAAuU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,sxBAAsxB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,6YAA6Y,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5vD,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RightSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RightSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.52851 3.52876C5.78886 3.26841 6.21097 3.26841 6.47132 3.52876L10.4713 7.52876C10.7317 7.78911 10.7317 8.21122 10.4713 8.47157L6.47132 12.4716C6.21097 12.7319 5.78886 12.7319 5.52851 12.4716C5.26816 12.2112 5.26816 11.7891 5.52851 11.5288L9.05711 8.00016L5.52851 4.47157C5.26816 4.21122 5.26816 3.78911 5.52851 3.52876Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RightSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'right-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RightSingle.displayName = 'RightSingle';
13
+ export default RightSingle;
14
+ //# sourceMappingURL=right-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"right-single.js","sourceRoot":"","sources":["../../src/components/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,mUAAmU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEvhB,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": "path", "attrs": { "fill": "currentColor", "d": "M5.88699 2.34478L3.65371 2.3448C2.88051 2.34481 2.25372 2.97161 2.25372 3.7448L2.25371 12.4445C2.25371 13.2177 2.88052 13.8445 3.65372 13.8445L12.3535 13.8445C13.1267 13.8445 13.7535 13.2177 13.7535 12.4445V10.0256C13.7535 9.69425 14.0221 9.42562 14.3535 9.42562C14.6849 9.42562 14.9535 9.69425 14.9535 10.0256V12.4445C14.9535 13.8804 13.7894 15.0444 12.3535 15.0445L3.65373 15.0445C2.21778 15.0445 1.05371 13.8805 1.05371 12.4445L1.05372 3.7448C1.05372 2.30888 2.21776 1.14482 3.65369 1.1448L5.88697 1.14478C6.21834 1.14477 6.48698 1.4134 6.48698 1.74477C6.48699 2.07614 6.21836 2.34477 5.88699 2.34478Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.71094 1.75039C8.71094 1.41902 8.97956 1.15039 9.31094 1.15039H13.7497C14.3572 1.15039 14.8497 1.64288 14.8497 2.25039V6.68919C14.8497 7.02056 14.5811 7.28919 14.2497 7.28919C13.9184 7.28919 13.6497 7.02056 13.6497 6.68919V3.19854L8.95883 7.88944C8.72452 8.12375 8.34462 8.12375 8.1103 7.88944C7.87599 7.65512 7.87599 7.27523 8.1103 7.04091L12.8008 2.35039H9.31094C8.97956 2.35039 8.71094 2.08176 8.71094 1.75039Z" } }] };
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M10.123 2.1626H14.6631V6.70277M14.6631 9.77507V12.8644C14.6631 13.4018 14.2276 13.8373 13.6902 13.8373H3.96131C3.424 13.8373 2.98842 13.4018 2.98842 12.8644V3.13549C2.98842 2.59818 3.424 2.1626 3.96131 2.1626H6.87999M9.40947 7.41635L14.3712 2.45459", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": 1.33 } }] };
5
5
  export var ShareRangeSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'share-range-single',
@@ -1 +1 @@
1
- {"version":3,"file":"share-range-single.js","sourceRoot":"","sources":["../../src/components/share-range-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,8lBAA8lB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iaAAia,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7tC,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"}
1
+ {"version":3,"file":"share-range-single.js","sourceRoot":"","sources":["../../src/components/share-range-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,QAAQ,EAAC,cAAc,EAAC,GAAG,EAAC,0PAA0P,EAAC,eAAe,EAAC,OAAO,EAAC,gBAAgB,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1e,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const TrendlineSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default TrendlineSingle;
@@ -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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.98193 3.59476C8.98193 4.19829 8.49266 4.68756 7.88913 4.68756 7.2856 4.68756 6.79633 4.19829 6.79633 3.59476 6.79633 2.99122 7.2856 2.50195 7.88913 2.50195 8.49266 2.50195 8.98193 2.99122 8.98193 3.59476zM13.4012 11.1313C13.8841 11.1313 14.2755 10.7399 14.2755 10.2571 14.2755 9.77423 13.8841 9.38281 13.4012 9.38281 12.9184 9.38281 12.527 9.77423 12.527 10.2571 12.527 10.7399 12.9184 11.1313 13.4012 11.1313zM8.74981 14.9808C9.11195 14.9808 9.4055 14.6872 9.4055 14.3251 9.4055 13.963 9.11195 13.6694 8.74981 13.6694 8.38768 13.6694 8.09413 13.963 8.09413 14.3251 8.09413 14.6872 8.38768 14.9808 8.74981 14.9808zM4.63972 9.3829C5.00185 9.3829 5.2954 9.08935 5.2954 8.72722 5.2954 8.36508 5.00185 8.07153 4.63972 8.07153 4.27759 8.07153 3.98404 8.36508 3.98404 8.72722 3.98404 9.08935 4.27759 9.3829 4.63972 9.3829zM14.0379 3.39504C14.1144 3.0726 13.915 2.74925 13.5925 2.67281 13.2701 2.59637 12.9467 2.79579 12.8703 3.11822 12.2786 5.61435 10.9294 8.07593 9.07855 9.85943 7.2313 11.6394 4.91564 12.7181 2.36514 12.5434 2.03455 12.5208 1.74819 12.7704 1.72555 13.101 1.7029 13.4316 1.95255 13.718 2.28315 13.7406 5.24772 13.9437 7.8805 12.6803 9.9112 10.7235 11.9383 8.77026 13.3966 6.10028 14.0379 3.39504z" } }] };
5
+ export var TrendlineSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'trendline-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ TrendlineSingle.displayName = 'TrendlineSingle';
13
+ export default TrendlineSingle;
14
+ //# sourceMappingURL=trendline-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trendline-single.js","sourceRoot":"","sources":["../../src/components/trendline-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,8rCAA8rC,EAAC,EAAC,CAAC,EAAC,CAAC;AAEx2C,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ZoomInSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ZoomInSingle;
@@ -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.04883 5.38216C8.04883 5.01397 7.75035 4.71549 7.38216 4.71549C7.01397 4.71549 6.71549 5.01397 6.71549 5.38216V6.71897L5.3865 6.7207C5.01831 6.72117 4.72022 7.02004 4.7207 7.38823C4.72118 7.75642 5.02005 8.05451 5.38824 8.05403L6.71549 8.0523V9.38216C6.71549 9.75035 7.01397 10.0488 7.38216 10.0488C7.75035 10.0488 8.04883 9.75035 8.04883 9.38216V8.05056L9.38304 8.04883C9.75123 8.04835 10.0493 7.74948 10.0488 7.38129C10.0484 7.0131 9.74949 6.71502 9.3813 6.7155L8.04883 6.71723V5.38216Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.38216 1.04883C3.88437 1.04883 1.04883 3.88437 1.04883 7.38216C1.04883 10.88 3.88437 13.7155 7.38216 13.7155C8.89089 13.7155 10.2764 13.1879 11.3643 12.3072L13.813 14.7559C14.0733 15.0162 14.4954 15.0162 14.7558 14.7559C15.0161 14.4955 15.0161 14.0734 14.7558 13.8131L12.3071 11.3644C13.1879 10.2765 13.7155 8.89095 13.7155 7.38216C13.7155 3.88437 10.88 1.04883 7.38216 1.04883ZM2.38216 7.38216C2.38216 4.62075 4.62075 2.38216 7.38216 2.38216C10.1436 2.38216 12.3822 4.62075 12.3822 7.38216C12.3822 10.1436 10.1436 12.3822 7.38216 12.3822C4.62075 12.3822 2.38216 10.1436 2.38216 7.38216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ZoomInSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'zoom-in-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ZoomInSingle.displayName = 'ZoomInSingle';
13
+ export default ZoomInSingle;
14
+ //# sourceMappingURL=zoom-in-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zoom-in-single.js","sourceRoot":"","sources":["../../src/components/zoom-in-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,4eAA4e,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+kBAA+kB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEn0C,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,gBAAgB;QACpB,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ZoomOutSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ZoomOutSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.71549 7.38216C4.71549 7.01397 5.01397 6.71549 5.38216 6.71549H9.38216C9.75035 6.71549 10.0488 7.01397 10.0488 7.38216C10.0488 7.75035 9.75035 8.04883 9.38216 8.04883H5.38216C5.01397 8.04883 4.71549 7.75035 4.71549 7.38216Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.04883 7.38216C1.04883 3.88437 3.88437 1.04883 7.38216 1.04883C10.88 1.04883 13.7155 3.88437 13.7155 7.38216C13.7155 8.89095 13.1879 10.2765 12.3071 11.3644L14.7558 13.8131C15.0161 14.0734 15.0161 14.4955 14.7558 14.7559C14.4954 15.0162 14.0733 15.0162 13.813 14.7559L11.3643 12.3072C10.2764 13.1879 8.89089 13.7155 7.38216 13.7155C3.88437 13.7155 1.04883 10.88 1.04883 7.38216ZM7.38216 2.38216C4.62075 2.38216 2.38216 4.62075 2.38216 7.38216C2.38216 10.1436 4.62075 12.3822 7.38216 12.3822C10.1436 12.3822 12.3822 10.1436 12.3822 7.38216C12.3822 4.62075 10.1436 2.38216 7.38216 2.38216Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ZoomOutSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'zoom-out-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ZoomOutSingle.displayName = 'ZoomOutSingle';
13
+ export default ZoomOutSingle;
14
+ //# sourceMappingURL=zoom-out-single.js.map