@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.96 → 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.
Files changed (41) hide show
  1. package/IconArrowSplitDown1/index.d.ts +4 -0
  2. package/IconArrowSplitDown1/index.js +2 -0
  3. package/IconArrowSplitDown1/index.js.map +1 -0
  4. package/IconArrowSplitDown1/index.mjs +2 -0
  5. package/IconArrowSplitDown1/index.mjs.map +1 -0
  6. package/IconArrowSplitLeft/index.d.ts +4 -0
  7. package/IconArrowSplitLeft/index.js +2 -0
  8. package/IconArrowSplitLeft/index.js.map +1 -0
  9. package/IconArrowSplitLeft/index.mjs +2 -0
  10. package/IconArrowSplitLeft/index.mjs.map +1 -0
  11. package/IconArrowSplitRight/index.d.ts +4 -0
  12. package/IconArrowSplitRight/index.js +2 -0
  13. package/IconArrowSplitRight/index.js.map +1 -0
  14. package/IconArrowSplitRight/index.mjs +2 -0
  15. package/IconArrowSplitRight/index.mjs.map +1 -0
  16. package/IconArrowSplitUp/index.d.ts +4 -0
  17. package/IconArrowSplitUp/index.js +2 -0
  18. package/IconArrowSplitUp/index.js.map +1 -0
  19. package/{IconArrowSplit → IconArrowSplitUp}/index.mjs +1 -1
  20. package/IconArrowSplitUp/index.mjs.map +1 -0
  21. package/IconListAdd/index.d.ts +4 -0
  22. package/IconListAdd/index.js +2 -0
  23. package/IconListAdd/index.js.map +1 -0
  24. package/IconListAdd/index.mjs +2 -0
  25. package/IconListAdd/index.mjs.map +1 -0
  26. package/README.md +5 -1
  27. package/filtered-icons.json +65 -9
  28. package/icons/index.d.ts +5 -1
  29. package/icons-index.json +15 -7
  30. package/index.d.ts +5 -1
  31. package/index.js +1 -1
  32. package/index.js.map +1 -1
  33. package/index.mjs +1 -1
  34. package/index.mjs.map +1 -1
  35. package/license-check.js +1 -1
  36. package/package.json +1 -1
  37. package/tsx-icons.json +36 -8
  38. package/IconArrowSplit/index.d.ts +0 -4
  39. package/IconArrowSplit/index.js +0 -2
  40. package/IconArrowSplit/index.js.map +0 -1
  41. package/IconArrowSplit/index.mjs.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowSplitDown1: FC<CentralIconBaseProps>;
