@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.163 → 1.1.165

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 IconMapPin2: FC<CentralIconBaseProps>;
4
+ export default IconMapPin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=B(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconMapPin2:()=>i,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMapPin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/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 IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMapPin2_exports","__export","IconMapPin2","IconMapPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),d=a;export{a as IconMapPin2,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/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 IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackedBarChart100Axis: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChart100Axis;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var M=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of x(r))!u.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return C};var V=(C,r,o)=>(o=C!=null?B(I(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(e({},"__esModule",{value:!0}),C);var g={};M(g,{IconStackedBarChart100Axis:()=>f,default:()=>Z});module.exports=P(g);var n=V(require("react"));var l=V(require("react")),m=require("react-native-svg"),s=({children:C,size:r=24,...o})=>l.default.createElement(m.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var c=require("react-native-svg"),f=C=>n.default.createElement(s,{...C},n.default.createElement(c.Path,{d:"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5ZM7 17.5V12.5C7 12.2239 7.22386 12 7.5 12C7.77614 12 8 12.2239 8 12.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5ZM12 17.5V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V17.5C13 17.7761 12.7761 18 12.5 18C12.2239 18 12 17.7761 12 17.5ZM17 17.5V13.5C17 13.2239 17.2239 13 17.5 13C17.7761 13 18 13.2239 18 13.5V17.5C18 17.7761 17.7761 18 17.5 18C17.2239 18 17 17.7761 17 17.5ZM17 10.5V5.5C17 5.22386 17.2239 5 17.5 5C17.7761 5 18 5.22386 18 5.5V10.5C18 10.7761 17.7761 11 17.5 11C17.2239 11 17 10.7761 17 10.5ZM7 9.5V5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5ZM12 7.5V5.5C12 5.22386 12.2239 5 12.5 5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8C12.2239 8 12 7.77614 12 7.5Z",fill:"currentColor"})),Z=f;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\n d=\"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5ZM7 17.5V12.5C7 12.2239 7.22386 12 7.5 12C7.77614 12 8 12.2239 8 12.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5ZM12 17.5V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V17.5C13 17.7761 12.7761 18 12.5 18C12.2239 18 12 17.7761 12 17.5ZM17 17.5V13.5C17 13.2239 17.2239 13 17.5 13C17.7761 13 18 13.2239 18 13.5V17.5C18 17.7761 17.7761 18 17.5 18C17.2239 18 17 17.7761 17 17.5ZM17 10.5V5.5C17 5.22386 17.2239 5 17.5 5C17.7761 5 18 5.22386 18 5.5V10.5C18 10.7761 17.7761 11 17.5 11C17.2239 11 17 10.7761 17 10.5ZM7 9.5V5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5ZM12 7.5V5.5C12 5.22386 12.2239 5 12.5 5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8C12.2239 8 12 7.77614 12 7.5Z\"\n fill=\"currentColor\"\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,QACC,EAAE,69BACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>n.createElement(p,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var V=r=>t.createElement(o,{...r},t.createElement(a,{d:"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5ZM7 17.5V12.5C7 12.2239 7.22386 12 7.5 12C7.77614 12 8 12.2239 8 12.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5ZM12 17.5V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V17.5C13 17.7761 12.7761 18 12.5 18C12.2239 18 12 17.7761 12 17.5ZM17 17.5V13.5C17 13.2239 17.2239 13 17.5 13C17.7761 13 18 13.2239 18 13.5V17.5C18 17.7761 17.7761 18 17.5 18C17.2239 18 17 17.7761 17 17.5ZM17 10.5V5.5C17 5.22386 17.2239 5 17.5 5C17.7761 5 18 5.22386 18 5.5V10.5C18 10.7761 17.7761 11 17.5 11C17.2239 11 17 10.7761 17 10.5ZM7 9.5V5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5ZM12 7.5V5.5C12 5.22386 12.2239 5 12.5 5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8C12.2239 8 12 7.77614 12 7.5Z",fill:"currentColor"})),u=V;export{V as IconStackedBarChart100Axis,u 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\n d=\"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5ZM7 17.5V12.5C7 12.2239 7.22386 12 7.5 12C7.77614 12 8 12.2239 8 12.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5ZM12 17.5V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V17.5C13 17.7761 12.7761 18 12.5 18C12.2239 18 12 17.7761 12 17.5ZM17 17.5V13.5C17 13.2239 17.2239 13 17.5 13C17.7761 13 18 13.2239 18 13.5V17.5C18 17.7761 17.7761 18 17.5 18C17.2239 18 17 17.7761 17 17.5ZM17 10.5V5.5C17 5.22386 17.2239 5 17.5 5C17.7761 5 18 5.22386 18 5.5V10.5C18 10.7761 17.7761 11 17.5 11C17.2239 11 17 10.7761 17 10.5ZM7 9.5V5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5ZM12 7.5V5.5C12 5.22386 12.2239 5 12.5 5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8C12.2239 8 12 7.77614 12 7.5Z\"\n fill=\"currentColor\"\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,CACC,EAAE,69BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChart100Axis","props","React","CentralIconBase","IconStackedBarChart100Axis_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackedBarChartHorizontal100Axis: FC<CentralIconBaseProps>;
4
+ export default IconStackedBarChartHorizontal100Axis;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=c(o,t))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),M=r=>f(e({},"__esModule",{value:!0}),r);var Z={};I(Z,{IconStackedBarChartHorizontal100Axis:()=>s,default:()=>P});module.exports=M(Z);var n=i(require("react"));var H=i(require("react")),a=require("react-native-svg"),m=({children:r,size:o=24,...C})=>H.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),s=r=>n.default.createElement(m,{...r},n.default.createElement(l.Path,{d:"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.5 16C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H14.5C14.2239 17 14 16.7761 14 16.5C14 16.2239 14.2239 16 14.5 16H19.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.5 11C19.7761 11 20 11.2239 20 11.5C20 11.7761 19.7761 12 19.5 12H13.5C13.2239 12 13 11.7761 13 11.5C13 11.2239 13.2239 11 13.5 11H19.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.5 6C19.7761 6 20 6.22386 20 6.5C20 6.77614 19.7761 7 19.5 7H16.5C16.2239 7 16 6.77614 16 6.5C16 6.22386 16.2239 6 16.5 6H19.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.5 6C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6.5C6.22386 7 6 6.77614 6 6.5C6 6.22386 6.22386 6 6.5 6H13.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M10.5 11C10.7761 11 11 11.2239 11 11.5C11 11.7761 10.7761 12 10.5 12H6.5C6.22386 12 6 11.7761 6 11.5C6 11.2239 6.22386 11 6.5 11H10.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 16C11.7761 16 12 16.2239 12 16.5C12 16.7761 11.7761 17 11.5 17H6.5C6.22386 17 6 16.7761 6 16.5C6 16.2239 6.22386 16 6.5 16H11.5Z",fill:"currentColor"})),P=s;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 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 16C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H14.5C14.2239 17 14 16.7761 14 16.5C14 16.2239 14.2239 16 14.5 16H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 11C19.7761 11 20 11.2239 20 11.5C20 11.7761 19.7761 12 19.5 12H13.5C13.2239 12 13 11.7761 13 11.5C13 11.2239 13.2239 11 13.5 11H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 6C19.7761 6 20 6.22386 20 6.5C20 6.77614 19.7761 7 19.5 7H16.5C16.2239 7 16 6.77614 16 6.5C16 6.22386 16.2239 6 16.5 6H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 6C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6.5C6.22386 7 6 6.77614 6 6.5C6 6.22386 6.22386 6 6.5 6H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 11C10.7761 11 11 11.2239 11 11.5C11 11.7761 10.7761 12 10.5 12H6.5C6.22386 12 6 11.7761 6 11.5C6 11.2239 6.22386 11 6.5 11H10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 16C11.7761 16 12 16.2239 12 16.5C12 16.7761 11.7761 17 11.5 17H6.5C6.22386 17 6 16.7761 6 16.5C6 16.2239 6.22386 16 6.5 16H11.5Z\"\n fill=\"currentColor\"\n />\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,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,CACF,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 e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(o,{d:"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19.5 16C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H14.5C14.2239 17 14 16.7761 14 16.5C14 16.2239 14.2239 16 14.5 16H19.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19.5 11C19.7761 11 20 11.2239 20 11.5C20 11.7761 19.7761 12 19.5 12H13.5C13.2239 12 13 11.7761 13 11.5C13 11.2239 13.2239 11 13.5 11H19.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19.5 6C19.7761 6 20 6.22386 20 6.5C20 6.77614 19.7761 7 19.5 7H16.5C16.2239 7 16 6.77614 16 6.5C16 6.22386 16.2239 6 16.5 6H19.5Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5 6C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6.5C6.22386 7 6 6.77614 6 6.5C6 6.22386 6.22386 6 6.5 6H13.5Z",fill:"currentColor"}),r.createElement(o,{d:"M10.5 11C10.7761 11 11 11.2239 11 11.5C11 11.7761 10.7761 12 10.5 12H6.5C6.22386 12 6 11.7761 6 11.5C6 11.2239 6.22386 11 6.5 11H10.5Z",fill:"currentColor"}),r.createElement(o,{d:"M11.5 16C11.7761 16 12 16.2239 12 16.5C12 16.7761 11.7761 17 11.5 17H6.5C6.22386 17 6 16.7761 6 16.5C6 16.2239 6.22386 16 6.5 16H11.5Z",fill:"currentColor"})),x=f;export{f 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 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 16C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H14.5C14.2239 17 14 16.7761 14 16.5C14 16.2239 14.2239 16 14.5 16H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 11C19.7761 11 20 11.2239 20 11.5C20 11.7761 19.7761 12 19.5 12H13.5C13.2239 12 13 11.7761 13 11.5C13 11.2239 13.2239 11 13.5 11H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 6C19.7761 6 20 6.22386 20 6.5C20 6.77614 19.7761 7 19.5 7H16.5C16.2239 7 16 6.77614 16 6.5C16 6.22386 16.2239 6 16.5 6H19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 6C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6.5C6.22386 7 6 6.77614 6 6.5C6 6.22386 6.22386 6 6.5 6H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 11C10.7761 11 11 11.2239 11 11.5C11 11.7761 10.7761 12 10.5 12H6.5C6.22386 12 6 11.7761 6 11.5C6 11.2239 6.22386 11 6.5 11H10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 16C11.7761 16 12 16.2239 12 16.5C12 16.7761 11.7761 17 11.5 17H6.5C6.22386 17 6 16.7761 6 16.5C6 16.2239 6.22386 16 6.5 16H11.5Z\"\n fill=\"currentColor\"\n />\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,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackedBarChartHorizontal100Axis","props","React","CentralIconBase","IconStackedBarChartHorizontal100Axis_default"]}
package/README.md CHANGED
@@ -1272,6 +1272,7 @@ Below is a complete list of available icons:
1272
1272
  - IconLocation
