@central-icons-react-native/round-filled-radius-1-stroke-1.5 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.9993 4.54984C13.6392 3.16341 15.5338 2.75266 17.2522 3.13676C19.1421 3.55916 20.7497 4.92821 21.5169 6.84574C23.0857 10.7671 21.0862 16.505 12.3665 21.4043C12.1385 21.5322 11.8601 21.5324 11.6321 21.4043C2.9124 16.505 0.912979 10.7671 2.48173 6.84574C3.24883 4.9283 4.85669 3.55928 6.74638 3.13676C8.46481 2.75266 10.3594 3.16341 11.9993 4.54984ZM12.0003 7.54984C11.5862 7.54984 11.2504 7.88573 11.2503 8.29984V8.62992C10.792 8.70266 10.3216 8.88055 9.95146 9.20902C9.56183 9.55494 9.31587 10.0432 9.31572 10.6328C9.31572 11.4552 9.70413 12.0186 10.2395 12.3828C10.7122 12.7042 11.3114 12.8756 11.7581 13.0078C12.2671 13.1585 12.6217 13.2699 12.8655 13.4317C13.0451 13.5509 13.1252 13.6659 13.1253 13.9092C13.1253 14.051 13.0719 14.1563 12.927 14.2578C12.759 14.3755 12.4795 14.4693 12.1253 14.4864C11.7767 14.5031 11.4151 14.4423 11.1185 14.3145C10.8576 14.2021 10.6824 14.0552 10.5823 13.9014L10.5061 13.7686C10.3007 13.4488 9.88165 13.3302 9.53544 13.5059C9.1662 13.6935 9.01882 14.1454 9.20634 14.5147C9.49708 15.087 10.0015 15.4659 10.5247 15.6914C10.7563 15.7912 11.0015 15.8638 11.2503 15.9131V16.5C11.2504 16.9142 11.5861 17.25 12.0003 17.25C12.4143 17.2499 12.7502 16.9141 12.7503 16.5V15.9141C13.1187 15.8384 13.4789 15.7024 13.7874 15.4864C14.2731 15.146 14.6253 14.6091 14.6253 13.9092C14.6252 13.0906 14.2289 12.5363 13.6946 12.1817C13.2243 11.8696 12.626 11.7015 12.1829 11.5703C11.6778 11.4209 11.3249 11.3068 11.0833 11.1426C10.9044 11.0209 10.8157 10.8967 10.8157 10.6328C10.8158 10.4913 10.863 10.4044 10.9466 10.3301C11.0478 10.2404 11.2286 10.1521 11.4895 10.1114C12.0325 10.0267 12.6512 10.1864 12.9983 10.4991C13.3061 10.776 13.7808 10.7511 14.0579 10.4434C14.3348 10.1356 14.3099 9.66093 14.0022 9.38383C13.6464 9.06335 13.2084 8.84546 12.7503 8.71976V8.29984C12.7502 7.88583 12.4143 7.54999 12.0003 7.54984Z",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.9993 4.54984C13.6392 3.16341 15.5338 2.75266 17.2522 3.13676C19.1421 3.55916 20.7497 4.92821 21.5169 6.84574C23.0857 10.7671 21.0862 16.505 12.3665 21.4043C12.1385 21.5322 11.8601 21.5324 11.6321 21.4043C2.9124 16.505 0.912979 10.7671 2.48173 6.84574C3.24883 4.9283 4.85669 3.55928 6.74638 3.13676C8.46481 2.75266 10.3594 3.16341 11.9993 4.54984ZM12.0003 7.54984C11.5862 7.54984 11.2504 7.88573 11.2503 8.29984V8.62992C10.792 8.70266 10.3216 8.88055 9.95146 9.20902C9.56183 9.55494 9.31587 10.0432 9.31572 10.6328C9.31572 11.4552 9.70413 12.0186 10.2395 12.3828C10.7122 12.7042 11.3114 12.8756 11.7581 13.0078C12.2671 13.1585 12.6217 13.2699 12.8655 13.4317C13.0451 13.5509 13.1252 13.6659 13.1253 13.9092C13.1253 14.051 13.0719 14.1563 12.927 14.2578C12.759 14.3755 12.4795 14.4693 12.1253 14.4864C11.7767 14.5031 11.4151 14.4423 11.1185 14.3145C10.8576 14.2021 10.6824 14.0552 10.5823 13.9014L10.5061 13.7686C10.3007 13.4488 9.88165 13.3302 9.53544 13.5059C9.1662 13.6935 9.01882 14.1454 9.20634 14.5147C9.49708 15.087 10.0015 15.4659 10.5247 15.6914C10.7563 15.7912 11.0015 15.8638 11.2503 15.9131V16.5C11.2504 16.9142 11.5861 17.25 12.0003 17.25C12.4143 17.2499 12.7502 16.9141 12.7503 16.5V15.9141C13.1187 15.8384 13.4789 15.7024 13.7874 15.4864C14.2731 15.146 14.6253 14.6091 14.6253 13.9092C14.6252 13.0906 14.2289 12.5363 13.6946 12.1817C13.2243 11.8696 12.626 11.7015 12.1829 11.5703C11.6778 11.4209 11.3249 11.3068 11.0833 11.1426C10.9044 11.0209 10.8157 10.8967 10.8157 10.6328C10.8158 10.4913 10.863 10.4044 10.9466 10.3301C11.0478 10.2404 11.2286 10.1521 11.4895 10.1114C12.0325 10.0267 12.6512 10.1864 12.9983 10.4991C13.3061 10.776 13.7808 10.7511 14.0579 10.4434C14.3348 10.1356 14.3099 9.66093 14.0022 9.38383C13.6464 9.06335 13.2084 8.84546 12.7503 8.71976V8.29984C12.7502 7.88583 12.4143 7.54999 12.0003 7.54984Z\"\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,8yDACF,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.9993 4.54984C13.6392 3.16341 15.5338 2.75266 17.2522 3.13676C19.1421 3.55916 20.7497 4.92821 21.5169 6.84574C23.0857 10.7671 21.0862 16.505 12.3665 21.4043C12.1385 21.5322 11.8601 21.5324 11.6321 21.4043C2.9124 16.505 0.912979 10.7671 2.48173 6.84574C3.24883 4.9283 4.85669 3.55928 6.74638 3.13676C8.46481 2.75266 10.3594 3.16341 11.9993 4.54984ZM12.0003 7.54984C11.5862 7.54984 11.2504 7.88573 11.2503 8.29984V8.62992C10.792 8.70266 10.3216 8.88055 9.95146 9.20902C9.56183 9.55494 9.31587 10.0432 9.31572 10.6328C9.31572 11.4552 9.70413 12.0186 10.2395 12.3828C10.7122 12.7042 11.3114 12.8756 11.7581 13.0078C12.2671 13.1585 12.6217 13.2699 12.8655 13.4317C13.0451 13.5509 13.1252 13.6659 13.1253 13.9092C13.1253 14.051 13.0719 14.1563 12.927 14.2578C12.759 14.3755 12.4795 14.4693 12.1253 14.4864C11.7767 14.5031 11.4151 14.4423 11.1185 14.3145C10.8576 14.2021 10.6824 14.0552 10.5823 13.9014L10.5061 13.7686C10.3007 13.4488 9.88165 13.3302 9.53544 13.5059C9.1662 13.6935 9.01882 14.1454 9.20634 14.5147C9.49708 15.087 10.0015 15.4659 10.5247 15.6914C10.7563 15.7912 11.0015 15.8638 11.2503 15.9131V16.5C11.2504 16.9142 11.5861 17.25 12.0003 17.25C12.4143 17.2499 12.7502 16.9141 12.7503 16.5V15.9141C13.1187 15.8384 13.4789 15.7024 13.7874 15.4864C14.2731 15.146 14.6253 14.6091 14.6253 13.9092C14.6252 13.0906 14.2289 12.5363 13.6946 12.1817C13.2243 11.8696 12.626 11.7015 12.1829 11.5703C11.6778 11.4209 11.3249 11.3068 11.0833 11.1426C10.9044 11.0209 10.8157 10.8967 10.8157 10.6328C10.8158 10.4913 10.863 10.4044 10.9466 10.3301C11.0478 10.2404 11.2286 10.1521 11.4895 10.1114C12.0325 10.0267 12.6512 10.1864 12.9983 10.4991C13.3061 10.776 13.7808 10.7511 14.0579 10.4434C14.3348 10.1356 14.3099 9.66093 14.0022 9.38383C13.6464 9.06335 13.2084 8.84546 12.7503 8.71976V8.29984C12.7502 7.88583 12.4143 7.54999 12.0003 7.54984Z",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.9993 4.54984C13.6392 3.16341 15.5338 2.75266 17.2522 3.13676C19.1421 3.55916 20.7497 4.92821 21.5169 6.84574C23.0857 10.7671 21.0862 16.505 12.3665 21.4043C12.1385 21.5322 11.8601 21.5324 11.6321 21.4043C2.9124 16.505 0.912979 10.7671 2.48173 6.84574C3.24883 4.9283 4.85669 3.55928 6.74638 3.13676C8.46481 2.75266 10.3594 3.16341 11.9993 4.54984ZM12.0003 7.54984C11.5862 7.54984 11.2504 7.88573 11.2503 8.29984V8.62992C10.792 8.70266 10.3216 8.88055 9.95146 9.20902C9.56183 9.55494 9.31587 10.0432 9.31572 10.6328C9.31572 11.4552 9.70413 12.0186 10.2395 12.3828C10.7122 12.7042 11.3114 12.8756 11.7581 13.0078C12.2671 13.1585 12.6217 13.2699 12.8655 13.4317C13.0451 13.5509 13.1252 13.6659 13.1253 13.9092C13.1253 14.051 13.0719 14.1563 12.927 14.2578C12.759 14.3755 12.4795 14.4693 12.1253 14.4864C11.7767 14.5031 11.4151 14.4423 11.1185 14.3145C10.8576 14.2021 10.6824 14.0552 10.5823 13.9014L10.5061 13.7686C10.3007 13.4488 9.88165 13.3302 9.53544 13.5059C9.1662 13.6935 9.01882 14.1454 9.20634 14.5147C9.49708 15.087 10.0015 15.4659 10.5247 15.6914C10.7563 15.7912 11.0015 15.8638 11.2503 15.9131V16.5C11.2504 16.9142 11.5861 17.25 12.0003 17.25C12.4143 17.2499 12.7502 16.9141 12.7503 16.5V15.9141C13.1187 15.8384 13.4789 15.7024 13.7874 15.4864C14.2731 15.146 14.6253 14.6091 14.6253 13.9092C14.6252 13.0906 14.2289 12.5363 13.6946 12.1817C13.2243 11.8696 12.626 11.7015 12.1829 11.5703C11.6778 11.4209 11.3249 11.3068 11.0833 11.1426C10.9044 11.0209 10.8157 10.8967 10.8157 10.6328C10.8158 10.4913 10.863 10.4044 10.9466 10.3301C11.0478 10.2404 11.2286 10.1521 11.4895 10.1114C12.0325 10.0267 12.6512 10.1864 12.9983 10.4991C13.3061 10.776 13.7808 10.7511 14.0579 10.4434C14.3348 10.1356 14.3099 9.66093 14.0022 9.38383C13.6464 9.06335 13.2084 8.84546 12.7503 8.71976V8.29984C12.7502 7.88583 12.4143 7.54999 12.0003 7.54984Z\"\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,8yDACF,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.5",
12727
12727
  "componentName": "IconHeartBeat"
