@univerjs/icons 0.2.3 → 0.2.5

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 (62) hide show
  1. package/dist/components/area-chart-single.d.ts +4 -0
  2. package/dist/components/brokenline-chart-single.d.ts +4 -0
  3. package/{esm/components/scatter-plot-single.d.ts → dist/components/column-chart-single.d.ts} +2 -2
  4. package/dist/components/{combo-chartsingle.d.ts → combo-chart-single.d.ts} +2 -2
  5. package/dist/components/{scatter-plot-single.d.ts → ladder-chart-single.d.ts} +2 -2
  6. package/dist/components/polygon-chart-single.d.ts +4 -0
  7. package/dist/components/roundness-filll-chart-single.d.ts +4 -0
  8. package/dist/components/scatter-chart-single.d.ts +4 -0
  9. package/dist/components/smooth-chart-single.d.ts +4 -0
  10. package/dist/icons.d.ts +9 -4
  11. package/dist/index.js +1 -1
  12. package/esm/components/area-chart-single.d.ts +4 -0
  13. package/esm/components/area-chart-single.js +14 -0
  14. package/esm/components/area-chart-single.js.map +1 -0
  15. package/esm/components/bar-chart-single.js +1 -1
  16. package/esm/components/bar-chart-single.js.map +1 -1
  17. package/esm/components/brokenline-chart-single.d.ts +4 -0
  18. package/esm/components/brokenline-chart-single.js +14 -0
  19. package/esm/components/brokenline-chart-single.js.map +1 -0
  20. package/esm/components/column-chart-single.d.ts +4 -0
  21. package/esm/components/column-chart-single.js +14 -0
  22. package/esm/components/column-chart-single.js.map +1 -0
  23. package/esm/components/{combo-chartsingle.d.ts → combo-chart-single.d.ts} +2 -2
  24. package/esm/components/{combo-chartsingle.js → combo-chart-single.js} +5 -5
  25. package/esm/components/combo-chart-single.js.map +1 -0
  26. package/esm/components/ladder-chart-single.d.ts +4 -0
  27. package/esm/components/ladder-chart-single.js +14 -0
  28. package/esm/components/ladder-chart-single.js.map +1 -0
  29. package/esm/components/polygon-chart-single.d.ts +4 -0
  30. package/esm/components/polygon-chart-single.js +14 -0
  31. package/esm/components/polygon-chart-single.js.map +1 -0
  32. package/esm/components/rhomboid-chart-single.js +1 -1
  33. package/esm/components/roundness-chart-single.js +1 -1
  34. package/esm/components/roundness-chart-single.js.map +1 -1
  35. package/esm/components/roundness-filll-chart-single.d.ts +4 -0
  36. package/esm/components/roundness-filll-chart-single.js +14 -0
  37. package/esm/components/roundness-filll-chart-single.js.map +1 -0
  38. package/esm/components/scatter-chart-single.d.ts +4 -0
  39. package/esm/components/{scatter-plot-single.js → scatter-chart-single.js} +5 -5
  40. package/esm/components/scatter-chart-single.js.map +1 -0
  41. package/esm/components/smooth-chart-single.d.ts +4 -0
  42. package/esm/components/smooth-chart-single.js +14 -0
  43. package/esm/components/smooth-chart-single.js.map +1 -0
  44. package/esm/components/square-chart-single.js +1 -1
  45. package/esm/components/square-chart-single.js.map +1 -1
  46. package/esm/components/triangle-chart-single.js +1 -1
  47. package/esm/icons.d.ts +9 -4
  48. package/esm/icons.js +9 -4
  49. package/esm/icons.js.map +1 -1
  50. package/esm/manifest.js +9 -4
  51. package/esm/manifest.js.map +1 -1
  52. package/package.json +1 -1
  53. package/dist/components/horizontal-bar-chart-single.d.ts +0 -4
  54. package/dist/components/polygon-single.d.ts +0 -4
  55. package/esm/components/combo-chartsingle.js.map +0 -1
  56. package/esm/components/horizontal-bar-chart-single.d.ts +0 -4
  57. package/esm/components/horizontal-bar-chart-single.js +0 -14
  58. package/esm/components/horizontal-bar-chart-single.js.map +0 -1
  59. package/esm/components/polygon-single.d.ts +0 -4
  60. package/esm/components/polygon-single.js +0 -14
  61. package/esm/components/polygon-single.js.map +0 -1
  62. package/esm/components/scatter-plot-single.js.map +0 -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"}
@@ -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": "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" } }] };
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
5
  export var BarChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'bar-chart-single',