4
+ export default IconArrowSplitDown1;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconArrowSplitDown1:()=>i,default:()=>v});module.exports=V(S);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V11.793L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L12 12.707L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.5 11.793V3.5C11.5 3.22386 11.7239 3 12 3Z",fill:"currentColor"})),v=i;0&&(module.exports={IconArrowSplitDown1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitDown1/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 IconArrowSplitDown1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V11.793L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L12 12.707L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.5 11.793V3.5C11.5 3.22386 11.7239 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown1;\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,0cACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowSplitDown1_exports","__export","IconArrowSplitDown1","IconArrowSplitDown1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitDown1","props","React","CentralIconBase","IconArrowSplitDown1_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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=>e.createElement(t,{...o},e.createElement(a,{d:"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V11.793L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L12 12.707L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.5 11.793V3.5C11.5 3.22386 11.7239 3 12 3Z",fill:"currentColor"})),P=l;export{l as IconArrowSplitDown1,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowSplitDown1/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 IconArrowSplitDown1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V11.793L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L12 12.707L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.5 11.793V3.5C11.5 3.22386 11.7239 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown1;\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,0cACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitDown1","props","React","CentralIconBase","IconArrowSplitDown1_default"]}
@@ -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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(n({},"__esModule",{value:!0}),r);var L={};g(L,{IconArrowSplitLeft:()=>i,default:()=>v});module.exports=H(L);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.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=>C.default.createElement(f,{...r},C.default.createElement(c.Path,{d:"M9.5 3C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70703L12.207 11.5H20.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H12.207L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.293 12L4 4.70703V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H9.5Z",fill:"currentColor"})),v=i;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 3C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70703L12.207 11.5H20.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H12.207L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.293 12L4 4.70703V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H9.5Z\"\n fill=\"currentColor\"\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,gcACF,KAAK,eACP,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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=>e.createElement(t,{...o},e.createElement(a,{d:"M9.5 3C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70703L12.207 11.5H20.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H12.207L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.293 12L4 4.70703V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H9.5Z",fill:"currentColor"})),P=l;export{l as IconArrowSplitLeft,P 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 3C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70703L12.207 11.5H20.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H12.207L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.293 12L4 4.70703V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H9.5Z\"\n fill=\"currentColor\"\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,gcACF,KAAK,eACP,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowSplitRight:()=>i,default:()=>h});module.exports=H(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70703L12.707 12L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L11.793 12.5H3.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5H11.793L19.293 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5Z",fill:"currentColor"})),h=i;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=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70703L12.707 12L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L11.793 12.5H3.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5H11.793L19.293 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\"\n fill=\"currentColor\"\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,4cACF,KAAK,eACP,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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=>e.createElement(t,{...o},e.createElement(a,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70703L12.707 12L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L11.793 12.5H3.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5H11.793L19.293 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5Z",fill:"currentColor"})),x=l;export{l as IconArrowSplitRight,x 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=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70703L12.707 12L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L11.793 12.5H3.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5H11.793L19.293 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\"\n fill=\"currentColor\"\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,4cACF,KAAK,eACP,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 d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var V={};x(V,{IconArrowSplitUp:()=>i,default:()=>g});module.exports=P(V);var p=a(require("react"));var m=a(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"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,ocACF,KAAK,eACP,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 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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z",fill:"currentColor"})),v=a;export{a as IconArrowSplit,v as default};
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z",fill:"currentColor"})),v=a;export{a as IconArrowSplitUp,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,ocACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconListAdd: FC<CentralIconBaseProps>;
4
+ export default IconListAdd;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=H(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconListAdd:()=>c,default:()=>g});module.exports=P(v);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...C})=>s.default.createElement(a.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 e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M17.5 10C17.7761 10 18 10.2239 18 10.5V14H21.5C21.7761 14 22 14.2239 22 14.5C22 14.7761 21.7761 15 21.5 15H18V18.5C18 18.7761 17.7761 19 17.5 19C17.2239 19 17 18.7761 17 18.5V15H13.5C13.2239 15 13 14.7761 13 14.5C13 14.2239 13.2239 14 13.5 14H17V10.5C17 10.2239 17.2239 10 17.5 10Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9.5 17C9.77614 17 10 17.2239 10 17.5C10 17.7761 9.77614 18 9.5 18H3.5C3.22386 18 3 17.7761 3 17.5C3 17.2239 3.22386 17 3.5 17H9.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9.5 11C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H9.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20.5 5C20.7761 5 21 5.22386 21 5.5C21 5.77614 20.7761 6 20.5 6H3.5C3.22386 6 3 5.77614 3 5.5C3 5.22386 3.22386 5 3.5 5H20.5Z",fill:"currentColor"})),g=c;0&&(module.exports={IconListAdd});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14H21.5C21.7761 14 22 14.2239 22 14.5C22 14.7761 21.7761 15 21.5 15H18V18.5C18 18.7761 17.7761 19 17.5 19C17.2239 19 17 18.7761 17 18.5V15H13.5C13.2239 15 13 14.7761 13 14.5C13 14.2239 13.2239 14 13.5 14H17V10.5C17 10.2239 17.2239 10 17.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 17C9.77614 17 10 17.2239 10 17.5C10 17.7761 9.77614 18 9.5 18H3.5C3.22386 18 3 17.7761 3 17.5C3 17.2239 3.22386 17 3.5 17H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 11C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 5C20.7761 5 21 5.22386 21 5.5C21 5.77614 20.7761 6 20.5 6H3.5C3.22386 6 3 5.77614 3 5.5C3 5.22386 3.22386 5 3.5 5H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListAdd_exports","__export","IconListAdd","IconListAdd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var f=t=>o.createElement(n,{...t},o.createElement(C,{d:"M17.5 10C17.7761 10 18 10.2239 18 10.5V14H21.5C21.7761 14 22 14.2239 22 14.5C22 14.7761 21.7761 15 21.5 15H18V18.5C18 18.7761 17.7761 19 17.5 19C17.2239 19 17 18.7761 17 18.5V15H13.5C13.2239 15 13 14.7761 13 14.5C13 14.2239 13.2239 14 13.5 14H17V10.5C17 10.2239 17.2239 10 17.5 10Z",fill:"currentColor"}),o.createElement(C,{d:"M9.5 17C9.77614 17 10 17.2239 10 17.5C10 17.7761 9.77614 18 9.5 18H3.5C3.22386 18 3 17.7761 3 17.5C3 17.2239 3.22386 17 3.5 17H9.5Z",fill:"currentColor"}),o.createElement(C,{d:"M9.5 11C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H9.5Z",fill:"currentColor"}),o.createElement(C,{d:"M20.5 5C20.7761 5 21 5.22386 21 5.5C21 5.77614 20.7761 6 20.5 6H3.5C3.22386 6 3 5.77614 3 5.5C3 5.22386 3.22386 5 3.5 5H20.5Z",fill:"currentColor"})),I=f;export{f as IconListAdd,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconListAdd/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 IconListAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14H21.5C21.7761 14 22 14.2239 22 14.5C22 14.7761 21.7761 15 21.5 15H18V18.5C18 18.7761 17.7761 19 17.5 19C17.2239 19 17 18.7761 17 18.5V15H13.5C13.2239 15 13 14.7761 13 14.5C13 14.2239 13.2239 14 13.5 14H17V10.5C17 10.2239 17.2239 10 17.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 17C9.77614 17 10 17.2239 10 17.5C10 17.7761 9.77614 18 9.5 18H3.5C3.22386 18 3 17.7761 3 17.5C3 17.2239 3.22386 17 3.5 17H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 11C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 5C20.7761 5 21 5.22386 21 5.5C21 5.77614 20.7761 6 20.5 6H3.5C3.22386 6 3 5.77614 3 5.5C3 5.22386 3.22386 5 3.5 5H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListAdd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListAdd","props","React","CentralIconBase","IconListAdd_default"]}
package/README.md CHANGED
@@ -270,8 +270,11 @@ Below is a complete list of available icons:
270
270
  - IconArrowShareLeft
