@central-icons-react-native/round-outlined-radius-2-stroke-2 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.
- package/IconHeartDonation/index.d.ts +4 -0
- package/IconHeartDonation/index.js +2 -0
- package/IconHeartDonation/index.js.map +1 -0
- package/IconHeartDonation/index.mjs +2 -0
- package/IconHeartDonation/index.mjs.map +1 -0
- package/IconStackOverflow/index.d.ts +4 -0
- package/IconStackOverflow/index.js +2 -0
- package/IconStackOverflow/index.js.map +1 -0
- package/IconStackOverflow/index.mjs +2 -0
- package/IconStackOverflow/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -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.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z",stroke:"currentColor",strokeWidth:"2",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.7",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.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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.7\"\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,IACZ,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.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z",stroke:"currentColor",strokeWidth:"2",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.7",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.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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.7\"\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,IACZ,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"]}
|
|
@@ -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
|
package/filtered-icons.json
CHANGED
|
@@ -12726,6 +12726,20 @@
|
|
|
12726
12726
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12727
12727
|
"componentName": "IconHeartBeat"
|
|
12728
12728
|
},
|
|
12729
|
+
{
|
|
12730
|
+
"category": "Interface General",
|
|
12731
|
+
"svg": "<path d=\"M12 5.76835C18.1619 -0.481837 28.7252 11.1257 12 20.5C-4.72523 11.1257 5.83803 -0.481838 12 5.76835Z\" stroke=\"currentColor\" stroke-width=\"2\" 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.7\" stroke-linecap=\"round\"/>",
|
|
12732
|
+
"iconName": "heart-donation, dollar",
|
|
12733
|
+
"variant": {
|
|
12734
|
+
"join": "round",
|
|
12735
|
+
"filled": "off",
|
|
12736
|
+
"radius": "2",
|
|
12737
|
+
"stroke": "2"
|
|
12738
|
+
},
|
|
12739
|
+
"createdAt": "2026-02-26T07:00:43.514252+00:00",
|
|
12740
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12741
|
+
"componentName": "IconHeartDonation"
|
|
12742
|
+
},
|
|
12729
12743
|
{
|
|
12730
12744
|
"category": "Edit",
|
|
12731
12745
|
"svg": "<path d=\"M11 13H13.1874C13.7187 13 14.2282 12.7886 14.6034 12.4125L19.5892 7.41421C20.3686 6.63288 20.3678 5.36791 19.5875 4.58755L19.4142 4.41422C18.6331 3.63317 17.3668 3.63317 16.5857 4.41423L11.5858 9.41422C11.2107 9.7893 11 10.298 11 10.8284V13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.0003 21.0001C11.5003 21.0001 8.93732 20.1295 6.71782 17.91C3.00784 14.2 2.05809 9.13466 4.5965 6.59626C6.68218 4.51058 10.4738 4.77977 13.8179 7.00007\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.1066 10C19.9926 13.3312 21.2145 16.7286 19.0002 18.5C17.3414 19.8271 15.2423 18.2924 14.0176 17.1094\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21854,6 +21868,20 @@
|
|
|
21854
21868
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
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": "off",
|
|
21878
|
+
"radius": "2",
|
|
21879
|
+
"stroke": "2"
|
|
21880
|
+
},
|
|
21881
|
+
"createdAt": "2026-02-25T22:00:30.361506+00:00",
|
|
21882
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
21883
|
+
"componentName": "IconStackOverflow"
|
|
21884
|
+
},
|
|
21857
21885
|
{
|
|
21858
21886
|
"category": "Things",
|
|
21859
21887
|
"svg": "<path d=\"M21 7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 17.5L6.41421 14.5858C6.78929 14.2107 7.29799 14 7.82843 14H16.1716C16.702 14 17.2107 14.2107 17.5858 14.5858L20.5 17.5\" stroke=\"currentColor\" stroke-width=\"2\" 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"
|
|
@@ -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-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.146",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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":
|
|
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":
|
|
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":
|
|
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";
|