@@ -1 +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,kzCAAkzC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtgD,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"}
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"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IconProps } from '../icon';
3
- export declare const ComboChartsingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
- export default ComboChartsingle;
3
+ export declare const ComboChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ComboChartSingle;
@@ -2,13 +2,13 @@
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
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) {
5
+ export var ComboChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
- id: 'combo-chartsingle',
7
+ id: 'combo-chart-single',
8
8
  ref: ref,
9
9
  icon: element,
10
10
  }));
11
11
  });
12
- ComboChartsingle.displayName = 'ComboChartsingle';
13
- export default ComboChartsingle;
14
- //# sourceMappingURL=combo-chartsingle.js.map
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 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"}
@@ -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.57418 0.790382C7.36175 0.00281551 8.63864 0.00281527 9.42621 0.790382L15.2095 6.57369C15.9971 7.36126 15.9971 8.63816 15.2095 9.42572L9.42621 15.209C8.63865 15.9966 7.36175 15.9966 6.57418 15.209L0.79087 9.42572C0.00330379 8.63816 0.00330355 7.36126 0.79087 6.57369L6.57418 0.790382Z" } }] };
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
5
  export var RhomboidChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'rhomboid-chart-single',
@@ -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": "M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" } }] };
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
5
  export var RoundnessChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'roundness-chart-single',
@@ -1 +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,0GAA0G,EAAC,EAAC,CAAC,EAAC,CAAC;AAEpR,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"}
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 ScatterChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ScatterChartSingle;
@@ -2,13 +2,13 @@
2
2
  import { createElement, forwardRef } from 'react';
3
3
  import { IconBase } from '../icon';
4
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) {
5
+ export var ScatterChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
- id: 'scatter-plot-single',
7
+ id: 'scatter-chart-single',
8
8
  ref: ref,
9
9
  icon: element,
10
10
  }));
11
11
  });
12
- ScatterPlotSingle.displayName = 'ScatterPlotSingle';
13
- export default ScatterPlotSingle;
14
- //# sourceMappingURL=scatter-plot-single.js.map
12
+ ScatterChartSingle.displayName = 'ScatterChartSingle';
13
+ export default ScatterChartSingle;
14
+ //# sourceMappingURL=scatter-chart-single.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scatter-chart-single.js","sourceRoot":"","sources":["../../src/components/scatter-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,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,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 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"}
@@ -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": "M1.27539 3.27539C1.27539 2.17082 2.17082 1.27539 3.27539 1.27539H12.7248C13.8293 1.27539 14.7248 2.17082 14.7248 3.27539V12.7248C14.7248 13.8293 13.8293 14.7248 12.7248 14.7248H3.27539C2.17082 14.7248 1.27539 13.8293 1.27539 12.7248V3.27539Z" } }] };
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
5
  export var SquareChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'square-chart-single',
