@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.158 → 1.1.159

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 (42) hide show
  1. package/IconChartWaterfall/index.d.ts +4 -0
  2. package/IconChartWaterfall/index.js +2 -0
  3. package/IconChartWaterfall/index.js.map +1 -0
  4. package/IconChartWaterfall/index.mjs +2 -0
  5. package/IconChartWaterfall/index.mjs.map +1 -0
  6. package/IconChartWaterfallAxis/index.d.ts +4 -0
  7. package/IconChartWaterfallAxis/index.js +2 -0
  8. package/IconChartWaterfallAxis/index.js.map +1 -0
  9. package/IconChartWaterfallAxis/index.mjs +2 -0
  10. package/IconChartWaterfallAxis/index.mjs.map +1 -0
  11. package/IconPieChart3/index.d.ts +4 -0
  12. package/IconPieChart3/index.js +2 -0
  13. package/IconPieChart3/index.js.map +1 -0
  14. package/IconPieChart3/index.mjs +2 -0
  15. package/IconPieChart3/index.mjs.map +1 -0
  16. package/IconSankeyChart/index.d.ts +4 -0
  17. package/IconSankeyChart/index.js +2 -0
  18. package/IconSankeyChart/index.js.map +1 -0
  19. package/IconSankeyChart/index.mjs +2 -0
  20. package/IconSankeyChart/index.mjs.map +1 -0
  21. package/IconSunburstChart/index.d.ts +4 -0
  22. package/IconSunburstChart/index.js +2 -0
  23. package/IconSunburstChart/index.js.map +1 -0
  24. package/IconSunburstChart/index.mjs +2 -0
  25. package/IconSunburstChart/index.mjs.map +1 -0
  26. package/IconSunburstChart2/index.d.ts +4 -0
  27. package/IconSunburstChart2/index.js +2 -0
  28. package/IconSunburstChart2/index.js.map +1 -0
  29. package/IconSunburstChart2/index.mjs +2 -0
  30. package/IconSunburstChart2/index.mjs.map +1 -0
  31. package/README.md +6 -0
  32. package/filtered-icons.json +84 -0
  33. package/icons/index.d.ts +6 -0
  34. package/icons-index.json +15 -3
  35. package/index.d.ts +6 -0
  36. package/index.js +1 -1
  37. package/index.js.map +1 -1
  38. package/index.mjs +1 -1
  39. package/index.mjs.map +1 -1
  40. package/license-check.js +1 -1
  41. package/package.json +1 -1
  42. package/tsx-icons.json +42 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChartWaterfall: FC<CentralIconBaseProps>;
