@univerjs/icons 0.2.2 → 0.2.4

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 (76) hide show
  1. package/dist/components/area-chart-single.d.ts +4 -0
  2. package/dist/components/bar-chart-single.d.ts +4 -0
  3. package/dist/components/brokenline-chart-single.d.ts +4 -0
  4. package/dist/components/column-chart-single.d.ts +4 -0
  5. package/dist/components/combo-chart-single.d.ts +4 -0
  6. package/dist/components/ladder-chart-single.d.ts +4 -0
  7. package/dist/components/line-chart-single.d.ts +4 -0
  8. package/dist/components/pie-chart-single.d.ts +4 -0
  9. package/dist/components/polygon-chart-single.d.ts +4 -0
  10. package/dist/components/radar-chart-single.d.ts +4 -0
  11. package/dist/components/rhomboid-chart-single.d.ts +4 -0
  12. package/dist/components/roundness-chart-single.d.ts +4 -0
  13. package/dist/components/roundness-filll-chart-single.d.ts +4 -0
  14. package/dist/components/scatter-plot-single.d.ts +4 -0
  15. package/dist/components/smooth-chart-single.d.ts +4 -0
  16. package/dist/components/square-chart-single.d.ts +4 -0
  17. package/dist/components/triangle-chart-single.d.ts +4 -0
  18. package/dist/icons.d.ts +17 -0
  19. package/dist/index.js +1 -1
  20. package/esm/components/area-chart-single.d.ts +4 -0
  21. package/esm/components/area-chart-single.js +14 -0
  22. package/esm/components/area-chart-single.js.map +1 -0
  23. package/esm/components/bar-chart-single.d.ts +4 -0
  24. package/esm/components/bar-chart-single.js +14 -0
  25. package/esm/components/bar-chart-single.js.map +1 -0
  26. package/esm/components/brokenline-chart-single.d.ts +4 -0
  27. package/esm/components/brokenline-chart-single.js +14 -0
  28. package/esm/components/brokenline-chart-single.js.map +1 -0
  29. package/esm/components/column-chart-single.d.ts +4 -0
  30. package/esm/components/column-chart-single.js +14 -0
  31. package/esm/components/column-chart-single.js.map +1 -0
  32. package/esm/components/combo-chart-single.d.ts +4 -0
  33. package/esm/components/combo-chart-single.js +14 -0
  34. package/esm/components/combo-chart-single.js.map +1 -0
  35. package/esm/components/ladder-chart-single.d.ts +4 -0
  36. package/esm/components/ladder-chart-single.js +14 -0
  37. package/esm/components/ladder-chart-single.js.map +1 -0
  38. package/esm/components/line-chart-single.d.ts +4 -0
  39. package/esm/components/line-chart-single.js +14 -0
  40. package/esm/components/line-chart-single.js.map +1 -0
  41. package/esm/components/pie-chart-single.d.ts +4 -0
  42. package/esm/components/pie-chart-single.js +14 -0
  43. package/esm/components/pie-chart-single.js.map +1 -0
  44. package/esm/components/polygon-chart-single.d.ts +4 -0
  45. package/esm/components/polygon-chart-single.js +14 -0
  46. package/esm/components/polygon-chart-single.js.map +1 -0
  47. package/esm/components/radar-chart-single.d.ts +4 -0
  48. package/esm/components/radar-chart-single.js +14 -0
  49. package/esm/components/radar-chart-single.js.map +1 -0
  50. package/esm/components/rhomboid-chart-single.d.ts +4 -0
  51. package/esm/components/rhomboid-chart-single.js +14 -0
  52. package/esm/components/rhomboid-chart-single.js.map +1 -0
  53. package/esm/components/roundness-chart-single.d.ts +4 -0
  54. package/esm/components/roundness-chart-single.js +14 -0
  55. package/esm/components/roundness-chart-single.js.map +1 -0
  56. package/esm/components/roundness-filll-chart-single.d.ts +4 -0
  57. package/esm/components/roundness-filll-chart-single.js +14 -0
  58. package/esm/components/roundness-filll-chart-single.js.map +1 -0
  59. package/esm/components/scatter-plot-single.d.ts +4 -0
  60. package/esm/components/scatter-plot-single.js +14 -0
  61. package/esm/components/scatter-plot-single.js.map +1 -0
  62. package/esm/components/smooth-chart-single.d.ts +4 -0
  63. package/esm/components/smooth-chart-single.js +14 -0
  64. package/esm/components/smooth-chart-single.js.map +1 -0
  65. package/esm/components/square-chart-single.d.ts +4 -0
  66. package/esm/components/square-chart-single.js +14 -0
  67. package/esm/components/square-chart-single.js.map +1 -0
  68. package/esm/components/triangle-chart-single.d.ts +4 -0
  69. package/esm/components/triangle-chart-single.js +14 -0
  70. package/esm/components/triangle-chart-single.js.map +1 -0
  71. package/esm/icons.d.ts +17 -0
  72. package/esm/icons.js +17 -0
  73. package/esm/icons.js.map +1 -1
  74. package/esm/manifest.js +17 -0
  75. package/esm/manifest.js.map +1 -1
  76. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const AreaChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AreaChartSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.5999 2.14102C2.5999 1.80964 2.33127 1.54102 1.9999 1.54102C1.66853 1.54102 1.3999 1.80964 1.3999 2.14102V11.8584C1.3999 13.2944 2.56396 14.4584 3.9999 14.4584H13.9999C14.3313 14.4584 14.5999 14.1898 14.5999 13.8584C14.5999 13.5271 14.3313 13.2584 13.9999 13.2584H3.9999C3.2267 13.2584 2.5999 12.6316 2.5999 11.8584V2.14102Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M14.2697 2.86338C14.2205 2.73674 14.1282 2.62602 13.9999 2.55537C13.7096 2.39556 13.3447 2.50134 13.1849 2.79163L10.7489 7.42899C10.6246 7.65474 10.3225 7.70579 10.1309 7.5334L8.71072 6.25523C7.92511 5.54818 6.68197 5.78361 6.20929 6.72896L4.12991 10.8877C4.04459 11.0584 4.04822 11.2502 4.12322 11.4106C4.21284 11.6292 4.42775 11.7832 4.67863 11.7832L13.3137 11.783C13.866 11.783 14.3137 11.3353 14.3137 10.783V3.08926C14.3137 3.00936 14.2981 2.9331 14.2697 2.86338ZM13.1137 5.70986C13.1137 5.65764 13.0437 5.64037 13.0194 5.6866L11.8001 8.0077C11.3031 8.91068 10.0943 9.11491 9.32815 8.42536L7.90796 7.14719C7.71156 6.97042 7.40077 7.02928 7.2826 7.26562L5.6962 10.4384C5.66295 10.5049 5.71131 10.5832 5.78565 10.5831L12.7137 10.583C12.9346 10.583 13.1137 10.4039 13.1137 10.183V5.70986Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var AreaChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'area-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ AreaChartSingle.displayName = 'AreaChartSingle';
