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

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconComboChartAxis: FC<CentralIconBaseProps>;
4
+ export default IconComboChartAxis;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)i(o,e,{get:r[e],enumerable:!0})},d=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of L(r))!f.call(o,s)&&s!==e&&i(o,s,{get:()=>r[s],enumerable:!(p=m(r,s))||p.enumerable});return o};var u=(o,r,e)=>(e=o!=null?l(h(o)):{},d(r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e,o)),B=o=>d(i({},"__esModule",{value:!0}),o);var P={};x(P,{IconComboChartAxis:()=>c,default:()=>I});module.exports=B(P);var n=u(require("react"));var C=u(require("react")),k=require("react-native-svg"),a=({children:o,size:r=24,...e})=>C.default.createElement(k.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(t.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4.5 11L7.7641 8.55192C8.23118 8.20161 8.82802 8.07289 9.39797 8.19955L12.3068 8.84596C12.7552 8.94561 13.2243 8.88787 13.6351 8.68244L19 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 13V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13 14V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 12V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;0&&(module.exports={IconComboChartAxis});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconComboChartAxis/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 IconComboChartAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M4.5 11L7.7641 8.55192C8.23118 8.20161 8.82802 8.07289 9.39797 8.19955L12.3068 8.84596C12.7552 8.94561 13.2243 8.88787 13.6351 8.68244L19 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 13V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 14V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 12V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconComboChartAxis;\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,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconComboChartAxis_exports","__export","IconComboChartAxis","IconComboChartAxis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconComboChartAxis","props","React","CentralIconBase","IconComboChartAxis_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:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4.5 11L7.7641 8.55192C8.23118 8.20161 8.82802 8.07289 9.39797 8.19955L12.3068 8.84596C12.7552 8.94561 13.2243 8.88787 13.6351 8.68244L19 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 13V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M13 14V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18 12V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=d;export{d as IconComboChartAxis,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconComboChartAxis/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 IconComboChartAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M4.5 11L7.7641 8.55192C8.23118 8.20161 8.82802 8.07289 9.39797 8.19955L12.3068 8.84596C12.7552 8.94561 13.2243 8.88787 13.6351 8.68244L19 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 13V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 14V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 12V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconComboChartAxis;\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,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconComboChartAxis","props","React","CentralIconBase","IconComboChartAxis_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSankeyAxis: FC<CentralIconBaseProps>;
4
+ export default IconSankeyAxis;
@@ -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,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconSankeyAxis:()=>c,default:()=>L});module.exports=I(P);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({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 s=require("react-native-svg"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M7 7C12.2082 7 13.7918 15 19 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 6C13.7918 6 12.2082 12 7 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 10C13.7918 10 12.2082 17 7 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=c;0&&(module.exports={IconSankeyAxis});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSankeyAxis/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 IconSankeyAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M7 7C12.2082 7 13.7918 15 19 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 6C13.7918 6 12.2082 12 7 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 10C13.7918 10 12.2082 17 7 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyAxis;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,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,CACF,EAIGE,EAAQJ","names":["IconSankeyAxis_exports","__export","IconSankeyAxis","IconSankeyAxis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSankeyAxis","props","React","CentralIconBase","IconSankeyAxis_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7 7C12.2082 7 13.7918 15 19 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 6C13.7918 6 12.2082 12 7 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 10C13.7918 10 12.2082 17 7 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=C;export{C as IconSankeyAxis,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSankeyAxis/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 IconSankeyAxis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M7 7C12.2082 7 13.7918 15 19 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 6C13.7918 6 12.2082 12 7 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 10C13.7918 10 12.2082 17 7 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSankeyAxis;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,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,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSankeyAxis","props","React","CentralIconBase","IconSankeyAxis_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackedBarChartAxis2: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChartAxis2;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!h.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(C=m(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?l(B(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>a(s({},"__esModule",{value:!0}),r);var g={};x(g,{IconStackedBarChartAxis2:()=>k,default:()=>P});module.exports=I(g);var n=i(require("react"));var d=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>d.default.createElement(u.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 p=require("react-native-svg"),k=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M8 17V12C8 10.8954 8.89543 10 10 10H11C12.1046 10 13 10.8954 13 12V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13 17V9C13 7.89543 13.8954 7 15 7H16C17.1046 7 18 7.89543 18 9V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;0&&(module.exports={IconStackedBarChartAxis2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChartAxis2/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 IconStackedBarChartAxis2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M8 17V12C8 10.8954 8.89543 10 10 10H11C12.1046 10 13 10.8954 13 12V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 17V9C13 7.89543 13.8954 7 15 7H16C17.1046 7 18 7.89543 18 9V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartAxis2;\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,8BAAAE,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,EAAsDC,GAE/D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconStackedBarChartAxis2_exports","__export","IconStackedBarChartAxis2","IconStackedBarChartAxis2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChartAxis2","props","React","CentralIconBase","IconStackedBarChartAxis2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(C,{...s,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 a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4 4V18C4 19.1046 4.89543 20 6 20H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8 17V12C8 10.8954 8.89543 10 10 10H11C12.1046 10 13 10.8954 13 12V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M13 17V9C13 7.89543 13.8954 7 15 7H16C17.1046 7 18 7.89543 18 9V17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=a;export{a as IconStackedBarChartAxis2,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackedBarChartAxis2/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 IconStackedBarChartAxis2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 <Path\n d=\"M8 17V12C8 10.8954 8.89543 10 10 10H11C12.1046 10 13 10.8954 13 12V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 17V9C13 7.89543 13.8954 7 15 7H16C17.1046 7 18 7.89543 18 9V17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartAxis2;\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,EAAsDC,GAE/DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChartAxis2","props","React","CentralIconBase","IconStackedBarChartAxis2_default"]}
package/README.md CHANGED
@@ -1774,6 +1774,7 @@ Below is a complete list of available icons:
1774
1774
  - IconChart7
1775
1775
  - IconChartWaterfall
1776
1776
  - IconChartWaterfallAxis
1777
+ - IconComboChartAxis
1777
1778
  - IconInsights
1778
1779
  - IconLeaderboard
1779
1780
  - IconLineChart1
@@ -1784,7 +1785,9 @@ Below is a complete list of available icons:
1784
1785
  - IconPieChart2
1785
1786
  - IconPieChart3
1786
1787
  - IconPointChart
1788
+ - IconSankeyAxis
1787
1789
  - IconSankeyChart
1790
+ - IconStackedBarChartAxis2
1788
1791
  - IconSunburstChart
1789
1792
  - IconSunburstChart2
1790
1793
  - IconTrending1
@@ -7658,6 +7658,20 @@
7658
7658
  "packageName": "round-outlined-radius-2-stroke-2",
7659
7659
  "componentName": "IconColumnWideRemove"
7660
7660
  },
7661
+ {
7662
+ "category": "Statistics & Charts",
7663
+ "svg": "<path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 11L7.7641 8.55192C8.23118 8.20161 8.82802 8.07289 9.39797 8.19955L12.3068 8.84596C12.7552 8.94561 13.2243 8.88787 13.6351 8.68244L19 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 13V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 14V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 12V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7664
+ "iconName": "combo-chart-axis",
7665
+ "variant": {
7666
+ "join": "round",
7667
+ "filled": "off",
7668
+ "radius": "2",
7669
+ "stroke": "2"
7670
+ },
7671
+ "createdAt": "2026-03-17T10:01:09.685221+00:00",
7672
+ "packageName": "round-outlined-radius-2-stroke-2",
7673
+ "componentName": "IconComboChartAxis"
7674
+ },
7661
7675
  {
7662
7676
  "category": "Code",
7663
7677
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 12H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 12H17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20034,6 +20048,20 @@
20034
20048
  "packageName": "round-outlined-radius-2-stroke-2",
20035
20049
  "componentName": "IconSandbox"
20036
20050
  },
20051
+ {
20052
+ "category": "Statistics & Charts",
20053
+ "svg": "<path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 7C12.2082 7 13.7918 15 19 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 6C13.7918 6 12.2082 12 7 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 10C13.7918 10 12.2082 17 7 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20054
+ "iconName": "sankey-axis",
20055
+ "variant": {
20056
+ "join": "round",
20057
+ "filled": "off",
20058
+ "radius": "2",
20059
+ "stroke": "2"
20060
+ },
20061
+ "createdAt": "2026-03-17T10:01:09.685221+00:00",
20062
+ "packageName": "round-outlined-radius-2-stroke-2",
20063
+ "componentName": "IconSankeyAxis"
20064
+ },
20037
20065
  {
20038
20066
  "category": "Statistics & Charts",
20039
20067
  "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\"/>",
@@ -22302,6 +22330,20 @@
22302
22330
  "packageName": "round-outlined-radius-2-stroke-2",
22303
22331
  "componentName": "IconStableVoice"
22304
22332
  },
22333
+ {
22334
+ "category": "Statistics & Charts",
22335
+ "svg": "<path d=\"M4 4V18C4 19.1046 4.89543 20 6 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 17V12C8 10.8954 8.89543 10 10 10H11C12.1046 10 13 10.8954 13 12V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 17V9C13 7.89543 13.8954 7 15 7H16C17.1046 7 18 7.89543 18 9V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
22336
+ "iconName": "stacked-bar-chart-axis-2",
22337
+ "variant": {
22338
+ "join": "round",
22339
+ "filled": "off",
22340
+ "radius": "2",
22341
+ "stroke": "2"
22342
+ },
22343
+ "createdAt": "2026-03-17T10:01:09.685221+00:00",
22344
+ "packageName": "round-outlined-radius-2-stroke-2",
22345
+ "componentName": "IconStackedBarChartAxis2"
22346
+ },
22305
22347
  {
22306
22348
  "category": "Social Media & Brands",
22307
22349
  "svg": "<path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -546,6 +546,7 @@ export type CentralIconName =
546
546
  | "IconColumnWideHalfAdd"
547
547
  | "IconColumnWideHalfRemove"
548
548
  | "IconColumnWideRemove"
549
+ | "IconComboChartAxis"
549
550
  | "IconCommits"
550
551
  | "IconCompassRound"
551
552
  | "IconCompassSquare"
@@ -1430,6 +1431,7 @@ export type CentralIconName =
1430
1431
  | "IconSafari"
1431
1432
  | "IconSafeSimple"
1432
1433
  | "IconSandbox"
1434
+ | "IconSankeyAxis"
1433
1435
  | "IconSankeyChart"
1434
1436
  | "IconSatellite1"
1435
1437
  | "IconSatellite2"
@@ -1592,6 +1594,7 @@ export type CentralIconName =
1592
1594
  | "IconSquareX"
1593
1595
  | "IconSquized"
1594
1596
  | "IconStableVoice"
1597
+ | "IconStackedBarChartAxis2"
1595
1598
  | "IconStackOverflow"
1596
1599
  | "IconStage"
1597
1600
  | "IconStamps"
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.159",
3
+ "version": "1.1.160",
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": 1863,
14
+ "totalIcons": 1866,
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": 31,
1697
+ "count": 34,
1698
1698
  "icons": [
1699
1699
  "IconAnalytics",
1700
1700
  "IconChart1",
@@ -1706,6 +1706,7 @@
1706
1706
  "IconChart7",
1707
1707
  "IconChartWaterfall",
1708
1708
  "IconChartWaterfallAxis",
1709
+ "IconComboChartAxis",
1709
1710
  "IconInsights",
1710
1711
  "IconLeaderboard",
1711
1712
  "IconLineChart1",
@@ -1716,7 +1717,9 @@
1716
1717
  "IconPieChart2",
1717
1718
  "IconPieChart3",
1718
1719
  "IconPointChart",
1720
+ "IconSankeyAxis",
1719
1721
  "IconSankeyChart",
1722
+ "IconStackedBarChartAxis2",
1720
1723
  "IconSunburstChart",
1721
1724
  "IconSunburstChart2",
1722
1725
  "IconTrending1",
@@ -2612,6 +2615,7 @@
2612
2615
  "IconColumnWideHalfAdd": "column-wide-half-add",
2613
2616
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2614
2617
  "IconColumnWideRemove": "column-wide-remove",
2618
+ "IconComboChartAxis": "combo-chart-axis",
2615
2619
  "IconCommits": "commits",
2616
2620
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2617
2621
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
@@ -3496,6 +3500,7 @@
3496
3500
  "IconSafari": "safari",
3497
3501
  "IconSafeSimple": "safe-simple, save",
3498
3502
  "IconSandbox": "sandbox, playground",
3503
+ "IconSankeyAxis": "sankey-axis",
3499
3504
  "IconSankeyChart": "sankey-chart",
3500
3505
  "IconSatellite1": "satellite-1, radar, feed",
3501
3506
  "IconSatellite2": "satellite-2, radar, feed",
@@ -3658,6 +3663,7 @@
3658
3663
  "IconSquareX": "square-x, close, x, checkbox, remove",
3659
3664
  "IconSquized": "squized, centered, aligned",
3660
3665
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3666
+ "IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
3661
3667
  "IconStackOverflow": "stack-overflow",
3662
3668
  "IconStage": "stage, show",
3663
3669
  "IconStamps": "stamps, collection",
package/index.d.ts CHANGED
@@ -545,6 +545,7 @@ export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, }
545
545
  export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
546
546
  export { IconColumns3, default as IconColumns3Default } from "./IconColumns3";
547
547
  export { IconColumns3Wide, default as IconColumns3WideDefault, } from "./IconColumns3Wide";
548
+ export { IconComboChartAxis, default as IconComboChartAxisDefault, } from "./IconComboChartAxis";
548
549
  export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
549
550
  export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
550
551
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
@@ -1429,6 +1430,7 @@ export { IconRunShortcut, default as IconRunShortcutDefault, } from "./IconRunSh
1429
1430
  export { IconSafari, default as IconSafariDefault } from "./IconSafari";
1430
1431
  export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSimple";
1431
1432
  export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
1433
+ export { IconSankeyAxis, default as IconSankeyAxisDefault, } from "./IconSankeyAxis";
1432
1434
  export { IconSankeyChart, default as IconSankeyChartDefault, } from "./IconSankeyChart";
1433
1435
  export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
1434
1436
  export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
@@ -1592,6 +1594,7 @@ export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
1592
1594
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
1593
1595
  export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
1594
1596
  export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1597
+ export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
1595
1598
  export { IconStage, default as IconStageDefault } from "./IconStage";
1596
1599
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
1597
1600
  export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";