@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.147 → 1.1.149

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 IconBananas: FC<CentralIconBaseProps>;
4
+ export default IconBananas;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!L.call(r,n)&&n!==C&&t(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>l(t({},"__esModule",{value:!0}),r);var d={};P(d,{IconBananas:()=>B,default:()=>v});module.exports=g(d);var e=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),B=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M4.32066 3.36588C5.68134 3.09486 6.9512 4.1357 6.95152 5.5231V7.96841C7.18795 12.0933 8.94712 14.1518 11.1947 14.859C13.5608 15.6033 16.7991 14.9651 20.1195 12.9313L20.2308 12.8698C20.7597 12.6036 21.4129 12.6571 21.889 13.0446L21.9886 13.1335L22.0912 13.2428C22.32 13.5134 22.4699 13.8819 22.4398 14.2946C22.2897 16.3504 20.697 18.4592 18.4828 19.8219C16.2227 21.2127 13.1638 21.9328 9.83335 21.0866C6.40734 20.2158 3.89417 17.8828 2.59507 15.2663C1.36247 12.7834 1.15719 9.8751 2.55113 7.70279V5.5231C2.55137 4.47424 3.29206 3.57115 4.32066 3.36588Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M18.2113 8.45084C18.5909 8.14285 19.1196 8.04756 19.5941 8.23892L19.6957 8.28482L19.8597 8.3815C20.2261 8.63432 20.463 9.06281 20.4437 9.54459C20.4313 9.85415 20.3955 10.3986 20.2992 11.0378L19.6761 11.4391C16.4882 13.4884 13.6099 13.9969 11.7445 13.4577C10.865 13.2033 10.1437 12.7064 9.59312 11.902C9.25649 11.41 8.95581 10.7584 8.74351 9.90982C11.6336 11.7594 15.3645 11.1416 18.1322 8.52017L18.2113 8.45084Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBananas});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.32066 3.36588C5.68134 3.09486 6.9512 4.1357 6.95152 5.5231V7.96841C7.18795 12.0933 8.94712 14.1518 11.1947 14.859C13.5608 15.6033 16.7991 14.9651 20.1195 12.9313L20.2308 12.8698C20.7597 12.6036 21.4129 12.6571 21.889 13.0446L21.9886 13.1335L22.0912 13.2428C22.32 13.5134 22.4699 13.8819 22.4398 14.2946C22.2897 16.3504 20.697 18.4592 18.4828 19.8219C16.2227 21.2127 13.1638 21.9328 9.83335 21.0866C6.40734 20.2158 3.89417 17.8828 2.59507 15.2663C1.36247 12.7834 1.15719 9.8751 2.55113 7.70279V5.5231C2.55137 4.47424 3.29206 3.57115 4.32066 3.36588Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2113 8.45084C18.5909 8.14285 19.1196 8.04756 19.5941 8.23892L19.6957 8.28482L19.8597 8.3815C20.2261 8.63432 20.463 9.06281 20.4437 9.54459C20.4313 9.85415 20.3955 10.3986 20.2992 11.0378L19.6761 11.4391C16.4882 13.4884 13.6099 13.9969 11.7445 13.4577C10.865 13.2033 10.1437 12.7064 9.59312 11.902C9.25649 11.41 8.95581 10.7584 8.74351 9.90982C11.6336 11.7594 15.3645 11.1416 18.1322 8.52017L18.2113 8.45084Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0iBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8ZACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBananas_exports","__export","IconBananas","IconBananas_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...e})=>p.createElement(a,{...e,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 t}from"react-native-svg";var l=o=>C.createElement(n,{...o},C.createElement(t,{d:"M4.32066 3.36588C5.68134 3.09486 6.9512 4.1357 6.95152 5.5231V7.96841C7.18795 12.0933 8.94712 14.1518 11.1947 14.859C13.5608 15.6033 16.7991 14.9651 20.1195 12.9313L20.2308 12.8698C20.7597 12.6036 21.4129 12.6571 21.889 13.0446L21.9886 13.1335L22.0912 13.2428C22.32 13.5134 22.4699 13.8819 22.4398 14.2946C22.2897 16.3504 20.697 18.4592 18.4828 19.8219C16.2227 21.2127 13.1638 21.9328 9.83335 21.0866C6.40734 20.2158 3.89417 17.8828 2.59507 15.2663C1.36247 12.7834 1.15719 9.8751 2.55113 7.70279V5.5231C2.55137 4.47424 3.29206 3.57115 4.32066 3.36588Z",fill:"currentColor"}),C.createElement(t,{d:"M18.2113 8.45084C18.5909 8.14285 19.1196 8.04756 19.5941 8.23892L19.6957 8.28482L19.8597 8.3815C20.2261 8.63432 20.463 9.06281 20.4437 9.54459C20.4313 9.85415 20.3955 10.3986 20.2992 11.0378L19.6761 11.4391C16.4882 13.4884 13.6099 13.9969 11.7445 13.4577C10.865 13.2033 10.1437 12.7064 9.59312 11.902C9.25649 11.41 8.95581 10.7584 8.74351 9.90982C11.6336 11.7594 15.3645 11.1416 18.1322 8.52017L18.2113 8.45084Z",fill:"currentColor"})),L=l;export{l as IconBananas,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.32066 3.36588C5.68134 3.09486 6.9512 4.1357 6.95152 5.5231V7.96841C7.18795 12.0933 8.94712 14.1518 11.1947 14.859C13.5608 15.6033 16.7991 14.9651 20.1195 12.9313L20.2308 12.8698C20.7597 12.6036 21.4129 12.6571 21.889 13.0446L21.9886 13.1335L22.0912 13.2428C22.32 13.5134 22.4699 13.8819 22.4398 14.2946C22.2897 16.3504 20.697 18.4592 18.4828 19.8219C16.2227 21.2127 13.1638 21.9328 9.83335 21.0866C6.40734 20.2158 3.89417 17.8828 2.59507 15.2663C1.36247 12.7834 1.15719 9.8751 2.55113 7.70279V5.5231C2.55137 4.47424 3.29206 3.57115 4.32066 3.36588Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2113 8.45084C18.5909 8.14285 19.1196 8.04756 19.5941 8.23892L19.6957 8.28482L19.8597 8.3815C20.2261 8.63432 20.463 9.06281 20.4437 9.54459C20.4313 9.85415 20.3955 10.3986 20.2992 11.0378L19.6761 11.4391C16.4882 13.4884 13.6099 13.9969 11.7445 13.4577C10.865 13.2033 10.1437 12.7064 9.59312 11.902C9.25649 11.41 8.95581 10.7584 8.74351 9.90982C11.6336 11.7594 15.3645 11.1416 18.1322 8.52017L18.2113 8.45084Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0iBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8ZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMergeConflict: FC<CentralIconBaseProps>;
4
+ export default IconMergeConflict;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconMergeConflict:()=>i,default:()=>d});module.exports=P(v);var e=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M6 11.0002C6.55228 11.0002 7 11.4479 7 12.0002V15.174C8.16468 15.5861 9 16.6943 9 18.0002C8.99996 19.657 7.65683 21.0002 6 21.0002C4.34317 21.0002 3.00004 19.657 3 18.0002C3 16.6943 3.83532 15.5861 5 15.174V12.0002C5 11.4479 5.44772 11.0002 6 11.0002Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M15 5.00017C17.2091 5.00017 19 6.79103 19 9.00017V15.174C20.1647 15.5861 21 16.6943 21 18.0002C21 19.657 19.6568 21.0002 18 21.0002C16.3432 21.0002 15 19.657 15 18.0002C15 16.6943 15.8353 15.5861 17 15.174V9.00017C17 7.8956 16.1046 7.00017 15 7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H15Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.04297 3.54314C7.43349 3.15261 8.06651 3.15261 8.45703 3.54314C8.84752 3.93366 8.84754 4.56669 8.45703 4.9572L7.41406 6.00017L8.45703 7.04314C8.84752 7.43366 8.84754 8.06669 8.45703 8.4572C8.06652 8.84767 7.43348 8.84767 7.04297 8.4572L6 7.41423L4.95703 8.4572C4.56652 8.84767 3.93348 8.84767 3.54297 8.4572C3.15246 8.06669 3.15248 7.43366 3.54297 7.04314L4.58594 6.00017L3.54297 4.9572C3.15246 4.56669 3.15248 3.93366 3.54297 3.54314C3.93349 3.15261 4.56651 3.15261 4.95703 3.54314L6 4.58611L7.04297 3.54314Z",fill:"currentColor"})),d=i;0&&(module.exports={IconMergeConflict});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergeConflict/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 IconMergeConflict: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 11.0002C6.55228 11.0002 7 11.4479 7 12.0002V15.174C8.16468 15.5861 9 16.6943 9 18.0002C8.99996 19.657 7.65683 21.0002 6 21.0002C4.34317 21.0002 3.00004 19.657 3 18.0002C3 16.6943 3.83532 15.5861 5 15.174V12.0002C5 11.4479 5.44772 11.0002 6 11.0002Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.00017C17.2091 5.00017 19 6.79103 19 9.00017V15.174C20.1647 15.5861 21 16.6943 21 18.0002C21 19.657 19.6568 21.0002 18 21.0002C16.3432 21.0002 15 19.657 15 18.0002C15 16.6943 15.8353 15.5861 17 15.174V9.00017C17 7.8956 16.1046 7.00017 15 7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.04297 3.54314C7.43349 3.15261 8.06651 3.15261 8.45703 3.54314C8.84752 3.93366 8.84754 4.56669 8.45703 4.9572L7.41406 6.00017L8.45703 7.04314C8.84752 7.43366 8.84754 8.06669 8.45703 8.4572C8.06652 8.84767 7.43348 8.84767 7.04297 8.4572L6 7.41423L4.95703 8.4572C4.56652 8.84767 3.93348 8.84767 3.54297 8.4572C3.15246 8.06669 3.15248 7.43366 3.54297 7.04314L4.58594 6.00017L3.54297 4.9572C3.15246 4.56669 3.15248 3.93366 3.54297 3.54314C3.93349 3.15261 4.56651 3.15261 4.95703 3.54314L6 4.58611L7.04297 3.54314Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergeConflict;\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,8PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kgBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMergeConflict_exports","__export","IconMergeConflict","IconMergeConflict_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMergeConflict","props","React","CentralIconBase","IconMergeConflict_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(e,{...C},o.createElement(t,{d:"M6 11.0002C6.55228 11.0002 7 11.4479 7 12.0002V15.174C8.16468 15.5861 9 16.6943 9 18.0002C8.99996 19.657 7.65683 21.0002 6 21.0002C4.34317 21.0002 3.00004 19.657 3 18.0002C3 16.6943 3.83532 15.5861 5 15.174V12.0002C5 11.4479 5.44772 11.0002 6 11.0002Z",fill:"currentColor"}),o.createElement(t,{d:"M15 5.00017C17.2091 5.00017 19 6.79103 19 9.00017V15.174C20.1647 15.5861 21 16.6943 21 18.0002C21 19.657 19.6568 21.0002 18 21.0002C16.3432 21.0002 15 19.657 15 18.0002C15 16.6943 15.8353 15.5861 17 15.174V9.00017C17 7.8956 16.1046 7.00017 15 7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H15Z",fill:"currentColor"}),o.createElement(t,{d:"M7.04297 3.54314C7.43349 3.15261 8.06651 3.15261 8.45703 3.54314C8.84752 3.93366 8.84754 4.56669 8.45703 4.9572L7.41406 6.00017L8.45703 7.04314C8.84752 7.43366 8.84754 8.06669 8.45703 8.4572C8.06652 8.84767 7.43348 8.84767 7.04297 8.4572L6 7.41423L4.95703 8.4572C4.56652 8.84767 3.93348 8.84767 3.54297 8.4572C3.15246 8.06669 3.15248 7.43366 3.54297 7.04314L4.58594 6.00017L3.54297 4.9572C3.15246 4.56669 3.15248 3.93366 3.54297 3.54314C3.93349 3.15261 4.56651 3.15261 4.95703 3.54314L6 4.58611L7.04297 3.54314Z",fill:"currentColor"})),g=a;export{a as IconMergeConflict,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergeConflict/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 IconMergeConflict: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 11.0002C6.55228 11.0002 7 11.4479 7 12.0002V15.174C8.16468 15.5861 9 16.6943 9 18.0002C8.99996 19.657 7.65683 21.0002 6 21.0002C4.34317 21.0002 3.00004 19.657 3 18.0002C3 16.6943 3.83532 15.5861 5 15.174V12.0002C5 11.4479 5.44772 11.0002 6 11.0002Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 5.00017C17.2091 5.00017 19 6.79103 19 9.00017V15.174C20.1647 15.5861 21 16.6943 21 18.0002C21 19.657 19.6568 21.0002 18 21.0002C16.3432 21.0002 15 19.657 15 18.0002C15 16.6943 15.8353 15.5861 17 15.174V9.00017C17 7.8956 16.1046 7.00017 15 7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.04297 3.54314C7.43349 3.15261 8.06651 3.15261 8.45703 3.54314C8.84752 3.93366 8.84754 4.56669 8.45703 4.9572L7.41406 6.00017L8.45703 7.04314C8.84752 7.43366 8.84754 8.06669 8.45703 8.4572C8.06652 8.84767 7.43348 8.84767 7.04297 8.4572L6 7.41423L4.95703 8.4572C4.56652 8.84767 3.93348 8.84767 3.54297 8.4572C3.15246 8.06669 3.15248 7.43366 3.54297 7.04314L4.58594 6.00017L3.54297 4.9572C3.15246 4.56669 3.15248 3.93366 3.54297 3.54314C3.93349 3.15261 4.56651 3.15261 4.95703 3.54314L6 4.58611L7.04297 3.54314Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergeConflict;\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,8PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kgBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMergeConflict","props","React","CentralIconBase","IconMergeConflict_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMerged: FC<CentralIconBaseProps>;
4
+ export default IconMerged;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=g(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconMerged:()=>B,default:()=>d});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z",fill:"currentColor"})),d=B;0&&(module.exports={IconMerged});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMerged/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 IconMerged: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMerged;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wdACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMerged_exports","__export","IconMerged","IconMerged_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMerged","props","React","CentralIconBase","IconMerged_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z",fill:"currentColor"})),x=l;export{l as IconMerged,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMerged/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 IconMerged: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMerged;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wdACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMerged","props","React","CentralIconBase","IconMerged_default"]}
package/README.md CHANGED
@@ -462,6 +462,8 @@ Below is a complete list of available icons:
462
462
  - IconHammer2
463
463
  - IconHook
464
464
  - IconLadybug
465
+ - IconMergeConflict
466
+ - IconMerged
465
467
  - IconPullRequest
466
468
  - IconPush
467
469
  - IconRequestClosed
@@ -856,6 +858,7 @@ Below is a complete list of available icons:
856
858
  - IconApples
857
859
  - IconAvocado
858
860
  - IconBanana
861
+ - IconBananas
859
862
  - IconBirthdayCake
860
863
  - IconBottle
861
864
  - IconBreakfast
@@ -2632,6 +2632,20 @@
2632
2632
  "packageName": "round-filled-radius-3-stroke-2",
2633
2633
  "componentName": "IconBanana"
2634
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M4.32066 3.36588C5.68134 3.09486 6.9512 4.1357 6.95152 5.5231V7.96841C7.18795 12.0933 8.94712 14.1518 11.1947 14.859C13.5608 15.6033 16.7991 14.9651 20.1195 12.9313L20.2308 12.8698C20.7597 12.6036 21.4129 12.6571 21.889 13.0446L21.9886 13.1335L22.0912 13.2428C22.32 13.5134 22.4699 13.8819 22.4398 14.2946C22.2897 16.3504 20.697 18.4592 18.4828 19.8219C16.2227 21.2127 13.1638 21.9328 9.83335 21.0866C6.40734 20.2158 3.89417 17.8828 2.59507 15.2663C1.36247 12.7834 1.15719 9.8751 2.55113 7.70279V5.5231C2.55137 4.47424 3.29206 3.57115 4.32066 3.36588Z\" fill=\"currentColor\"/><path d=\"M18.2113 8.45084C18.5909 8.14285 19.1196 8.04756 19.5941 8.23892L19.6957 8.28482L19.8597 8.3815C20.2261 8.63432 20.463 9.06281 20.4437 9.54459C20.4313 9.85415 20.3955 10.3986 20.2992 11.0378L19.6761 11.4391C16.4882 13.4884 13.6099 13.9969 11.7445 13.4577C10.865 13.2033 10.1437 12.7064 9.59312 11.902C9.25649 11.41 8.95581 10.7584 8.74351 9.90982C11.6336 11.7594 15.3645 11.1416 18.1322 8.52017L18.2113 8.45084Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "3",
2643
+ "stroke": "2"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-3-stroke-2",
2647
+ "componentName": "IconBananas"
2648
+ },
2635
2649
  {
2636
2650
  "category": "Building",
2637
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 7.76396C22 8.91917 21.124 9.86978 20 9.98771V16.5457C20.717 16.9876 21.2785 17.6732 21.5578 18.5112C21.966 19.7356 21.0546 21 19.764 21H4.236C2.94538 21 2.03404 19.7356 2.44217 18.5112C2.72153 17.6732 3.28305 16.9876 4 16.5457V9.98771C2.87602 9.86978 2 8.91917 2 7.76396C2 6.917 2.47852 6.14273 3.23607 5.76396L10.2111 2.27642C11.3373 1.71336 12.6627 1.71336 13.7889 2.27642L20.7639 5.76396C21.5215 6.14273 22 6.917 22 7.76396ZM16 10H18V16H16V10ZM8 16H6V10H8V16ZM10 16V10H14V16H10Z\" fill=\"currentColor\"/>",
@@ -15246,6 +15260,34 @@
15246
15260
  "packageName": "round-filled-radius-3-stroke-2",
15247
15261
  "componentName": "IconMegaphone2"
15248
15262
  },
