@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.144 → 1.1.146

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 IconHeartDonation: FC<CentralIconBaseProps>;
4
+ export default IconHeartDonation;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(t({},"__esModule",{value:!0}),C);var h={};x(h,{IconHeartDonation:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9998 4.6831C13.6631 3.18488 15.5978 2.74501 17.3358 3.13427C19.1869 3.54899 20.7685 4.8944 21.5243 6.78759C23.0585 10.6314 21.1568 16.4176 12.2459 21.436C12.0936 21.5218 11.907 21.5218 11.7547 21.436C2.84373 16.4176 0.94219 10.6314 2.4764 6.78759C3.23214 4.89457 4.81295 3.54907 6.6639 3.13427C8.40188 2.7449 10.3365 3.18492 11.9998 4.6831ZM12.0116 7.49951C11.7358 7.49977 11.5117 7.72368 11.5116 7.99951V8.6499C11.4223 8.65658 11.3342 8.66671 11.2479 8.68017C10.785 8.75245 10.3276 8.92789 9.97738 9.23877C9.6157 9.55988 9.38872 10.0095 9.38851 10.5601C9.38851 11.3421 9.75 11.8659 10.2606 12.2134C10.7295 12.5324 11.3347 12.708 11.8377 12.8569C12.3821 13.0181 12.8241 13.1529 13.1405 13.3628C13.4138 13.5443 13.57 13.7652 13.5702 14.1558C13.5702 14.4316 13.4472 14.6403 13.2147 14.8032C12.9667 14.977 12.5952 15.0921 12.1639 15.1128C11.7367 15.1332 11.2905 15.0584 10.9159 14.897C10.5405 14.7351 10.2669 14.5009 10.1248 14.2212C9.99962 13.9754 9.69896 13.8766 9.45297 14.0015C9.2069 14.1265 9.10943 14.4282 9.23422 14.6743C9.51013 15.2173 9.9947 15.5894 10.5203 15.8159C10.8399 15.9536 11.1867 16.0424 11.536 16.0854C11.5219 16.1316 11.5116 16.1802 11.5116 16.231V16.9995C11.5116 17.2755 11.7356 17.4992 12.0116 17.4995C12.2877 17.4995 12.5116 17.2757 12.5116 16.9995V16.231C12.5115 16.1806 12.502 16.1323 12.4881 16.0864C12.9569 16.0291 13.4163 15.8828 13.7879 15.6226C14.2478 15.3004 14.5702 14.8038 14.5702 14.1558C14.5699 13.3814 14.2032 12.8673 13.6932 12.5288C13.2257 12.2187 12.6214 12.0471 12.1209 11.8989C11.5789 11.7385 11.138 11.6014 10.8231 11.3872C10.5501 11.2014 10.3885 10.9698 10.3885 10.5601C10.3887 10.3082 10.4838 10.1268 10.6414 9.98681C10.8109 9.83644 11.0717 9.71999 11.4012 9.66845C12.0744 9.56337 12.8576 9.75247 13.3241 10.1724C13.5292 10.357 13.8453 10.3413 14.0301 10.1362C14.2148 9.93103 14.1982 9.61397 13.993 9.4292C13.5833 9.06034 13.056 8.82499 12.5116 8.71435V7.99951C12.5114 7.72352 12.2876 7.49951 12.0116 7.49951Z",fill:"currentColor"})),g=i;0&&(module.exports={IconHeartDonation});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHeartDonation/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 IconHeartDonation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9998 4.6831C13.6631 3.18488 15.5978 2.74501 17.3358 3.13427C19.1869 3.54899 20.7685 4.8944 21.5243 6.78759C23.0585 10.6314 21.1568 16.4176 12.2459 21.436C12.0936 21.5218 11.907 21.5218 11.7547 21.436C2.84373 16.4176 0.94219 10.6314 2.4764 6.78759C3.23214 4.89457 4.81295 3.54907 6.6639 3.13427C8.40188 2.7449 10.3365 3.18492 11.9998 4.6831ZM12.0116 7.49951C11.7358 7.49977 11.5117 7.72368 11.5116 7.99951V8.6499C11.4223 8.65658 11.3342 8.66671 11.2479 8.68017C10.785 8.75245 10.3276 8.92789 9.97738 9.23877C9.6157 9.55988 9.38872 10.0095 9.38851 10.5601C9.38851 11.3421 9.75 11.8659 10.2606 12.2134C10.7295 12.5324 11.3347 12.708 11.8377 12.8569C12.3821 13.0181 12.8241 13.1529 13.1405 13.3628C13.4138 13.5443 13.57 13.7652 13.5702 14.1558C13.5702 14.4316 13.4472 14.6403 13.2147 14.8032C12.9667 14.977 12.5952 15.0921 12.1639 15.1128C11.7367 15.1332 11.2905 15.0584 10.9159 14.897C10.5405 14.7351 10.2669 14.5009 10.1248 14.2212C9.99962 13.9754 9.69896 13.8766 9.45297 14.0015C9.2069 14.1265 9.10943 14.4282 9.23422 14.6743C9.51013 15.2173 9.9947 15.5894 10.5203 15.8159C10.8399 15.9536 11.1867 16.0424 11.536 16.0854C11.5219 16.1316 11.5116 16.1802 11.5116 16.231V16.9995C11.5116 17.2755 11.7356 17.4992 12.0116 17.4995C12.2877 17.4995 12.5116 17.2757 12.5116 16.9995V16.231C12.5115 16.1806 12.502 16.1323 12.4881 16.0864C12.9569 16.0291 13.4163 15.8828 13.7879 15.6226C14.2478 15.3004 14.5702 14.8038 14.5702 14.1558C14.5699 13.3814 14.2032 12.8673 13.6932 12.5288C13.2257 12.2187 12.6214 12.0471 12.1209 11.8989C11.5789 11.7385 11.138 11.6014 10.8231 11.3872C10.5501 11.2014 10.3885 10.9698 10.3885 10.5601C10.3887 10.3082 10.4838 10.1268 10.6414 9.98681C10.8109 9.83644 11.0717 9.71999 11.4012 9.66845C12.0744 9.56337 12.8576 9.75247 13.3241 10.1724C13.5292 10.357 13.8453 10.3413 14.0301 10.1362C14.2148 9.93103 14.1982 9.61397 13.993 9.4292C13.5833 9.06034 13.056 8.82499 12.5116 8.71435V7.99951C12.5114 7.72352 12.2876 7.49951 12.0116 7.49951Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHeartDonation;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,s6DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHeartDonation_exports","__export","IconHeartDonation","IconHeartDonation_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHeartDonation","props","React","CentralIconBase","IconHeartDonation_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9998 4.6831C13.6631 3.18488 15.5978 2.74501 17.3358 3.13427C19.1869 3.54899 20.7685 4.8944 21.5243 6.78759C23.0585 10.6314 21.1568 16.4176 12.2459 21.436C12.0936 21.5218 11.907 21.5218 11.7547 21.436C2.84373 16.4176 0.94219 10.6314 2.4764 6.78759C3.23214 4.89457 4.81295 3.54907 6.6639 3.13427C8.40188 2.7449 10.3365 3.18492 11.9998 4.6831ZM12.0116 7.49951C11.7358 7.49977 11.5117 7.72368 11.5116 7.99951V8.6499C11.4223 8.65658 11.3342 8.66671 11.2479 8.68017C10.785 8.75245 10.3276 8.92789 9.97738 9.23877C9.6157 9.55988 9.38872 10.0095 9.38851 10.5601C9.38851 11.3421 9.75 11.8659 10.2606 12.2134C10.7295 12.5324 11.3347 12.708 11.8377 12.8569C12.3821 13.0181 12.8241 13.1529 13.1405 13.3628C13.4138 13.5443 13.57 13.7652 13.5702 14.1558C13.5702 14.4316 13.4472 14.6403 13.2147 14.8032C12.9667 14.977 12.5952 15.0921 12.1639 15.1128C11.7367 15.1332 11.2905 15.0584 10.9159 14.897C10.5405 14.7351 10.2669 14.5009 10.1248 14.2212C9.99962 13.9754 9.69896 13.8766 9.45297 14.0015C9.2069 14.1265 9.10943 14.4282 9.23422 14.6743C9.51013 15.2173 9.9947 15.5894 10.5203 15.8159C10.8399 15.9536 11.1867 16.0424 11.536 16.0854C11.5219 16.1316 11.5116 16.1802 11.5116 16.231V16.9995C11.5116 17.2755 11.7356 17.4992 12.0116 17.4995C12.2877 17.4995 12.5116 17.2757 12.5116 16.9995V16.231C12.5115 16.1806 12.502 16.1323 12.4881 16.0864C12.9569 16.0291 13.4163 15.8828 13.7879 15.6226C14.2478 15.3004 14.5702 14.8038 14.5702 14.1558C14.5699 13.3814 14.2032 12.8673 13.6932 12.5288C13.2257 12.2187 12.6214 12.0471 12.1209 11.8989C11.5789 11.7385 11.138 11.6014 10.8231 11.3872C10.5501 11.2014 10.3885 10.9698 10.3885 10.5601C10.3887 10.3082 10.4838 10.1268 10.6414 9.98681C10.8109 9.83644 11.0717 9.71999 11.4012 9.66845C12.0744 9.56337 12.8576 9.75247 13.3241 10.1724C13.5292 10.357 13.8453 10.3413 14.0301 10.1362C14.2148 9.93103 14.1982 9.61397 13.993 9.4292C13.5833 9.06034 13.056 8.82499 12.5116 8.71435V7.99951C12.5114 7.72352 12.2876 7.49951 12.0116 7.49951Z",fill:"currentColor"})),v=a;export{a as IconHeartDonation,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHeartDonation/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 IconHeartDonation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9998 4.6831C13.6631 3.18488 15.5978 2.74501 17.3358 3.13427C19.1869 3.54899 20.7685 4.8944 21.5243 6.78759C23.0585 10.6314 21.1568 16.4176 12.2459 21.436C12.0936 21.5218 11.907 21.5218 11.7547 21.436C2.84373 16.4176 0.94219 10.6314 2.4764 6.78759C3.23214 4.89457 4.81295 3.54907 6.6639 3.13427C8.40188 2.7449 10.3365 3.18492 11.9998 4.6831ZM12.0116 7.49951C11.7358 7.49977 11.5117 7.72368 11.5116 7.99951V8.6499C11.4223 8.65658 11.3342 8.66671 11.2479 8.68017C10.785 8.75245 10.3276 8.92789 9.97738 9.23877C9.6157 9.55988 9.38872 10.0095 9.38851 10.5601C9.38851 11.3421 9.75 11.8659 10.2606 12.2134C10.7295 12.5324 11.3347 12.708 11.8377 12.8569C12.3821 13.0181 12.8241 13.1529 13.1405 13.3628C13.4138 13.5443 13.57 13.7652 13.5702 14.1558C13.5702 14.4316 13.4472 14.6403 13.2147 14.8032C12.9667 14.977 12.5952 15.0921 12.1639 15.1128C11.7367 15.1332 11.2905 15.0584 10.9159 14.897C10.5405 14.7351 10.2669 14.5009 10.1248 14.2212C9.99962 13.9754 9.69896 13.8766 9.45297 14.0015C9.2069 14.1265 9.10943 14.4282 9.23422 14.6743C9.51013 15.2173 9.9947 15.5894 10.5203 15.8159C10.8399 15.9536 11.1867 16.0424 11.536 16.0854C11.5219 16.1316 11.5116 16.1802 11.5116 16.231V16.9995C11.5116 17.2755 11.7356 17.4992 12.0116 17.4995C12.2877 17.4995 12.5116 17.2757 12.5116 16.9995V16.231C12.5115 16.1806 12.502 16.1323 12.4881 16.0864C12.9569 16.0291 13.4163 15.8828 13.7879 15.6226C14.2478 15.3004 14.5702 14.8038 14.5702 14.1558C14.5699 13.3814 14.2032 12.8673 13.6932 12.5288C13.2257 12.2187 12.6214 12.0471 12.1209 11.8989C11.5789 11.7385 11.138 11.6014 10.8231 11.3872C10.5501 11.2014 10.3885 10.9698 10.3885 10.5601C10.3887 10.3082 10.4838 10.1268 10.6414 9.98681C10.8109 9.83644 11.0717 9.71999 11.4012 9.66845C12.0744 9.56337 12.8576 9.75247 13.3241 10.1724C13.5292 10.357 13.8453 10.3413 14.0301 10.1362C14.2148 9.93103 14.1982 9.61397 13.993 9.4292C13.5833 9.06034 13.056 8.82499 12.5116 8.71435V7.99951C12.5114 7.72352 12.2876 7.49951 12.0116 7.49951Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHeartDonation;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,s6DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHeartDonation","props","React","CentralIconBase","IconHeartDonation_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStackOverflow: FC<CentralIconBaseProps>;
4
+ export default IconStackOverflow;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var u=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=h(o,e))||l.enumerable});return r};var L=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var v={};u(v,{IconStackOverflow:()=>c,default:()=>P});module.exports=x(v);var p=L(require("react"));var m=L(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(f.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.Rect,{width:"24",height:"24",fill:"white"}),p.default.createElement(C.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"})),P=c;0&&(module.exports={IconStackOverflow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackOverflow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n 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\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA2B,4BAEdC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1C,EAAAA,QAAA,cAAC,QACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackOverflow_exports","__export","IconStackOverflow","IconStackOverflow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l,Rect as a}from"react-native-svg";var L=o=>t.createElement(e,{...o},t.createElement(a,{width:"24",height:"24",fill:"white"}),t.createElement(l,{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"})),u=L;export{L as IconStackOverflow,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStackOverflow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n 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\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1CG,EAAA,cAACJ,EAAA,CACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
package/README.md CHANGED
@@ -1075,6 +1075,7 @@ Below is a complete list of available icons:
1075
1075
  - IconHeart
1076
1076
  - IconHeart2
1077
1077
  - IconHeartBeat
1078
+ - IconHeartDonation
1078
1079
  - IconImport
1079
1080
  - IconImport2
1080
1081
  - IconInboxChecked
@@ -1640,6 +1641,7 @@ Below is a complete list of available icons:
1640
1641
  - IconSlack
1641
1642
  - IconSnapchat
1642
1643
  - IconSpotify
1644
+ - IconStackOverflow
1643
1645
  - IconSteam
1644
1646
  - IconSubstack
1645
1647
  - IconSupabase
@@ -12726,6 +12726,20 @@
12726
12726
  "packageName": "round-filled-radius-1-stroke-1",
12727
12727
  "componentName": "IconHeartBeat"
12728
12728
  },
