@central-icons-react-native/round-outlined-radius-3-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 f=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{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:!(C=d(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};P(k,{IconHeartDonation:()=>u,default:()=>h});module.exports=g(k);var p=m(require("react"));var i=m(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(l.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 s=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M12 5.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M12 9.2998V8.2998M12 15.7998V16.4998M9.875 14.1748C10.6369 15.6748 13.875 15.5929 13.875 13.9092C13.875 11.7844 10.0655 12.8055 10.0655 10.6331C10.0655 9.16937 12.4094 8.95912 13.5 9.9413",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=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.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.2998V8.2998M12 15.7998V16.4998M9.875 14.1748C10.6369 15.6748 13.875 15.5929 13.875 13.9092C13.875 11.7844 10.0655 12.8055 10.0655 10.6331C10.0655 9.16937 12.4094 8.95912 13.5 9.9413\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,uGACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,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 s from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(C,{...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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12 5.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),t.createElement(n,{d:"M12 9.2998V8.2998M12 15.7998V16.4998M9.875 14.1748C10.6369 15.6748 13.875 15.5929 13.875 13.9092C13.875 11.7844 10.0655 12.8055 10.0655 10.6331C10.0655 9.16937 12.4094 8.95912 13.5 9.9413",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=a;export{a as IconHeartDonation,x 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.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.2998V8.2998M12 15.7998V16.4998M9.875 14.1748C10.6369 15.6748 13.875 15.5929 13.875 13.9092C13.875 11.7844 10.0655 12.8055 10.0655 10.6331C10.0655 9.16937 12.4094 8.95912 13.5 9.9413\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,uGACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,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-3-stroke-1.5",
12727
12727
  "componentName": "IconHeartBeat"
12728
12728
  },
12729
+ {
12730
+ "category": "Interface General",
12731
+ "svg": "<path d=\"M12 5.57193C18.3331 -0.86765 29.1898 11.0916 12 20.75C-5.18982 11.0916 5.66687 -0.867651 12 5.57193Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12 9.2998V8.2998M12 15.7998V16.4998M9.875 14.1748C10.6369 15.6748 13.875 15.5929 13.875 13.9092C13.875 11.7844 10.0655 12.8055 10.0655 10.6331C10.0655 9.16937 12.4094 8.95912 13.5 9.9413\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
12732
+ "iconName": "heart-donation, dollar",
12733
+ "variant": {
12734
+ "join": "round",
12735
+ "filled": "off",
12736
+ "radius": "3",
12737
+ "stroke": "1.5"
12738
+ },
12739
+ "createdAt": "2026-02-26T07:00:43.514252+00:00",
12740
+ "packageName": "round-outlined-radius-3-stroke-1.5",
12741
+ "componentName": "IconHeartDonation"
12742
+ },
12729
12743
  {
12730
12744
  "category": "Edit",
12731
12745
  "svg": "<path d=\"M10.75 13.2499H12.7735C13.5701 13.2499 14.3339 12.9331 14.8967 12.3693L19.8772 7.37968C20.7739 6.4814 20.7736 5.02668 19.8767 4.12868C18.9785 3.22931 17.5211 3.22886 16.6223 4.12768L11.6287 9.12126C11.0661 9.68387 10.75 10.4469 10.75 11.2426V13.2499Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.8549 21.25C10.823 20.9894 8.6953 20.3424 6.40579 18.0284C2.57878 14.1605 1.59907 8.87966 4.21755 6.23323C6.36902 4.05879 10.5504 4.18522 14 6.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.4997 10C20.4768 13.473 21.3595 16.7968 19.0754 18.6436C17.3643 20.0271 15.199 18.4271 13.9355 17.1938\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-3-stroke-1.5",
3
- "version": "1.1.145",
3
+ "version": "1.1.146",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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";