@central-icons-react-native/round-filled-radius-1-stroke-1.5 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,P=Object.prototype.hasOwnProperty;var g=(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))!P.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)),v=r=>l(t({},"__esModule",{value:!0}),r);var d={};g(d,{IconBananas:()=>B,default:()=>L});module.exports=v(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:"M5.1252 2.92865C5.84946 2.85434 6.5 3.42354 6.5002 4.17279V7.46673C6.67792 9.54887 7.25883 11.091 8.07735 12.1923C8.89568 13.2932 9.98166 13.9957 11.2424 14.3544C13.7936 15.0804 17.1056 14.4015 20.2131 12.5966L20.3195 12.541C20.8267 12.3077 21.4445 12.4309 21.8137 12.873L21.8889 12.9726L22.0334 13.1845C22.1699 13.385 22.2583 13.6405 22.2453 13.9218C22.1523 15.9078 20.6222 17.9989 18.4367 19.3642C16.2128 20.7533 13.1851 21.4828 9.88204 20.6435C6.5576 19.7986 4.10882 17.5512 2.82051 15.0204C1.55511 12.5344 1.35524 9.6397 2.7502 7.51263V4.44915C2.75054 3.86332 3.15768 3.3562 3.72969 3.22943L4.97969 2.95208L5.1252 2.92865Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.63399 8.45013C7.86004 8.50495 8.07641 8.59882 8.26582 8.73333C11.1651 10.7922 14.7335 10.031 17.8527 8.61224C18.2653 8.42465 18.7471 8.42471 19.1633 8.63275C19.7749 8.93862 20.1185 9.62751 19.967 10.3095C19.8755 10.7212 19.7403 11.2572 19.5285 11.8359C16.6927 13.4372 13.8033 13.9845 11.6564 13.4306C10.5495 13.1449 9.62419 12.5683 8.925 11.6552C8.35392 10.9093 7.88255 9.87049 7.63399 8.45013Z",fill:"currentColor"})),L=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=\"M5.1252 2.92865C5.84946 2.85434 6.5 3.42354 6.5002 4.17279V7.46673C6.67792 9.54887 7.25883 11.091 8.07735 12.1923C8.89568 13.2932 9.98166 13.9957 11.2424 14.3544C13.7936 15.0804 17.1056 14.4015 20.2131 12.5966L20.3195 12.541C20.8267 12.3077 21.4445 12.4309 21.8137 12.873L21.8889 12.9726L22.0334 13.1845C22.1699 13.385 22.2583 13.6405 22.2453 13.9218C22.1523 15.9078 20.6222 17.9989 18.4367 19.3642C16.2128 20.7533 13.1851 21.4828 9.88204 20.6435C6.5576 19.7986 4.10882 17.5512 2.82051 15.0204C1.55511 12.5344 1.35524 9.6397 2.7502 7.51263V4.44915C2.75054 3.86332 3.15768 3.3562 3.72969 3.22943L4.97969 2.95208L5.1252 2.92865Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.63399 8.45013C7.86004 8.50495 8.07641 8.59882 8.26582 8.73333C11.1651 10.7922 14.7335 10.031 17.8527 8.61224C18.2653 8.42465 18.7471 8.42471 19.1633 8.63275C19.7749 8.93862 20.1185 9.62751 19.967 10.3095C19.8755 10.7212 19.7403 11.2572 19.5285 11.8359C16.6927 13.4372 13.8033 13.9845 11.6564 13.4306C10.5495 13.1449 9.62419 12.5683 8.925 11.6552C8.35392 10.9093 7.88255 9.87049 7.63399 8.45013Z\"\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,qnBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gZACF,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:"M5.1252 2.92865C5.84946 2.85434 6.5 3.42354 6.5002 4.17279V7.46673C6.67792 9.54887 7.25883 11.091 8.07735 12.1923C8.89568 13.2932 9.98166 13.9957 11.2424 14.3544C13.7936 15.0804 17.1056 14.4015 20.2131 12.5966L20.3195 12.541C20.8267 12.3077 21.4445 12.4309 21.8137 12.873L21.8889 12.9726L22.0334 13.1845C22.1699 13.385 22.2583 13.6405 22.2453 13.9218C22.1523 15.9078 20.6222 17.9989 18.4367 19.3642C16.2128 20.7533 13.1851 21.4828 9.88204 20.6435C6.5576 19.7986 4.10882 17.5512 2.82051 15.0204C1.55511 12.5344 1.35524 9.6397 2.7502 7.51263V4.44915C2.75054 3.86332 3.15768 3.3562 3.72969 3.22943L4.97969 2.95208L5.1252 2.92865Z",fill:"currentColor"}),C.createElement(t,{d:"M7.63399 8.45013C7.86004 8.50495 8.07641 8.59882 8.26582 8.73333C11.1651 10.7922 14.7335 10.031 17.8527 8.61224C18.2653 8.42465 18.7471 8.42471 19.1633 8.63275C19.7749 8.93862 20.1185 9.62751 19.967 10.3095C19.8755 10.7212 19.7403 11.2572 19.5285 11.8359C16.6927 13.4372 13.8033 13.9845 11.6564 13.4306C10.5495 13.1449 9.62419 12.5683 8.925 11.6552C8.35392 10.9093 7.88255 9.87049 7.63399 8.45013Z",fill:"currentColor"})),P=l;export{l as IconBananas,P 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=\"M5.1252 2.92865C5.84946 2.85434 6.5 3.42354 6.5002 4.17279V7.46673C6.67792 9.54887 7.25883 11.091 8.07735 12.1923C8.89568 13.2932 9.98166 13.9957 11.2424 14.3544C13.7936 15.0804 17.1056 14.4015 20.2131 12.5966L20.3195 12.541C20.8267 12.3077 21.4445 12.4309 21.8137 12.873L21.8889 12.9726L22.0334 13.1845C22.1699 13.385 22.2583 13.6405 22.2453 13.9218C22.1523 15.9078 20.6222 17.9989 18.4367 19.3642C16.2128 20.7533 13.1851 21.4828 9.88204 20.6435C6.5576 19.7986 4.10882 17.5512 2.82051 15.0204C1.55511 12.5344 1.35524 9.6397 2.7502 7.51263V4.44915C2.75054 3.86332 3.15768 3.3562 3.72969 3.22943L4.97969 2.95208L5.1252 2.92865Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.63399 8.45013C7.86004 8.50495 8.07641 8.59882 8.26582 8.73333C11.1651 10.7922 14.7335 10.031 17.8527 8.61224C18.2653 8.42465 18.7471 8.42471 19.1633 8.63275C19.7749 8.93862 20.1185 9.62751 19.967 10.3095C19.8755 10.7212 19.7403 11.2572 19.5285 11.8359C16.6927 13.4372 13.8033 13.9845 11.6564 13.4306C10.5495 13.1449 9.62419 12.5683 8.925 11.6552C8.35392 10.9093 7.88255 9.87049 7.63399 8.45013Z\"\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,qnBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gZACF,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 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M17 5.24994C17.9665 5.24994 18.75 6.03344 18.75 6.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.99994C17.25 6.86187 17.1381 6.74994 17 6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H17Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z",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 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 5.24994C17.9665 5.24994 18.75 6.03344 18.75 6.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.99994C17.25 6.86187 17.1381 6.74994 17 6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z\"\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,8QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ugBACF,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 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z",fill:"currentColor"}),o.createElement(t,{d:"M17 5.24994C17.9665 5.24994 18.75 6.03344 18.75 6.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.99994C17.25 6.86187 17.1381 6.74994 17 6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H17Z",fill:"currentColor"}),o.createElement(t,{d:"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z",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 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 5.24994C17.9665 5.24994 18.75 6.03344 18.75 6.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.99994C17.25 6.86187 17.1381 6.74994 17 6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z\"\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,8QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ugBACF,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.39761 3 8.56905 3.95647 8.90234 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V15.0977C20.0435 15.431 21 16.6024 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6024 15.9565 15.431 17.25 15.0977V7C17.25 6.86193 17.1381 6.75 17 6.75H8.90234C8.63089 7.80351 7.80348 8.62983 6.75 8.90137V15.0977C8.04354 15.431 9 16.6024 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6024 3.95647 15.431 5.25 15.0977V8.90137C3.95658 8.56799 3 7.39752 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.39761 3 8.56905 3.95647 8.90234 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V15.0977C20.0435 15.431 21 16.6024 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6024 15.9565 15.431 17.25 15.0977V7C17.25 6.86193 17.1381 6.75 17 6.75H8.90234C8.63089 7.80351 7.80348 8.62983 6.75 8.90137V15.0977C8.04354 15.431 9 16.6024 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6024 3.95647 15.431 5.25 15.0977V8.90137C3.95658 8.56799 3 7.39752 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,ofACF,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.39761 3 8.56905 3.95647 8.90234 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V15.0977C20.0435 15.431 21 16.6024 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6024 15.9565 15.431 17.25 15.0977V7C17.25 6.86193 17.1381 6.75 17 6.75H8.90234C8.63089 7.80351 7.80348 8.62983 6.75 8.90137V15.0977C8.04354 15.431 9 16.6024 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6024 3.95647 15.431 5.25 15.0977V8.90137C3.95658 8.56799 3 7.39752 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.39761 3 8.56905 3.95647 8.90234 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V15.0977C20.0435 15.431 21 16.6024 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6024 15.9565 15.431 17.25 15.0977V7C17.25 6.86193 17.1381 6.75 17 6.75H8.90234C8.63089 7.80351 7.80348 8.62983 6.75 8.90137V15.0977C8.04354 15.431 9 16.6024 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6024 3.95647 15.431 5.25 15.0977V8.90137C3.95658 8.56799 3 7.39752 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,ofACF,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-1-stroke-1.5",
2633
2633
  "componentName": "IconBanana"
2634
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M5.1252 2.92865C5.84946 2.85434 6.5 3.42354 6.5002 4.17279V7.46673C6.67792 9.54887 7.25883 11.091 8.07735 12.1923C8.89568 13.2932 9.98166 13.9957 11.2424 14.3544C13.7936 15.0804 17.1056 14.4015 20.2131 12.5966L20.3195 12.541C20.8267 12.3077 21.4445 12.4309 21.8137 12.873L21.8889 12.9726L22.0334 13.1845C22.1699 13.385 22.2583 13.6405 22.2453 13.9218C22.1523 15.9078 20.6222 17.9989 18.4367 19.3642C16.2128 20.7533 13.1851 21.4828 9.88204 20.6435C6.5576 19.7986 4.10882 17.5512 2.82051 15.0204C1.55511 12.5344 1.35524 9.6397 2.7502 7.51263V4.44915C2.75054 3.86332 3.15768 3.3562 3.72969 3.22943L4.97969 2.95208L5.1252 2.92865Z\" fill=\"currentColor\"/><path d=\"M7.63399 8.45013C7.86004 8.50495 8.07641 8.59882 8.26582 8.73333C11.1651 10.7922 14.7335 10.031 17.8527 8.61224C18.2653 8.42465 18.7471 8.42471 19.1633 8.63275C19.7749 8.93862 20.1185 9.62751 19.967 10.3095C19.8755 10.7212 19.7403 11.2572 19.5285 11.8359C16.6927 13.4372 13.8033 13.9845 11.6564 13.4306C10.5495 13.1449 9.62419 12.5683 8.925 11.6552C8.35392 10.9093 7.88255 9.87049 7.63399 8.45013Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "1",
2643
+ "stroke": "1.5"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-1-stroke-1.5",
2647
+ "componentName": "IconBananas"
2648
+ },
2635
2649
  {
2636
2650
  "category": "Building",
2637
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 9.99999H20V16.5644C20.5502 16.718 21.0025 17.1357 21.1894 17.6966L21.5228 18.6966C21.9005 19.8298 21.0571 21 19.8626 21H4.13743C2.94295 21 2.0995 19.8298 2.47723 18.6966L2.81056 17.6966C2.99754 17.1357 3.44981 16.718 4 16.5644V9.99999H3.75C2.7835 9.99999 2 9.21649 2 8.24999V7.78824C2 7.128 2.37159 6.52397 2.96089 6.22625L11.2109 2.05837C11.7071 1.80769 12.2929 1.80769 12.7891 2.05837L21.0391 6.22625C21.6284 6.52397 22 7.128 22 7.78824V8.24999C22 9.21649 21.2165 9.99999 20.25 9.99999ZM16 9.99999H18.5V16.5H16V9.99999ZM8 16.5H5.5V9.99999H8V16.5ZM9.5 16.5V9.99999H14.5V16.5H9.5Z\" fill=\"currentColor\"/>",
@@ -15246,6 +15260,34 @@
15246
15260
  "packageName": "round-filled-radius-1-stroke-1.5",
15247
15261
  "componentName": "IconMegaphone2"
15248
15262
  },
15263
+ {
15264
+ "category": "Code",
15265
+ "svg": "<path d=\"M6 9.99994C6.41421 9.99994 6.75 10.3357 6.75 10.7499V15.0976C8.04354 15.4309 9 16.6023 9 17.9999C8.99997 19.6568 7.65684 20.9999 6 20.9999C4.34316 20.9999 3.00003 19.6568 3 17.9999C3 16.6023 3.95647 15.4309 5.25 15.0976V10.7499C5.25 10.3357 5.58579 9.99994 6 9.99994Z\" fill=\"currentColor\"/><path d=\"M17 5.24994C17.9665 5.24994 18.75 6.03344 18.75 6.99994V15.0976C20.0435 15.4309 21 16.6023 21 17.9999C21 19.6568 19.6568 20.9999 18 20.9999C16.3432 20.9999 15 19.6568 15 17.9999C15 16.6023 15.9565 15.4309 17.25 15.0976V6.99994C17.25 6.86187 17.1381 6.74994 17 6.74994H10.75C10.3358 6.74994 10 6.41413 10 5.99994C10 5.58573 10.3358 5.24994 10.75 5.24994H17Z\" fill=\"currentColor\"/><path d=\"M7.46973 3.46967C7.76262 3.17678 8.23738 3.17678 8.53027 3.46967C8.82314 3.76257 8.82316 4.23733 8.53027 4.53022L7.06055 5.99994L8.53027 7.46967C8.82314 7.76257 8.82316 8.23733 8.53027 8.53022C8.23739 8.82307 7.76261 8.82307 7.46973 8.53022L6 7.06049L4.53027 8.53022C4.23739 8.82307 3.76261 8.82307 3.46973 8.53022C3.17684 8.23733 3.17686 7.76257 3.46973 7.46967L4.93945 5.99994L3.46973 4.53022C3.17684 4.23733 3.17686 3.76257 3.46973 3.46967C3.76262 3.17678 4.23738 3.17678 4.53027 3.46967L6 4.9394L7.46973 3.46967Z\" fill=\"currentColor\"/>",
15266
+ "iconName": "merge-conflict",
15267
+ "variant": {
15268
+ "join": "round",
15269
+ "filled": "on",
15270
+ "radius": "1",
15271
+ "stroke": "1.5"
15272
+ },
15273
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15274
+ "packageName": "round-filled-radius-1-stroke-1.5",
15275
+ "componentName": "IconMergeConflict"
15276
+ },
15277
+ {
15278
+ "category": "Code",
15279
+ "svg": "<path d=\"M6 3C7.39761 3 8.56905 3.95647 8.90234 5.25H17C17.9665 5.25 18.75 6.0335 18.75 7V15.0977C20.0435 15.431 21 16.6024 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6024 15.9565 15.431 17.25 15.0977V7C17.25 6.86193 17.1381 6.75 17 6.75H8.90234C8.63089 7.80351 7.80348 8.62983 6.75 8.90137V15.0977C8.04354 15.431 9 16.6024 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6024 3.95647 15.431 5.25 15.0977V8.90137C3.95658 8.56799 3 7.39752 3 6C3 4.34315 4.34315 3 6 3Z\" fill=\"currentColor\"/>",
15280
+ "iconName": "merged",
15281
+ "variant": {
15282
+ "join": "round",
15283
+ "filled": "on",
15284
+ "radius": "1",
15285
+ "stroke": "1.5"
15286
+ },
15287
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15288
+ "packageName": "round-filled-radius-1-stroke-1.5",
15289
+ "componentName": "IconMerged"
15290
+ },
15249
15291
  {
15250
15292
  "category": "Sound & Music",
15251
15293
  "svg": "<path d=\"M7.00122 7C7.00122 4.23858 9.2398 2 12.0012 2C14.7626 2 17.0012 4.23858 17.0012 7V11.5C17.0012 14.2614 14.7626 16.5 12.0012 16.5C9.2398 16.5 7.00122 14.2614 7.00122 11.5V7Z\" fill=\"currentColor\"/><path d=\"M5.81245 14.1997C5.64662 13.8201 5.20448 13.6468 4.82491 13.8127C4.44535 13.9785 4.27209 14.4207 4.43793 14.8002C5.61525 17.4948 8.19176 19.4406 11.2511 19.7163V21.2499C11.2511 21.6642 11.5869 21.9999 12.0011 21.9999C12.4153 21.9999 12.7511 21.6642 12.7511 21.2499V19.7163C15.8105 19.4406 18.387 17.4948 19.5643 14.8002C19.7302 14.4207 19.5569 13.9785 19.1773 13.8127C18.7978 13.6468 18.3556 13.8201 18.1898 14.1997C17.1475 16.5852 14.7679 18.2499 12.0011 18.2499C9.23436 18.2499 6.85474 16.5852 5.81245 14.1997Z\" 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-1-stroke-1.5",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
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": 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";