@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.97 → 1.1.98

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 IconArrowSplitLeft: FC<CentralIconBaseProps>;
4
+ export default IconArrowSplitLeft;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?d(L(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowSplitLeft:()=>m,default:()=>P});module.exports=x(g);var t=u(require("react"));var l=u(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(C.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"),m=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M9.5 3.5H3.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M3.5 14.5V20.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 12H20.5M12 12L4 4M12 12L4 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconArrowSplitLeft});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitLeft/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 IconArrowSplitLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 3.5H3.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 14.5V20.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H20.5M12 12L4 4M12 12L4 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitLeft;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowSplitLeft_exports","__export","IconArrowSplitLeft","IconArrowSplitLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitLeft","props","React","CentralIconBase","IconArrowSplitLeft_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(a,{...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 n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9.5 3.5H3.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 14.5V20.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 12H20.5M12 12L4 4M12 12L4 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconArrowSplitLeft,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitLeft/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 IconArrowSplitLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 3.5H3.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 14.5V20.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H20.5M12 12L4 4M12 12L4 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitLeft;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitLeft","props","React","CentralIconBase","IconArrowSplitLeft_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowSplitRight: FC<CentralIconBaseProps>;
4
+ export default IconArrowSplitRight;
@@ -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 L=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(i=f(o,e))||i.enumerable});return r};var u=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var P={};L(P,{IconArrowSplitRight:()=>m,default:()=>x});module.exports=g(P);var t=u(require("react"));var l=u(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...n})=>l.default.createElement(C.Svg,{...n,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"),m=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M14.5 3.5H20.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 14.5V20.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 12H3.5M12 12L20 4M12 12L20 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=m;0&&(module.exports={IconArrowSplitRight});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitRight/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 IconArrowSplitRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 3.5H20.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 14.5V20.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H3.5M12 12L20 4M12 12L20 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitRight;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowSplitRight_exports","__export","IconArrowSplitRight","IconArrowSplitRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitRight","props","React","CentralIconBase","IconArrowSplitRight_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M14.5 3.5H20.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.5 14.5V20.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 12H3.5M12 12L20 4M12 12L20 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconArrowSplitRight,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitRight/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 IconArrowSplitRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 3.5H20.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 14.5V20.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H3.5M12 12L20 4M12 12L20 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitRight;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitRight","props","React","CentralIconBase","IconArrowSplitRight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowSplitUp: FC<CentralIconBaseProps>;
4
+ export default IconArrowSplitUp;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!M.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowSplitUp:()=>f,default:()=>d});module.exports=g(v);var p=m(require("react"));var l=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 i=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),d=f;0&&(module.exports={IconArrowSplitUp});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitUp/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 IconArrowSplitUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitUp;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowSplitUp_exports","__export","IconArrowSplitUp","IconArrowSplitUp_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=m;export{m as IconArrowSplit,M as default};
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=m;export{m as IconArrowSplitUp,M as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitUp/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 IconArrowSplitUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitUp;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
package/README.md CHANGED
@@ -270,9 +270,11 @@ Below is a complete list of available icons:
270
270
  - IconArrowShareLeft
271
271
  - IconArrowShareRight
272
272
  - IconArrowsHide
273
- - IconArrowSplit
274
273
  - IconArrowSplitDown
275
274
  - IconArrowSplitDown1
275
+ - IconArrowSplitLeft
276
+ - IconArrowSplitRight
277
+ - IconArrowSplitUp
276
278
  - IconArrowsRepeat
277
279
  - IconArrowsRepeatCircle
278
280
  - IconArrowsRepeatRightLeft
@@ -1738,45 +1738,73 @@
1738
1738
  },