@@ -1 +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,mPAAmP,EAAC,EAAC,CAAC,EAAC,CAAC;AAE7Z,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"}
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"}
@@ -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.26815 2.33545C7.03795 1.00212 8.96245 1.00211 9.73225 2.33545L15.1191 11.6658C15.8889 12.9991 14.9267 14.6658 13.3871 14.6658H2.61334C1.07374 14.6658 0.111484 12.9991 0.881284 11.6658L6.26815 2.33545Z" } }] };
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
5
  export var TriangleChartSingle = forwardRef(function (props, ref) {
6
6
  return createElement(IconBase, Object.assign({}, props, {
7
7
  id: 'triangle-chart-single',
package/esm/icons.d.ts CHANGED
@@ -18,6 +18,7 @@ export { default as AmplifySingle } from './components/amplify-single';
18
18
  export { default as Api } from './components/api';
19
19
  export { default as AppSingle } from './components/app-single';
20
20
  export { default as ArchitectureSingle } from './components/architecture-single';
21
+ export { default as AreaChartSingle } from './components/area-chart-single';
21
22
  export { default as ArrangementSingle } from './components/arrangement-single';
22
23
  export { default as ArrowCircleRightSingle } from './components/arrow-circle-right-single';
23
24
  export { default as ArrowDownSingle } from './components/arrow-down-single';
@@ -45,6 +46,7 @@ export { default as BoldSingle } from './components/bold-single';
45
46
  export { default as BonusPointsSingle16 } from './components/bonus-points-single-16';
46
47
  export { default as BonusPointsSingle20 } from './components/bonus-points-single-20';
47
48
  export { default as BottomSingle } from './components/bottom-single';
49
+ export { default as BrokenlineChartSingle } from './components/brokenline-chart-single';
48
50
  export { default as BrushSingle } from './components/brush-single';
49
51
  export { default as CalendarSingle } from './components/calendar-single';
50
52
  export { default as CancelFreezeSingle } from './components/cancel-freeze-single';
@@ -77,8 +79,9 @@ export { default as CntSingle } from './components/cnt-single';
77
79
  export { default as CodeBlockSingle } from './components/code-block-single';
78
80
  export { default as CodeSingle } from './components/code-single';
79
81
  export { default as Collapse } from './components/collapse';
82
+ export { default as ColumnChartSingle } from './components/column-chart-single';
80
83
  export { default as ColumnSingle } from './components/column-single';
81
- export { default as ComboChartsingle } from './components/combo-chartsingle';
84
+ export { default as ComboChartSingle } from './components/combo-chart-single';
82
85
  export { default as CommentSingle } from './components/comment-single';
83
86
  export { default as Conditions } from './components/conditions';
84
87
  export { default as ContentSingle16 } from './components/content-single-16';
@@ -204,7 +207,6 @@ export { default as HistoryOperations } from './components/history-operations';
204
207
  export { default as HistorySingle } from './components/history-single';
205
208
  export { default as HomeFillSingle } from './components/home-fill-single';
206
209
  export { default as HomeSingle } from './components/home-single';
207
- export { default as HorizontalBarChartSingle } from './components/horizontal-bar-chart-single';
208
210
  export { default as HorizontalBorder } from './components/horizontal-border';
209
211
  export { default as HorizontalMergeSingle } from './components/horizontal-merge-single';
210
212
  export { default as HorizontallySingle } from './components/horizontally-single';
@@ -229,6 +231,7 @@ export { default as InsertSingle } from './components/insert-single';
229
231
  export { default as Insert } from './components/insert';
230
232
  export { default as ItalicSingle } from './components/italic-single';
231
233
  export { default as KeyboardSingle } from './components/keyboard-single';
234
+ export { default as LadderChartSingle } from './components/ladder-chart-single';
232
235
  export { default as LanguageSingle } from './components/language-single';
233
236
  export { default as Lateral } from './components/lateral';
234
237
  export { default as LayersSingle } from './components/layers-single';
@@ -321,7 +324,7 @@ export { default as PermissionSettingSingle } from './components/permission-sett
321
324
  export { default as PieChartSingle } from './components/pie-chart-single';
322
325
  export { default as PipingSingle } from './components/piping-single';
323
326
  export { default as PivotTableSingle } from './components/pivot-table-single';
324
- export { default as PolygonSingle } from './components/polygon-single';
327
+ export { default as PolygonChartSingle } from './components/polygon-chart-single';
325
328
  export { default as PositionSingle16 } from './components/position-single-16';
326
329
  export { default as PositionSingle20 } from './components/position-single-20';
327
330
  export { default as PowerSingle } from './components/power-single';
@@ -370,10 +373,11 @@ export { default as Roadmap } from './components/roadmap';
370
373
  export { default as RocketFillSingle } from './components/rocket-fill-single';
371
374
  export { default as RoubleSingle } from './components/rouble-single';
372
375
  export { default as RoundnessChartSingle } from './components/roundness-chart-single';
376
+ export { default as RoundnessFilllChartSingle } from './components/roundness-filll-chart-single';
373
377
  export { default as RoundnessSingle } from './components/roundness-single';
374
378
  export { default as RowSingle } from './components/row-single';
375
379
  export { default as SaveSingle } from './components/save-single';
376
- export { default as ScatterPlotSingle } from './components/scatter-plot-single';
380
+ export { default as ScatterChartSingle } from './components/scatter-chart-single';
377
381
  export { default as Screen } from './components/screen';
378
382
  export { default as SearchSingle16 } from './components/search-single-16';
379
383
  export { default as SelectRangeSingle } from './components/select-range-single';
@@ -394,6 +398,7 @@ export { default as SlideSingle } from './components/slide-single';
394
398
  export { default as Slide } from './components/slide';
395
399
  export { default as SmileSingle } from './components/smile-single';
396
400
  export { default as Smile } from './components/smile';
401
+ export { default as SmoothChartSingle } from './components/smooth-chart-single';
397
402
  export { default as SolveSingle } from './components/solve-single';
398
403
  export { default as Sort } from './components/sort';
399
404
  export { default as SquareChartSingle } from './components/square-chart-single';
package/esm/icons.js CHANGED
@@ -18,6 +18,7 @@ export { default as AmplifySingle } from './components/amplify-single';
18
18
  export { default as Api } from './components/api';
19
19
  export { default as AppSingle } from './components/app-single';
20
20
  export { default as ArchitectureSingle } from './components/architecture-single';
21
+ export { default as AreaChartSingle } from './components/area-chart-single';
21
22
  export { default as ArrangementSingle } from './components/arrangement-single';
22
23
  export { default as ArrowCircleRightSingle } from './components/arrow-circle-right-single';
23
24
  export { default as ArrowDownSingle } from './components/arrow-down-single';
@@ -45,6 +46,7 @@ export { default as BoldSingle } from './components/bold-single';
45
46
  export { default as BonusPointsSingle16 } from './components/bonus-points-single-16';
46
47
  export { default as BonusPointsSingle20 } from './components/bonus-points-single-20';
47
48
  export { default as BottomSingle } from './components/bottom-single';
49
+ export { default as BrokenlineChartSingle } from './components/brokenline-chart-single';
48
50
  export { default as BrushSingle } from './components/brush-single';
49
51
  export { default as CalendarSingle } from './components/calendar-single';
50
52
  export { default as CancelFreezeSingle } from './components/cancel-freeze-single';
@@ -77,8 +79,9 @@ export { default as CntSingle } from './components/cnt-single';
77
79
  export { default as CodeBlockSingle } from './components/code-block-single';
78
80
  export { default as CodeSingle } from './components/code-single';
79
81
  export { default as Collapse } from './components/collapse';
82
+ export { default as ColumnChartSingle } from './components/column-chart-single';
80
83
  export { default as ColumnSingle } from './components/column-single';
81
- export { default as ComboChartsingle } from './components/combo-chartsingle';
84
+ export { default as ComboChartSingle } from './components/combo-chart-single';
82
85
  export { default as CommentSingle } from './components/comment-single';
83
86
  export { default as Conditions } from './components/conditions';
84
87
  export { default as ContentSingle16 } from './components/content-single-16';
@@ -204,7 +207,6 @@ export { default as HistoryOperations } from './components/history-operations';
204
207
  export { default as HistorySingle } from './components/history-single';
205
208
  export { default as HomeFillSingle } from './components/home-fill-single';
206
209
  export { default as HomeSingle } from './components/home-single';
207
- export { default as HorizontalBarChartSingle } from './components/horizontal-bar-chart-single';
208
210
  export { default as HorizontalBorder } from './components/horizontal-border';
209
211
  export { default as HorizontalMergeSingle } from './components/horizontal-merge-single';
210
212
  export { default as HorizontallySingle } from './components/horizontally-single';
@@ -229,6 +231,7 @@ export { default as InsertSingle } from './components/insert-single';
229
231
  export { default as Insert } from './components/insert';
230
232
  export { default as ItalicSingle } from './components/italic-single';
231
233
  export { default as KeyboardSingle } from './components/keyboard-single';
234
+ export { default as LadderChartSingle } from './components/ladder-chart-single';
232
235
  export { default as LanguageSingle } from './components/language-single';
233
236
  export { default as Lateral } from './components/lateral';
234
237
  export { default as LayersSingle } from './components/layers-single';
@@ -321,7 +324,7 @@ export { default as PermissionSettingSingle } from './components/permission-sett
321
324
  export { default as PieChartSingle } from './components/pie-chart-single';
322
325
  export { default as PipingSingle } from './components/piping-single';
323
326
  export { default as PivotTableSingle } from './components/pivot-table-single';
324
- export { default as PolygonSingle } from './components/polygon-single';
327
+ export { default as PolygonChartSingle } from './components/polygon-chart-single';
325
328
  export { default as PositionSingle16 } from './components/position-single-16';
326
329
  export { default as PositionSingle20 } from './components/position-single-20';
327
330
  export { default as PowerSingle } from './components/power-single';
@@ -370,10 +373,11 @@ export { default as Roadmap } from './components/roadmap';
370
373
  export { default as RocketFillSingle } from './components/rocket-fill-single';
371
374
  export { default as RoubleSingle } from './components/rouble-single';
372
375
  export { default as RoundnessChartSingle } from './components/roundness-chart-single';
376
+ export { default as RoundnessFilllChartSingle } from './components/roundness-filll-chart-single';
373
377
  export { default as RoundnessSingle } from './components/roundness-single';
374
378
  export { default as RowSingle } from './components/row-single';
375
379
  export { default as SaveSingle } from './components/save-single';
376
- export { default as ScatterPlotSingle } from './components/scatter-plot-single';
380
+ export { default as ScatterChartSingle } from './components/scatter-chart-single';
377
381
  export { default as Screen } from './components/screen';
378
382
  export { default as SearchSingle16 } from './components/search-single-16';
379
383
  export { default as SelectRangeSingle } from './components/select-range-single';
@@ -394,6 +398,7 @@ export { default as SlideSingle } from './components/slide-single';
394
398
  export { default as Slide } from './components/slide';
395
399
  export { default as SmileSingle } from './components/smile-single';
396
400
  export { default as Smile } from './components/smile';
401
+ export { default as SmoothChartSingle } from './components/smooth-chart-single';
397
402
  export { default as SolveSingle } from './components/solve-single';
398
403
  export { default as Sort } from './components/sort';
399
404
  export { default as SquareChartSingle } from './components/square-chart-single';