12729
+ {
12730
+ "category": "Interface General",
12731
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9998 4.6831C13.6631 3.18488 15.5978 2.74501 17.3358 3.13427C19.1869 3.54899 20.7685 4.8944 21.5243 6.78759C23.0585 10.6314 21.1568 16.4176 12.2459 21.436C12.0936 21.5218 11.907 21.5218 11.7547 21.436C2.84373 16.4176 0.94219 10.6314 2.4764 6.78759C3.23214 4.89457 4.81295 3.54907 6.6639 3.13427C8.40188 2.7449 10.3365 3.18492 11.9998 4.6831ZM12.0116 7.49951C11.7358 7.49977 11.5117 7.72368 11.5116 7.99951V8.6499C11.4223 8.65658 11.3342 8.66671 11.2479 8.68017C10.785 8.75245 10.3276 8.92789 9.97738 9.23877C9.6157 9.55988 9.38872 10.0095 9.38851 10.5601C9.38851 11.3421 9.75 11.8659 10.2606 12.2134C10.7295 12.5324 11.3347 12.708 11.8377 12.8569C12.3821 13.0181 12.8241 13.1529 13.1405 13.3628C13.4138 13.5443 13.57 13.7652 13.5702 14.1558C13.5702 14.4316 13.4472 14.6403 13.2147 14.8032C12.9667 14.977 12.5952 15.0921 12.1639 15.1128C11.7367 15.1332 11.2905 15.0584 10.9159 14.897C10.5405 14.7351 10.2669 14.5009 10.1248 14.2212C9.99962 13.9754 9.69896 13.8766 9.45297 14.0015C9.2069 14.1265 9.10943 14.4282 9.23422 14.6743C9.51013 15.2173 9.9947 15.5894 10.5203 15.8159C10.8399 15.9536 11.1867 16.0424 11.536 16.0854C11.5219 16.1316 11.5116 16.1802 11.5116 16.231V16.9995C11.5116 17.2755 11.7356 17.4992 12.0116 17.4995C12.2877 17.4995 12.5116 17.2757 12.5116 16.9995V16.231C12.5115 16.1806 12.502 16.1323 12.4881 16.0864C12.9569 16.0291 13.4163 15.8828 13.7879 15.6226C14.2478 15.3004 14.5702 14.8038 14.5702 14.1558C14.5699 13.3814 14.2032 12.8673 13.6932 12.5288C13.2257 12.2187 12.6214 12.0471 12.1209 11.8989C11.5789 11.7385 11.138 11.6014 10.8231 11.3872C10.5501 11.2014 10.3885 10.9698 10.3885 10.5601C10.3887 10.3082 10.4838 10.1268 10.6414 9.98681C10.8109 9.83644 11.0717 9.71999 11.4012 9.66845C12.0744 9.56337 12.8576 9.75247 13.3241 10.1724C13.5292 10.357 13.8453 10.3413 14.0301 10.1362C14.2148 9.93103 14.1982 9.61397 13.993 9.4292C13.5833 9.06034 13.056 8.82499 12.5116 8.71435V7.99951C12.5114 7.72352 12.2876 7.49951 12.0116 7.49951Z\" fill=\"currentColor\"/>",
12732
+ "iconName": "heart-donation, dollar",
12733
+ "variant": {
12734
+ "join": "round",
12735
+ "filled": "on",
12736
+ "radius": "1",
12737
+ "stroke": "1"
12738
+ },
12739
+ "createdAt": "2026-02-26T07:00:43.514252+00:00",
12740
+ "packageName": "round-filled-radius-1-stroke-1",
12741
+ "componentName": "IconHeartDonation"
12742
+ },
12729
12743
  {
12730
12744
  "category": "Edit",
12731
12745
  "svg": "<path d=\"M19.5406 2.84877C18.9538 2.2657 18.0057 2.26781 17.4215 2.85347L13.7309 6.55301C11.9854 5.38572 10.0506 4.75045 8.25865 4.6888C6.45174 4.62663 4.75491 5.14936 3.57954 6.34573C2.14972 7.80109 1.74244 9.93935 2.14951 12.1492C2.55728 14.3628 3.787 16.7054 5.72151 18.6745C8.04746 21.042 10.2241 21.7138 11.2888 21.9846C11.5564 22.0527 11.8285 21.8909 11.8966 21.6233C11.9647 21.3557 11.803 21.0836 11.5353 21.0155C10.58 20.7724 8.59113 20.1685 6.43485 17.9737C4.62326 16.1297 3.50043 13.9628 3.13296 11.968C2.76478 9.96931 3.15956 8.20011 4.29288 7.04655C5.22349 6.09931 6.62008 5.63301 8.22426 5.68821C9.75771 5.74097 11.4487 6.27178 13.0098 7.27588L10.4377 9.85418C10.1572 10.1354 9.99968 10.5164 9.99968 10.9136V13.5001C9.99968 13.7762 10.2235 14.0001 10.4997 14.0001H13.0855C13.4833 14.0001 13.8648 13.842 14.1461 13.5607L16.7396 10.9672C18.0984 12.5942 18.9261 14.1178 19.1806 15.4129C19.4363 16.7139 19.1168 17.7675 18.1646 18.5429C17.5193 19.0683 16.7851 19.055 15.9941 18.7225C15.1875 18.3833 14.4023 17.7374 13.7996 17.1448C13.6027 16.9512 13.2861 16.9539 13.0925 17.1508C12.8989 17.3477 12.9016 17.6643 13.0985 17.8579C13.7325 18.4812 14.6255 19.2318 15.6065 19.6443C16.6032 20.0634 17.7662 20.1568 18.796 19.3183C20.0796 18.2731 20.4769 16.8232 20.1619 15.2201C19.8579 13.6734 18.8948 11.973 17.4494 10.2574L21.1438 6.563C21.731 5.97587 21.7294 5.02349 21.1404 4.43826L19.5406 2.84877Z\" fill=\"currentColor\"/>",
@@ -21854,6 +21868,20 @@
21854
21868
  "packageName": "round-filled-radius-1-stroke-1",
21855
21869
  "componentName": "IconStableVoice"
21856
21870
  },