4
+ export default IconChartWaterfall;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var k=(r,o,e)=>(e=r!=null?c(h(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var P={};B(P,{IconChartWaterfall:()=>C,default:()=>x});module.exports=I(P);var n=k(require("react"));var u=k(require("react")),a=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),C=r=>n.default.createElement(l,{...r},n.default.createElement(t.Path,{d:"M3 19H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 14V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 12V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16 9V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M20 14V5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 12V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=C;0&&(module.exports={IconChartWaterfall});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChartWaterfall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChartWaterfall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 19H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 14V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 9V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 14V5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 12V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChartWaterfall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChartWaterfall_exports","__export","IconChartWaterfall","IconChartWaterfall_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChartWaterfall","props","React","CentralIconBase","IconChartWaterfall_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M3 19H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 14V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 12V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M16 9V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20 14V5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 12V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=d;export{d as IconChartWaterfall,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChartWaterfall/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChartWaterfall: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 19H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 14V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 9V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 14V5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 12V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChartWaterfall;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChartWaterfall","props","React","CentralIconBase","IconChartWaterfall_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChartWaterfallAxis: FC<CentralIconBaseProps>;
4
+ export default IconChartWaterfallAxis;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!L.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var u=(r,o,e)=>(e=r!=null?c(h(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>d(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconChartWaterfallAxis:()=>l,default:()=>I});module.exports=B(P);var t=u(require("react"));var k=u(require("react")),a=require("react-native-svg"),C=({children:r,size:o=24,...e})=>k.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),l=r=>t.default.createElement(C,{...r},t.default.createElement(n.Path,{d:"M16 13V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M20 16V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8 10V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M12 14V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconChartWaterfallAxis});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChartWaterfallAxis/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChartWaterfallAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 13V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 10V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 14V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChartWaterfallAxis;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChartWaterfallAxis_exports","__export","IconChartWaterfallAxis","IconChartWaterfallAxis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChartWaterfallAxis","props","React","CentralIconBase","IconChartWaterfallAxis_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import i from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var d=t=>o.createElement(n,{...t},o.createElement(e,{d:"M16 13V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20 16V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8 10V6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 14V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=d;export{d as IconChartWaterfallAxis,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChartWaterfallAxis/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChartWaterfallAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 13V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 10V6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 14V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChartWaterfallAxis;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChartWaterfallAxis","props","React","CentralIconBase","IconChartWaterfallAxis_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPieChart3: FC<CentralIconBaseProps>;
4
+ export default IconPieChart3;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!I.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(C=h(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(s({},"__esModule",{value:!0}),r);var k={};P(k,{IconPieChart3:()=>f,default:()=>g});module.exports=d(k);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>n.default.createElement(i,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M12 3V12L18 18",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M12 12.0001L20.3149 8.55591",stroke:"currentColor",strokeWidth:"2"})),g=f;0&&(module.exports={IconPieChart3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPieChart3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPieChart3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M12 3V12L18 18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 12.0001L20.3149 8.55591\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPieChart3;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconPieChart3_exports","__export","IconPieChart3","IconPieChart3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPieChart3","props","React","CentralIconBase","IconPieChart3_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as a,Path as n}from"react-native-svg";var l=t=>o.createElement(e,{...t},o.createElement(a,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(n,{d:"M12 3V12L18 18",stroke:"currentColor",strokeWidth:"2"}),o.createElement(n,{d:"M12 12.0001L20.3149 8.55591",stroke:"currentColor",strokeWidth:"2"})),P=l;export{l as IconPieChart3,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPieChart3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPieChart3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M12 3V12L18 18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 12.0001L20.3149 8.55591\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPieChart3;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/DG,EAAA,cAACH,EAAA,CACC,EAAE,8BACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPieChart3","props","React","CentralIconBase","IconPieChart3_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSankeyChart: FC<CentralIconBaseProps>;
4
+ export default IconSankeyChart;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=m(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?l(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconSankeyChart:()=>k,default:()=>P});module.exports=x(g);var n=C(require("react"));var u=C(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(d.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),k=r=>n.default.createElement(c,{...r},n.default.createElement(s.Path,{d:"M4 6C10.9442 6 13.0558 14 20 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M4 12C10.3707 12 13.6293 18 20 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20 6C12.4742 6 12.0952 18 4 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;0&&(module.exports={IconSankeyChart});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSankeyChart/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSankeyChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6C10.9442 6 13.0558 14 20 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12C10.3707 12 13.6293 18 20 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 6C12.4742 6 12.0952 18 4 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyChart;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSankeyChart_exports","__export","IconSankeyChart","IconSankeyChart_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSankeyChart","props","React","CentralIconBase","IconSankeyChart_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4 6C10.9442 6 13.0558 14 20 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4 12C10.3707 12 13.6293 18 20 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M20 6C12.4742 6 12.0952 18 4 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconSankeyChart,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSankeyChart/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSankeyChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6C10.9442 6 13.0558 14 20 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12C10.3707 12 13.6293 18 20 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 6C12.4742 6 12.0952 18 4 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyChart;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSankeyChart","props","React","CentralIconBase","IconSankeyChart_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSunburstChart: FC<CentralIconBaseProps>;
4
+ export default IconSunburstChart;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconSunburstChart:()=>u,default:()=>h});module.exports=g(d);var C=s(require("react"));var m=s(require("react")),M=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.default.createElement(M.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),u=r=>C.default.createElement(l,{...r},C.default.createElement(c.Path,{d:"M12 8C14.2091 8 16 9.79086 16 12M12 8C10.8954 8 9.89543 8.44771 9.17157 9.17157M12 8V3C16.9706 3 21 7.02944 21 12H16M16 12C16 13.1046 15.5523 14.1046 14.8284 14.8284M9.17157 9.17157L5.63604 5.63604C4.00736 7.26472 3 9.51472 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M9.17157 9.17157C8.44771 9.89543 8 10.8954 8 12C8 13.1046 8.44771 14.1046 9.17157 14.8284M14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16M14.8284 14.8284L18.364 18.364C16.7353 19.9926 14.4853 21 12 21M12 16C10.8954 16 9.89543 15.5523 9.17157 14.8284M12 16V21M9.17157 14.8284L5.63604 18.364M5.63604 18.364C7.26472 19.9926 9.51472 21 12 21",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconSunburstChart});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunburstChart/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSunburstChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12M12 8C10.8954 8 9.89543 8.44771 9.17157 9.17157M12 8V3C16.9706 3 21 7.02944 21 12H16M16 12C16 13.1046 15.5523 14.1046 14.8284 14.8284M9.17157 9.17157L5.63604 5.63604C4.00736 7.26472 3 9.51472 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M9.17157 9.17157C8.44771 9.89543 8 10.8954 8 12C8 13.1046 8.44771 14.1046 9.17157 14.8284M14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16M14.8284 14.8284L18.364 18.364C16.7353 19.9926 14.4853 21 12 21M12 16C10.8954 16 9.89543 15.5523 9.17157 14.8284M12 16V21M9.17157 14.8284L5.63604 18.364M5.63604 18.364C7.26472 19.9926 9.51472 21 12 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSunburstChart;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kmBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSunburstChart_exports","__export","IconSunburstChart","IconSunburstChart_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSunburstChart","props","React","CentralIconBase","IconSunburstChart_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 8C14.2091 8 16 9.79086 16 12M12 8C10.8954 8 9.89543 8.44771 9.17157 9.17157M12 8V3C16.9706 3 21 7.02944 21 12H16M16 12C16 13.1046 15.5523 14.1046 14.8284 14.8284M9.17157 9.17157L5.63604 5.63604C4.00736 7.26472 3 9.51472 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M9.17157 9.17157C8.44771 9.89543 8 10.8954 8 12C8 13.1046 8.44771 14.1046 9.17157 14.8284M14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16M14.8284 14.8284L18.364 18.364C16.7353 19.9926 14.4853 21 12 21M12 16C10.8954 16 9.89543 15.5523 9.17157 14.8284M12 16V21M9.17157 14.8284L5.63604 18.364M5.63604 18.364C7.26472 19.9926 9.51472 21 12 21",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=s;export{s as IconSunburstChart,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunburstChart/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSunburstChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12M12 8C10.8954 8 9.89543 8.44771 9.17157 9.17157M12 8V3C16.9706 3 21 7.02944 21 12H16M16 12C16 13.1046 15.5523 14.1046 14.8284 14.8284M9.17157 9.17157L5.63604 5.63604C4.00736 7.26472 3 9.51472 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M9.17157 9.17157C8.44771 9.89543 8 10.8954 8 12C8 13.1046 8.44771 14.1046 9.17157 14.8284M14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16M14.8284 14.8284L18.364 18.364C16.7353 19.9926 14.4853 21 12 21M12 16C10.8954 16 9.89543 15.5523 9.17157 14.8284M12 16V21M9.17157 14.8284L5.63604 18.364M5.63604 18.364C7.26472 19.9926 9.51472 21 12 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSunburstChart;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kmBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSunburstChart","props","React","CentralIconBase","IconSunburstChart_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSunburstChart2: FC<CentralIconBaseProps>;
4
+ export default IconSunburstChart2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(M(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconSunburstChart2:()=>f,default:()=>h});module.exports=g(d);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var u=require("react-native-svg"),f=r=>C.default.createElement(l,{...r},C.default.createElement(u.Path,{d:"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=f;0&&(module.exports={IconSunburstChart2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunburstChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSunburstChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSunburstChart2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qwBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconSunburstChart2_exports","__export","IconSunburstChart2","IconSunburstChart2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSunburstChart2","props","React","CentralIconBase","IconSunburstChart2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=s;export{s as IconSunburstChart2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSunburstChart2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSunburstChart2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSunburstChart2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qwBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSunburstChart2","props","React","CentralIconBase","IconSunburstChart2_default"]}
package/README.md CHANGED
@@ -1772,6 +1772,8 @@ Below is a complete list of available icons:
1772
1772
  - IconChart5
1773
1773
  - IconChart6
1774
1774
  - IconChart7
1775
+ - IconChartWaterfall
1776
+ - IconChartWaterfallAxis
1775
1777
  - IconInsights
1776
1778
  - IconLeaderboard
1777
1779
  - IconLineChart1
@@ -1780,7 +1782,11 @@ Below is a complete list of available icons:
1780
1782
  - IconLineChart4
1781
1783
  - IconPieChart1
1782
1784
  - IconPieChart2
1785
+ - IconPieChart3
1783
1786
  - IconPointChart
1787
+ - IconSankeyChart
1788
+ - IconSunburstChart
1789
+ - IconSunburstChart2
1784
1790
  - IconTrending1
1785
1791
  - IconTrending2
1786
1792
  - IconTrending3
@@ -5880,6 +5880,34 @@
5880
5880
  "packageName": "round-outlined-radius-2-stroke-2",
5881
5881
  "componentName": "IconChart7"
5882
5882
  },
5883
+ {
5884
+ "category": "Statistics & Charts",
5885
+ "svg": "<path d=\"M3 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 14V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 9V6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 14V5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 12V7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5886
+ "iconName": "chart-waterfall",
5887
+ "variant": {
5888
+ "join": "round",
5889
+ "filled": "off",
5890
+ "radius": "2",
5891
+ "stroke": "2"
5892
+ },
5893
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
5894
+ "packageName": "round-outlined-radius-2-stroke-2",
5895
+ "componentName": "IconChartWaterfall"
5896
+ },
5897
+ {
5898
+ "category": "Statistics & Charts",
5899
+ "svg": "<path d=\"M16 13V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 16V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 10V6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 14V10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5900
+ "iconName": "chart-waterfall-axis",
5901
+ "variant": {
5902
+ "join": "round",
5903
+ "filled": "off",
5904
+ "radius": "2",
5905
+ "stroke": "2"
5906
+ },
5907
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
5908
+ "packageName": "round-outlined-radius-2-stroke-2",
5909
+ "componentName": "IconChartWaterfallAxis"
5910
+ },
5883
5911
  {
5884
5912
  "category": "Interface General",
5885
5913
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18172,6 +18200,20 @@
18172
18200
  "packageName": "round-outlined-radius-2-stroke-2",
18173
18201
  "componentName": "IconPieChart2"
18174
18202
  },
18203
+ {
18204
+ "category": "Statistics & Charts",
18205
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 3V12L18 18\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 12.0001L20.3149 8.55591\" stroke=\"currentColor\" stroke-width=\"2\"/>",
18206
+ "iconName": "pie-chart-3, graph, statistics",
18207
+ "variant": {
18208
+ "join": "round",
18209
+ "filled": "off",
18210
+ "radius": "2",
18211
+ "stroke": "2"
18212
+ },
18213
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
18214
+ "packageName": "round-outlined-radius-2-stroke-2",
18215
+ "componentName": "IconPieChart3"
18216
+ },
18175
18217
  {
18176
18218
  "category": "Things",
18177
18219
  "svg": "<path d=\"M22.7314 12.0002C22.9016 12.2944 22.999 12.6359 22.999 13.0002C22.999 14.1048 22.1035 15.0002 20.999 15.0002C20.5646 15.0002 20.1625 14.8617 19.8346 14.6265M19.8346 14.6265C19.7385 14.5575 19.6487 14.4803 19.5664 14.3958L19.8346 14.6265ZM5.5 7.50014V5.00014C5.5 4.44785 5.95165 3.98877 6.49636 4.07997C8.7202 4.4523 9.474 6.00018 9.474 6.00018H14C17.314 6.00018 20 8.68614 20 12.0001C20 13.7751 19.225 15.3642 18 16.4632V19.0002C18 19.5525 17.5523 20.0002 17 20.0002H15C14.4477 20.0002 14 19.5525 14 19.0002C14 18.4479 13.5523 18.0002 13 18.0002H11C10.4477 18.0002 10 18.4479 10 19.0002C10 19.5525 9.55228 20.0002 9 20.0002H7C6.44772 20.0002 6 19.5525 6 19.0002V17.0001C5.094 16.4731 4.525 15.9082 4 15.0002H3C2.44772 15.0002 2 14.5525 2 14.0002V10.9352C2 10.3829 2.44772 9.93518 3 9.93518H4C4.338 9.01018 4.782 8.14814 5.5 7.50014Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -19992,6 +20034,20 @@
19992
20034
  "packageName": "round-outlined-radius-2-stroke-2",
19993
20035
  "componentName": "IconSandbox"
19994
20036
  },
20037
+ {
20038
+ "category": "Statistics & Charts",
20039
+ "svg": "<path d=\"M4 6C10.9442 6 13.0558 14 20 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 12C10.3707 12 13.6293 18 20 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 6C12.4742 6 12.0952 18 4 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20040
+ "iconName": "sankey-chart",
20041
+ "variant": {
20042
+ "join": "round",
20043
+ "filled": "off",
20044
+ "radius": "2",
20045
+ "stroke": "2"
20046
+ },
20047
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
20048
+ "packageName": "round-outlined-radius-2-stroke-2",
20049
+ "componentName": "IconSankeyChart"
20050
+ },
19995
20051
  {
19996
20052
  "category": "Devices & Signals",
19997
20053
  "svg": "<path d=\"M3.95992 7.95007C2.25949 11.3245 2.8182 15.546 5.63604 18.3638C8.45388 21.1817 12.6754 21.7404 16.0498 20.04C17.0908 19.5154 17.1405 18.1403 16.3162 17.3161L6.68378 7.68366C5.85954 6.85942 4.48447 6.90911 3.95992 7.95007Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 12C21 7.02944 16.9706 3 12 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 12C18 8.68629 15.3137 6 12 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12L13 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -22806,6 +22862,34 @@
22806
22862
  "packageName": "round-outlined-radius-2-stroke-2",
22807
22863
  "componentName": "IconSun"
22808
22864
  },
22865
+ {
22866
+ "category": "Statistics & Charts",
22867
+ "svg": "<path d=\"M12 8C14.2091 8 16 9.79086 16 12M12 8C10.8954 8 9.89543 8.44771 9.17157 9.17157M12 8V3C16.9706 3 21 7.02944 21 12H16M16 12C16 13.1046 15.5523 14.1046 14.8284 14.8284M9.17157 9.17157L5.63604 5.63604C4.00736 7.26472 3 9.51472 3 12C3 14.4853 4.00736 16.7353 5.63604 18.364M9.17157 9.17157C8.44771 9.89543 8 10.8954 8 12C8 13.1046 8.44771 14.1046 9.17157 14.8284M14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16M14.8284 14.8284L18.364 18.364C16.7353 19.9926 14.4853 21 12 21M12 16C10.8954 16 9.89543 15.5523 9.17157 14.8284M12 16V21M9.17157 14.8284L5.63604 18.364M5.63604 18.364C7.26472 19.9926 9.51472 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
22868
+ "iconName": "sunburst-chart",
22869
+ "variant": {
22870
+ "join": "round",
22871
+ "filled": "off",
22872
+ "radius": "2",
22873
+ "stroke": "2"
22874
+ },
22875
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
22876
+ "packageName": "round-outlined-radius-2-stroke-2",
22877
+ "componentName": "IconSunburstChart"
22878
+ },
22879
+ {
22880
+ "category": "Statistics & Charts",
22881
+ "svg": "<path d=\"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
22882
+ "iconName": "sunburst-chart-2",
22883
+ "variant": {
22884
+ "join": "round",
22885
+ "filled": "off",
22886
+ "radius": "2",
22887
+ "stroke": "2"
22888
+ },
22889
+ "createdAt": "2026-03-17T09:00:44.510605+00:00",
22890
+ "packageName": "round-outlined-radius-2-stroke-2",
22891
+ "componentName": "IconSunburstChart2"
22892
+ },
22809
22893
  {
22810
22894
  "category": "Weather",
22811
22895
  "svg": "<path d=\"M12 3V4M4 12H3M20 12H21M17.6562 6.34315L18.3634 5.63604M3 16H21M7 20H17M6.34383 6.34315L5.63672 5.63604M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -419,6 +419,8 @@ export type CentralIconName =
419
419
  | "IconChart5"
420
420
  | "IconChart6"
421
421
  | "IconChart7"
422
+ | "IconChartWaterfall"
423
+ | "IconChartWaterfallAxis"
422
424
  | "IconCheckCircle2"
423
425
  | "IconCheckCircle2Dashed"
424
426
  | "IconCheckCircleDashed"
@@ -1297,6 +1299,7 @@ export type CentralIconName =
1297
1299
  | "IconPictureInPicture"
1298
1300
  | "IconPieChart1"
1299
1301
  | "IconPieChart2"
1302
+ | "IconPieChart3"
1300
1303
  | "IconPiggyBank"
1301
1304
  | "IconPillow"
1302
1305
  | "IconPillowZz"
@@ -1427,6 +1430,7 @@ export type CentralIconName =
1427
1430
  | "IconSafari"
1428
1431
  | "IconSafeSimple"
1429
1432
  | "IconSandbox"
1433
+ | "IconSankeyChart"
1430
1434
  | "IconSatellite1"
1431
1435
  | "IconSatellite2"
1432
1436
  | "IconScanCode"
@@ -1628,6 +1632,8 @@ export type CentralIconName =
1628
1632
  | "IconSuitcaseWork"
1629
1633
  | "IconSummary"
1630
1634
  | "IconSun"
1635
+ | "IconSunburstChart"
1636
+ | "IconSunburstChart2"
1631
1637
  | "IconSunrise"
1632
1638
  | "IconSunriseArrowUp"
1633
1639
  | "IconSunset"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.158",
3
+ "version": "1.1.159",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1857,
14
+ "totalIcons": 1863,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -1694,7 +1694,7 @@
1694
1694
  ]
1695
1695
  },
1696
1696
  "Statistics & Charts": {
1697
- "count": 25,
1697
+ "count": 31,
1698
1698
  "icons": [
1699
1699
  "IconAnalytics",
1700
1700
  "IconChart1",
@@ -1704,6 +1704,8 @@
1704
1704
  "IconChart5",
1705
1705
  "IconChart6",
1706
1706
  "IconChart7",
1707
+ "IconChartWaterfall",
1708
+ "IconChartWaterfallAxis",
1707
1709
  "IconInsights",
1708
1710
  "IconLeaderboard",
1709
1711
  "IconLineChart1",
@@ -1712,7 +1714,11 @@
1712
1714
  "IconLineChart4",
1713
1715
  "IconPieChart1",
1714
1716
  "IconPieChart2",
1717
+ "IconPieChart3",
1715
1718
  "IconPointChart",
1719
+ "IconSankeyChart",
1720
+ "IconSunburstChart",
1721
+ "IconSunburstChart2",
1716
1722
  "IconTrending1",
1717
1723
  "IconTrending2",
1718
1724
  "IconTrending3",
@@ -2479,6 +2485,8 @@
2479
2485
  "IconChart5": "chart-5, statistics, graph",
2480
2486
  "IconChart6": "chart-6, statistics, graph",
2481
2487
  "IconChart7": "chart-7, statistics, graph",
2488
+ "IconChartWaterfall": "chart-waterfall",
2489
+ "IconChartWaterfallAxis": "chart-waterfall-axis",
2482
2490
  "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2483
2491
  "IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
2484
2492
  "IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
@@ -3357,6 +3365,7 @@
3357
3365
  "IconPictureInPicture": "picture-in-picture",
3358
3366
  "IconPieChart1": "pie-chart-1, graph, chart, statistics",
3359
3367
  "IconPieChart2": "pie-chart-2, graph, chart, statistics",
3368
+ "IconPieChart3": "pie-chart-3, graph, statistics",
3360
3369
  "IconPiggyBank": "piggy-bank, save-money",
3361
3370
  "IconPillow": "pillow, sleep, snooze",
3362
3371
  "IconPillowZz": "pillow-zz, sleep, snooze",
@@ -3487,6 +3496,7 @@
3487
3496
  "IconSafari": "safari",
3488
3497
  "IconSafeSimple": "safe-simple, save",
3489
3498
  "IconSandbox": "sandbox, playground",
3499
+ "IconSankeyChart": "sankey-chart",
3490
3500
  "IconSatellite1": "satellite-1, radar, feed",
3491
3501
  "IconSatellite2": "satellite-2, radar, feed",
3492
3502
  "IconScanCode": "scan-code, barcode",
@@ -3688,6 +3698,8 @@
3688
3698
  "IconSuitcaseWork": "suitcase-work, workspace",
3689
3699
  "IconSummary": "summary, summarize",
3690
3700
  "IconSun": "sun, light-mode, day, today",
3701
+ "IconSunburstChart": "sunburst-chart",
3702
+ "IconSunburstChart2": "sunburst-chart-2",
3691
3703
  "IconSunrise": "sunrise",
3692
3704
  "IconSunriseArrowUp": "sunrise-arrow-up",
3693
3705
  "IconSunset": "sunset",
package/index.d.ts CHANGED
@@ -418,6 +418,8 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4";
418
418
  export { IconChart5, default as IconChart5Default } from "./IconChart5";
419
419
  export { IconChart6, default as IconChart6Default } from "./IconChart6";
420
420
  export { IconChart7, default as IconChart7Default } from "./IconChart7";
421
+ export { IconChartWaterfall, default as IconChartWaterfallDefault, } from "./IconChartWaterfall";
422
+ export { IconChartWaterfallAxis, default as IconChartWaterfallAxisDefault, } from "./IconChartWaterfallAxis";
421
423
  export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
422
424
  export { IconCheckCircle2Dashed, default as IconCheckCircle2DashedDefault, } from "./IconCheckCircle2Dashed";
423
425
  export { IconCheckCircleDashed, default as IconCheckCircleDashedDefault, } from "./IconCheckCircleDashed";
@@ -1296,6 +1298,7 @@ export { IconPickelball, default as IconPickelballDefault, } from "./IconPickelb
1296
1298
  export { IconPictureInPicture, default as IconPictureInPictureDefault, } from "./IconPictureInPicture";
1297
1299
  export { IconPieChart1, default as IconPieChart1Default, } from "./IconPieChart1";
1298
1300
  export { IconPieChart2, default as IconPieChart2Default, } from "./IconPieChart2";
1301
+ export { IconPieChart3, default as IconPieChart3Default, } from "./IconPieChart3";
1299
1302
  export { IconPiggyBank, default as IconPiggyBankDefault, } from "./IconPiggyBank";
1300
1303
  export { IconPillow, default as IconPillowDefault } from "./IconPillow";
1301
1304
  export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
@@ -1426,6 +1429,7 @@ export { IconRunShortcut, default as IconRunShortcutDefault, } from "./IconRunSh
1426
1429
  export { IconSafari, default as IconSafariDefault } from "./IconSafari";
1427
1430
  export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSimple";
1428
1431
  export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
1432
+ export { IconSankeyChart, default as IconSankeyChartDefault, } from "./IconSankeyChart";
1429
1433
  export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
1430
1434
  export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
1431
1435
  export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
@@ -1627,6 +1631,8 @@ export { IconSuitcaseSticker, default as IconSuitcaseStickerDefault, } from "./I
1627
1631
  export { IconSuitcaseWork, default as IconSuitcaseWorkDefault, } from "./IconSuitcaseWork";
1628
1632
  export { IconSummary, default as IconSummaryDefault } from "./IconSummary";
1629
1633
  export { IconSun, default as IconSunDefault } from "./IconSun";
1634
+ export { IconSunburstChart, default as IconSunburstChartDefault, } from "./IconSunburstChart";
1635
+ export { IconSunburstChart2, default as IconSunburstChart2Default, } from "./IconSunburstChart2";
1630
1636
  export { IconSunrise, default as IconSunriseDefault } from "./IconSunrise";
1631
1637
  export { IconSunriseArrowUp, default as IconSunriseArrowUpDefault, } from "./IconSunriseArrowUp";
1632
1638
  export { IconSunset, default as IconSunsetDefault } from "./IconSunset";