@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.145 → 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"]}
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
@@ -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\"/>",
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"
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.145",
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": 1827,
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",
@@ -2938,6 +2939,7 @@
2938
2939
  "IconHeart": "heart, like, health, life, favorite",
2939
2940
  "IconHeart2": "heart-2, like, health, life, fav",
2940
2941
  "IconHeartBeat": "heart-beat, heart rate, pulse",
2942
+ "IconHeartDonation": "heart-donation, dollar",
2941
2943
  "IconHighlight": "highlight, mark, freehand, drawing, paint",
2942
2944
  "IconHighlights": "highlights",
2943
2945
  "IconHistory": "history, back, timeline",
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";