21871
+ {
21872
+ "category": "Social Media & Brands",
21873
+ "svg": "<rect width=\"24\" height=\"24\" fill=\"white\"/><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\"/>",
21874
+ "iconName": "stack-overflow",
21875
+ "variant": {
21876
+ "join": "round",
21877
+ "filled": "on",
21878
+ "radius": "1",
21879
+ "stroke": "1"
21880
+ },
21881
+ "createdAt": "2026-02-25T22:00:30.361506+00:00",
21882
+ "packageName": "round-filled-radius-1-stroke-1",
21883
+ "componentName": "IconStackOverflow"
21884
+ },
21857
21885
  {
21858
21886
  "category": "Things",
21859
21887
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5.5C2 4.67157 2.67157 4 3.5 4H20.5C21.3284 4 22 4.67157 22 5.5V18.5C22 19.3284 21.3284 20 20.5 20H3.5C2.67157 20 2 19.3284 2 18.5V5.5ZM20.7346 18.9417L17.9393 16.1464C17.8456 16.0527 17.7184 16 17.5858 16H6.41421C6.28161 16 6.15443 16.0527 6.06066 16.1464L3.26543 18.9417C3.33538 18.9789 3.41523 19 3.5 19H20.5C20.5848 19 20.6646 18.9789 20.7346 18.9417Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -908,6 +908,7 @@ export type CentralIconName =
908
908
  | "IconHeart"
909
909
  | "IconHeart2"
910
910
  | "IconHeartBeat"
911
+ | "IconHeartDonation"
911
912
  | "IconHighlight"
912
913
  | "IconHighlights"
913
914
  | "IconHistory"
@@ -1560,6 +1561,7 @@ export type CentralIconName =
1560
1561
  | "IconSquareX"
1561
1562
  | "IconSquized"
1562
1563
  | "IconStableVoice"
1564
+ | "IconStackOverflow"
1563
1565
  | "IconStage"
1564
1566
  | "IconStamps"
1565
1567
  | "IconStandingGlobe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.144",
3
+ "version": "1.1.146",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1826,
14
+ "totalIcons": 1828,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -890,7 +890,7 @@
890
890
  ]
