@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.163 → 1.1.164
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.
- package/IconStackedBarChart100Axis/index.d.ts +4 -0
- package/IconStackedBarChart100Axis/index.js +2 -0
- package/IconStackedBarChart100Axis/index.js.map +1 -0
- package/IconStackedBarChart100Axis/index.mjs +2 -0
- package/IconStackedBarChart100Axis/index.mjs.map +1 -0
- package/IconStackedBarChartHorizontal100Axis/index.d.ts +4 -0
- package/IconStackedBarChartHorizontal100Axis/index.js +2 -0
- package/IconStackedBarChartHorizontal100Axis/index.js.map +1 -0
- package/IconStackedBarChartHorizontal100Axis/index.mjs +2 -0
- package/IconStackedBarChartHorizontal100Axis/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var q=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var s in o)p(r,s,{get:o[s],enumerable:!0})},a=(r,o,s,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of q(o))!m.call(r,n)&&n!==s&&p(r,n,{get:()=>o[n],enumerable:!(u=L(o,n))||u.enumerable});return r};var k=(r,o,s)=>(s=r!=null?d(M(r)):{},a(o||!r||!r.__esModule?p(s,"default",{value:r,enumerable:!0}):s,r)),f=r=>a(p({},"__esModule",{value:!0}),r);var x={};V(x,{IconStackedBarChart100Axis:()=>i,default:()=>B});module.exports=f(x);var e=k(require("react"));var C=k(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...s})=>C.default.createElement(c.Svg,{...s,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"),i=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M7.5 17.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M12.5 17.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M17.5 10.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M12.5 7.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M7.5 9.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M3.5 3.5L3.5 20.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M7.5 17.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M12.5 17.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M17.5 10.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M12.5 7.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M7.5 9.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),e.default.createElement(t.Path,{d:"M3.5 3.5L3.5 20.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),B=i;0&&(module.exports={IconStackedBarChart100Axis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100Axis/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 IconStackedBarChart100Axis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 3.5L3.5 20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 3.5L3.5 20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100Axis;\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,gCAAAE,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,EAAwDC,GAEjE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconStackedBarChart100Axis_exports","__export","IconStackedBarChart100Axis","IconStackedBarChart100Axis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChart100Axis","props","React","CentralIconBase","IconStackedBarChart100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as u}from"react-native-svg";var s=({children:t,size:e=24,...n})=>p.createElement(u,{...n,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},t);import{Path as o}from"react-native-svg";var a=t=>r.createElement(s,{...t},r.createElement(o,{d:"M7.5 17.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M12.5 17.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M17.5 10.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M12.5 7.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M7.5 9.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M3.5 3.5L3.5 20.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M7.5 17.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M12.5 17.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M17.5 10.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M12.5 7.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M7.5 9.5V5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M3.5 3.5L3.5 20.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),m=a;export{a as IconStackedBarChart100Axis,m as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChart100Axis/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 IconStackedBarChart100Axis: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 3.5L3.5 20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 3.5L3.5 20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChart100Axis;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart100Axis","props","React","CentralIconBase","IconStackedBarChart100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},u=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=d(o,s))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(B(r)):{},u(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>u(p({},"__esModule",{value:!0}),r);var L={};H(L,{IconStackedBarChartHorizontal100Axis:()=>k,default:()=>q});module.exports=I(L);var t=C(require("react"));var c=C(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.default.createElement(l.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"),k=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M3.5 3.5V20.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.5 16.5H14.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.5 11.5H13.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.5 6.5H16.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M13.5 6.5H6.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M10.5 11.5H6.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M11.5 16.5H6.5",stroke:"currentColor",strokeLinecap:"square"})),q=k;0&&(module.exports={IconStackedBarChartHorizontal100Axis});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartHorizontal100Axis/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 IconStackedBarChartHorizontal100Axis: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 3.5V20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M19.5 16.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M19.5 11.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M19.5 6.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M13.5 6.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M10.5 11.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M11.5 16.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartHorizontal100Axis;\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,0CAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGE,EAAQJ","names":["IconStackedBarChartHorizontal100Axis_exports","__export","IconStackedBarChartHorizontal100Axis","IconStackedBarChartHorizontal100Axis_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackedBarChartHorizontal100Axis","props","React","CentralIconBase","IconStackedBarChartHorizontal100Axis_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:e=24,...s})=>p.createElement(a,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},t);import{Path as o}from"react-native-svg";var u=t=>r.createElement(n,{...t},r.createElement(o,{d:"M3.5 3.5V20.5H20.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M19.5 16.5H14.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M19.5 11.5H13.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M19.5 6.5H16.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M13.5 6.5H6.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M10.5 11.5H6.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(o,{d:"M11.5 16.5H6.5",stroke:"currentColor",strokeLinecap:"square"})),x=u;export{u as IconStackedBarChartHorizontal100Axis,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStackedBarChartHorizontal100Axis/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 IconStackedBarChartHorizontal100Axis: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 3.5V20.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M19.5 16.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M19.5 11.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M19.5 6.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M13.5 6.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M10.5 11.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M11.5 16.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStackedBarChartHorizontal100Axis;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChartHorizontal100Axis","props","React","CentralIconBase","IconStackedBarChartHorizontal100Axis_default"]}
|
package/README.md
CHANGED
|
@@ -1797,8 +1797,10 @@ Below is a complete list of available icons:
|
|
|
1797
1797
|
- IconSankeyChart
|
|
1798
1798
|
- IconStackedBarChart
|
|
1799
1799
|
- IconStackedBarChart100
|
|
1800
|
+
- IconStackedBarChart100Axis
|
|
1800
1801
|
- IconStackedBarChart2
|
|
1801
1802
|
- IconStackedBarChartAxis2
|
|
1803
|
+
- IconStackedBarChartHorizontal100Axis
|
|
1802
1804
|
- IconSunburstChart
|
|
1803
1805
|
- IconSunburstChart2
|
|
1804
1806
|
- IconTrending1
|
package/filtered-icons.json
CHANGED
|
@@ -22456,6 +22456,20 @@
|
|
|
22456
22456
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
22457
22457
|
"componentName": "IconStackedBarChart100"
|
|
22458
22458
|
},
|
|
22459
|
+
{
|
|
22460
|
+
"category": "Statistics & Charts",
|
|
22461
|
+
"svg": "<path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 3.5L3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.5 17.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12.5 17.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.5 17.5C17.5 16.3284 17.5 14.6716 17.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.5 10.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12.5 7.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.5 9.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 3.5L3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
22462
|
+
"iconName": "stacked-bar-chart-100-axis",
|
|
22463
|
+
"variant": {
|
|
22464
|
+
"join": "square",
|
|
22465
|
+
"filled": "off",
|
|
22466
|
+
"radius": "0",
|
|
22467
|
+
"stroke": "1"
|
|
22468
|
+
},
|
|
22469
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22470
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
22471
|
+
"componentName": "IconStackedBarChart100Axis"
|
|
22472
|
+
},
|
|
22459
22473
|
{
|
|
22460
22474
|
"category": "Statistics & Charts",
|
|
22461
22475
|
"svg": "<path d=\"M2.5 19.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M4.5 19.5V11.5H7.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.5 19.5V6.5H10.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 19.5V9.5H16.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.5 19.5V4.5H19.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
@@ -22484,6 +22498,20 @@
|
|
|
22484
22498
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
22485
22499
|
"componentName": "IconStackedBarChartAxis2"
|
|
22486
22500
|
},
|
|
22501
|
+
{
|
|
22502
|
+
"category": "Statistics & Charts",
|
|
22503
|
+
"svg": "<path d=\"M3.5 3.5V20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M19.5 16.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M19.5 11.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M19.5 6.5H16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 6.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M10.5 11.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.5 16.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
22504
|
+
"iconName": "stacked-bar-chart-horizontal-100-axis",
|
|
22505
|
+
"variant": {
|
|
22506
|
+
"join": "square",
|
|
22507
|
+
"filled": "off",
|
|
22508
|
+
"radius": "0",
|
|
22509
|
+
"stroke": "1"
|
|
22510
|
+
},
|
|
22511
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22512
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
22513
|
+
"componentName": "IconStackedBarChartHorizontal100Axis"
|
|
22514
|
+
},
|
|
22487
22515
|
{
|
|
22488
22516
|
"category": "Social Media & Brands",
|
|
22489
22517
|
"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
|
@@ -1603,8 +1603,10 @@ export type CentralIconName =
|
|
|
1603
1603
|
| "IconStableVoice"
|
|
1604
1604
|
| "IconStackedBarChart"
|
|
1605
1605
|
| "IconStackedBarChart100"
|
|
1606
|
+
| "IconStackedBarChart100Axis"
|
|
1606
1607
|
| "IconStackedBarChart2"
|
|
1607
1608
|
| "IconStackedBarChartAxis2"
|
|
1609
|
+
| "IconStackedBarChartHorizontal100Axis"
|
|
1608
1610
|
| "IconStackOverflow"
|
|
1609
1611
|
| "IconStage"
|
|
1610
1612
|
| "IconStamps"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.164",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/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":
|
|
14
|
+
"totalIcons": 1879,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
]
|
|
1701
1701
|
},
|
|
1702
1702
|
"Statistics & Charts": {
|
|
1703
|
-
"count":
|
|
1703
|
+
"count": 41,
|
|
1704
1704
|
"icons": [
|
|
1705
1705
|
"IconAnalytics",
|
|
1706
1706
|
"IconChart1",
|
|
@@ -1729,8 +1729,10 @@
|
|
|
1729
1729
|
"IconSankeyChart",
|
|
1730
1730
|
"IconStackedBarChart",
|
|
1731
1731
|
"IconStackedBarChart100",
|
|
1732
|
+
"IconStackedBarChart100Axis",
|
|
1732
1733
|
"IconStackedBarChart2",
|
|
1733
1734
|
"IconStackedBarChartAxis2",
|
|
1735
|
+
"IconStackedBarChartHorizontal100Axis",
|
|
1734
1736
|
"IconSunburstChart",
|
|
1735
1737
|
"IconSunburstChart2",
|
|
1736
1738
|
"IconTrending1",
|
|
@@ -3683,8 +3685,10 @@
|
|
|
3683
3685
|
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3684
3686
|
"IconStackedBarChart": "stacked-bar-chart",
|
|
3685
3687
|
"IconStackedBarChart100": "stacked-bar-chart-100",
|
|
3688
|
+
"IconStackedBarChart100Axis": "stacked-bar-chart-100-axis",
|
|
3686
3689
|
"IconStackedBarChart2": "stacked-bar-chart-2, revenue",
|
|
3687
3690
|
"IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
|
|
3691
|
+
"IconStackedBarChartHorizontal100Axis": "stacked-bar-chart-horizontal-100-axis",
|
|
3688
3692
|
"IconStackOverflow": "stack-overflow",
|
|
3689
3693
|
"IconStage": "stage, show",
|
|
3690
3694
|
"IconStamps": "stamps, collection",
|
package/index.d.ts
CHANGED
|
@@ -1603,8 +1603,10 @@ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStabl
|
|
|
1603
1603
|
export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
|
|
1604
1604
|
export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
|
|
1605
1605
|
export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
|
|
1606
|
+
export { IconStackedBarChart100Axis, default as IconStackedBarChart100AxisDefault, } from "./IconStackedBarChart100Axis";
|
|
1606
1607
|
export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
|
|
1607
1608
|
export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
|
|
1609
|
+
export { IconStackedBarChartHorizontal100Axis, default as IconStackedBarChartHorizontal100AxisDefault, } from "./IconStackedBarChartHorizontal100Axis";
|
|
1608
1610
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1609
1611
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|
|
1610
1612
|
export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";
|