1273
1273
  - IconMap
1274
1274
  - IconMapPin
1275
+ - IconMapPin2
1275
1276
  - IconMapPinFlat
1276
1277
  - IconPinCircle
1277
1278
  - IconPinFlag
@@ -1797,8 +1798,10 @@ Below is a complete list of available icons:
1797
1798
  - IconSankeyChart
1798
1799
  - IconStackedBarChart
1799
1800
  - IconStackedBarChart100
1801
+ - IconStackedBarChart100Axis
1800
1802
  - IconStackedBarChart2
1801
1803
  - IconStackedBarChartAxis2
1804
+ - IconStackedBarChartHorizontal100Axis
1802
1805
  - IconSunburstChart
1803
1806
  - IconSunburstChart2
1804
1807
  - IconTrending1
@@ -15190,6 +15190,20 @@
15190
15190
  "packageName": "round-filled-radius-2-stroke-1",
15191
15191
  "componentName": "IconMapPin"
15192
15192
  },
15193
+ {
15194
+ "category": "Location",
15195
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\" fill=\"currentColor\"/>",
15196
+ "iconName": "map-pin-2, location",
15197
+ "variant": {
15198
+ "join": "round",
15199
+ "filled": "on",
15200
+ "radius": "2",
15201
+ "stroke": "1"
15202
+ },
15203
+ "createdAt": "2026-03-17T23:01:01.401723+00:00",
15204
+ "packageName": "round-filled-radius-2-stroke-1",
15205
+ "componentName": "IconMapPin2"
15206
+ },
15193
15207
  {
15194
15208
  "category": "Location",
15195
15209
  "svg": "<path d=\"M14 6.93C14 4.76 15.79 3 18 3C20.21 3 22 4.76 22 6.93C22 10.06 18.37 11.87 18.22 11.95C18.15 11.98 18.08 12 18 12C17.92 12 17.85 11.98 17.78 11.95C17.63 11.87 14 10.06 14 6.93ZM21.5 11C21.22 11 21 11.22 21 11.5V18.5C21 19.33 20.33 20 19.5 20H6C4.9 20 4 19.1 4 18C4 16.9 4.9 16 6 16H8.5C8.78 16 9 15.78 9 15.5V7H12.5C12.78 7 13 6.78 13 6.5C13 6.22 12.78 6 12.5 6H9V3.5C9 3.22 8.78 3 8.5 3H6C4.35 3 3 4.35 3 6V18C3 19.65 4.35 21 6 21H19.5C20.88 21 22 19.88 22 18.5V11.5C22 11.22 21.78 11 21.5 11Z\" fill=\"currentColor\"/>",
@@ -22456,6 +22470,20 @@
22456
22470
  "packageName": "round-filled-radius-2-stroke-1",
22457
22471
  "componentName": "IconStackedBarChart100"
22458
22472
  },
22473
+ {
22474
+ "category": "Statistics & Charts",
22475
+ "svg": "<path d=\"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5ZM7 17.5V12.5C7 12.2239 7.22386 12 7.5 12C7.77614 12 8 12.2239 8 12.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5ZM12 17.5V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V17.5C13 17.7761 12.7761 18 12.5 18C12.2239 18 12 17.7761 12 17.5ZM17 17.5V13.5C17 13.2239 17.2239 13 17.5 13C17.7761 13 18 13.2239 18 13.5V17.5C18 17.7761 17.7761 18 17.5 18C17.2239 18 17 17.7761 17 17.5ZM17 10.5V5.5C17 5.22386 17.2239 5 17.5 5C17.7761 5 18 5.22386 18 5.5V10.5C18 10.7761 17.7761 11 17.5 11C17.2239 11 17 10.7761 17 10.5ZM7 9.5V5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5ZM12 7.5V5.5C12 5.22386 12.2239 5 12.5 5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8C12.2239 8 12 7.77614 12 7.5Z\" fill=\"currentColor\"/>",
22476
+ "iconName": "stacked-bar-chart-100-axis",
22477
+ "variant": {
22478
+ "join": "round",
22479
+ "filled": "on",
22480
+ "radius": "2",
22481
+ "stroke": "1"
22482
+ },
22483
+ "createdAt": "2026-03-17T15:01:05.640281+00:00",
22484
+ "packageName": "round-filled-radius-2-stroke-1",
22485
+ "componentName": "IconStackedBarChart100Axis"
22486
+ },
22459
22487
  {
22460
22488
  "category": "Statistics & Charts",
22461
22489
  "svg": "<path d=\"M9.5 6C10.3284 6 11 6.67157 11 7.5V19H13V10.5C13 9.67157 13.6716 9 14.5 9C15.3284 9 16 9.67157 16 10.5V19H17V5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5V19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5C2 19.2239 2.22386 19 2.5 19H4V12.5C4 11.6716 4.67157 11 5.5 11C6.32843 11 7 11.6716 7 12.5V19H8V7.5C8 6.67157 8.67157 6 9.5 6Z\" fill=\"currentColor\"/>",
@@ -22484,6 +22512,20 @@
22484
22512
  "packageName": "round-filled-radius-2-stroke-1",
22485
22513
  "componentName": "IconStackedBarChartAxis2"
22486
22514
  },