1739
1739
  {
1740
1740
  "category": "Arrows",
1741
- "svg": "<path d=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1742
- "iconName": "arrow-split, rules, direction, split",
1741
+ "svg": "<path d=\"M12 3.5V11.5858C12 11.851 12.1054 12.1054 12.2929 12.2929L19 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 13.5V19.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 19.5L6 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 15.7559L9.75 14.2559\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1742
+ "iconName": "arrow-split-down, branch",
1743
1743
  "variant": {
1744
1744
  "join": "round",
1745
1745
  "filled": "off",
1746
1746
  "radius": "1",
1747
1747
  "stroke": "1"
1748
1748
  },
1749
- "createdAt": "2025-02-15T21:11:33.661733+00:00",
1749
+ "createdAt": "2026-01-16T11:00:58.280999+00:00",
1750
1750
  "packageName": "round-outlined-radius-1-stroke-1",
1751
- "componentName": "IconArrowSplit"
1751
+ "componentName": "IconArrowSplitDown"
1752
1752
  },
1753
1753
  {
1754
1754
  "category": "Arrows",
1755
- "svg": "<path d=\"M12 3.5V11.5858C12 11.851 12.1054 12.1054 12.2929 12.2929L19 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 13.5V19.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 19.5L6 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 15.7559L9.75 14.2559\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1756
- "iconName": "arrow-split-down, branch",
1755
+ "svg": "<path d=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 20.5H20.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V3.5M12 12L4 20M12 12L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1756
+ "iconName": "arrow-split-down, rules, direction, split",
1757
1757
  "variant": {
1758
1758
  "join": "round",
1759
1759
  "filled": "off",
1760
1760
  "radius": "1",
1761
1761
  "stroke": "1"
1762
1762
  },
1763
- "createdAt": "2026-01-16T11:00:58.280999+00:00",
1763
+ "createdAt": "2026-01-25T14:00:21.596949+00:00",
1764
1764
  "packageName": "round-outlined-radius-1-stroke-1",
1765
- "componentName": "IconArrowSplitDown"
1765
+ "componentName": "IconArrowSplitDown1"
1766
1766
  },
1767
1767
  {
1768
1768
  "category": "Arrows",
1769
- "svg": "<path d=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 20.5H20.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V3.5M12 12L4 20M12 12L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1770
- "iconName": "arrow-split-down",
1769
+ "svg": "<path d=\"M9.5 3.5H3.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12H20.5M12 12L4 4M12 12L4 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1770
+ "iconName": "arrow-split-left, rules, direction, split",
1771
1771
  "variant": {
1772
1772
  "join": "round",
1773
1773
  "filled": "off",
1774
1774
  "radius": "1",
1775
1775
  "stroke": "1"
1776
1776
  },
1777
- "createdAt": "2026-01-25T14:00:21.596949+00:00",
1777
+ "createdAt": "2026-01-25T15:00:48.328154+00:00",
1778
1778
  "packageName": "round-outlined-radius-1-stroke-1",
1779
- "componentName": "IconArrowSplitDown1"
1779
+ "componentName": "IconArrowSplitLeft"
1780
+ },
1781
+ {
1782
+ "category": "Arrows",
1783
+ "svg": "<path d=\"M14.5 3.5H20.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 14.5V20.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12H3.5M12 12L20 4M12 12L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1784
+ "iconName": "arrow-split-right, rules, direction, split",
1785
+ "variant": {
1786
+ "join": "round",
1787
+ "filled": "off",
1788
+ "radius": "1",
1789
+ "stroke": "1"
1790
+ },
1791
+ "createdAt": "2026-01-25T15:00:48.328154+00:00",
1792
+ "packageName": "round-outlined-radius-1-stroke-1",
1793
+ "componentName": "IconArrowSplitRight"
1794
+ },
1795
+ {
1796
+ "category": "Arrows",
1797
+ "svg": "<path d=\"M3.5 9.5V3.5M3.5 3.5H9.5M3.5 3.5L12 12M14.5 3.5H20.5M20.5 3.5V9.5M20.5 3.5L12 12M12 12V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1798
+ "iconName": "arrow-split-up, rules, direction, split",
1799
+ "variant": {
1800
+ "join": "round",
1801
+ "filled": "off",
1802
+ "radius": "1",
1803
+ "stroke": "1"
1804
+ },
1805
+ "createdAt": "2025-02-15T21:11:33.661733+00:00",
1806
+ "packageName": "round-outlined-radius-1-stroke-1",
1807
+ "componentName": "IconArrowSplitUp"
1780
1808
  },