891
891
  },
892
892
  "Interface General": {
893
- "count": 186,
893
+ "count": 187,
894
894
  "icons": [
895
895
  "IconAnchor1",
896
896
  "IconAnchor2",
@@ -983,6 +983,7 @@
983
983
  "IconHeart",
984
984
  "IconHeart2",
985
985
  "IconHeartBeat",
986
+ "IconHeartDonation",
986
987
  "IconImport",
987
988
  "IconImport2",
988
989
  "IconInboxChecked",
@@ -1458,7 +1459,7 @@
1458
1459
  ]
1459
1460
  },
1460
1461
  "Social Media & Brands": {
1461
- "count": 128,
1462
+ "count": 129,
1462
1463
  "icons": [
1463
1464
  "IconAdobeAcrobat",
1464
1465
  "IconAffinity",
@@ -1566,6 +1567,7 @@
1566
1567
  "IconSlack",
1567
1568
  "IconSnapchat",
1568
1569
  "IconSpotify",
1570
+ "IconStackOverflow",
1569
1571
  "IconSteam",
1570
1572
  "IconSubstack",
1571
1573
  "IconSupabase",
@@ -2937,6 +2939,7 @@
2937
2939
  "IconHeart": "heart, like, health, life, favorite",
2938
2940
  "IconHeart2": "heart-2, like, health, life, fav",
2939
2941
  "IconHeartBeat": "heart-beat, heart rate, pulse",
2942
+ "IconHeartDonation": "heart-donation, dollar",
2940
2943
  "IconHighlight": "highlight, mark, freehand, drawing, paint",
2941
2944
  "IconHighlights": "highlights",
2942
2945
  "IconHistory": "history, back, timeline",
@@ -3589,6 +3592,7 @@
3589
3592
  "IconSquareX": "square-x, close, x, checkbox, remove",
3590
3593
  "IconSquized": "squized, centered, aligned",
3591
3594
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3595
+ "IconStackOverflow": "stack-overflow",
3592
3596
  "IconStage": "stage, show",
3593
3597
  "IconStamps": "stamps, collection",
3594
3598
  "IconStandingGlobe": "standing-globe, travel, language",
package/index.d.ts CHANGED
@@ -907,6 +907,7 @@ export { IconHeadphones, default as IconHeadphonesDefault, } from "./IconHeadpho
907
907
  export { IconHeart, default as IconHeartDefault } from "./IconHeart";
908
908
  export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
909
909
  export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
910
+ export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
910
911
  export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
911
912
  export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
912
913
  export { IconHistory, default as IconHistoryDefault } from "./IconHistory";
@@ -1559,6 +1560,7 @@ export { IconSquarePlus, default as IconSquarePlusDefault, } from "./IconSquareP
1559
1560
  export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
1560
1561
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
1561
1562
  export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
1563
+ export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1562
1564
  export { IconStage, default as IconStageDefault } from "./IconStage";
1563
1565
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
1564
1566
  export { IconStandingGlobe, default as IconStandingGlobeDefault, } from "./IconStandingGlobe";