@central-icons-react-native/round-outlined-radius-0-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 f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(x(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var h={};d(h,{IconHeartDonation:()=>u,default:()=>v});module.exports=g(h);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(c.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"),u=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164",stroke:"currentColor",strokeLinecap:"round"})),v=u;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 d=\"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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,EAAE,kGACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACP,cAAc,QAChB,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 t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z",stroke:"currentColor",strokeLinejoin:"round"}),t.createElement(n,{d:"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164",stroke:"currentColor",strokeLinecap:"round"})),P=s;export{s as IconHeartDonation,P 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 d=\"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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,EAAE,kGACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,OAAO,eACP,cAAc,QAChB,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-outlined-radius-0-stroke-1",
12727
12727
  "componentName": "IconHeartBeat"
12728
12728
  },
12729
+ {
12730
+ "category": "Interface General",
12731
+ "svg": "<path d=\"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
12732
+ "iconName": "heart-donation, dollar",
12733
+ "variant": {
12734
+ "join": "round",
12735
+ "filled": "off",
12736
+ "radius": "0",
12737
+ "stroke": "1"
12738
+ },
12739
+ "createdAt": "2026-02-26T07:00:43.514252+00:00",
12740
+ "packageName": "round-outlined-radius-0-stroke-1",
12741
+ "componentName": "IconHeartDonation"
12742
+ },
12729
12743
  {
12730
12744
  "category": "Edit",
12731
12745
  "svg": "<path d=\"M10.5 13.5H13.5L21.5 5.5L18.4806 2.5L10.5 10.5V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.4124 21.5001C10.4024 21.2431 8.31961 20.6053 6.0785 18.3241C2.3324 14.5111 1.3734 9.30506 3.93652 6.69614C6.04251 4.55253 10.1234 4.71808 13.5 7.00005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.9998 10.5C19.914 13.9238 20.7163 17.1099 18.4804 18.9305C16.8054 20.2945 14.6859 18.7172 13.4492 17.5013\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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-outlined-radius-0-stroke-1",
3
- "version": "1.1.145",
3
+ "version": "1.1.146",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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";