1781
1809
  {
1782
1810
  "category": "Arrows",
package/icons/index.d.ts CHANGED
@@ -123,9 +123,11 @@ export type CentralIconName =
123
123
  | "IconArrowShareLeft"
124
124
  | "IconArrowShareRight"
125
125
  | "IconArrowsHide"
126
- | "IconArrowSplit"
127
126
  | "IconArrowSplitDown"
128
127
  | "IconArrowSplitDown1"
128
+ | "IconArrowSplitLeft"
129
+ | "IconArrowSplitRight"
130
+ | "IconArrowSplitUp"
129
131
  | "IconArrowsRepeat"
130
132
  | "IconArrowsRepeatCircle"
131
133
  | "IconArrowsRepeatRightLeft"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.97",
3
+ "version": "1.1.98",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1703,
14
+ "totalIcons": 1705,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -99,7 +99,7 @@
99
99
  ]
100
100
  },
101
101
  "Arrows": {
102
- "count": 124,
102
+ "count": 126,
103
103
  "icons": [
104
104
  "IconArrow",
105
105
  "IconArrowBottomTop",
@@ -144,9 +144,11 @@
144
144
  "IconArrowShareLeft",
145
145
  "IconArrowShareRight",
146
146
  "IconArrowsHide",
147
- "IconArrowSplit",
148
147
  "IconArrowSplitDown",
149
148
  "IconArrowSplitDown1",
149
+ "IconArrowSplitLeft",
150
+ "IconArrowSplitRight",
151
+ "IconArrowSplitUp",
150
152
  "IconArrowsRepeat",
151
153
  "IconArrowsRepeatCircle",
152
154
  "IconArrowsRepeatRightLeft",
@@ -2022,9 +2024,11 @@
2022
2024
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
2023
2025
  "IconArrowShareRight": "arrow-share-right, next, forward",
2024
2026
  "IconArrowsHide": "arrows-hide, collapse, minimize",
2025
- "IconArrowSplit": "arrow-split, rules, direction, split",
2026
2027
  "IconArrowSplitDown": "arrow-split-down, branch",
2027
- "IconArrowSplitDown1": "arrow-split-down",
2028
+ "IconArrowSplitDown1": "arrow-split-down, rules, direction, split",
2029
+ "IconArrowSplitLeft": "arrow-split-left, rules, direction, split",
2030
+ "IconArrowSplitRight": "arrow-split-right, rules, direction, split",
2031
+ "IconArrowSplitUp": "arrow-split-up, rules, direction, split",
2028
2032
  "IconArrowsRepeat": "arrows-repeat, repost",
2029
2033
  "IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
2030
2034
  "IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
package/index.d.ts CHANGED
@@ -120,9 +120,11 @@ export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault, }
120
120
  export { IconArrowRounded, default as IconArrowRoundedDefault, } from "./IconArrowRounded";
121
121
  export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./IconArrowShareLeft";
122
122
  export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
123
- export { IconArrowSplit, default as IconArrowSplitDefault, } from "./IconArrowSplit";
124
123
  export { IconArrowSplitDown, default as IconArrowSplitDownDefault, } from "./IconArrowSplitDown";
125
124
  export { IconArrowSplitDown1, default as IconArrowSplitDown1Default, } from "./IconArrowSplitDown1";
125
+ export { IconArrowSplitLeft, default as IconArrowSplitLeftDefault, } from "./IconArrowSplitLeft";
126
+ export { IconArrowSplitRight, default as IconArrowSplitRightDefault, } from "./IconArrowSplitRight";
127
+ export { IconArrowSplitUp, default as IconArrowSplitUpDefault, } from "./IconArrowSplitUp";
126
128
  export { IconArrowTopBottom, default as IconArrowTopBottomDefault, } from "./IconArrowTopBottom";
127
129
  export { IconArrowTriangleBottom, default as IconArrowTriangleBottomDefault, } from "./IconArrowTriangleBottom";
128
130
  export { IconArrowTriangleLeft, default as IconArrowTriangleLeftDefault, } from "./IconArrowTriangleLeft";