12728
12728
  },
12729
+ {
12730
+ "category": "Interface General",
12731
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9993 4.54984C13.6392 3.16341 15.5338 2.75266 17.2522 3.13676C19.1421 3.55916 20.7497 4.92821 21.5169 6.84574C23.0857 10.7671 21.0862 16.505 12.3665 21.4043C12.1385 21.5322 11.8601 21.5324 11.6321 21.4043C2.9124 16.505 0.912979 10.7671 2.48173 6.84574C3.24883 4.9283 4.85669 3.55928 6.74638 3.13676C8.46481 2.75266 10.3594 3.16341 11.9993 4.54984ZM12.0003 7.54984C11.5862 7.54984 11.2504 7.88573 11.2503 8.29984V8.62992C10.792 8.70266 10.3216 8.88055 9.95146 9.20902C9.56183 9.55494 9.31587 10.0432 9.31572 10.6328C9.31572 11.4552 9.70413 12.0186 10.2395 12.3828C10.7122 12.7042 11.3114 12.8756 11.7581 13.0078C12.2671 13.1585 12.6217 13.2699 12.8655 13.4317C13.0451 13.5509 13.1252 13.6659 13.1253 13.9092C13.1253 14.051 13.0719 14.1563 12.927 14.2578C12.759 14.3755 12.4795 14.4693 12.1253 14.4864C11.7767 14.5031 11.4151 14.4423 11.1185 14.3145C10.8576 14.2021 10.6824 14.0552 10.5823 13.9014L10.5061 13.7686C10.3007 13.4488 9.88165 13.3302 9.53544 13.5059C9.1662 13.6935 9.01882 14.1454 9.20634 14.5147C9.49708 15.087 10.0015 15.4659 10.5247 15.6914C10.7563 15.7912 11.0015 15.8638 11.2503 15.9131V16.5C11.2504 16.9142 11.5861 17.25 12.0003 17.25C12.4143 17.2499 12.7502 16.9141 12.7503 16.5V15.9141C13.1187 15.8384 13.4789 15.7024 13.7874 15.4864C14.2731 15.146 14.6253 14.6091 14.6253 13.9092C14.6252 13.0906 14.2289 12.5363 13.6946 12.1817C13.2243 11.8696 12.626 11.7015 12.1829 11.5703C11.6778 11.4209 11.3249 11.3068 11.0833 11.1426C10.9044 11.0209 10.8157 10.8967 10.8157 10.6328C10.8158 10.4913 10.863 10.4044 10.9466 10.3301C11.0478 10.2404 11.2286 10.1521 11.4895 10.1114C12.0325 10.0267 12.6512 10.1864 12.9983 10.4991C13.3061 10.776 13.7808 10.7511 14.0579 10.4434C14.3348 10.1356 14.3099 9.66093 14.0022 9.38383C13.6464 9.06335 13.2084 8.84546 12.7503 8.71976V8.29984C12.7502 7.88583 12.4143 7.54999 12.0003 7.54984Z\" fill=\"currentColor\"/>",
12732
+ "iconName": "heart-donation, dollar",
12733
+ "variant": {
12734
+ "join": "round",
12735
+ "filled": "on",
12736
+ "radius": "1",
12737
+ "stroke": "1.5"
12738
+ },
12739
+ "createdAt": "2026-02-26T07:00:43.514252+00:00",
12740
+ "packageName": "round-filled-radius-1-stroke-1.5",
12741
+ "componentName": "IconHeartDonation"
12742
+ },
12729
12743
  {
12730
12744
  "category": "Edit",
12731
12745
  "svg": "<path d=\"M19.4873 2.67788C18.804 1.99374 17.6954 1.9934 17.0116 2.67711L14.0493 5.63946C12.3144 4.56267 10.4156 3.98328 8.64262 3.93336C6.74672 3.87997 4.94154 4.43459 3.68393 5.70562C2.15082 7.25509 1.73102 9.51496 2.15671 11.8095C2.58335 14.1092 3.86617 16.5284 5.87216 18.5558C8.2892 20.9986 10.5576 21.6959 11.6707 21.9771C12.0723 22.0785 12.4801 21.8352 12.5815 21.4336C12.683 21.032 12.4397 20.6242 12.0381 20.5228C11.0875 20.2826 9.10043 19.6859 6.93844 17.5008C5.11742 15.6603 3.99688 13.5052 3.63154 11.5359C3.26523 9.56139 3.66483 7.8576 4.7502 6.76064C5.64406 5.85724 7.00533 5.38785 8.6004 5.43276C9.98907 5.47187 11.5149 5.90277 12.9558 6.73297L10.5121 9.17669C10.1839 9.50488 9.99951 9.94999 9.99951 10.4141V13.2499C9.99951 13.6641 10.3353 13.9999 10.7495 13.9999H13.6025C14.0671 13.9999 14.5128 13.8151 14.841 13.4862L17.3401 10.9825C18.5442 12.4857 19.281 13.8916 19.5257 15.0824C19.7879 16.359 19.4871 17.346 18.6037 18.0603C18.0358 18.5194 17.3863 18.5251 16.6264 18.2078C15.8437 17.8811 15.0673 17.2506 14.4593 16.657C14.1629 16.3677 13.6881 16.3734 13.3987 16.6698C13.1094 16.9662 13.1151 17.441 13.4115 17.7304C14.0669 18.3702 15.0049 19.1564 16.0485 19.592C17.1148 20.0372 18.4035 20.1511 19.5468 19.2267C20.9475 18.0942 21.3474 16.4959 20.995 14.7806C20.6775 13.2351 19.7528 11.5679 18.4059 9.91483L21.3249 6.99042C22.007 6.30712 22.0068 5.20054 21.3246 4.51744L19.4873 2.67788Z\" 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.5",
3
- "version": "1.1.145",
3
+ "version": "1.1.146",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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";