271
271
  - IconArrowShareRight
272
272
  - IconArrowsHide
273
- - IconArrowSplit
274
273
  - IconArrowSplitDown
274
+ - IconArrowSplitDown1
275
+ - IconArrowSplitLeft
276
+ - IconArrowSplitRight
277
+ - IconArrowSplitUp
275
278
  - IconArrowsRepeat
276
279
  - IconArrowsRepeatCircle
277
280
  - IconArrowsRepeatRightLeft
@@ -1032,6 +1035,7 @@ Below is a complete list of available icons:
1032
1035
  - IconLightBulb
1033
1036
  - IconLightbulbGlow
1034
1037
  - IconLightBulbSimple
1038
+ - IconListAdd
1035
1039
  - IconListBullets
1036
1040
  - IconLoader
1037
1041
  - IconLoadingCircle
@@ -1738,31 +1738,73 @@
1738
1738
  },
1739
1739
  {
1740
1740
  "category": "Arrows",
1741
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z\" fill=\"currentColor\"/>",
1742
- "iconName": "arrow-split, rules, direction, split",
1741
+ "svg": "<path d=\"M5.64645 17.6465C5.84171 17.4512 6.15822 17.4512 6.35348 17.6465C6.54871 17.8417 6.54871 18.1583 6.35348 18.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L5.64645 17.6465Z\" fill=\"currentColor\"/><path d=\"M12 3C12.2761 3.00002 12.5 3.22387 12.5 3.5V11.1719C12.5 11.5696 12.6582 11.9512 12.9394 12.2324L19 18.293V13.5C19 13.2239 19.2238 13 19.5 13C19.7761 13 20 13.2239 20 13.5V19.5C20 19.7761 19.7761 20 19.5 20H13.5C13.2238 20 13 19.7761 13 19.5C13 19.2239 13.2238 19 13.5 19H18.2929L12.2324 12.9395C11.7636 12.4707 11.5 11.8348 11.5 11.1719V3.5C11.5 3.22386 11.7238 3 12 3Z\" fill=\"currentColor\"/><path d=\"M9.39645 13.9023C9.59171 13.7071 9.90822 13.7071 10.1035 13.9023C10.2987 14.0976 10.2987 14.4141 10.1035 14.6094L8.60348 16.1094C8.40822 16.3046 8.09171 16.3046 7.89645 16.1094C7.70118 15.9141 7.70118 15.5976 7.89645 15.4023L9.39645 13.9023Z\" fill=\"currentColor\"/>",
1742
+ "iconName": "arrow-split-down, branch",
1743
1743
  "variant": {
1744
1744
  "join": "round",
1745
1745
  "filled": "on",
1746
1746
  "radius": "2",
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-filled-radius-2-stroke-1",
1751
- "componentName": "IconArrowSplit"
1751
+ "componentName": "IconArrowSplitDown"
1752
1752
  },
1753
1753
  {
1754
1754
  "category": "Arrows",
1755
- "svg": "<path d=\"M5.64645 17.6465C5.84171 17.4512 6.15822 17.4512 6.35348 17.6465C6.54871 17.8417 6.54871 18.1583 6.35348 18.3535L4.85348 19.8535C4.65822 20.0488 4.34171 20.0488 4.14645 19.8535C3.95118 19.6583 3.95118 19.3417 4.14645 19.1465L5.64645 17.6465Z\" fill=\"currentColor\"/><path d=\"M12 3C12.2761 3.00002 12.5 3.22387 12.5 3.5V11.1719C12.5 11.5696 12.6582 11.9512 12.9394 12.2324L19 18.293V13.5C19 13.2239 19.2238 13 19.5 13C19.7761 13 20 13.2239 20 13.5V19.5C20 19.7761 19.7761 20 19.5 20H13.5C13.2238 20 13 19.7761 13 19.5C13 19.2239 13.2238 19 13.5 19H18.2929L12.2324 12.9395C11.7636 12.4707 11.5 11.8348 11.5 11.1719V3.5C11.5 3.22386 11.7238 3 12 3Z\" fill=\"currentColor\"/><path d=\"M9.39645 13.9023C9.59171 13.7071 9.90822 13.7071 10.1035 13.9023C10.2987 14.0976 10.2987 14.4141 10.1035 14.6094L8.60348 16.1094C8.40822 16.3046 8.09171 16.3046 7.89645 16.1094C7.70118 15.9141 7.70118 15.5976 7.89645 15.4023L9.39645 13.9023Z\" fill=\"currentColor\"/>",
1756
- "iconName": "arrow-split-down, branch",
1755
+ "svg": "<path d=\"M12 3C12.2761 3 12.5 3.22386 12.5 3.5V11.793L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L12 12.707L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.5 11.793V3.5C11.5 3.22386 11.7239 3 12 3Z\" fill=\"currentColor\"/>",
1756
+ "iconName": "arrow-split-down, rules, direction, split",
1757
1757
  "variant": {
1758
1758
  "join": "round",
1759
1759
  "filled": "on",
1760
1760
  "radius": "2",
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-filled-radius-2-stroke-1",
1765
- "componentName": "IconArrowSplitDown"
1765
+ "componentName": "IconArrowSplitDown1"
1766
+ },
1767
+ {
1768
+ "category": "Arrows",
1769
+ "svg": "<path d=\"M9.5 3C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70703L12.207 11.5H20.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H12.207L4.70703 20H9.5C9.77614 20 10 20.2239 10 20.5C10 20.7761 9.77614 21 9.5 21H3.5C3.22386 21 3 20.7761 3 20.5V14.5C3 14.2239 3.22386 14 3.5 14C3.77614 14 4 14.2239 4 14.5V19.293L11.293 12L4 4.70703V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H9.5Z\" fill=\"currentColor\"/>",
1770
+ "iconName": "arrow-split-left, rules, direction, split",
1771
+ "variant": {
1772
+ "join": "round",
1773
+ "filled": "on",
1774
+ "radius": "2",
1775
+ "stroke": "1"
1776
+ },
1777
+ "createdAt": "2026-01-25T15:00:48.328154+00:00",
1778
+ "packageName": "round-filled-radius-2-stroke-1",
1779
+ "componentName": "IconArrowSplitLeft"
1780
+ },
1781
+ {
1782
+ "category": "Arrows",
1783
+ "svg": "<path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70703L12.707 12L20 19.293V14.5C20 14.2239 20.2239 14 20.5 14C20.7761 14 21 14.2239 21 14.5V20.5C21 20.7761 20.7761 21 20.5 21H14.5C14.2239 21 14 20.7761 14 20.5C14 20.2239 14.2239 20 14.5 20H19.293L11.793 12.5H3.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5H11.793L19.293 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5Z\" fill=\"currentColor\"/>",
1784
+ "iconName": "arrow-split-right, rules, direction, split",
1785
+ "variant": {
1786
+ "join": "round",
1787
+ "filled": "on",
1788
+ "radius": "2",
1789
+ "stroke": "1"
1790
+ },
1791
+ "createdAt": "2026-01-25T15:00:48.328154+00:00",
1792
+ "packageName": "round-filled-radius-2-stroke-1",
1793
+ "componentName": "IconArrowSplitRight"
1794
+ },
1795
+ {
1796
+ "category": "Arrows",
1797
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H9.5C9.77614 3 10 3.22386 10 3.5C10 3.77614 9.77614 4 9.5 4H4.70711L12 11.2929L19.2929 4H14.5C14.2239 4 14 3.77614 14 3.5C14 3.22386 14.2239 3 14.5 3H20.5C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10C20.2239 10 20 9.77614 20 9.5V4.70711L12.5 12.2071V20.5C12.5 20.7761 12.2761 21 12 21C11.7239 21 11.5 20.7761 11.5 20.5V12.2071L4 4.70711V9.5C4 9.77614 3.77614 10 3.5 10C3.22386 10 3 9.77614 3 9.5V3.5Z\" fill=\"currentColor\"/>",
1798
+ "iconName": "arrow-split-up, rules, direction, split",
1799
+ "variant": {
1800
+ "join": "round",
1801
+ "filled": "on",
1802
+ "radius": "2",
1803
+ "stroke": "1"
1804
+ },
1805
+ "createdAt": "2025-02-15T21:11:33.661733+00:00",
1806
+ "packageName": "round-filled-radius-2-stroke-1",
1807
+ "componentName": "IconArrowSplitUp"
1766
1808
  },
1767
1809
  {
1768
1810
  "category": "Arrows",
@@ -13317,7 +13359,7 @@
13317
13359
  {
13318
13360
  "category": "Folders & Files",
13319
13361
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2871 3.04771C12.537 2.93013 12.8348 3.03736 12.9524 3.28722L20.9524 20.2872C21.07 20.5371 20.9628 20.8349 20.7129 20.9525C20.463 21.0701 20.1652 20.9629 20.0476 20.713L12.0476 3.71302C11.93 3.46316 12.0372 3.16529 12.2871 3.04771ZM3.5 3.00012C3.77614 3.00012 4 3.22398 4 3.50012V20.5001C4 20.7763 3.77614 21.0001 3.5 21.0001C3.22386 21.0001 3 20.7763 3 20.5001V3.50012C3 3.22398 3.22386 3.00012 3.5 3.00012ZM8.5 3.00012C8.77614 3.00012 9 3.22398 9 3.50012V20.5001C9 20.7763 8.77614 21.0001 8.5 21.0001C8.22386 21.0001 8 20.7763 8 20.5001V3.50012C8 3.22398 8.22386 3.00012 8.5 3.00012Z\" fill=\"currentColor\"/>",
13320
- "iconName": "library",
13362
+ "iconName": "library, stuff, vinyl-records",
13321
13363
  "variant": {
13322
13364
  "join": "round",
13323
13365
  "filled": "on",
@@ -13566,6 +13608,20 @@
13566
13608
  "packageName": "round-filled-radius-2-stroke-1",
13567
13609
  "componentName": "IconLiquidGlass"
13568
13610
  },
13611
+ {
13612
+ "category": "Interface General",
13613
+ "svg": "<path d=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14H21.5C21.7761 14 22 14.2239 22 14.5C22 14.7761 21.7761 15 21.5 15H18V18.5C18 18.7761 17.7761 19 17.5 19C17.2239 19 17 18.7761 17 18.5V15H13.5C13.2239 15 13 14.7761 13 14.5C13 14.2239 13.2239 14 13.5 14H17V10.5C17 10.2239 17.2239 10 17.5 10Z\" fill=\"currentColor\"/><path d=\"M9.5 17C9.77614 17 10 17.2239 10 17.5C10 17.7761 9.77614 18 9.5 18H3.5C3.22386 18 3 17.7761 3 17.5C3 17.2239 3.22386 17 3.5 17H9.5Z\" fill=\"currentColor\"/><path d=\"M9.5 11C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H9.5Z\" fill=\"currentColor\"/><path d=\"M20.5 5C20.7761 5 21 5.22386 21 5.5C21 5.77614 20.7761 6 20.5 6H3.5C3.22386 6 3 5.77614 3 5.5C3 5.22386 3.22386 5 3.5 5H20.5Z\" fill=\"currentColor\"/>",
13614
+ "iconName": "list-add, list-plus, new-list",
13615
+ "variant": {
13616
+ "join": "round",
13617
+ "filled": "on",
13618
+ "radius": "2",
13619
+ "stroke": "1"
13620
+ },
13621
+ "createdAt": "2026-01-25T14:00:21.596949+00:00",
13622
+ "packageName": "round-filled-radius-2-stroke-1",
13623
+ "componentName": "IconListAdd"
13624
+ },
13569
13625
  {
13570
13626
  "category": "Interface General",
13571
13627
  "svg": "<path d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\" fill=\"currentColor\"/><path d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\" fill=\"currentColor\"/><path d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\" fill=\"currentColor\"/><path d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\" fill=\"currentColor\"/><path d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\" fill=\"currentColor\"/><path d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -123,8 +123,11 @@ export type CentralIconName =
123
123
  | "IconArrowShareLeft"
124
124
  | "IconArrowShareRight"
125
125
  | "IconArrowsHide"
126
- | "IconArrowSplit"
127
126
  | "IconArrowSplitDown"
127
+ | "IconArrowSplitDown1"
128
+ | "IconArrowSplitLeft"
129
+ | "IconArrowSplitRight"
130
+ | "IconArrowSplitUp"
128
131
  | "IconArrowsRepeat"
129
132
  | "IconArrowsRepeatCircle"
130
133
  | "IconArrowsRepeatRightLeft"
@@ -968,6 +971,7 @@ export type CentralIconName =
968
971
  | "IconLinkedin"
969
972
  | "IconLinktree"
970
973
  | "IconLiquidGlass"
974
+ | "IconListAdd"
971
975
  | "IconListBullets"
972
976
  | "IconListBulletsSquare"
973
977
  | "IconListSparkle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.96",
3
+ "version": "1.1.98",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1701,
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": 123,
102
+ "count": 126,
103
103
  "icons": [
104
104
  "IconArrow",
105
105
  "IconArrowBottomTop",
@@ -144,8 +144,11 @@
144
144
  "IconArrowShareLeft",
145
145
  "IconArrowShareRight",
146
146
  "IconArrowsHide",
147
- "IconArrowSplit",
148
147
  "IconArrowSplitDown",
148
+ "IconArrowSplitDown1",
149
+ "IconArrowSplitLeft",
150
+ "IconArrowSplitRight",
151
+ "IconArrowSplitUp",
149
152
  "IconArrowsRepeat",
150
153
  "IconArrowsRepeatCircle",
151
154
  "IconArrowsRepeatRightLeft",
@@ -843,7 +846,7 @@
843
846
  ]
844
847
  },
845
848
  "Interface General": {
846
- "count": 177,
849
+ "count": 178,
847
850
  "icons": [
848
851
  "IconAnchor1",
849
852
  "IconAnchor2",
@@ -938,6 +941,7 @@
938
941
  "IconLightBulb",
939
942
  "IconLightbulbGlow",
940
943
  "IconLightBulbSimple",
944
+ "IconListAdd",
941
945
  "IconListBullets",
942
946
  "IconLoader",
943
947
  "IconLoadingCircle",
@@ -2020,8 +2024,11 @@
2020
2024
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
2021
2025
  "IconArrowShareRight": "arrow-share-right, next, forward",
2022
2026
  "IconArrowsHide": "arrows-hide, collapse, minimize",
2023
- "IconArrowSplit": "arrow-split, rules, direction, split",
2024
2027
  "IconArrowSplitDown": "arrow-split-down, branch",
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",
2025
2032
  "IconArrowsRepeat": "arrows-repeat, repost",
2026
2033
  "IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
2027
2034
  "IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
@@ -2847,7 +2854,7 @@
2847
2854
  "IconLayoutWindow": "layout-window, grid, window",
2848
2855
  "IconLeaderboard": "leaderboard, winner, stats, graph",
2849
2856
  "IconLemonsqueezy": "lemonsqueezy",
2850
- "IconLibrary": "library",
2857
+ "IconLibrary": "library, stuff, vinyl-records",
2851
2858
  "IconLifeVest": "life-vest, vest",
2852
2859
  "IconLightBulb": "light-bulb, idea, light",
2853
2860
  "IconLightbulbGlow": "lightbulb-glow, idea, reasoning, think",
@@ -2865,6 +2872,7 @@
2865
2872
  "IconLinkedin": "linkedin",
2866
2873
  "IconLinktree": "linktree",
2867
2874
  "IconLiquidGlass": "liquid-glass, glass-effect",
2875
+ "IconListAdd": "list-add, list-plus, new-list",
2868
2876
  "IconListBullets": "list-bullets",
2869
2877
  "IconListBulletsSquare": "list-bullets-square",
2870
2878
  "IconListSparkle": "list-sparkle, ai text, text generation",
package/index.d.ts CHANGED
@@ -120,8 +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";
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";
125
128
  export { IconArrowTopBottom, default as IconArrowTopBottomDefault, } from "./IconArrowTopBottom";
126
129
  export { IconArrowTriangleBottom, default as IconArrowTriangleBottomDefault, } from "./IconArrowTriangleBottom";
127
130
  export { IconArrowTriangleLeft, default as IconArrowTriangleLeftDefault, } from "./IconArrowTriangleLeft";
@@ -967,6 +970,7 @@ export { IconLinebreak, default as IconLinebreakDefault, } from "./IconLinebreak
967
970
  export { IconLinkedin, default as IconLinkedinDefault } from "./IconLinkedin";
968
971
  export { IconLinktree, default as IconLinktreeDefault } from "./IconLinktree";
969
972
  export { IconLiquidGlass, default as IconLiquidGlassDefault, } from "./IconLiquidGlass";
973
+ export { IconListAdd, default as IconListAddDefault } from "./IconListAdd";
970
974
  export { IconListBullets, default as IconListBulletsDefault, } from "./IconListBullets";
971
975
  export { IconListBulletsSquare, default as IconListBulletsSquareDefault, } from "./IconListBulletsSquare";
972
976
  export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListSparkle";