@central-icons-react-native/round-filled-radius-3-stroke-2 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.
- package/IconArrowSplitDown1/index.d.ts +4 -0
- package/IconArrowSplitDown1/index.js +2 -0
- package/IconArrowSplitDown1/index.js.map +1 -0
- package/IconArrowSplitDown1/index.mjs +2 -0
- package/IconArrowSplitDown1/index.mjs.map +1 -0
- package/IconArrowSplitLeft/index.d.ts +4 -0
- package/IconArrowSplitLeft/index.js +2 -0
- package/IconArrowSplitLeft/index.js.map +1 -0
- package/IconArrowSplitLeft/index.mjs +2 -0
- package/IconArrowSplitLeft/index.mjs.map +1 -0
- package/IconArrowSplitRight/index.d.ts +4 -0
- package/IconArrowSplitRight/index.js +2 -0
- package/IconArrowSplitRight/index.js.map +1 -0
- package/IconArrowSplitRight/index.mjs +2 -0
- package/IconArrowSplitRight/index.mjs.map +1 -0
- package/IconArrowSplitUp/index.d.ts +4 -0
- package/IconArrowSplitUp/index.js +2 -0
- package/IconArrowSplitUp/index.js.map +1 -0
- package/{IconArrowSplit → IconArrowSplitUp}/index.mjs +1 -1
- package/IconArrowSplitUp/index.mjs.map +1 -0
- package/IconListAdd/index.d.ts +4 -0
- package/IconListAdd/index.js +2 -0
- package/IconListAdd/index.js.map +1 -0
- package/IconListAdd/index.mjs +2 -0
- package/IconListAdd/index.mjs.map +1 -0
- package/README.md +5 -1
- package/filtered-icons.json +65 -9
- package/icons/index.d.ts +5 -1
- package/icons-index.json +15 -7
- package/index.d.ts +5 -1
- 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 +36 -8
- package/IconArrowSplit/index.d.ts +0 -4
- package/IconArrowSplit/index.js +0 -2
- package/IconArrowSplit/index.js.map +0 -1
- package/IconArrowSplit/index.mjs.map +0 -1
|
@@ -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.5523 3 13 3.44772 13 4V11.5859L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L12 13.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L11 11.5859V4C11 3.44772 11.4477 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.5523 3 13 3.44772 13 4V11.5859L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L12 13.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L11 11.5859V4C11 3.44772 11.4477 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,oaACF,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.5523 3 13 3.44772 13 4V11.5859L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L12 13.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L11 11.5859V4C11 3.44772 11.4477 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.5523 3 13 3.44772 13 4V11.5859L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L12 13.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L11 11.5859V4C11 3.44772 11.4477 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,oaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitDown1","props","React","CentralIconBase","IconArrowSplitDown1_default"]}
|
|
@@ -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 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41406L12.4141 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L10.5859 12L5 6.41406V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4C3 3.44772 3.44772 3 4 3H9Z",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 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41406L12.4141 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L10.5859 12L5 6.41406V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4C3 3.44772 3.44772 3 4 3H9Z\"\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,sZACF,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 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41406L12.4141 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L10.5859 12L5 6.41406V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4C3 3.44772 3.44772 3 4 3H9Z",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 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41406L12.4141 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L10.5859 12L5 6.41406V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4C3 3.44772 3.44772 3 4 3H9Z\"\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,sZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitLeft","props","React","CentralIconBase","IconArrowSplitLeft_default"]}
|
|
@@ -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 3C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41406L13.4141 12L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L11.5859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11.5859L17.5859 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20Z",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 3C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41406L13.4141 12L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L11.5859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11.5859L17.5859 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20Z\"\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,oaACF,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 3C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41406L13.4141 12L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L11.5859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11.5859L17.5859 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20Z",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 3C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41406L13.4141 12L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L11.5859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11.5859L17.5859 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20Z\"\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,oaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitRight","props","React","CentralIconBase","IconArrowSplitRight_default"]}
|
|
@@ -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 4C3 3.44772 3.44772 3 4 3H9C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41421L12 10.5858L17.5858 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13 12.4142V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V12.4142L5 6.41421V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4Z",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 4C3 3.44772 3.44772 3 4 3H9C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41421L12 10.5858L17.5858 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13 12.4142V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V12.4142L5 6.41421V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4Z\"\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,sZACF,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
|
|
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 4C3 3.44772 3.44772 3 4 3H9C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41421L12 10.5858L17.5858 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13 12.4142V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V12.4142L5 6.41421V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4Z",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 4C3 3.44772 3.44772 3 4 3H9C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41421L12 10.5858L17.5858 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13 12.4142V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V12.4142L5 6.41421V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4Z\"\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,sZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitUp","props","React","CentralIconBase","IconArrowSplitUp_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},f=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(d(r)):{},f(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconListAdd:()=>V,default:()=>P});module.exports=x(g);var n=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),H=({children:r,size:o=24,...t})=>s.default.createElement(a.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 l=require("react-native-svg"),V=r=>n.default.createElement(H,{...r},n.default.createElement(l.Path,{d:"M11 19H3V17H11V19Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19 14H22V16H19V19H17V16H14V14H17V11H19V14Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11 13H3V11H11V13Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21 7H3V5H21V7Z",fill:"currentColor"})),P=V;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 d=\"M11 19H3V17H11V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M19 14H22V16H19V19H17V16H14V14H17V11H19V14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11 13H3V11H11V13Z\" fill=\"currentColor\" />\n <Path d=\"M21 7H3V5H21V7Z\" fill=\"currentColor\" />\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,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,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 p from"react";import{Svg as C}from"react-native-svg";var e=({children:n,size:r=24,...l})=>p.createElement(C,{...l,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 t}from"react-native-svg";var f=n=>o.createElement(e,{...n},o.createElement(t,{d:"M11 19H3V17H11V19Z",fill:"currentColor"}),o.createElement(t,{d:"M19 14H22V16H19V19H17V16H14V14H17V11H19V14Z",fill:"currentColor"}),o.createElement(t,{d:"M11 13H3V11H11V13Z",fill:"currentColor"}),o.createElement(t,{d:"M21 7H3V5H21V7Z",fill:"currentColor"})),B=f;export{f as IconListAdd,B 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 d=\"M11 19H3V17H11V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M19 14H22V16H19V19H17V16H14V14H17V11H19V14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11 13H3V11H11V13Z\" fill=\"currentColor\" />\n <Path d=\"M21 7H3V5H21V7Z\" fill=\"currentColor\" />\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,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,CAChD,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
|
package/filtered-icons.json
CHANGED
|
@@ -1738,31 +1738,73 @@
|
|
|
1738
1738
|
},
|
|
1739
1739
|
{
|
|
1740
1740
|
"category": "Arrows",
|
|
1741
|
-
"svg": "<path
|
|
1742
|
-
"iconName": "arrow-split,
|
|
1741
|
+
"svg": "<path d=\"M5.29289 17.293C5.68342 16.9025 6.31644 16.9025 6.70696 17.293C7.09743 17.6835 7.09743 18.3165 6.70696 18.707L5.70696 19.707C5.31644 20.0975 4.68342 20.0975 4.29289 19.707C3.90237 19.3165 3.90237 18.6835 4.29289 18.293L5.29289 17.293Z\" fill=\"currentColor\"/><path d=\"M11.9999 3C12.5522 3.00004 12.9999 3.44774 12.9999 4V10.7578C13 11.2881 13.2109 11.7969 13.5859 12.1719L17.9999 16.5859V14C17.9999 13.4477 18.4476 13 18.9999 13C19.5522 13 19.9999 13.4477 19.9999 14V19C19.9999 19.5523 19.5522 20 18.9999 20H13.9999C13.4476 20 12.9999 19.5523 12.9999 19C12.9999 18.4477 13.4476 18 13.9999 18H16.5859L12.1718 13.5859C11.4218 12.8359 11 11.8185 10.9999 10.7578V4C10.9999 3.44772 11.4476 3 11.9999 3Z\" fill=\"currentColor\"/><path d=\"M8.79289 13.793C9.18342 13.4025 9.81644 13.4025 10.207 13.793C10.5974 14.1835 10.5974 14.8165 10.207 15.207L9.20696 16.207C8.81644 16.5975 8.18342 16.5975 7.79289 16.207C7.40237 15.8165 7.40237 15.1835 7.79289 14.793L8.79289 13.793Z\" fill=\"currentColor\"/>",
|
|
1742
|
+
"iconName": "arrow-split-down, branch",
|
|
1743
1743
|
"variant": {
|
|
1744
1744
|
"join": "round",
|
|
1745
1745
|
"filled": "on",
|
|
1746
1746
|
"radius": "3",
|
|
1747
1747
|
"stroke": "2"
|
|
1748
1748
|
},
|
|
1749
|
-
"createdAt": "
|
|
1749
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
1750
1750
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
1751
|
-
"componentName": "
|
|
1751
|
+
"componentName": "IconArrowSplitDown"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
"category": "Arrows",
|
|
1755
|
-
"svg": "<path d=\"
|
|
1756
|
-
"iconName": "arrow-split-down,
|
|
1755
|
+
"svg": "<path d=\"M12 3C12.5523 3 13 3.44772 13 4V11.5859L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L12 13.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L11 11.5859V4C11 3.44772 11.4477 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": "3",
|
|
1761
1761
|
"stroke": "2"
|
|
1762
1762
|
},
|
|
1763
|
-
"createdAt": "2026-01-
|
|
1763
|
+
"createdAt": "2026-01-25T14:00:21.596949+00:00",
|
|
1764
1764
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
1765
|
-
"componentName": "
|
|
1765
|
+
"componentName": "IconArrowSplitDown1"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"category": "Arrows",
|
|
1769
|
+
"svg": "<path d=\"M9 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41406L12.4141 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H12.4141L6.41406 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5859L10.5859 12L5 6.41406V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4C3 3.44772 3.44772 3 4 3H9Z\" fill=\"currentColor\"/>",
|
|
1770
|
+
"iconName": "arrow-split-left, rules, direction, split",
|
|
1771
|
+
"variant": {
|
|
1772
|
+
"join": "round",
|
|
1773
|
+
"filled": "on",
|
|
1774
|
+
"radius": "3",
|
|
1775
|
+
"stroke": "2"
|
|
1776
|
+
},
|
|
1777
|
+
"createdAt": "2026-01-25T15:00:48.328154+00:00",
|
|
1778
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
1779
|
+
"componentName": "IconArrowSplitLeft"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"category": "Arrows",
|
|
1783
|
+
"svg": "<path d=\"M20 3C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41406L13.4141 12L19 17.5859V15C19 14.4477 19.4477 14 20 14C20.5523 14 21 14.4477 21 15V20C21 20.5523 20.5523 21 20 21H15C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H17.5859L11.5859 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H11.5859L17.5859 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20Z\" fill=\"currentColor\"/>",
|
|
1784
|
+
"iconName": "arrow-split-right, rules, direction, split",
|
|
1785
|
+
"variant": {
|
|
1786
|
+
"join": "round",
|
|
1787
|
+
"filled": "on",
|
|
1788
|
+
"radius": "3",
|
|
1789
|
+
"stroke": "2"
|
|
1790
|
+
},
|
|
1791
|
+
"createdAt": "2026-01-25T15:00:48.328154+00:00",
|
|
1792
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
1793
|
+
"componentName": "IconArrowSplitRight"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"category": "Arrows",
|
|
1797
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H9C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5H6.41421L12 10.5858L17.5858 5H15C14.4477 5 14 4.55228 14 4C14 3.44772 14.4477 3 15 3H20C20.5523 3 21 3.44772 21 4V9C21 9.55228 20.5523 10 20 10C19.4477 10 19 9.55228 19 9V6.41421L13 12.4142V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V12.4142L5 6.41421V9C5 9.55228 4.55228 10 4 10C3.44772 10 3 9.55228 3 9V4Z\" fill=\"currentColor\"/>",
|
|
1798
|
+
"iconName": "arrow-split-up, rules, direction, split",
|
|
1799
|
+
"variant": {
|
|
1800
|
+
"join": "round",
|
|
1801
|
+
"filled": "on",
|
|
1802
|
+
"radius": "3",
|
|
1803
|
+
"stroke": "2"
|
|
1804
|
+
},
|
|
1805
|
+
"createdAt": "2025-02-15T21:11:33.661733+00:00",
|
|
1806
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
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=\"M13.6489 3.06394C14.166 2.87002 14.7424 3.13203 14.9363 3.64915L20.9363 19.6491C21.1302 20.1663 20.8682 20.7427 20.3511 20.9366C19.834 21.1305 19.2576 20.8685 19.0637 20.3514L13.0637 4.35139C12.8698 3.83427 13.1318 3.25786 13.6489 3.06394ZM4 3.00027C4.55228 3.00027 5 3.44799 5 4.00027V20.0003C5 20.5526 4.55228 21.0003 4 21.0003C3.44772 21.0003 3 20.5526 3 20.0003V4.00027C3 3.44799 3.44772 3.00027 4 3.00027ZM9 3.00027C9.55228 3.00027 10 3.44799 10 4.00027V20.0003C10 20.5526 9.55228 21.0003 9 21.0003C8.44772 21.0003 8 20.5526 8 20.0003V4.00027C8 3.44799 8.44772 3.00027 9 3.00027Z\" 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-3-stroke-2",
|
|
13567
13609
|
"componentName": "IconLiquidGlass"
|
|
13568
13610
|
},
|
|
13611
|
+
{
|
|
13612
|
+
"category": "Interface General",
|
|
13613
|
+
"svg": "<path d=\"M11 19H3V17H11V19Z\" fill=\"currentColor\"/><path d=\"M19 14H22V16H19V19H17V16H14V14H17V11H19V14Z\" fill=\"currentColor\"/><path d=\"M11 13H3V11H11V13Z\" fill=\"currentColor\"/><path d=\"M21 7H3V5H21V7Z\" fill=\"currentColor\"/>",
|
|
13614
|
+
"iconName": "list-add, list-plus, new-list",
|
|
13615
|
+
"variant": {
|
|
13616
|
+
"join": "round",
|
|
13617
|
+
"filled": "on",
|
|
13618
|
+
"radius": "3",
|
|
13619
|
+
"stroke": "2"
|
|
13620
|
+
},
|
|
13621
|
+
"createdAt": "2026-01-25T14:00:21.596949+00:00",
|
|
13622
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
13623
|
+
"componentName": "IconListAdd"
|
|
13624
|
+
},
|
|
13569
13625
|
{
|
|
13570
13626
|
"category": "Interface General",
|
|
13571
13627
|
"svg": "<path d=\"M4.5 16.5C5.32843 16.5 6 17.1716 6 18C6 18.8284 5.32843 19.5 4.5 19.5C3.67157 19.5 3 18.8284 3 18C3 17.1716 3.67157 16.5 4.5 16.5Z\" fill=\"currentColor\"/><path d=\"M20 17C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H10C9.44772 19 9 18.5523 9 18C9 17.4477 9.44772 17 10 17H20Z\" fill=\"currentColor\"/><path d=\"M4.5 10.5C5.32843 10.5 6 11.1716 6 12C6 12.8284 5.32843 13.5 4.5 13.5C3.67157 13.5 3 12.8284 3 12C3 11.1716 3.67157 10.5 4.5 10.5Z\" fill=\"currentColor\"/><path d=\"M20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10C9.44772 13 9 12.5523 9 12C9 11.4477 9.44772 11 10 11H20Z\" fill=\"currentColor\"/><path d=\"M4.5 4.5C5.32843 4.5 6 5.17157 6 6C6 6.82843 5.32843 7.5 4.5 7.5C3.67157 7.5 3 6.82843 3 6C3 5.17157 3.67157 4.5 4.5 4.5Z\" fill=\"currentColor\"/><path d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H10C9.44772 7 9 6.55228 9 6C9 5.44772 9.44772 5 10 5H20Z\" 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-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.98",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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":
|
|
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":
|
|
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";
|