15263
+ {
15264
+ "category": "Code",
15265
+ "svg": "<path d=\"M6 11.0002C6.55228 11.0002 7 11.4479 7 12.0002V15.174C8.16468 15.5861 9 16.6943 9 18.0002C8.99996 19.657 7.65683 21.0002 6 21.0002C4.34317 21.0002 3.00004 19.657 3 18.0002C3 16.6943 3.83532 15.5861 5 15.174V12.0002C5 11.4479 5.44772 11.0002 6 11.0002Z\" fill=\"currentColor\"/><path d=\"M15 5.00017C17.2091 5.00017 19 6.79103 19 9.00017V15.174C20.1647 15.5861 21 16.6943 21 18.0002C21 19.657 19.6568 21.0002 18 21.0002C16.3432 21.0002 15 19.657 15 18.0002C15 16.6943 15.8353 15.5861 17 15.174V9.00017C17 7.8956 16.1046 7.00017 15 7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H15Z\" fill=\"currentColor\"/><path d=\"M7.04297 3.54314C7.43349 3.15261 8.06651 3.15261 8.45703 3.54314C8.84752 3.93366 8.84754 4.56669 8.45703 4.9572L7.41406 6.00017L8.45703 7.04314C8.84752 7.43366 8.84754 8.06669 8.45703 8.4572C8.06652 8.84767 7.43348 8.84767 7.04297 8.4572L6 7.41423L4.95703 8.4572C4.56652 8.84767 3.93348 8.84767 3.54297 8.4572C3.15246 8.06669 3.15248 7.43366 3.54297 7.04314L4.58594 6.00017L3.54297 4.9572C3.15246 4.56669 3.15248 3.93366 3.54297 3.54314C3.93349 3.15261 4.56651 3.15261 4.95703 3.54314L6 4.58611L7.04297 3.54314Z\" fill=\"currentColor\"/>",
15266
+ "iconName": "merge-conflict",
15267
+ "variant": {
15268
+ "join": "round",
15269
+ "filled": "on",
15270
+ "radius": "3",
15271
+ "stroke": "2"
15272
+ },
15273
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15274
+ "packageName": "round-filled-radius-3-stroke-2",
15275
+ "componentName": "IconMergeConflict"
15276
+ },
15277
+ {
15278
+ "category": "Code",
15279
+ "svg": "<path d=\"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z\" fill=\"currentColor\"/>",
15280
+ "iconName": "merged",
15281
+ "variant": {
15282
+ "join": "round",
15283
+ "filled": "on",
15284
+ "radius": "3",
15285
+ "stroke": "2"
15286
+ },
15287
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15288
+ "packageName": "round-filled-radius-3-stroke-2",
15289
+ "componentName": "IconMerged"
15290
+ },
15249
15291
  {
15250
15292
  "category": "Sound & Music",
15251
15293
  "svg": "<path d=\"M12.0014 2C9.23999 2 7.00141 4.23858 7.00141 7V11C7.00141 13.7614 9.23999 16 12.0014 16C14.7628 16 17.0014 13.7614 17.0014 11V7C17.0014 4.23858 14.7628 2 12.0014 2Z\" fill=\"currentColor\"/><path d=\"M5.85459 14.4556C5.55395 13.9924 4.93466 13.8605 4.47138 14.1612C4.00809 14.4618 3.87625 15.0811 4.1769 15.5444C5.30052 17.2758 7.44787 19.5784 11.0014 19.9488V21C11.0014 21.5523 11.4491 22 12.0014 22C12.5537 22 13.0014 21.5523 13.0014 21V19.9488C16.555 19.5784 18.7023 17.2758 19.8259 15.5444C20.1266 15.0811 19.9947 14.4618 19.5314 14.1612C19.0682 13.8605 18.4489 13.9924 18.1482 14.4556C17.1086 16.0576 15.2015 18 12.0014 18C8.80131 18 6.8942 16.0576 5.85459 14.4556Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -187,6 +187,7 @@ export type CentralIconName =
187
187
  | "IconBag3"
188
188
  | "IconBalloon"
189
189
  | "IconBanana"
190
+ | "IconBananas"
190
191
  | "IconBank"
191
192
  | "IconBank2"
192
193
  | "IconBanknote1"
@@ -1088,6 +1089,8 @@ export type CentralIconName =
1088
1089
  | "IconMedium"
1089
1090
  | "IconMegaphone"
1090
1091
  | "IconMegaphone2"
1092
+ | "IconMergeConflict"
1093
+ | "IconMerged"
1091
1094
  | "IconMicrophone"
1092
1095
  | "IconMicrophoneOff"
1093
1096
  | "IconMicrophoneSparkle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1830,
14
+ "totalIcons": 1833,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -299,7 +299,7 @@
299
299
  ]