22515
+ {
22516
+ "category": "Statistics & Charts",
22517
+ "svg": "<path d=\"M3 18.5V3.5C3 3.22386 3.22386 3 3.5 3C3.77614 3 4 3.22386 4 3.5V18.5C4 19.3284 4.67157 20 5.5 20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H5.5C4.11929 21 3 19.8807 3 18.5Z\" fill=\"currentColor\"/><path d=\"M19.5 16C19.7761 16 20 16.2239 20 16.5C20 16.7761 19.7761 17 19.5 17H14.5C14.2239 17 14 16.7761 14 16.5C14 16.2239 14.2239 16 14.5 16H19.5Z\" fill=\"currentColor\"/><path d=\"M19.5 11C19.7761 11 20 11.2239 20 11.5C20 11.7761 19.7761 12 19.5 12H13.5C13.2239 12 13 11.7761 13 11.5C13 11.2239 13.2239 11 13.5 11H19.5Z\" fill=\"currentColor\"/><path d=\"M19.5 6C19.7761 6 20 6.22386 20 6.5C20 6.77614 19.7761 7 19.5 7H16.5C16.2239 7 16 6.77614 16 6.5C16 6.22386 16.2239 6 16.5 6H19.5Z\" fill=\"currentColor\"/><path d=\"M13.5 6C13.7761 6 14 6.22386 14 6.5C14 6.77614 13.7761 7 13.5 7H6.5C6.22386 7 6 6.77614 6 6.5C6 6.22386 6.22386 6 6.5 6H13.5Z\" fill=\"currentColor\"/><path d=\"M10.5 11C10.7761 11 11 11.2239 11 11.5C11 11.7761 10.7761 12 10.5 12H6.5C6.22386 12 6 11.7761 6 11.5C6 11.2239 6.22386 11 6.5 11H10.5Z\" fill=\"currentColor\"/><path d=\"M11.5 16C11.7761 16 12 16.2239 12 16.5C12 16.7761 11.7761 17 11.5 17H6.5C6.22386 17 6 16.7761 6 16.5C6 16.2239 6.22386 16 6.5 16H11.5Z\" fill=\"currentColor\"/>",
22518
+ "iconName": "stacked-bar-chart-horizontal-100-axis",
22519
+ "variant": {
22520
+ "join": "round",
22521
+ "filled": "on",
22522
+ "radius": "2",
22523
+ "stroke": "1"
22524
+ },
22525
+ "createdAt": "2026-03-17T15:01:05.640281+00:00",
22526
+ "packageName": "round-filled-radius-2-stroke-1",
22527
+ "componentName": "IconStackedBarChartHorizontal100Axis"
22528
+ },
22487
22529
  {
22488
22530
  "category": "Social Media & Brands",
22489
22531
  "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
@@ -1084,6 +1084,7 @@ export type CentralIconName =
1084
1084
  | "IconManusAi"
1085
1085
  | "IconMap"
1086
1086
  | "IconMapPin"
1087
+ | "IconMapPin2"
1087
1088
  | "IconMapPinFlat"
1088
1089
  | "IconMarkdown"
1089
1090
  | "IconMarker"
@@ -1603,8 +1604,10 @@ export type CentralIconName =
1603
1604
  | "IconStableVoice"
1604
1605
  | "IconStackedBarChart"
1605
1606
  | "IconStackedBarChart100"
1607
+ | "IconStackedBarChart100Axis"
1606
1608
  | "IconStackedBarChart2"
1607
1609
  | "IconStackedBarChartAxis2"
1610
+ | "IconStackedBarChartHorizontal100Axis"
1608
1611
  | "IconStackOverflow"
1609
1612
  | "IconStage"
1610
1613
  | "IconStamps"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.163",
3
+ "version": "1.1.165",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1877,
14
+ "totalIcons": 1880,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -1175,7 +1175,7 @@
1175
1175
  ]
