@central-icons-react-native/square-filled-radius-0-stroke-2 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.
- package/IconMapPin2/index.d.ts +4 -0
- package/IconMapPin2/index.js +2 -0
- package/IconMapPin2/index.js.map +1 -0
- package/IconMapPin2/index.mjs +2 -0
- package/IconMapPin2/index.mjs.map +1 -0
- 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 +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
|
@@ -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,p)=>{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:!(p=B(r,n))||p.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 C=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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 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.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 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,ylBACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...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.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 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.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 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,ylBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var u=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},H=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var V=(r,o,t)=>(t=r!=null?f(x(r)):{},H(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),M=r=>H(n({},"__esModule",{value:!0}),r);var Z={};u(Z,{IconStackedBarChart100Axis:()=>c,default:()=>P});module.exports=M(Z);var p=V(require("react"));var l=V(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(C.Path,{d:"M3 3H5V19H21V21H3V3ZM7 12H9V18H7V12ZM12 10H14V18H12V10ZM17 13H19V18H17V13ZM17 5H19V11H17V5ZM7 5H9V10H7V5ZM12 5H14V8H12V5Z",fill:"currentColor"})),P=c;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 3H5V19H21V21H3V3ZM7 12H9V18H7V12ZM12 10H14V18H12V10ZM17 13H19V18H17V13ZM17 5H19V11H17V5ZM7 5H9V10H7V5ZM12 5H14V8H12V5Z\"\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,4HACF,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 e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as H}from"react-native-svg";var V=o=>e.createElement(t,{...o},e.createElement(H,{d:"M3 3H5V19H21V21H3V3ZM7 12H9V18H7V12ZM12 10H14V18H12V10ZM17 13H19V18H17V13ZM17 5H19V11H17V5ZM7 5H9V10H7V5ZM12 5H14V8H12V5Z",fill:"currentColor"})),I=V;export{V as IconStackedBarChart100Axis,I 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 3H5V19H21V21H3V3ZM7 12H9V18H7V12ZM12 10H14V18H12V10ZM17 13H19V18H17V13ZM17 5H19V11H17V5ZM7 5H9V10H7V5ZM12 5H14V8H12V5Z\"\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,4HACF,KAAK,eACP,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 f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},H=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=i(o,e))||l.enumerable});return r};var V=(r,o,t)=>(t=r!=null?f(u(r)):{},H(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),M=r=>H(n({},"__esModule",{value:!0}),r);var Z={};I(Z,{IconStackedBarChartHorizontal100Axis:()=>c,default:()=>P});module.exports=M(Z);var p=V(require("react"));var C=V(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...t})=>C.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(a.Path,{d:"M3 3H5V19H21V21H3V3Z",fill:"currentColor"}),p.default.createElement(a.Path,{d:"M12 15V17H6V15H12ZM20 15V17H14V15H20ZM11 10.5V12.5H6V10.5H11ZM20 10.5V12.5H13V10.5H20ZM14 6V8H6V6H14ZM20 6V8H16V6H20Z",fill:"currentColor"})),P=c;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 d=\"M3 3H5V19H21V21H3V3Z\" fill=\"currentColor\" />\n <Path\n d=\"M12 15V17H6V15H12ZM20 15V17H14V15H20ZM11 10.5V12.5H6V10.5H11ZM20 10.5V12.5H13V10.5H20ZM14 6V8H6V6H14ZM20 6V8H16V6H20Z\"\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,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,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 t from"react";import a from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>a.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var H=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3 3H5V19H21V21H3V3Z",fill:"currentColor"}),t.createElement(n,{d:"M12 15V17H6V15H12ZM20 15V17H14V15H20ZM11 10.5V12.5H6V10.5H11ZM20 10.5V12.5H13V10.5H20ZM14 6V8H6V6H14ZM20 6V8H16V6H20Z",fill:"currentColor"})),x=H;export{H 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 d=\"M3 3H5V19H21V21H3V3Z\" fill=\"currentColor\" />\n <Path\n d=\"M12 15V17H6V15H12ZM20 15V17H14V15H20ZM11 10.5V12.5H6V10.5H11ZM20 10.5V12.5H13V10.5H20ZM14 6V8H6V6H14ZM20 6V8H16V6H20Z\"\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,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -15190,6 +15190,20 @@
|
|
|
15190
15190
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
15191
15191
|
"componentName": "IconMapPin"
|
|
15192
15192
|
},
|
|
15193
|
+
{
|
|
15194
|
+
"category": "Location",
|
|
15195
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 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": "square",
|
|
15199
|
+
"filled": "on",
|
|
15200
|
+
"radius": "0",
|
|
15201
|
+
"stroke": "2"
|
|
15202
|
+
},
|
|
15203
|
+
"createdAt": "2026-03-17T23:01:01.401723+00:00",
|
|
15204
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
15205
|
+
"componentName": "IconMapPin2"
|
|
15206
|
+
},
|
|
15193
15207
|
{
|
|
15194
15208
|
"category": "Location",
|
|
15195
15209
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 19H5.5C4.67 19 4 18.33 4 17.5C4 16.67 4.67 16 5.5 16H8V8H11V6H8V3H5.5C3.57 3 2 4.57 2 6.5V17.5C2 19.43 3.57 21 5.5 21H21V13H19V19Z\" fill=\"currentColor\"/><path d=\"M18.01 11.58C18.33 11.38 18.75 11.08 19.18 10.69C20.01 9.93 21 8.68 21 7.02C21 4.81 19.21 3.02 17 3.02C14.79 3.02 13 4.81 13 7.02C13 8.68 13.99 9.93 14.82 10.69C15.25 11.08 15.67 11.38 15.99 11.58C16.316 11.7838 16.6539 11.9439 17 12.11L17.035 12.0932C17.3671 11.9339 17.6975 11.7753 18.01 11.58Z\" fill=\"currentColor\"/>",
|
|
@@ -22456,6 +22470,20 @@
|
|
|
22456
22470
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
22457
22471
|
"componentName": "IconStackedBarChart100"
|
|
22458
22472
|
},
|
|
22473
|
+
{
|
|
22474
|
+
"category": "Statistics & Charts",
|
|
22475
|
+
"svg": "<path d=\"M3 3H5V19H21V21H3V3ZM7 12H9V18H7V12ZM12 10H14V18H12V10ZM17 13H19V18H17V13ZM17 5H19V11H17V5ZM7 5H9V10H7V5ZM12 5H14V8H12V5Z\" fill=\"currentColor\"/>",
|
|
22476
|
+
"iconName": "stacked-bar-chart-100-axis",
|
|
22477
|
+
"variant": {
|
|
22478
|
+
"join": "square",
|
|
22479
|
+
"filled": "on",
|
|
22480
|
+
"radius": "0",
|
|
22481
|
+
"stroke": "2"
|
|
22482
|
+
},
|
|
22483
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22484
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
22485
|
+
"componentName": "IconStackedBarChart100Axis"
|
|
22486
|
+
},
|
|
22459
22487
|
{
|
|
22460
22488
|
"category": "Statistics & Charts",
|
|
22461
22489
|
"svg": "<path d=\"M21 18H22V20H2V18H3V11H6.5V18H7.5V6H11V18H13V9H16.5V18H17.5V4H21V18Z\" fill=\"currentColor\"/>",
|
|
@@ -22484,6 +22512,20 @@
|
|
|
22484
22512
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
22485
22513
|
"componentName": "IconStackedBarChartAxis2"
|
|
22486
22514
|
},
|
|
22515
|
+
{
|
|
22516
|
+
"category": "Statistics & Charts",
|
|
22517
|
+
"svg": "<path d=\"M3 3H5V19H21V21H3V3Z\" fill=\"currentColor\"/><path d=\"M12 15V17H6V15H12ZM20 15V17H14V15H20ZM11 10.5V12.5H6V10.5H11ZM20 10.5V12.5H13V10.5H20ZM14 6V8H6V6H14ZM20 6V8H16V6H20Z\" fill=\"currentColor\"/>",
|
|
22518
|
+
"iconName": "stacked-bar-chart-horizontal-100-axis",
|
|
22519
|
+
"variant": {
|
|
22520
|
+
"join": "square",
|
|
22521
|
+
"filled": "on",
|
|
22522
|
+
"radius": "0",
|
|
22523
|
+
"stroke": "2"
|
|
22524
|
+
},
|
|
22525
|
+
"createdAt": "2026-03-17T15:01:05.640281+00:00",
|
|
22526
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.165",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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":
|
|
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":
|
|
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":
|
|
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";
|