300
300
  },
301
301
  "Code": {
302
- "count": 54,
302
+ "count": 56,
303
303
  "icons": [
304
304
  "IconAgent",
305
305
  "IconAgenticCoding",
@@ -344,6 +344,8 @@
344
344
  "IconHammer2",
345
345
  "IconHook",
346
346
  "IconLadybug",
347
+ "IconMergeConflict",
348
+ "IconMerged",
347
349
  "IconPullRequest",
348
350
  "IconPush",
349
351
  "IconRequestClosed",
@@ -748,12 +750,13 @@
748
750
  ]
749
751
  },
750
752
  "Food": {
751
- "count": 43,
753
+ "count": 44,
752
754
  "icons": [
753
755
  "IconAppleNewton",
754
756
  "IconApples",
755
757
  "IconAvocado",
756
758
  "IconBanana",
759
+ "IconBananas",
757
760
  "IconBirthdayCake",
758
761
  "IconBottle",
759
762
  "IconBreakfast",
@@ -2220,6 +2223,7 @@
2220
2223
  "IconBag3": "bag-3, luggage, suitcase, work",
2221
2224
  "IconBalloon": "balloon, birthday",
2222
2225
  "IconBanana": "banana, fruit",
2226
+ "IconBananas": "bananas, fruits",
2223
2227
  "IconBank": "bank",
2224
2228
  "IconBank2": "bank-2, library, gov",
2225
2229
  "IconBanknote1": "banknote-1, money, bill",
@@ -3121,6 +3125,8 @@
3121
3125
  "IconMedium": "medium",
3122
3126
  "IconMegaphone": "megaphone, loud, speak, promote, feedback",
3123
3127
  "IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
3128
+ "IconMergeConflict": "merge-conflict",
3129
+ "IconMerged": "merged",
3124
3130
  "IconMicrophone": "microphone, mic, sound, podcast",
3125
3131
  "IconMicrophoneOff": "microphone-off",
3126
3132
  "IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
package/index.d.ts CHANGED
@@ -186,6 +186,7 @@ export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2S
186
186
  export { IconBag3, default as IconBag3Default } from "./IconBag3";
187
187
  export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
188
188
  export { IconBanana, default as IconBananaDefault } from "./IconBanana";
189
+ export { IconBananas, default as IconBananasDefault } from "./IconBananas";
189
190
  export { IconBank, default as IconBankDefault } from "./IconBank";
190
191
  export { IconBank2, default as IconBank2Default } from "./IconBank2";
191
192
  export { IconBanknote1, default as IconBanknote1Default, } from "./IconBanknote1";
@@ -1087,6 +1088,8 @@ export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./I
1087
1088
  export { IconMedium, default as IconMediumDefault } from "./IconMedium";
1088
1089
  export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
1089
1090
  export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
1091
+ export { IconMergeConflict, default as IconMergeConflictDefault, } from "./IconMergeConflict";
1092
+ export { IconMerged, default as IconMergedDefault } from "./IconMerged";
1090
1093
  export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
1091
1094
  export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
1092
1095
  export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";