1176
1176
  },
1177
1177
  "Location": {
1178
- "count": 17,
1178
+ "count": 18,
1179
1179
  "icons": [
1180
1180
  "IconDirection1",
1181
1181
  "IconDirection2",
@@ -1186,6 +1186,7 @@
1186
1186
  "IconLocation",
1187
1187
  "IconMap",
1188
1188
  "IconMapPin",
1189
+ "IconMapPin2",
1189
1190
  "IconMapPinFlat",
1190
1191
  "IconPinCircle",
1191
1192
  "IconPinFlag",
@@ -1700,7 +1701,7 @@
1700
1701
  ]
1701
1702
  },
1702
1703
  "Statistics & Charts": {
1703
- "count": 39,
1704
+ "count": 41,
1704
1705
  "icons": [
1705
1706
  "IconAnalytics",
1706
1707
  "IconChart1",
@@ -1729,8 +1730,10 @@
1729
1730
  "IconSankeyChart",
1730
1731
  "IconStackedBarChart",
1731
1732
  "IconStackedBarChart100",
1733
+ "IconStackedBarChart100Axis",
1732
1734
  "IconStackedBarChart2",
1733
1735
  "IconStackedBarChartAxis2",
1736
+ "IconStackedBarChartHorizontal100Axis",
1734
1737
  "IconSunburstChart",
1735
1738
  "IconSunburstChart2",
1736
1739
  "IconTrending1",
@@ -3164,6 +3167,7 @@
3164
3167
  "IconManusAi": "manus-ai",
3165
3168
  "IconMap": "map, paper",
3166
3169
  "IconMapPin": "map-pin, location",
3170
+ "IconMapPin2": "map-pin-2, location",
3167
3171
  "IconMapPinFlat": "map-pin-flat, route",
3168
3172
  "IconMarkdown": "markdown",
3169
3173
  "IconMarker": "marker, highlight",
@@ -3683,8 +3687,10 @@
3683
3687
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3684
3688
  "IconStackedBarChart": "stacked-bar-chart",
3685
3689
  "IconStackedBarChart100": "stacked-bar-chart-100",
3690
+ "IconStackedBarChart100Axis": "stacked-bar-chart-100-axis",
3686
3691
  "IconStackedBarChart2": "stacked-bar-chart-2, revenue",
3687
3692
  "IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
3693
+ "IconStackedBarChartHorizontal100Axis": "stacked-bar-chart-horizontal-100-axis",
3688
3694
  "IconStackOverflow": "stack-overflow",
3689
3695
  "IconStage": "stage, show",
3690
3696
  "IconStamps": "stamps, collection",
package/index.d.ts CHANGED
@@ -1083,6 +1083,7 @@ export { IconMall, default as IconMallDefault } from "./IconMall";
1083
1083
  export { IconManusAi, default as IconManusAiDefault } from "./IconManusAi";
1084
1084
  export { IconMap, default as IconMapDefault } from "./IconMap";
1085
1085
  export { IconMapPin, default as IconMapPinDefault } from "./IconMapPin";
1086
+ export { IconMapPin2, default as IconMapPin2Default } from "./IconMapPin2";
1086
1087
  export { IconMapPinFlat, default as IconMapPinFlatDefault, } from "./IconMapPinFlat";
1087
1088
  export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
1088
1089
  export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
@@ -1603,8 +1604,10 @@ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStabl
1603
1604
  export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1604
1605
  export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
1605
1606
  export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
1607
+ export { IconStackedBarChart100Axis, default as IconStackedBarChart100AxisDefault, } from "./IconStackedBarChart100Axis";
1606
1608
  export { IconStackedBarChart2, default as IconStackedBarChart2Default, } from "./IconStackedBarChart2";
1607
1609
  export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
1610
+ export { IconStackedBarChartHorizontal100Axis, default as IconStackedBarChartHorizontal100AxisDefault, } from "./IconStackedBarChartHorizontal100Axis";
1608
1611
  export { IconStage, default as IconStageDefault } from "./IconStage";
1609
1612
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
1610
1613
  export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";