@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.148 → 1.1.150

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 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:"M18 5.00017C18.5523 5.00017 19 5.44788 19 6.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.174V7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H18Z",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=\"M18 5.00017C18.5523 5.00017 19 5.44788 19 6.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.174V7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H18Z\"\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,2SACF,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:"M18 5.00017C18.5523 5.00017 19 5.44788 19 6.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.174V7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H18Z",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=\"M18 5.00017C18.5523 5.00017 19 5.44788 19 6.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.174V7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H18Z\"\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,2SACF,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 5H18C18.5523 5 19 5.44772 19 6V15.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.1738V7H8.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 5H18C18.5523 5 19 5.44772 19 6V15.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.1738V7H8.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,8bACF,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 5H18C18.5523 5 19 5.44772 19 6V15.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.1738V7H8.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 5H18C18.5523 5 19 5.44772 19 6V15.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.1738V7H8.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,8bACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMerged","props","React","CentralIconBase","IconMerged_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReplay: FC<CentralIconBaseProps>;
4
+ export default IconReplay;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(C({},"__esModule",{value:!0}),r);var d={};g(d,{IconReplay:()=>i,default:()=>y});module.exports=v(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z",fill:"currentColor"})),y=i;0&&(module.exports={IconReplay});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReplay/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 IconReplay: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReplay;\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,uiBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconReplay_exports","__export","IconReplay","IconReplay_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReplay","props","React","CentralIconBase","IconReplay_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,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"},o);import{Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{d:"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z",fill:"currentColor"}),t.createElement(C,{d:"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z",fill:"currentColor"})),P=a;export{a as IconReplay,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReplay/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 IconReplay: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReplay;\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,uiBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReplay","props","React","CentralIconBase","IconReplay_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
@@ -1698,6 +1700,7 @@ Below is a complete list of available icons:
1698
1700
  - IconPodcast2
1699
1701
  - IconRecord
1700
1702
  - IconRepeat
1703
+ - IconReplay
1701
1704
  - IconRewind
1702
1705
  - IconRewind10s
1703
1706
  - IconRewind15s
@@ -6569,7 +6569,7 @@
6569
6569
  {
6570
6570
  "category": "Interface General",
6571
6571
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9.70711 8.29289C9.31658 7.90237 8.68342 7.90237 8.29289 8.29289C7.90237 8.68342 7.90237 9.31658 8.29289 9.70711L10.5858 12L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12 13.4142L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L13.4142 12L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L12 10.5858L9.70711 8.29289Z\" fill=\"currentColor\"/>",
6572
- "iconName": "circle-x, close, checkbox, remove",
6572
+ "iconName": "circle-x, close, checkbox, remove, failed, cancel",
6573
6573
  "variant": {
6574
6574
  "join": "round",
6575
6575
  "filled": "on",
@@ -15260,6 +15260,34 @@
15260
15260
  "packageName": "round-filled-radius-0-stroke-2",
15261
15261
  "componentName": "IconMegaphone2"
15262
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=\"M18 5.00017C18.5523 5.00017 19 5.44788 19 6.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.174V7.00017H12C11.4477 7.00017 11 6.55242 11 6.00017C11 5.44788 11.4477 5.00017 12 5.00017H18Z\" 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": "0",
15271
+ "stroke": "2"
15272
+ },
15273
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15274
+ "packageName": "round-filled-radius-0-stroke-2",
15275
+ "componentName": "IconMergeConflict"
15276
+ },
15277
+ {
15278
+ "category": "Code",
15279
+ "svg": "<path d=\"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H18C18.5523 5 19 5.44772 19 6V15.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.1738V7H8.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": "0",
15285
+ "stroke": "2"
15286
+ },
15287
+ "createdAt": "2026-03-02T07:00:55.097871+00:00",
15288
+ "packageName": "round-filled-radius-0-stroke-2",
15289
+ "componentName": "IconMerged"
15290
+ },
15263
15291
  {
15264
15292
  "category": "Sound & Music",
15265
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\"/>",
@@ -18637,7 +18665,7 @@
18637
18665
  {
18638
18666
  "category": "Code",
18639
18667
  "svg": "<path d=\"M6 3C4.34315 3 3 4.34315 3 6C3 7.30622 3.83481 8.41746 5 8.82929V15.1707C3.83481 15.5825 3 16.6938 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.6938 8.16519 15.5825 7 15.1707V8.82929C8.16519 8.41746 9 7.30622 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M14.4142 5L14.7071 4.70711C15.0976 4.31658 15.0976 3.68342 14.7071 3.29289C14.3166 2.90237 13.6834 2.90237 13.2929 3.29289L11.2929 5.29289C10.9024 5.68342 10.9024 6.31658 11.2929 6.70711L13.2929 8.70711C13.6834 9.09763 14.3166 9.09763 14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L14.4142 7H17V15.1707C15.8348 15.5825 15 16.6938 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.6938 20.1652 15.5825 19 15.1707V6C19 5.44772 18.5523 5 18 5H14.4142Z\" fill=\"currentColor\"/>",
18640
- "iconName": "pull-request",
18668
+ "iconName": "pull-request, pr-create",
18641
18669
  "variant": {
18642
18670
  "join": "round",
18643
18671
  "filled": "on",
@@ -19222,6 +19250,20 @@
19222
19250
  "packageName": "round-filled-radius-0-stroke-2",
19223
19251
  "componentName": "IconRepeat"
19224
19252
  },
19253
+ {
19254
+ "category": "Sound & Music",
19255
+ "svg": "<path d=\"M12.0018 2.5C17.2482 2.50027 21.5018 6.75346 21.5018 12C21.5018 17.2465 17.2482 21.4997 12.0018 21.5C7.52368 21.5 3.77164 18.4024 2.7664 14.2344C2.63692 13.6975 2.96684 13.1578 3.50371 13.0283C4.04053 12.899 4.58028 13.2288 4.70976 13.7656C5.50337 17.0562 8.46878 19.5 12.0018 19.5C16.1437 19.4997 19.5018 16.142 19.5018 12C19.5018 7.85803 16.1437 4.50027 12.0018 4.5C9.04156 4.5 6.47975 6.21497 5.25957 8.70996C5.01699 9.20605 4.41779 9.41143 3.92168 9.16895C3.42573 8.92633 3.22031 8.32807 3.46269 7.83203C5.00552 4.67691 8.24866 2.5 12.0018 2.5Z\" fill=\"currentColor\"/><path d=\"M10.0018 9.45996C10.002 9.05577 10.4566 8.81916 10.7879 9.05078L14.4168 11.5908C14.7005 11.7899 14.7005 12.2101 14.4168 12.4092L10.7879 14.9492C10.4566 15.1808 10.002 14.9442 10.0018 14.54V9.45996Z\" fill=\"currentColor\"/>",
19256
+ "iconName": "replay, play-again",
19257
+ "variant": {
19258
+ "join": "round",
19259
+ "filled": "on",
19260
+ "radius": "0",
19261
+ "stroke": "2"
19262
+ },
19263
+ "createdAt": "2026-03-02T08:00:25.411485+00:00",
19264
+ "packageName": "round-filled-radius-0-stroke-2",
19265
+ "componentName": "IconReplay"
19266
+ },
19225
19267
  {
19226
19268
  "category": "Social Media & Brands",
19227
19269
  "svg": "<path d=\"M11.9659 8.73244H5.49394C5.34517 8.73376 5.1976 8.70575 5.05966 8.65001C4.92172 8.59428 4.79611 8.51191 4.69002 8.40761C4.58393 8.3033 4.49944 8.17912 4.44136 8.04215C4.38329 7.90518 4.35277 7.7581 4.35156 7.60933V3.8731C4.35156 3.24642 4.86802 2.75 5.49394 2.75H10.8227C11.4602 2.75 11.9659 3.25721 11.9659 3.8731V8.73244ZM18.9064 15.2491H11.9728V8.72396H18.9064C19.5771 8.72396 20.1305 9.27665 20.1305 9.9465V14.0273C20.1305 14.7095 19.5778 15.2491 18.9064 15.2491ZM10.8227 21.25H5.49394C4.86802 21.25 4.35156 20.7436 4.35156 20.1292V16.3884C4.35156 15.774 4.86802 15.2676 5.49394 15.2676H11.9659V20.1292C11.9659 20.7436 11.4494 21.25 10.8227 21.25Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1089,6 +1089,8 @@ export type CentralIconName =
1089
1089
  | "IconMedium"
1090
1090
  | "IconMegaphone"
1091
1091
  | "IconMegaphone2"
1092
+ | "IconMergeConflict"
1093
+ | "IconMerged"
1092
1094
  | "IconMicrophone"
1093
1095
  | "IconMicrophoneOff"
1094
1096
  | "IconMicrophoneSparkle"
@@ -1372,6 +1374,7 @@ export type CentralIconName =
1372
1374
  | "IconReorder"
1373
1375
  | "IconRepaint"
1374
1376
  | "IconRepeat"
1377
+ | "IconReplay"
1375
1378
  | "IconReplit"
1376
1379
  | "IconRequestClosed"
1377
1380
  | "IconRescueRing"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.148",
3
+ "version": "1.1.150",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 1831,
14
+ "totalIcons": 1834,
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",
@@ -1596,7 +1598,7 @@
1596
1598
  ]
1597
1599
  },
1598
1600
  "Sound & Music": {
1599
- "count": 53,
1601
+ "count": 54,
1600
1602
  "icons": [
1601
1603
  "IconAirpodLeft",
1602
1604
  "IconAirpodRight",
@@ -1626,6 +1628,7 @@
1626
1628
  "IconPodcast2",
1627
1629
  "IconRecord",
1628
1630
  "IconRepeat",
1631
+ "IconReplay",
1629
1632
  "IconRewind",
1630
1633
  "IconRewind10s",
1631
1634
  "IconRewind15s",
@@ -2502,7 +2505,7 @@
2502
2505
  "IconCircleQuestionmark": "circle-questionmark, faq, help, questionaire",
2503
2506
  "IconCircleRecord": "circle-record, voicemail, band, tape",
2504
2507
  "IconCirclesThree": "circles-three, bubbles",
2505
- "IconCircleX": "circle-x, close, checkbox, remove",
2508
+ "IconCircleX": "circle-x, close, checkbox, remove, failed, cancel",
2506
2509
  "IconClapboard": "clapboard, movie, film",
2507
2510
  "IconClapboardWide": "clapboard-wide, movie, film",
2508
2511
  "IconClaudeai": "claudeai",
@@ -3123,6 +3126,8 @@
3123
3126
  "IconMedium": "medium",
3124
3127
  "IconMegaphone": "megaphone, loud, speak, promote, feedback",
3125
3128
  "IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
3129
+ "IconMergeConflict": "merge-conflict",
3130
+ "IconMerged": "merged",
3126
3131
  "IconMicrophone": "microphone, mic, sound, podcast",
3127
3132
  "IconMicrophoneOff": "microphone-off",
3128
3133
  "IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
@@ -3364,7 +3369,7 @@
3364
3369
  "IconPromptTextToImage": "prompt-text-to-image",
3365
3370
  "IconPromptTextToVideo": "prompt-text-to-video",
3366
3371
  "IconPropeller": "propeller, flight, test, wind",
3367
- "IconPullRequest": "pull-request",
3372
+ "IconPullRequest": "pull-request, pr-create",
3368
3373
  "IconPumpjack": "pumpjack, oil",
3369
3374
  "IconPush": "push, launch, rocket",
3370
3375
  "IconPushTheButton": "push-the-button, hot, alarm",
@@ -3406,6 +3411,7 @@
3406
3411
  "IconReorder": "reorder",
3407
3412
  "IconRepaint": "repaint, recreate, redo",
3408
3413
  "IconRepeat": "repeat",
3414
+ "IconReplay": "replay, play-again",
3409
3415
  "IconReplit": "replit",
3410
3416
  "IconRequestClosed": "request-closed",
3411
3417
  "IconRescueRing": "rescue-ring, swim-boyle, help, support",
package/index.d.ts CHANGED
@@ -1088,6 +1088,8 @@ export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./I
1088
1088
  export { IconMedium, default as IconMediumDefault } from "./IconMedium";
1089
1089
  export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
1090
1090
  export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
1091
+ export { IconMergeConflict, default as IconMergeConflictDefault, } from "./IconMergeConflict";
1092
+ export { IconMerged, default as IconMergedDefault } from "./IconMerged";
1091
1093
  export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
1092
1094
  export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
1093
1095
  export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";
@@ -1371,6 +1373,7 @@ export { IconRemoveTextstyle, default as IconRemoveTextstyleDefault, } from "./I
1371
1373
  export { IconReorder, default as IconReorderDefault } from "./IconReorder";
1372
1374
  export { IconRepaint, default as IconRepaintDefault } from "./IconRepaint";
1373
1375
  export { IconRepeat, default as IconRepeatDefault } from "./IconRepeat";
1376
+ export { IconReplay, default as IconReplayDefault } from "./IconReplay";
1374
1377
  export { IconReplit, default as IconReplitDefault } from "./IconReplit";
1375
1378
  export { IconRequestClosed, default as IconRequestClosedDefault, } from "./IconRequestClosed";
1376
1379
  export { IconRescueRing, default as IconRescueRingDefault, } from "./IconRescueRing";