@central-icons-react-native/round-filled-radius-1-stroke-1 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 h={};g(h,{IconBananas:()=>B,default:()=>d});module.exports=v(h);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.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z",fill:"currentColor"})),d=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.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\"\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,umBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kcACF,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.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z",fill:"currentColor"}),C.createElement(t,{d:"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z",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=\"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\"\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,umBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kcACF,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.5 9.99996C6.77614 9.99996 7 10.2238 7 10.5V15.0498C8.14114 15.2814 9 16.2905 9 17.5C8.99998 18.8807 7.8807 20 6.5 20C5.1193 20 4.00002 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V10.5C6 10.2238 6.22386 9.99996 6.5 9.99996Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M16.5 5.99996C17.3284 5.99996 18 6.67154 18 7.49996V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.49996C17 7.22382 16.7761 6.99996 16.5 6.99996H10.5C10.2239 6.99996 10 6.77609 10 6.49996C10 6.22382 10.2239 5.99996 10.5 5.99996H16.5Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M8.14648 4.14645C8.34175 3.95118 8.65825 3.95118 8.85352 4.14645C9.04876 4.34171 9.04877 4.65822 8.85352 4.85348L7.20703 6.49996L8.85352 8.14645C9.04876 8.34171 9.04877 8.65822 8.85352 8.85348C8.65826 9.04872 8.34174 9.04872 8.14648 8.85348L6.5 7.20699L4.85352 8.85348C4.65826 9.04872 4.34174 9.04872 4.14648 8.85348C3.95123 8.65822 3.95124 8.34171 4.14648 8.14645L5.79297 6.49996L4.14648 4.85348C3.95123 4.65822 3.95124 4.34171 4.14648 4.14645C4.34175 3.95118 4.65825 3.95118 4.85352 4.14645L6.5 5.79293L8.14648 4.14645Z",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.5 9.99996C6.77614 9.99996 7 10.2238 7 10.5V15.0498C8.14114 15.2814 9 16.2905 9 17.5C8.99998 18.8807 7.8807 20 6.5 20C5.1193 20 4.00002 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V10.5C6 10.2238 6.22386 9.99996 6.5 9.99996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 5.99996C17.3284 5.99996 18 6.67154 18 7.49996V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.49996C17 7.22382 16.7761 6.99996 16.5 6.99996H10.5C10.2239 6.99996 10 6.77609 10 6.49996C10 6.22382 10.2239 5.99996 10.5 5.99996H16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.14648 4.14645C8.34175 3.95118 8.65825 3.95118 8.85352 4.14645C9.04876 4.34171 9.04877 4.65822 8.85352 4.85348L7.20703 6.49996L8.85352 8.14645C9.04876 8.34171 9.04877 8.65822 8.85352 8.85348C8.65826 9.04872 8.34174 9.04872 8.14648 8.85348L6.5 7.20699L4.85352 8.85348C4.65826 9.04872 4.34174 9.04872 4.14648 8.85348C3.95123 8.65822 3.95124 8.34171 4.14648 8.14645L5.79297 6.49996L4.14648 4.85348C3.95123 4.65822 3.95124 4.34171 4.14648 4.14645C4.34175 3.95118 4.65825 3.95118 4.85352 4.14645L6.5 5.79293L8.14648 4.14645Z\"\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,2OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,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.5 9.99996C6.77614 9.99996 7 10.2238 7 10.5V15.0498C8.14114 15.2814 9 16.2905 9 17.5C8.99998 18.8807 7.8807 20 6.5 20C5.1193 20 4.00002 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V10.5C6 10.2238 6.22386 9.99996 6.5 9.99996Z",fill:"currentColor"}),o.createElement(t,{d:"M16.5 5.99996C17.3284 5.99996 18 6.67154 18 7.49996V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.49996C17 7.22382 16.7761 6.99996 16.5 6.99996H10.5C10.2239 6.99996 10 6.77609 10 6.49996C10 6.22382 10.2239 5.99996 10.5 5.99996H16.5Z",fill:"currentColor"}),o.createElement(t,{d:"M8.14648 4.14645C8.34175 3.95118 8.65825 3.95118 8.85352 4.14645C9.04876 4.34171 9.04877 4.65822 8.85352 4.85348L7.20703 6.49996L8.85352 8.14645C9.04876 8.34171 9.04877 8.65822 8.85352 8.85348C8.65826 9.04872 8.34174 9.04872 8.14648 8.85348L6.5 7.20699L4.85352 8.85348C4.65826 9.04872 4.34174 9.04872 4.14648 8.85348C3.95123 8.65822 3.95124 8.34171 4.14648 8.14645L5.79297 6.49996L4.14648 4.85348C3.95123 4.65822 3.95124 4.34171 4.14648 4.14645C4.34175 3.95118 4.65825 3.95118 4.85352 4.14645L6.5 5.79293L8.14648 4.14645Z",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.5 9.99996C6.77614 9.99996 7 10.2238 7 10.5V15.0498C8.14114 15.2814 9 16.2905 9 17.5C8.99998 18.8807 7.8807 20 6.5 20C5.1193 20 4.00002 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V10.5C6 10.2238 6.22386 9.99996 6.5 9.99996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 5.99996C17.3284 5.99996 18 6.67154 18 7.49996V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.49996C17 7.22382 16.7761 6.99996 16.5 6.99996H10.5C10.2239 6.99996 10 6.77609 10 6.49996C10 6.22382 10.2239 5.99996 10.5 5.99996H16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.14648 4.14645C8.34175 3.95118 8.65825 3.95118 8.85352 4.14645C9.04876 4.34171 9.04877 4.65822 8.85352 4.85348L7.20703 6.49996L8.85352 8.14645C9.04876 8.34171 9.04877 8.65822 8.85352 8.85348C8.65826 9.04872 8.34174 9.04872 8.14648 8.85348L6.5 7.20699L4.85352 8.85348C4.65826 9.04872 4.34174 9.04872 4.14648 8.85348C3.95123 8.65822 3.95124 8.34171 4.14648 8.14645L5.79297 6.49996L4.14648 4.85348C3.95123 4.65822 3.95124 4.34171 4.14648 4.14645C4.34175 3.95118 4.65825 3.95118 4.85352 4.14645L6.5 5.79293L8.14648 4.14645Z\"\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,2OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4gBACF,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.5 4C7.70949 4 8.71858 4.85886 8.9502 6H16.5C17.3284 6 18 6.67157 18 7.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.5C17 7.22386 16.7761 7 16.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z",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.5 4C7.70949 4 8.71858 4.85886 8.9502 6H16.5C17.3284 6 18 6.67157 18 7.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.5C17 7.22386 16.7761 7 16.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z\"\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,mfACF,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.5 4C7.70949 4 8.71858 4.85886 8.9502 6H16.5C17.3284 6 18 6.67157 18 7.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.5C17 7.22386 16.7761 7 16.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z",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.5 4C7.70949 4 8.71858 4.85886 8.9502 6H16.5C17.3284 6 18 6.67157 18 7.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.5C17 7.22386 16.7761 7 16.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z\"\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,mfACF,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",
2633
2633
  "componentName": "IconBanana"
2634
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\" fill=\"currentColor\"/><path d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "1",
2643
+ "stroke": "1"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-1-stroke-1",
2647
+ "componentName": "IconBananas"
2648
+ },
2635
2649
  {
2636
2650
  "category": "Building",
2637
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 10H20V17.0163C20.5526 17.0983 21.0217 17.484 21.2023 18.0257L21.5356 19.0257C21.8594 19.997 21.1364 21 20.1126 21H3.88743C2.86359 21 2.14064 19.997 2.4644 19.0257L2.79773 18.0257C2.97828 17.484 3.4474 17.0983 4 17.0163V10H3.5C2.67157 10 2 9.32845 2 8.50002V8.07657C2 7.54131 2.28522 7.04661 2.74845 6.77843L11.2484 1.85738C11.7133 1.58823 12.2867 1.58823 12.7516 1.85738L21.2516 6.77843C21.7148 7.04661 22 7.54131 22 8.07657V8.50002C22 9.32844 21.3284 10 20.5 10ZM16 10H19V17H16V10ZM8 17H5V10H8V17ZM9 17V10H15V17H9Z\" fill=\"currentColor\"/>",
@@ -15246,6 +15260,34 @@
15246
15260
  "packageName": "round-filled-radius-1-stroke-1",
15247
15261
  "componentName": "IconMegaphone2"
15248
15262
  },
15263
+ {
15264
+ "category": "Code",
15265
+ "svg": "<path d=\"M6.5 9.99996C6.77614 9.99996 7 10.2238 7 10.5V15.0498C8.14114 15.2814 9 16.2905 9 17.5C8.99998 18.8807 7.8807 20 6.5 20C5.1193 20 4.00002 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V10.5C6 10.2238 6.22386 9.99996 6.5 9.99996Z\" fill=\"currentColor\"/><path d=\"M16.5 5.99996C17.3284 5.99996 18 6.67154 18 7.49996V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.49996C17 7.22382 16.7761 6.99996 16.5 6.99996H10.5C10.2239 6.99996 10 6.77609 10 6.49996C10 6.22382 10.2239 5.99996 10.5 5.99996H16.5Z\" fill=\"currentColor\"/><path d=\"M8.14648 4.14645C8.34175 3.95118 8.65825 3.95118 8.85352 4.14645C9.04876 4.34171 9.04877 4.65822 8.85352 4.85348L7.20703 6.49996L8.85352 8.14645C9.04876 8.34171 9.04877 8.65822 8.85352 8.85348C8.65826 9.04872 8.34174 9.04872 8.14648 8.85348L6.5 7.20699L4.85352 8.85348C4.65826 9.04872 4.34174 9.04872 4.14648 8.85348C3.95123 8.65822 3.95124 8.34171 4.14648 8.14645L5.79297 6.49996L4.14648 4.85348C3.95123 4.65822 3.95124 4.34171 4.14648 4.14645C4.34175 3.95118 4.65825 3.95118 4.85352 4.14645L6.5 5.79293L8.14648 4.14645Z\" fill=\"currentColor\"/>",
15266
+ "iconName": "merge-conflict",
15267
+ "variant": {
15268
+ "join": "round",
15269
+ "filled": "on",
15270
+ "radius": "1",
15271
+ "stroke": "1"
15272
+ },
15273
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15274
+ "packageName": "round-filled-radius-1-stroke-1",
15275
+ "componentName": "IconMergeConflict"
15276
+ },
15277
+ {
15278
+ "category": "Code",
15279
+ "svg": "<path d=\"M6.5 4C7.70949 4 8.71858 4.85886 8.9502 6H16.5C17.3284 6 18 6.67157 18 7.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V7.5C17 7.22386 16.7761 7 16.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z\" fill=\"currentColor\"/>",
15280
+ "iconName": "merged",
15281
+ "variant": {
15282
+ "join": "round",
15283
+ "filled": "on",
15284
+ "radius": "1",
15285
+ "stroke": "1"
15286
+ },
15287
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15288
+ "packageName": "round-filled-radius-1-stroke-1",
15289
+ "componentName": "IconMerged"
15290
+ },
15249
15291
  {
15250
15292
  "category": "Sound & Music",
15251
15293
  "svg": "<path d=\"M7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12V7Z\" fill=\"currentColor\"/><path d=\"M5.25164 13.8669C5.17817 13.6007 4.90282 13.4444 4.63663 13.5179C4.37044 13.5914 4.21421 13.8667 4.28768 14.1329C5.17861 17.3609 8.04156 19.7713 11.5 19.9845V21.4999C11.5 21.776 11.7239 21.9999 12 21.9999C12.2762 21.9999 12.5 21.776 12.5 21.4999V19.9845C15.9585 19.7713 18.8215 17.3609 19.7124 14.1329C19.7859 13.8667 19.6296 13.5914 19.3635 13.5179C19.0973 13.4444 18.8219 13.6007 18.7484 13.8669C17.9315 16.8269 15.2189 18.9999 12 18.9999C8.78119 18.9999 6.06859 16.8269 5.25164 13.8669Z\" 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",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";