13
+ export default AreaChartSingle;
14
+ //# sourceMappingURL=area-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"area-chart-single.js","sourceRoot":"","sources":["../../src/components/area-chart-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,wUAAwU,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,uxBAAuxB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEv2C,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 BarChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BarChartSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.33874 9.71431C2.34798 9.71452 2.35724 9.71463 2.36653 9.71463L11.4614 9.71463C12.2346 9.71463 12.8614 9.08783 12.8614 8.31463L12.8614 7.68516C12.8614 6.91196 12.2347 6.28516 11.4615 6.28516L2.36653 6.28516C2.35724 6.28516 2.34798 6.28526 2.33874 6.28547L2.33874 5.51607C2.34797 5.51628 2.35722 5.51639 2.3665 5.51639L13.5531 5.51639C14.3263 5.51639 14.9531 4.88959 14.9531 4.11639L14.9531 3.48691C14.9531 2.71372 14.3263 2.08691 13.5531 2.08691L2.3665 2.08691C2.35722 2.08691 2.34797 2.08702 2.33875 2.08723L2.33875 1.3334C2.33875 1.00203 2.07012 0.733398 1.73874 0.733398C1.40737 0.733398 1.13875 1.00203 1.13875 1.3334L1.13874 14.6667C1.13874 14.9981 1.40737 15.2667 1.73874 15.2667C2.07012 15.2667 2.33874 14.9981 2.33874 14.6667L2.33874 13.9126C2.34547 13.9127 2.3522 13.9128 2.35895 13.9128C2.36146 13.9129 2.36398 13.9129 2.3665 13.9129L8.55312 13.9129C9.32632 13.9129 9.95312 13.2861 9.95312 12.5129L9.95312 11.8834C9.95312 11.1102 9.32633 10.4834 8.55312 10.4834L2.3665 10.4834C2.35722 10.4834 2.34797 10.4835 2.33874 10.4837L2.33874 9.71431ZM11.6614 7.68516C11.6614 7.5747 11.5719 7.48516 11.4614 7.48516L2.36653 7.48516L2.36653 8.51463L11.4614 8.51463C11.5719 8.51463 11.6614 8.42508 11.6614 8.31463L11.6614 7.68516ZM13.7531 3.48691C13.7531 3.37646 13.6636 3.28691 13.5531 3.28691L2.3665 3.28691L2.3665 4.31639L13.5531 4.31639C13.6636 4.31639 13.7531 4.22684 13.7531 4.11639L13.7531 3.48691ZM8.55312 11.6834C8.66358 11.6834 8.75312 11.7729 8.75312 11.8834L8.75312 12.5129C8.75312 12.6233 8.66358 12.7129 8.55312 12.7129L2.3665 12.7129L2.3665 11.6834L8.55312 11.6834Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BarChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'bar-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BarChartSingle.displayName = 'BarChartSingle';
13
+ export default BarChartSingle;
14
+ //# sourceMappingURL=bar-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-chart-single.js","sourceRoot":"","sources":["../../src/components/bar-chart-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,6iDAA6iD,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEjwD,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const BrokenlineChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BrokenlineChartSingle;
@@ -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.8097 2.38923C15.088 2.56919 15.1677 2.94064 14.9877 3.21889L11.0401 9.32254C10.4807 10.1873 9.26196 10.3061 8.54617 9.56563L6.13226 7.0684C5.94536 6.87505 5.62475 6.9175 5.49462 7.15283L2.04119 13.3978C1.88083 13.6877 1.51575 13.7928 1.22577 13.6325C0.935783 13.4721 0.830702 13.107 0.991062 12.817L4.44449 6.57211C4.96502 5.63082 6.24748 5.461 6.99506 6.23438L9.40897 8.73162C9.58792 8.91675 9.89262 8.88705 10.0324 8.67085L13.9801 2.56719C14.1601 2.28895 14.5315 2.20927 14.8097 2.38923Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var BrokenlineChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'brokenline-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ BrokenlineChartSingle.displayName = 'BrokenlineChartSingle';
13
+ export default BrokenlineChartSingle;
14
+ //# sourceMappingURL=brokenline-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brokenline-chart-single.js","sourceRoot":"","sources":["../../src/components/brokenline-chart-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,+eAA+e,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnsB,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAU,CAC7C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,qBAAqB,CAAC,WAAW,GAAG,uBAAuB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ColumnChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ColumnChartSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.71431 13.6614C9.71452 13.6521 9.71463 13.6429 9.71463 13.6336V2.53867C9.71463 1.76547 9.08783 1.13867 8.31463 1.13867H7.68516C6.91196 1.13867 6.28516 1.76547 6.28516 2.53867V13.6336C6.28516 13.6429 6.28526 13.6521 6.28547 13.6614H5.51607C5.51628 13.6522 5.51639 13.6429 5.51639 13.6336V7.447C5.51639 6.6738 4.88959 6.047 4.11639 6.047H3.48691C2.71372 6.047 2.08691 6.6738 2.08691 7.447V13.6336C2.08691 13.6429 2.08702 13.6522 2.08723 13.6614H1.3334C1.00203 13.6614 0.733398 13.93 0.733398 14.2614C0.733398 14.5927 1.00203 14.8614 1.3334 14.8614H14.6667C14.9981 14.8614 15.2667 14.5927 15.2667 14.2614C15.2667 13.93 14.9981 13.6614 14.6667 13.6614H13.9126C13.9127 13.6547 13.9128 13.6479 13.9128 13.6412C13.9129 13.6387 13.9129 13.6361 13.9129 13.6336V7.447C13.9129 6.6738 13.2861 6.047 12.5129 6.047H11.8834C11.1102 6.047 10.4834 6.6738 10.4834 7.447V13.6336C10.4834 13.6429 10.4835 13.6522 10.4837 13.6614H9.71431ZM7.68516 2.33867C7.5747 2.33867 7.48516 2.42822 7.48516 2.53867V13.6336H8.51463V2.53867C8.51463 2.42822 8.42509 2.33867 8.31463 2.33867H7.68516ZM3.48691 7.247C3.37646 7.247 3.28691 7.33654 3.28691 7.447V13.6336H4.31639V7.447C4.31639 7.33654 4.22684 7.247 4.11639 7.247H3.48691ZM11.6834 7.447C11.6834 7.33654 11.7729 7.247 11.8834 7.247H12.5129C12.6233 7.247 12.7129 7.33654 12.7129 7.447V13.6336H11.6834V7.447Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ColumnChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'column-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ColumnChartSingle.displayName = 'ColumnChartSingle';
13
+ export default ColumnChartSingle;
14
+ //# sourceMappingURL=column-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"column-chart-single.js","sourceRoot":"","sources":["../../src/components/column-chart-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,kzCAAkzC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtgD,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 ComboChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ComboChartSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.71431 13.4262C9.71452 13.4169 9.71463 13.4077 9.71463 13.3984V7.99867C9.71463 7.22547 9.08783 6.59867 8.31463 6.59867H7.68516C6.91196 6.59867 6.28516 7.22547 6.28516 7.99867V13.3984C6.28516 13.4077 6.28526 13.4169 6.28547 13.4262H5.51607C5.51628 13.4169 5.51639 13.4077 5.51639 13.3984V9.90699C5.51639 9.13379 4.88959 8.50699 4.11639 8.50699H3.48691C2.71372 8.50699 2.08691 9.13379 2.08691 9.90699V13.3984C2.08691 13.4077 2.08702 13.4169 2.08723 13.4262H1.3334C1.00203 13.4262.733398 13.6948.733398 14.0262.733398 14.3575 1.00203 14.6262 1.3334 14.6262H14.6667C14.9981 14.6262 15.2667 14.3575 15.2667 14.0262 15.2667 13.6948 14.9981 13.4262 14.6667 13.4262H13.9126C13.9127 13.4194 13.9128 13.4127 13.9128 13.406 13.9129 13.4034 13.9129 13.4009 13.9129 13.3984V9.90699C13.9129 9.13379 13.2861 8.50699 12.5129 8.50699H11.8834C11.1102 8.50699 10.4834 9.13379 10.4834 9.90699V13.3984C10.4834 13.4077 10.4835 13.4169 10.4837 13.4262H9.71431zM7.68516 7.79867C7.5747 7.79867 7.48516 7.88821 7.48516 7.99867V13.3984H8.51463V7.99867C8.51463 7.88821 8.42509 7.79867 8.31463 7.79867H7.68516zM3.48691 9.70699C3.37646 9.70699 3.28691 9.79653 3.28691 9.90699V13.3984H4.31639V9.90699C4.31639 9.79653 4.22684 9.70699 4.11639 9.70699H3.48691zM11.6834 9.90699C11.6834 9.79653 11.7729 9.70699 11.8834 9.70699H12.5129C12.6233 9.70699 12.7129 9.79653 12.7129 9.90699V13.3984H11.6834V9.90699zM14.1895 1.59372C14.3993 1.85024 14.3614 2.22824 14.1049 2.43802L10.4498 5.42707C10.0182 5.78005 9.43393 5.88287 8.90773 5.69845L5.86269 4.63121C5.73433 4.58623 5.59191 4.60955 5.4846 4.69312L2.64351 6.9059C2.38208 7.10952 2.00508 7.06265 1.80147 6.80122 1.59785 6.53978 1.64472 6.16279 1.90615 5.95917L4.74724 3.74639C5.17647 3.41209 5.74616 3.31881 6.2596 3.49875L9.30464 4.56599C9.43619 4.61209 9.58225 4.58639 9.69016 4.49814L13.3452 1.50909C13.6017 1.29931 13.9797 1.3372 14.1895 1.59372z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ComboChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'combo-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ComboChartSingle.displayName = 'ComboChartSingle';
13
+ export default ComboChartSingle;
14
+ //# sourceMappingURL=combo-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combo-chart-single.js","sourceRoot":"","sources":["../../src/components/combo-chart-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,40DAA40D,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhiE,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 LadderChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LadderChartSingle;
@@ -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.62636 3.01738C8.40545 3.01738 8.22636 3.19647 8.22636 3.41738V6.88604C8.22636 7.76969 7.51002 8.48604 6.62636 8.48604H5.34921C5.12829 8.48604 4.94921 8.66512 4.94921 8.88604V12.5824C4.94921 13.4661 4.23286 14.1824 3.34921 14.1824H1.47451C1.14314 14.1824 0.874512 13.9138 0.874512 13.5824C0.874512 13.2511 1.14314 12.9824 1.47451 12.9824H3.34921C3.57012 12.9824 3.74921 12.8033 3.74921 12.5824V8.88604C3.74921 8.00238 4.46555 7.28604 5.34921 7.28604H6.62636C6.84728 7.28604 7.02636 7.10695 7.02636 6.88604V3.41738C7.02636 2.53373 7.74271 1.81738 8.62636 1.81738H10.996C11.8796 1.81738 12.596 2.53373 12.596 3.41738V10.8356C12.596 11.0565 12.7751 11.2356 12.996 11.2356H14.5258C14.8572 11.2356 15.1258 11.5042 15.1258 11.8356C15.1258 12.1669 14.8572 12.4356 14.5258 12.4356H12.996C12.1123 12.4356 11.396 11.7192 11.396 10.8356V3.41738C11.396 3.19647 11.2169 3.01738 10.996 3.01738H8.62636Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var LadderChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'ladder-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LadderChartSingle.displayName = 'LadderChartSingle';
13
+ export default LadderChartSingle;
14
+ //# sourceMappingURL=ladder-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ladder-chart-single.js","sourceRoot":"","sources":["../../src/components/ladder-chart-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,43BAA43B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEhlC,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 LineChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default LineChartSingle;
@@ -0,0 +1,14 @@
1
+ // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
2
+ import { createElement, forwardRef } from 'react';
3
+ import { IconBase } from '../icon';
4
+ var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.9999 1.54102C2.33127 1.54102 2.5999 1.80964 2.5999 2.14102V11.8584C2.5999 12.6316 3.2267 13.2584 3.9999 13.2584H13.9999C14.3313 13.2584 14.5999 13.5271 14.5999 13.8584C14.5999 14.1898 14.3313 14.4584 13.9999 14.4584H3.9999C2.56396 14.4584 1.3999 13.2944 1.3999 11.8584V2.14102C1.3999 1.80964 1.66853 1.54102 1.9999 1.54102Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.9999 2.55537C14.2902 2.71518 14.396 3.08005 14.2362 3.37034L11.8001 8.0077C11.3031 8.91068 10.0943 9.11491 9.32815 8.42536L7.90796 7.14719C7.71156 6.97042 7.40077 7.02928 7.2826 7.26562L5.20323 11.4244C5.05503 11.7208 4.69463 11.8409 4.39824 11.6927C4.10185 11.5445 3.98172 11.1841 4.12991 10.8877L6.20929 6.72896C6.68197 5.78361 7.92511 5.54818 8.71072 6.25523L10.1309 7.5334C10.3225 7.70579 10.6246 7.65474 10.7489 7.42899L13.1849 2.79163C13.3447 2.50134 13.7096 2.39556 13.9999 2.55537Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var LineChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'line-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ LineChartSingle.displayName = 'LineChartSingle';
13
+ export default LineChartSingle;
14
+ //# sourceMappingURL=line-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line-chart-single.js","sourceRoot":"","sources":["../../src/components/line-chart-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,wUAAwU,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,+eAA+e,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEzmC,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 PieChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PieChartSingle;
@@ -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(#pie-chart-single_clip0_1644_114)", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M7.40023 2.22624C4.47633 2.5265 2.19561 4.99701 2.19561 8.00023C2.19561 11.206 4.79442 13.8048 8.00023 13.8048C11.0034 13.8048 13.474 11.5241 13.7742 8.60023H9.60023C8.3852 8.60023 7.40023 7.61525 7.40023 6.40023V2.22624ZM0.995605 8.00023C0.995605 4.13168 4.13168 0.995605 8.00023 0.995605C8.3316 0.995605 8.60023 1.26423 8.60023 1.59561V6.40023C8.60023 6.95251 9.04794 7.40023 9.60023 7.40023H14.4049C14.7362 7.40023 15.0049 7.66886 15.0049 8.00023C15.0049 11.8688 11.8688 15.0049 8.00023 15.0049C4.13168 15.0049 0.995605 11.8688 0.995605 8.00023Z" } }, { "tag": "path", "attrs": { "d": "M9.56654 1.40506C9.72053 1.29203 9.91914 1.25907 10.1014 1.3163C12.2805 2.00072 13.9997 3.71989 14.6841 5.899C14.7413 6.08125 14.7083 6.27986 14.5953 6.43384C14.4823 6.58783 14.3027 6.67879 14.1116 6.67879H10.0216C9.635 6.67879 9.3216 6.36539 9.3216 5.97879V1.88873C9.3216 1.69771 9.41256 1.5181 9.56654 1.40506ZM10.5216 2.77012V5.47879H13.2303C12.6601 4.29855 11.7018 3.34027 10.5216 2.77012Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "pie-chart-single_clip0_1644_114" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["pie-chart-single_clip0_1644_114"] };
5
+ export var PieChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'pie-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PieChartSingle.displayName = 'PieChartSingle';
13
+ export default PieChartSingle;
14
+ //# sourceMappingURL=pie-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pie-chart-single.js","sourceRoot":"","sources":["../../src/components/pie-chart-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,uCAAuC,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,siBAAsiB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,2YAA2Y,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,iCAAiC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,iCAAiC,CAAC,EAAC,CAAC;AAEz9C,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,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const PolygonChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PolygonChartSingle;
@@ -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(#polygon-chart-single_clip0_1646_14)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.28587 1.36401L14.5119 5.18269C15.2865 5.74867 15.6051 6.75546 15.2983 7.66757L13.3158 13.5609C13.0152 14.4544 12.1817 15.0558 11.2437 15.0558H4.7565C3.81855 15.0558 2.98498 14.4544 2.6844 13.5609L0.701952 7.66757C0.395129 6.75546 0.713731 5.74867 1.48829 5.18269L6.71434 1.36401C7.48102 0.803793 8.51919 0.803794 9.28587 1.36401ZM8.58455 2.33483C8.23605 2.08019 7.76416 2.08019 7.41567 2.33483L2.18962 6.15351C1.83755 6.41077 1.69273 6.86841 1.83219 7.283L3.81464 13.1763C3.95127 13.5825 4.33016 13.8558 4.7565 13.8558H11.2437C11.6701 13.8558 12.0489 13.5825 12.1856 13.1763L14.168 7.283C14.3075 6.86841 14.1627 6.41077 13.8106 6.15351L8.58455 2.33483Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "polygon-chart-single_clip0_1646_14" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["polygon-chart-single_clip0_1646_14"] };
5
+ export var PolygonChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'polygon-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ PolygonChartSingle.displayName = 'PolygonChartSingle';
13
+ export default PolygonChartSingle;
14
+ //# sourceMappingURL=polygon-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"polygon-chart-single.js","sourceRoot":"","sources":["../../src/components/polygon-chart-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,0CAA0C,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,ipBAAipB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,oCAAoC,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,oCAAoC,CAAC,EAAC,CAAC;AAEpqC,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 RadarChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RadarChartSingle;
@@ -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(#radar-chart-single_clip0_1644_119)" }, "children": [{ "tag": "path", "attrs": { "d": "M9.28587 1.36401L14.5119 5.18269C15.2865 5.74867 15.6051 6.75546 15.2983 7.66757L13.3158 13.5609C13.0152 14.4544 12.1817 15.0558 11.2437 15.0558H4.7565C3.81855 15.0558 2.98498 14.4544 2.6844 13.5609L0.701952 7.66757C0.395129 6.75546 0.713731 5.74867 1.48829 5.18269L6.71434 1.36401C7.48102 0.803793 8.51919 0.803794 9.28587 1.36401ZM8.58455 2.33483C8.23605 2.08019 7.76416 2.08019 7.41567 2.33483L2.18962 6.15351C1.83755 6.41077 1.69273 6.86841 1.83219 7.283L3.81464 13.1763C3.95127 13.5825 4.33016 13.8558 4.7565 13.8558H11.2437C11.6701 13.8558 12.0489 13.5825 12.1856 13.1763L14.168 7.283C14.3075 6.86841 14.1627 6.41077 13.8106 6.15351L8.58455 2.33483Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "d": "M9.28601 5.04477L11.0759 6.35267C11.8505 6.91864 12.1691 7.92544 11.8623 8.83754L11.1923 10.8292C10.8917 11.7227 10.0582 12.3241 9.1202 12.3241H6.88028C5.94232 12.3241 5.10876 11.7227 4.80817 10.8292L4.13821 8.83754C3.83139 7.92544 4.14999 6.91864 4.92455 6.35267L6.71447 5.04477C7.48116 4.48455 8.51932 4.48455 9.28601 5.04477ZM8.58468 6.01559C8.23619 5.76095 7.76429 5.76095 7.4158 6.01559L5.62588 7.32349C5.27381 7.58075 5.12899 8.03838 5.26845 8.45298L5.93841 10.4446C6.07504 10.8508 6.45394 11.1241 6.88028 11.1241H9.1202C9.54655 11.1241 9.92544 10.8508 10.0621 10.4446L10.732 8.45298C10.8715 8.03838 10.7267 7.58075 10.3746 7.32349L8.58468 6.01559Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "d": "M7.41577 7.61551C7.76427 7.36087 8.23616 7.36087 8.58465 7.61551L8.85725 7.8147C9.20932 8.07196 9.35414 8.52959 9.21467 8.94419L9.12428 9.2129C8.98765 9.61906 8.60876 9.89242 8.18242 9.89242H7.81801C7.39167 9.89242 7.01278 9.61906 6.87615 9.2129L6.78576 8.94419C6.64629 8.52959 6.79111 8.07196 7.14318 7.8147L7.41577 7.61551Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "radar-chart-single_clip0_1644_119" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["radar-chart-single_clip0_1644_119"] };
5
+ export var RadarChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'radar-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RadarChartSingle.displayName = 'RadarChartSingle';
13
+ export default RadarChartSingle;
14
+ //# sourceMappingURL=radar-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radar-chart-single.js","sourceRoot":"","sources":["../../src/components/radar-chart-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,yCAAyC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,ipBAAipB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,gpBAAgpB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,uUAAuU,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,mCAAmC,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,mCAAmC,CAAC,EAAC,CAAC;AAE9tE,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 RhomboidChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RhomboidChartSingle;
@@ -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": "M6.57418 0.789894C7.36175 0.00232722 8.63864 0.00232698 9.42621 0.789894L15.2095 6.5732C15.9971 7.36077 15.9971 8.63767 15.2095 9.42523L9.42621 15.2085C8.63865 15.9961 7.36175 15.9961 6.57418 15.2085L0.79087 9.42523C0.00330378 8.63767 0.00330354 7.36077 0.79087 6.5732L6.57418 0.789894Z" } }] };
5
+ export var RhomboidChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'rhomboid-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RhomboidChartSingle.displayName = 'RhomboidChartSingle';
13
+ export default RhomboidChartSingle;
14
+ //# sourceMappingURL=rhomboid-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rhomboid-chart-single.js","sourceRoot":"","sources":["../../src/components/rhomboid-chart-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,gSAAgS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE1c,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 RoundnessChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RoundnessChartSingle;
@@ -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 13.8C11.2033 13.8 13.8 11.2033 13.8 8C13.8 4.79675 11.2033 2.2 8 2.2C4.79675 2.2 2.2 4.79675 2.2 8C2.2 11.2033 4.79675 13.8 8 13.8ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var RoundnessChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'roundness-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RoundnessChartSingle.displayName = 'RoundnessChartSingle';
13
+ export default RoundnessChartSingle;
14
+ //# sourceMappingURL=roundness-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roundness-chart-single.js","sourceRoot":"","sources":["../../src/components/roundness-chart-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,gPAAgP,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEpc,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,wBAAwB;QAC5B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RoundnessFilllChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RoundnessFilllChartSingle;
@@ -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 7.99951C15 11.8655 11.866 14.9995 8 14.9995C4.13401 14.9995 1 11.8655 1 7.99951C1 4.13352 4.13401 0.999512 8 0.999512C11.866 0.999512 15 4.13352 15 7.99951Z" } }] };
5
+ export var RoundnessFilllChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'roundness-filll-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ RoundnessFilllChartSingle.displayName = 'RoundnessFilllChartSingle';
13
+ export default RoundnessFilllChartSingle;
14
+ //# sourceMappingURL=roundness-filll-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roundness-filll-chart-single.js","sourceRoot":"","sources":["../../src/components/roundness-filll-chart-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,kKAAkK,EAAC,EAAC,CAAC,EAAC,CAAC;AAE5U,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAU,CACjD,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,8BAA8B;QAClC,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,yBAAyB,CAAC,WAAW,GAAG,2BAA2B,CAAC;AAEpE,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ScatterPlotSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ScatterPlotSingle;
@@ -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": "M6.92533 7.88936C7.5801 7.88936 8.11092 7.35855 8.11092 6.70378 8.11092 6.04901 7.5801 5.51819 6.92533 5.51819 6.27056 5.51819 5.73975 6.04901 5.73975 6.70378 5.73975 7.35855 6.27056 7.88936 6.92533 7.88936zM11.9639 5.51817C12.7824 5.51817 13.4459 4.85465 13.4459 4.03618 13.4459 3.21771 12.7824 2.5542 11.9639 2.5542 11.1454 2.5542 10.4819 3.21771 10.4819 4.03618 10.4819 4.85465 11.1454 5.51817 11.9639 5.51817zM5.44339 11.4461C5.93449 11.4461 6.33258 11.048 6.33258 10.5569 6.33258 10.0658 5.93449 9.66772 5.44339 9.66772 4.95229 9.66772 4.5542 10.0658 4.5542 10.5569 4.5542 11.048 4.95229 11.4461 5.44339 11.4461zM10.7784 10.2604C11.2695 10.2604 11.6675 9.86235 11.6675 9.37125 11.6675 8.88015 11.2695 8.48206 10.7784 8.48206 10.2873 8.48206 9.88916 8.88015 9.88916 9.37125 9.88916 9.86235 10.2873 10.2604 10.7784 10.2604z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.9999 1.5415C2.33127 1.5415 2.5999 1.81013 2.5999 2.1415V11.8589C2.5999 12.6321 3.2267 13.2589 3.9999 13.2589H13.9999C14.3313 13.2589 14.5999 13.5275 14.5999 13.8589C14.5999 14.1903 14.3313 14.4589 13.9999 14.4589H3.9999C2.56396 14.4589 1.3999 13.2949 1.3999 11.8589V2.1415C1.3999 1.81013 1.66853 1.5415 1.9999 1.5415Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var ScatterPlotSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'scatter-plot-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ ScatterPlotSingle.displayName = 'ScatterPlotSingle';
13
+ export default ScatterPlotSingle;
14
+ //# sourceMappingURL=scatter-plot-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scatter-plot-single.js","sourceRoot":"","sources":["../../src/components/scatter-plot-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,4zBAA4zB,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,kUAAkU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEh7C,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 SmoothChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SmoothChartSingle;
@@ -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": "M6.79654 4.91872C6.54943 3.41021 4.4086 3.33288 4.0533 4.81962L2.09972 12.9941C2.0227 13.3164 1.69898 13.5152 1.37669 13.4382C1.05439 13.3612 0.855563 13.0375 0.932586 12.7152L2.88616 4.54069C3.54602 1.77959 7.52184 1.92322 7.98075 4.72473L9.01345 11.029C9.21354 12.2504 10.7839 12.6304 11.5203 11.6356L14.0017 8.28332C14.1988 8.01698 14.5746 7.96089 14.8409 8.15804C15.1072 8.35519 15.1633 8.73092 14.9662 8.99726L12.4848 12.3495C11.1173 14.1971 8.20082 13.4914 7.82923 11.223L6.79654 4.91872Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
5
+ export var SmoothChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'smooth-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SmoothChartSingle.displayName = 'SmoothChartSingle';
13
+ export default SmoothChartSingle;
14
+ //# sourceMappingURL=smooth-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smooth-chart-single.js","sourceRoot":"","sources":["../../src/components/smooth-chart-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,gfAAgf,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEpsB,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 SquareChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SquareChartSingle;
@@ -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.27539 3.2749C1.27539 2.17033 2.17082 1.2749 3.27539 1.2749H12.7248C13.8293 1.2749 14.7248 2.17033 14.7248 3.2749V12.7243C14.7248 13.8288 13.8293 14.7243 12.7248 14.7243H3.27539C2.17082 14.7243 1.27539 13.8288 1.27539 12.7243V3.2749Z" } }] };
5
+ export var SquareChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'square-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ SquareChartSingle.displayName = 'SquareChartSingle';
13
+ export default SquareChartSingle;
14
+ //# sourceMappingURL=square-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"square-chart-single.js","sourceRoot":"","sources":["../../src/components/square-chart-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,6OAA6O,EAAC,EAAC,CAAC,EAAC,CAAC;AAEvZ,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 TriangleChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default TriangleChartSingle;
@@ -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": "M6.26815 2.33496C7.03795 1.00163 8.96245 1.00163 9.73225 2.33496L15.1191 11.6653C15.8889 12.9986 14.9267 14.6653 13.3871 14.6653H2.61334C1.07374 14.6653 0.111484 12.9986 0.881284 11.6653L6.26815 2.33496Z" } }] };
5
+ export var TriangleChartSingle = forwardRef(function (props, ref) {
6
+ return createElement(IconBase, Object.assign({}, props, {
7
+ id: 'triangle-chart-single',
8
+ ref: ref,
9
+ icon: element,
10
+ }));
11
+ });
12
+ TriangleChartSingle.displayName = 'TriangleChartSingle';
13
+ export default TriangleChartSingle;
14
+ //# sourceMappingURL=triangle-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"triangle-chart-single.js","sourceRoot":"","sources":["../../src/components/triangle-chart-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,6MAA6M,EAAC,EAAC,CAAC,EAAC,CAAC;AAEvX,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"}