@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.
- package/IconArrowsRepeatCircle/index.js +1 -1
- package/IconArrowsRepeatCircle/index.js.map +1 -1
- package/IconArrowsRepeatCircle/index.mjs +1 -1
- package/IconArrowsRepeatCircle/index.mjs.map +1 -1
- package/IconMergeConflict/index.d.ts +4 -0
- package/IconMergeConflict/index.js +2 -0
- package/IconMergeConflict/index.js.map +1 -0
- package/IconMergeConflict/index.mjs +2 -0
- package/IconMergeConflict/index.mjs.map +1 -0
- package/IconMerged/index.d.ts +4 -0
- package/IconMerged/index.js +2 -0
- package/IconMerged/index.js.map +1 -0
- package/IconMerged/index.mjs +2 -0
- package/IconMerged/index.mjs.map +1 -0
- package/IconPlayCircle/index.js +1 -1
- package/IconPlayCircle/index.js.map +1 -1
- package/IconPlayCircle/index.mjs +1 -1
- package/IconPlayCircle/index.mjs.map +1 -1
- package/IconReplay/index.d.ts +4 -0
- package/IconReplay/index.js +2 -0
- package/IconReplay/index.js.map +1 -0
- package/IconReplay/index.mjs +2 -0
- package/IconReplay/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +46 -4
- package/icons/index.d.ts +3 -0
- package/icons-index.json +12 -6
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +25 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=m(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconArrowsRepeatCircle:()=>l,default:()=>x});module.exports=I(P);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>d.default.createElement(u.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 s=require("react-native-svg"),l=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M10.75 1.5L14.25 4.75L10.75 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13.25 16L9.75 19.25L13.25 22.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M10.75 19.2502H14C18.0041 19.2502 21.25 16.0043 21.25 12.0002C21.25 9.81528 20.2834 7.85607 18.7546 6.52686",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(s.Path,{d:"M13.25 4.75H10C5.99593 4.75 2.75 7.99594 2.75 12C2.75 14.1854 3.71696 16.145 5.24638 17.4742",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=l;0&&(module.exports={IconArrowsRepeatCircle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 1.5L14.25 4.75L10.75
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 1.5L14.25 4.75L10.75 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 16L9.75 19.25L13.25 22.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 19.2502H14C18.0041 19.2502 21.25 16.0043 21.25 12.0002C21.25 9.81528 20.2834 7.85607 18.7546 6.52686\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.25 4.75H10C5.99593 4.75 2.75 7.99594 2.75 12C2.75 14.1854 3.71696 16.145 5.24638 17.4742\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8GACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconArrowsRepeatCircle_exports","__export","IconArrowsRepeatCircle","IconArrowsRepeatCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M10.75 1.5L14.25 4.75L10.75 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.25 16L9.75 19.25L13.25 22.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.75 19.2502H14C18.0041 19.2502 21.25 16.0043 21.25 12.0002C21.25 9.81528 20.2834 7.85607 18.7546 6.52686",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M13.25 4.75H10C5.99593 4.75 2.75 7.99594 2.75 12C2.75 14.1854 3.71696 16.145 5.24638 17.4742",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=i;export{i as IconArrowsRepeatCircle,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 1.5L14.25 4.75L10.75
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsRepeatCircle/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 IconArrowsRepeatCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 1.5L14.25 4.75L10.75 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 16L9.75 19.25L13.25 22.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 19.2502H14C18.0041 19.2502 21.25 16.0043 21.25 12.0002C21.25 9.81528 20.2834 7.85607 18.7546 6.52686\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.25 4.75H10C5.99593 4.75 2.75 7.99594 2.75 12C2.75 14.1854 3.71696 16.145 5.24638 17.4742\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsRepeatCircle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsRepeatCircle","props","React","CentralIconBase","IconArrowsRepeatCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var u=(r,o,e)=>(e=r!=null?a(f(r)):{},c(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>c(i({},"__esModule",{value:!0}),r);var g={};x(g,{IconMergeConflict:()=>l,default:()=>I});module.exports=B(g);var n=u(require("react"));var d=u(require("react")),k=require("react-native-svg"),C=({children:r,size:o=24,...e})=>d.default.createElement(k.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 t=require("react-native-svg"),l=r=>n.default.createElement(C,{...r},n.default.createElement(t.Circle,{cx:"6",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"18",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M6 10.75V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.75 6H18V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 4L8 8M8 4L4 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconMergeConflict: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"6\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6 10.75V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 6H18V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4L8 8M8 4L4 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 c}from"react-native-svg";var t=({children:e,size:r=24,...i})=>p.createElement(c,{...i,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(s,{cx:"6",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(s,{cx:"18",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6 10.75V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M10.75 6H18V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4 4L8 8M8 4L4 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;export{u as IconMergeConflict,x 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconMergeConflict: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"6\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6 10.75V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 6H18V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 4L8 8M8 4L4 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMergeConflict","props","React","CentralIconBase","IconMergeConflict_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of x(o))!h.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(c=m(o,s))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?a(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var y={};B(y,{IconMerged:()=>k,default:()=>g});module.exports=I(y);var t=C(require("react"));var l=C(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>l.default.createElement(u.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 n=require("react-native-svg"),k=r=>t.default.createElement(d,{...r},t.default.createElement(n.Circle,{cx:"6",cy:"6",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),t.default.createElement(n.Circle,{cx:"6",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),t.default.createElement(n.Circle,{cx:"18",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),t.default.createElement(n.Path,{d:"M6 8.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.5 6H18V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=k;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconMerged: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle\n cx=\"18\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6 8.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6H18V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,IAAI,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACvE,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import c from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...p})=>c.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as s}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{cx:"6",cy:"6",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"6",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"18",cy:"18",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(s,{d:"M6 8.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(s,{d:"M8.5 6H18V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconMerged,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconMerged: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Circle\n cx=\"18\"\n cy=\"18\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M6 8.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6H18V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,IAAI,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACvEI,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMerged","props","React","CentralIconBase","IconMerged_default"]}
|
package/IconPlayCircle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconPlayCircle:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M10 14.804V9.19617C10 8.79446 10.4498 8.55675 10.7817 8.78305L14.8941 11.587C15.1852 11.7855 15.1852 12.2147 14.8941 12.4132L10.7817 15.2171C10.4498 15.4434 10 15.2057 10 14.804Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z",stroke:"currentColor",strokeWidth:"1.5"})),h=i;0&&(module.exports={IconPlayCircle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPlayCircle/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 IconPlayCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconPlayCircle/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 IconPlayCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 14.804V9.19617C10 8.79446 10.4498 8.55675 10.7817 8.78305L14.8941 11.587C15.1852 11.7855 15.1852 12.2147 14.8941 12.4132L10.7817 15.2171C10.4498 15.4434 10 15.2057 10 14.804Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlayCircle;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconPlayCircle_exports","__export","IconPlayCircle","IconPlayCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlayCircle","props","React","CentralIconBase","IconPlayCircle_default"]}
|
package/IconPlayCircle/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M10 14.804V9.19617C10 8.79446 10.4498 8.55675 10.7817 8.78305L14.8941 11.587C15.1852 11.7855 15.1852 12.2147 14.8941 12.4132L10.7817 15.2171C10.4498 15.4434 10 15.2057 10 14.804Z",fill:"currentColor"}),t.createElement(n,{d:"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z",stroke:"currentColor",strokeWidth:"1.5"})),x=a;export{a as IconPlayCircle,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPlayCircle/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 IconPlayCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconPlayCircle/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 IconPlayCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 14.804V9.19617C10 8.79446 10.4498 8.55675 10.7817 8.78305L14.8941 11.587C15.1852 11.7855 15.1852 12.2147 14.8941 12.4132L10.7817 15.2171C10.4498 15.4434 10 15.2057 10 14.804Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlayCircle;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlayCircle","props","React","CentralIconBase","IconPlayCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconReplay:()=>c,default:()=>g});module.exports=P(h);var n=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.default.createElement(m.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 C=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M4.13348 8.16128C5.55557 5.253 8.54321 3.25 11.9987 3.25C16.8312 3.25 20.7487 7.16751 20.7487 12C20.7487 16.8325 16.8312 20.75 11.9987 20.75C7.51445 20.75 3.81808 17.3768 3.30859 13.0294",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M3.5 4.75V8.75H7.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M10.7867 14.9493C10.4553 15.1813 10 14.9442 10 14.5397V9.46033C10 9.05582 10.4553 8.81874 10.7867 9.05071L14.4148 11.5904C14.6992 11.7894 14.6992 12.2106 14.4148 12.4096L10.7867 14.9493Z",fill:"currentColor"})),g=c;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=\"M4.13348 8.16128C5.55557 5.253 8.54321 3.25 11.9987 3.25C16.8312 3.25 20.7487 7.16751 20.7487 12C20.7487 16.8325 16.8312 20.75 11.9987 20.75C7.51445 20.75 3.81808 17.3768 3.30859 13.0294\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 4.75V8.75H7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.7867 14.9493C10.4553 15.1813 10 14.9442 10 14.5397V9.46033C10 9.05582 10.4553 8.81874 10.7867 9.05071L14.4148 11.5904C14.6992 11.7894 14.6992 12.2106 14.4148 12.4096L10.7867 14.9493Z\"\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,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,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 o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4.13348 8.16128C5.55557 5.253 8.54321 3.25 11.9987 3.25C16.8312 3.25 20.7487 7.16751 20.7487 12C20.7487 16.8325 16.8312 20.75 11.9987 20.75C7.51445 20.75 3.81808 17.3768 3.30859 13.0294",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M3.5 4.75V8.75H7.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M10.7867 14.9493C10.4553 15.1813 10 14.9442 10 14.5397V9.46033C10 9.05582 10.4553 8.81874 10.7867 9.05071L14.4148 11.5904C14.6992 11.7894 14.6992 12.2106 14.4148 12.4096L10.7867 14.9493Z",fill:"currentColor"})),I=a;export{a as IconReplay,I 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=\"M4.13348 8.16128C5.55557 5.253 8.54321 3.25 11.9987 3.25C16.8312 3.25 20.7487 7.16751 20.7487 12C20.7487 16.8325 16.8312 20.75 11.9987 20.75C7.51445 20.75 3.81808 17.3768 3.30859 13.0294\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 4.75V8.75H7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.7867 14.9493C10.4553 15.1813 10 14.9442 10 14.5397V9.46033C10 9.05582 10.4553 8.81874 10.7867 9.05071L14.4148 11.5904C14.6992 11.7894 14.6992 12.2106 14.4148 12.4096L10.7867 14.9493Z\"\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,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
},
|
|
1879
1879
|
{
|
|
1880
1880
|
"category": "Arrows",
|
|
1881
|
-
"svg": "<path d=\"M10.75 1.5L14.25 4.75L10.75
|
|
1881
|
+
"svg": "<path d=\"M10.75 1.5L14.25 4.75L10.75 8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.25 16L9.75 19.25L13.25 22.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 19.2502H14C18.0041 19.2502 21.25 16.0043 21.25 12.0002C21.25 9.81528 20.2834 7.85607 18.7546 6.52686\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M13.25 4.75H10C5.99593 4.75 2.75 7.99594 2.75 12C2.75 14.1854 3.71696 16.145 5.24638 17.4742\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
1882
1882
|
"iconName": "arrows-repeat-circle, repost",
|
|
1883
1883
|
"variant": {
|
|
1884
1884
|
"join": "round",
|
|
@@ -6569,7 +6569,7 @@
|
|
|
6569
6569
|
{
|
|
6570
6570
|
"category": "Interface General",
|
|
6571
6571
|
"svg": "<path d=\"M15 9L9 15M15 15L9 9M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
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": "off",
|
|
@@ -15260,6 +15260,34 @@
|
|
|
15260
15260
|
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
15261
15261
|
"componentName": "IconMegaphone2"
|
|
15262
15262
|
},
|
|
15263
|
+
{
|
|
15264
|
+
"category": "Code",
|
|
15265
|
+
"svg": "<circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 10.75V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 6H18V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 4L8 8M8 4L4 8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15266
|
+
"iconName": "merge-conflict",
|
|
15267
|
+
"variant": {
|
|
15268
|
+
"join": "round",
|
|
15269
|
+
"filled": "off",
|
|
15270
|
+
"radius": "0",
|
|
15271
|
+
"stroke": "1.5"
|
|
15272
|
+
},
|
|
15273
|
+
"createdAt": "2026-03-02T07:00:55.097871+00:00",
|
|
15274
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
15275
|
+
"componentName": "IconMergeConflict"
|
|
15276
|
+
},
|
|
15277
|
+
{
|
|
15278
|
+
"category": "Code",
|
|
15279
|
+
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6 8.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 6H18V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15280
|
+
"iconName": "merged",
|
|
15281
|
+
"variant": {
|
|
15282
|
+
"join": "round",
|
|
15283
|
+
"filled": "off",
|
|
15284
|
+
"radius": "0",
|
|
15285
|
+
"stroke": "1.5"
|
|
15286
|
+
},
|
|
15287
|
+
"createdAt": "2026-03-02T07:00:55.097871+00:00",
|
|
15288
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
15289
|
+
"componentName": "IconMerged"
|
|
15290
|
+
},
|
|
15263
15291
|
{
|
|
15264
15292
|
"category": "Sound & Music",
|
|
15265
15293
|
"svg": "<path d=\"M12.0009 19C15.0764 19 17.7195 17.1489 18.8769 14.5M12.0009 19C8.92546 19 6.28233 17.1489 5.125 14.5M12.0009 19V21.25M12.0009 15.75C9.65372 15.75 7.75093 13.8472 7.75093 11.5V7C7.75093 4.65279 9.65372 2.75 12.0009 2.75C14.3481 2.75 16.2509 4.65279 16.2509 7V11.5C16.2509 13.8472 14.3481 15.75 12.0009 15.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18118,7 +18146,7 @@
|
|
|
18118
18146
|
},
|
|
18119
18147
|
{
|
|
18120
18148
|
"category": "Sound & Music",
|
|
18121
|
-
"svg": "<path
|
|
18149
|
+
"svg": "<path d=\"M10 14.804V9.19617C10 8.79446 10.4498 8.55675 10.7817 8.78305L14.8941 11.587C15.1852 11.7855 15.1852 12.2147 14.8941 12.4132L10.7817 15.2171C10.4498 15.4434 10 15.2057 10 14.804Z\" fill=\"currentColor\"/><path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
18122
18150
|
"iconName": "play-circle",
|
|
18123
18151
|
"variant": {
|
|
18124
18152
|
"join": "round",
|
|
@@ -18637,7 +18665,7 @@
|
|
|
18637
18665
|
{
|
|
18638
18666
|
"category": "Code",
|
|
18639
18667
|
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 6H18V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 3.75L11.75 6L14 8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
18640
|
-
"iconName": "pull-request",
|
|
18668
|
+
"iconName": "pull-request, pr-create",
|
|
18641
18669
|
"variant": {
|
|
18642
18670
|
"join": "round",
|
|
18643
18671
|
"filled": "off",
|
|
@@ -19222,6 +19250,20 @@
|
|
|
19222
19250
|
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
19223
19251
|
"componentName": "IconRepeat"
|
|
19224
19252
|
},
|
|
19253
|
+
{
|
|
19254
|
+
"category": "Sound & Music",
|
|
19255
|
+
"svg": "<path d=\"M4.13348 8.16128C5.55557 5.253 8.54321 3.25 11.9987 3.25C16.8312 3.25 20.7487 7.16751 20.7487 12C20.7487 16.8325 16.8312 20.75 11.9987 20.75C7.51445 20.75 3.81808 17.3768 3.30859 13.0294\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 4.75V8.75H7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.7867 14.9493C10.4553 15.1813 10 14.9442 10 14.5397V9.46033C10 9.05582 10.4553 8.81874 10.7867 9.05071L14.4148 11.5904C14.6992 11.7894 14.6992 12.2106 14.4148 12.4096L10.7867 14.9493Z\" fill=\"currentColor\"/>",
|
|
19256
|
+
"iconName": "replay, play-again",
|
|
19257
|
+
"variant": {
|
|
19258
|
+
"join": "round",
|
|
19259
|
+
"filled": "off",
|
|
19260
|
+
"radius": "0",
|
|
19261
|
+
"stroke": "1.5"
|
|
19262
|
+
},
|
|
19263
|
+
"createdAt": "2026-03-02T08:00:25.411485+00:00",
|
|
19264
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
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-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.150",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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":
|
|
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":
|
|
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":
|
|
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";
|