@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.99 → 1.1.101

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 (54) hide show
  1. package/IconFileArrowLeftIn/index.d.ts +4 -0
  2. package/IconFileArrowLeftIn/index.js +2 -0
  3. package/IconFileArrowLeftIn/index.js.map +1 -0
  4. package/IconFileArrowLeftIn/index.mjs +2 -0
  5. package/IconFileArrowLeftIn/index.mjs.map +1 -0
  6. package/IconFileArrowLeftOut/index.d.ts +4 -0
  7. package/IconFileArrowLeftOut/index.js +2 -0
  8. package/IconFileArrowLeftOut/index.js.map +1 -0
  9. package/IconFileArrowLeftOut/index.mjs +2 -0
  10. package/IconFileArrowLeftOut/index.mjs.map +1 -0
  11. package/IconFileArrowRightIn/index.d.ts +4 -0
  12. package/IconFileArrowRightIn/index.js +2 -0
  13. package/IconFileArrowRightIn/index.js.map +1 -0
  14. package/IconFileArrowRightIn/index.mjs +2 -0
  15. package/IconFileArrowRightIn/index.mjs.map +1 -0
  16. package/IconFileArrowRightOut/index.d.ts +4 -0
  17. package/IconFileArrowRightOut/index.js +2 -0
  18. package/IconFileArrowRightOut/index.js.map +1 -0
  19. package/IconFileArrowRightOut/index.mjs +2 -0
  20. package/IconFileArrowRightOut/index.mjs.map +1 -0
  21. package/IconFileCloud/index.js +1 -1
  22. package/IconFileCloud/index.js.map +1 -1
  23. package/IconFileCloud/index.mjs +1 -1
  24. package/IconFileCloud/index.mjs.map +1 -1
  25. package/IconFileEdit/index.js +1 -1
  26. package/IconFileEdit/index.js.map +1 -1
  27. package/IconFileEdit/index.mjs +1 -1
  28. package/IconFileEdit/index.mjs.map +1 -1
  29. package/IconFileLock/index.js +1 -1
  30. package/IconFileLock/index.js.map +1 -1
  31. package/IconFileLock/index.mjs +1 -1
  32. package/IconFileLock/index.mjs.map +1 -1
  33. package/IconPhoneTopDynamicIsland/index.d.ts +4 -0
  34. package/IconPhoneTopDynamicIsland/index.js +2 -0
  35. package/IconPhoneTopDynamicIsland/index.js.map +1 -0
  36. package/IconPhoneTopDynamicIsland/index.mjs +2 -0
  37. package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
  38. package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
  39. package/IconPhoneTopPunchHoleCenter/index.js +2 -0
  40. package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
  41. package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
  42. package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
  43. package/README.md +6 -0
  44. package/filtered-icons.json +87 -3
  45. package/icons/index.d.ts +6 -0
  46. package/icons-index.json +16 -4
  47. package/index.d.ts +6 -0
  48. package/index.js +1 -1
  49. package/index.js.map +1 -1
  50. package/index.mjs +1 -1
  51. package/index.mjs.map +1 -1
  52. package/license-check.js +1 -1
  53. package/package.json +1 -1
  54. package/tsx-icons.json +45 -3
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowLeftIn: FC<CentralIconBaseProps>;
4
+ export default IconFileArrowLeftIn;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var f=(r,o,t)=>(t=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var d={};H(d,{IconFileArrowLeftIn:()=>c,default:()=>g});module.exports=P(d);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),L=({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 l=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(l.Path,{d:"M12.207 19.5L8.5 23.207L7.79297 22.5L10.293 20H3V19H10.293L7.79297 16.5L8.5 15.793L12.207 19.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.5 9.5H20V22H11.1211L13.6211 19.5L8.5 14.3789L6.37891 16.5L7.87891 18H4V2H12.5V9.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),g=c;0&&(module.exports={IconFileArrowLeftIn});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftIn/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 IconFileArrowLeftIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.207 19.5L8.5 23.207L7.79297 22.5L10.293 20H3V19H10.293L7.79297 16.5L8.5 15.793L12.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V22H11.1211L13.6211 19.5L8.5 14.3789L6.37891 16.5L7.87891 18H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\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,kGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconFileArrowLeftIn_exports","__export","IconFileArrowLeftIn","IconFileArrowLeftIn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12.207 19.5L8.5 23.207L7.79297 22.5L10.293 20H3V19H10.293L7.79297 16.5L8.5 15.793L12.207 19.5Z",fill:"currentColor"}),o.createElement(e,{d:"M12.5 9.5H20V22H11.1211L13.6211 19.5L8.5 14.3789L6.37891 16.5L7.87891 18H4V2H12.5V9.5Z",fill:"currentColor"}),o.createElement(e,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),x=a;export{a as IconFileArrowLeftIn,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftIn/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 IconFileArrowLeftIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.207 19.5L8.5 23.207L7.79297 22.5L10.293 20H3V19H10.293L7.79297 16.5L8.5 15.793L12.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V22H11.1211L13.6211 19.5L8.5 14.3789L6.37891 16.5L7.87891 18H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftIn;\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,kGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowLeftIn","props","React","CentralIconBase","IconFileArrowLeftIn_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowLeftOut: FC<CentralIconBaseProps>;
4
+ export default IconFileArrowLeftOut;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var f=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var V={};H(V,{IconFileArrowLeftOut:()=>c,default:()=>g});module.exports=P(V);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),L=({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 l=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(l.Path,{d:"M7.20703 16.5L4.70703 19H12V20H4.70703L7.20703 22.5L6.5 23.207L2.79297 19.5L6.5 15.793L7.20703 16.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.5 9.5H20V22H13V18H7.12109L8.62109 16.5L6.5 14.3789L4 16.8789V2H12.5V9.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),g=c;0&&(module.exports={IconFileArrowLeftOut});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftOut/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 IconFileArrowLeftOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.20703 16.5L4.70703 19H12V20H4.70703L7.20703 22.5L6.5 23.207L2.79297 19.5L6.5 15.793L7.20703 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V22H13V18H7.12109L8.62109 16.5L6.5 14.3789L4 16.8789V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconFileArrowLeftOut_exports","__export","IconFileArrowLeftOut","IconFileArrowLeftOut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7.20703 16.5L4.70703 19H12V20H4.70703L7.20703 22.5L6.5 23.207L2.79297 19.5L6.5 15.793L7.20703 16.5Z",fill:"currentColor"}),o.createElement(e,{d:"M12.5 9.5H20V22H13V18H7.12109L8.62109 16.5L6.5 14.3789L4 16.8789V2H12.5V9.5Z",fill:"currentColor"}),o.createElement(e,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),x=a;export{a as IconFileArrowLeftOut,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowLeftOut/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 IconFileArrowLeftOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.20703 16.5L4.70703 19H12V20H4.70703L7.20703 22.5L6.5 23.207L2.79297 19.5L6.5 15.793L7.20703 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V22H13V18H7.12109L8.62109 16.5L6.5 14.3789L4 16.8789V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowLeftOut;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowLeftOut","props","React","CentralIconBase","IconFileArrowLeftOut_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowRightIn: FC<CentralIconBaseProps>;
4
+ export default IconFileArrowRightIn;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=u(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(p({},"__esModule",{value:!0}),r);var d={};x(d,{IconFileArrowRightIn:()=>L,default:()=>P});module.exports=H(d);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>f.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 l=require("react-native-svg"),L=r=>e.default.createElement(i,{...r},e.default.createElement(l.Path,{d:"M16.207 16.5L13.707 19H21V20H13.707L16.207 22.5L15.5 23.207L11.793 19.5L15.5 15.793L16.207 16.5Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12.5 9.5H20V18H16.1211L17.6211 16.5L15.5 14.3789L10.3789 19.5L12.8789 22H4V2H12.5V9.5Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),P=L;0&&(module.exports={IconFileArrowRightIn});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightIn/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 IconFileArrowRightIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.207 16.5L13.707 19H21V20H13.707L16.207 22.5L15.5 23.207L11.793 19.5L15.5 15.793L16.207 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V18H16.1211L17.6211 16.5L15.5 14.3789L10.3789 19.5L12.8789 22H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconFileArrowRightIn_exports","__export","IconFileArrowRightIn","IconFileArrowRightIn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(C,{...p,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 n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M16.207 16.5L13.707 19H21V20H13.707L16.207 22.5L15.5 23.207L11.793 19.5L15.5 15.793L16.207 16.5Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 9.5H20V18H16.1211L17.6211 16.5L15.5 14.3789L10.3789 19.5L12.8789 22H4V2H12.5V9.5Z",fill:"currentColor"}),o.createElement(n,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),g=a;export{a as IconFileArrowRightIn,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightIn/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 IconFileArrowRightIn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.207 16.5L13.707 19H21V20H13.707L16.207 22.5L15.5 23.207L11.793 19.5L15.5 15.793L16.207 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V18H16.1211L17.6211 16.5L15.5 14.3789L10.3789 19.5L12.8789 22H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightIn;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowRightIn","props","React","CentralIconBase","IconFileArrowRightIn_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFileArrowRightOut: FC<CentralIconBaseProps>;
4
+ export default IconFileArrowRightOut;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=L(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(p({},"__esModule",{value:!0}),r);var V={};x(V,{IconFileArrowRightOut:()=>c,default:()=>P});module.exports=H(V);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>f.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 l=require("react-native-svg"),c=r=>n.default.createElement(i,{...r},n.default.createElement(l.Path,{d:"M21.207 19.5L17.5 23.207L16.793 22.5L19.293 20H12V19H19.293L16.793 16.5L17.5 15.793L21.207 19.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.5 9.5H20V16.8789L17.5 14.3789L15.3789 16.5L16.8789 18H11V22H4V2H12.5V9.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFileArrowRightOut});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightOut/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 IconFileArrowRightOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.207 19.5L17.5 23.207L16.793 22.5L19.293 20H12V19H19.293L16.793 16.5L17.5 15.793L21.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V16.8789L17.5 14.3789L15.3789 16.5L16.8789 18H11V22H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconFileArrowRightOut_exports","__export","IconFileArrowRightOut","IconFileArrowRightOut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21.207 19.5L17.5 23.207L16.793 22.5L19.293 20H12V19H19.293L16.793 16.5L17.5 15.793L21.207 19.5Z",fill:"currentColor"}),o.createElement(e,{d:"M12.5 9.5H20V16.8789L17.5 14.3789L15.3789 16.5L16.8789 18H11V22H4V2H12.5V9.5Z",fill:"currentColor"}),o.createElement(e,{d:"M19.707 8.5H13.5V2.29297L19.707 8.5Z",fill:"currentColor"})),g=a;export{a as IconFileArrowRightOut,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFileArrowRightOut/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 IconFileArrowRightOut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.207 19.5L17.5 23.207L16.793 22.5L19.293 20H12V19H19.293L16.793 16.5L17.5 15.793L21.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 9.5H20V16.8789L17.5 14.3789L15.3789 16.5L16.8789 18H11V22H4V2H12.5V9.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFileArrowRightOut;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!v.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var H={};x(H,{IconFileCloud:()=>u,default:()=>g});module.exports=P(H);var n=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(i.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 l=require("react-native-svg"),u=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75ZM8 18C7.91683 18 7.83524 18.0068 7.75575 18.0198C7.63529 18.0395 7.51966 18.0736 7.41067 18.1202C7.35973 17.9451 7.28809 17.7789 7.19859 17.6243C6.80946 16.9522 6.08253 16.5 5.25 16.5C4.00736 16.5 3 17.5074 3 18.75C3 19.9926 4.00736 21 5.25 21H8C8.82843 21 9.5 20.3284 9.5 19.5C9.5 18.6716 8.82843 18 8 18Z",fill:"currentColor"})),g=u;0&&(module.exports={IconFileCloud});
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(I(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(l({},"__esModule",{value:!0}),r);var F={};x(F,{IconFileCloud:()=>u,default:()=>g});module.exports=P(F);var t=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>t.default.createElement(s,{...r},t.default.createElement(C.Path,{d:"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),t.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75Z",fill:"currentColor"})),g=u;0&&(module.exports={IconFileCloud});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75ZM8 18C7.91683 18 7.83524 18.0068 7.75575 18.0198C7.63529 18.0395 7.51966 18.0736 7.41067 18.1202C7.35973 17.9451 7.28809 17.7789 7.19859 17.6243C6.80946 16.9522 6.08253 16.5 5.25 16.5C4.00736 16.5 3 17.5074 3 18.75C3 19.9926 4.00736 21 5.25 21H8C8.82843 21 9.5 20.3284 9.5 19.5C9.5 18.6716 8.82843 18 8 18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileCloud_exports","__export","IconFileCloud","IconFileCloud_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
1
+ {"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileCloud_exports","__export","IconFileCloud","IconFileCloud_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(C,{d:"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z",fill:"currentColor"}),o.createElement(C,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75ZM8 18C7.91683 18 7.83524 18.0068 7.75575 18.0198C7.63529 18.0395 7.51966 18.0736 7.41067 18.1202C7.35973 17.9451 7.28809 17.7789 7.19859 17.6243C6.80946 16.9522 6.08253 16.5 5.25 16.5C4.00736 16.5 3 17.5074 3 18.75C3 19.9926 4.00736 21 5.25 21H8C8.82843 21 9.5 20.3284 9.5 19.5C9.5 18.6716 8.82843 18 8 18Z",fill:"currentColor"})),v=a;export{a as IconFileCloud,v as default};
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...l})=>C.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z",fill:"currentColor"}),o.createElement(n,{d:"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75Z",fill:"currentColor"})),v=a;export{a as IconFileCloud,v as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75ZM8 18C7.91683 18 7.83524 18.0068 7.75575 18.0198C7.63529 18.0395 7.51966 18.0736 7.41067 18.1202C7.35973 17.9451 7.28809 17.7789 7.19859 17.6243C6.80946 16.9522 6.08253 16.5 5.25 16.5C4.00736 16.5 3 17.5074 3 18.75C3 19.9926 4.00736 21 5.25 21H8C8.82843 21 9.5 20.3284 9.5 19.5C9.5 18.6716 8.82843 18 8 18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,EACrEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
1
+ {"version":3,"sources":["../src/IconFileCloud/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 IconFileCloud: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileCloud;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,EACrEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileCloud","props","React","CentralIconBase","IconFileCloud_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!I.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(l({},"__esModule",{value:!0}),r);var g={};v(g,{IconFileEdit:()=>c,default:()=>P});module.exports=x(g);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.99414 12.0066C4.44186 12.0066 3.99414 12.4543 3.99414 13.0066V19.5429L4.99414 20.5429L5.99414 19.5429L5.99414 13.0066C5.99414 12.4543 5.54643 12.0066 4.99414 12.0066ZM2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFileEdit});
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(l({},"__esModule",{value:!0}),r);var g={};x(g,{IconFileEdit:()=>c,default:()=>P});module.exports=L(g);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFileEdit});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.99414 12.0066C4.44186 12.0066 3.99414 12.4543 3.99414 13.0066V19.5429L4.99414 20.5429L5.99414 19.5429L5.99414 13.0066C5.99414 12.4543 5.54643 12.0066 4.99414 12.0066ZM2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2VACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileEdit_exports","__export","IconFileEdit","IconFileEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
1
+ {"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileEdit_exports","__export","IconFileEdit","IconFileEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.99414 12.0066C4.44186 12.0066 3.99414 12.4543 3.99414 13.0066V19.5429L4.99414 20.5429L5.99414 19.5429L5.99414 13.0066C5.99414 12.4543 5.54643 12.0066 4.99414 12.0066ZM2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z",fill:"currentColor"})),I=a;export{a as IconFileEdit,I as default};
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z",fill:"currentColor"})),v=a;export{a as IconFileEdit,v as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.99414 12.0066C4.44186 12.0066 3.99414 12.4543 3.99414 13.0066V19.5429L4.99414 20.5429L5.99414 19.5429L5.99414 13.0066C5.99414 12.4543 5.54643 12.0066 4.99414 12.0066ZM2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2VACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
1
+ {"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!B.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(C=H(o,n))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(V(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(l({},"__esModule",{value:!0}),r);var P={};I(P,{IconFileLock:()=>s,default:()=>x});module.exports=v(P);var t=f(require("react"));var m=f(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),s=r=>t.default.createElement(i,{...r},t.default.createElement(p.Path,{d:"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM10 17H4V21H10V17ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",fill:"currentColor"})),x=s;0&&(module.exports={IconFileLock});
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of H(o))!I.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(l({},"__esModule",{value:!0}),r);var V={};v(V,{IconFileLock:()=>s,default:()=>P});module.exports=x(V);var t=f(require("react"));var m=f(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),s=r=>t.default.createElement(i,{...r},t.default.createElement(p.Path,{d:"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",fill:"currentColor"})),P=s;0&&(module.exports={IconFileLock});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM10 17H4V21H10V17ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileLock_exports","__export","IconFileLock","IconFileLock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
1
+ {"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFileLock_exports","__export","IconFileLock","IconFileLock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM10 17H4V21H10V17ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",fill:"currentColor"})),B=a;export{a as IconFileLock,B as default};
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z",fill:"currentColor"}),o.createElement(n,{d:"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z",fill:"currentColor"})),I=a;export{a as IconFileLock,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM10 17H4V21H10V17ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
1
+ {"version":3,"sources":["../src/IconFileLock/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 IconFileLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileLock;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileLock","props","React","CentralIconBase","IconFileLock_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPhoneTopDynamicIsland: FC<CentralIconBaseProps>;
4
+ export default IconPhoneTopDynamicIsland;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of d(r))!P.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=I(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconPhoneTopDynamicIsland:()=>i,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPhoneTopDynamicIsland});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopDynamicIsland/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 IconPhoneTopDynamicIsland: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\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,+BAAAE,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,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPhoneTopDynamicIsland_exports","__export","IconPhoneTopDynamicIsland","IconPhoneTopDynamicIsland_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z",fill:"currentColor"})),P=a;export{a as IconPhoneTopDynamicIsland,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopDynamicIsland/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 IconPhoneTopDynamicIsland: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopDynamicIsland;\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,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,uNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPhoneTopDynamicIsland","props","React","CentralIconBase","IconPhoneTopDynamicIsland_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPhoneTopPunchHoleCenter: FC<CentralIconBaseProps>;
4
+ export default IconPhoneTopPunchHoleCenter;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=P(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconPhoneTopPunchHoleCenter:()=>u,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconPhoneTopPunchHoleCenter});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/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 IconPhoneTopPunchHoleCenter: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\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,iCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPhoneTopPunchHoleCenter_exports","__export","IconPhoneTopPunchHoleCenter","IconPhoneTopPunchHoleCenter_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z",fill:"currentColor"})),d=a;export{a as IconPhoneTopPunchHoleCenter,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPhoneTopPunchHoleCenter/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 IconPhoneTopPunchHoleCenter: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPhoneTopPunchHoleCenter;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPhoneTopPunchHoleCenter","props","React","CentralIconBase","IconPhoneTopPunchHoleCenter_default"]}
package/README.md CHANGED
@@ -586,6 +586,8 @@ Below is a complete list of available icons:
586
586
  - IconPhone
587
587
  - IconPhoneDynamicIsland
588
588
  - IconPhoneHaptic
589
+ - IconPhoneTopDynamicIsland
590
+ - IconPhoneTopPunchHoleCenter
589
591
  - IconPrinter
590
592
  - IconProcessor
591
593
  - IconRadar
@@ -751,6 +753,10 @@ Below is a complete list of available icons:
751
753
  - IconBlankPagePortrait
752
754
  - IconDossier
753
755
  - IconFaceIdFace
756
+ - IconFileArrowLeftIn
757
+ - IconFileArrowLeftOut
758
+ - IconFileArrowRightIn
759
+ - IconFileArrowRightOut
754
760
  - IconFileBend
755
761
  - IconFileChart
756
762
  - IconFileCloud
@@ -9912,6 +9912,62 @@
9912
9912
  "packageName": "square-filled-radius-0-stroke-1",
9913
9913
  "componentName": "IconFigmaSimple"
9914
9914
  },
9915
+ {
9916
+ "category": "Folders & Files",
9917
+ "svg": "<path d=\"M12.207 19.5L8.5 23.207L7.79297 22.5L10.293 20H3V19H10.293L7.79297 16.5L8.5 15.793L12.207 19.5Z\" fill=\"currentColor\"/><path d=\"M12.5 9.5H20V22H11.1211L13.6211 19.5L8.5 14.3789L6.37891 16.5L7.87891 18H4V2H12.5V9.5Z\" fill=\"currentColor\"/><path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\"/>",
9918
+ "iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
9919
+ "variant": {
9920
+ "join": "square",
9921
+ "filled": "on",
9922
+ "radius": "0",
9923
+ "stroke": "1"
9924
+ },
9925
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9926
+ "packageName": "square-filled-radius-0-stroke-1",
9927
+ "componentName": "IconFileArrowLeftIn"
9928
+ },
9929
+ {
9930
+ "category": "Folders & Files",
9931
+ "svg": "<path d=\"M7.20703 16.5L4.70703 19H12V20H4.70703L7.20703 22.5L6.5 23.207L2.79297 19.5L6.5 15.793L7.20703 16.5Z\" fill=\"currentColor\"/><path d=\"M12.5 9.5H20V22H13V18H7.12109L8.62109 16.5L6.5 14.3789L4 16.8789V2H12.5V9.5Z\" fill=\"currentColor\"/><path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\"/>",
9932
+ "iconName": "file-arrow-left-out, document-arrow-left-out, outgoing",
9933
+ "variant": {
9934
+ "join": "square",
9935
+ "filled": "on",
9936
+ "radius": "0",
9937
+ "stroke": "1"
9938
+ },
9939
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9940
+ "packageName": "square-filled-radius-0-stroke-1",
9941
+ "componentName": "IconFileArrowLeftOut"
9942
+ },
9943
+ {
9944
+ "category": "Folders & Files",
9945
+ "svg": "<path d=\"M16.207 16.5L13.707 19H21V20H13.707L16.207 22.5L15.5 23.207L11.793 19.5L15.5 15.793L16.207 16.5Z\" fill=\"currentColor\"/><path d=\"M12.5 9.5H20V18H16.1211L17.6211 16.5L15.5 14.3789L10.3789 19.5L12.8789 22H4V2H12.5V9.5Z\" fill=\"currentColor\"/><path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\"/>",
9946
+ "iconName": "file-arrow-right-in, document-arrow-right-in, incoming",
9947
+ "variant": {
9948
+ "join": "square",
9949
+ "filled": "on",
9950
+ "radius": "0",
9951
+ "stroke": "1"
9952
+ },
9953
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9954
+ "packageName": "square-filled-radius-0-stroke-1",
9955
+ "componentName": "IconFileArrowRightIn"
9956
+ },
9957
+ {
9958
+ "category": "Folders & Files",
9959
+ "svg": "<path d=\"M21.207 19.5L17.5 23.207L16.793 22.5L19.293 20H12V19H19.293L16.793 16.5L17.5 15.793L21.207 19.5Z\" fill=\"currentColor\"/><path d=\"M12.5 9.5H20V16.8789L17.5 14.3789L15.3789 16.5L16.8789 18H11V22H4V2H12.5V9.5Z\" fill=\"currentColor\"/><path d=\"M19.707 8.5H13.5V2.29297L19.707 8.5Z\" fill=\"currentColor\"/>",
9960
+ "iconName": "file-arrow-right-out, document-arrow-right-out, outgoing",
9961
+ "variant": {
9962
+ "join": "square",
9963
+ "filled": "on",
9964
+ "radius": "0",
9965
+ "stroke": "1"
9966
+ },
9967
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9968
+ "packageName": "square-filled-radius-0-stroke-1",
9969
+ "componentName": "IconFileArrowRightOut"
9970
+ },
9915
9971
  {
9916
9972
  "category": "Folders & Files",
9917
9973
  "svg": "<path d=\"M4 2H12.5V9.5H20V22H4V2Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.50008L13.5 2.29297V8.50008H19.7071Z\" fill=\"currentColor\"/>",
@@ -9942,7 +9998,7 @@
9942
9998
  },
9943
9999
  {
9944
10000
  "category": "Folders & Files",
9945
- "svg": "<path d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75ZM8 18C7.91683 18 7.83524 18.0068 7.75575 18.0198C7.63529 18.0395 7.51966 18.0736 7.41067 18.1202C7.35973 17.9451 7.28809 17.7789 7.19859 17.6243C6.80946 16.9522 6.08253 16.5 5.25 16.5C4.00736 16.5 3 17.5074 3 18.75C3 19.9926 4.00736 21 5.25 21H8C8.82843 21 9.5 20.3284 9.5 19.5C9.5 18.6716 8.82843 18 8 18Z\" fill=\"currentColor\"/>",
10001
+ "svg": "<path d=\"M4 2H12.5V9.5H20V22H10.4495C11.0978 21.3647 11.5 20.4793 11.5 19.5C11.5 17.7446 10.2077 16.2911 8.52265 16.0388C7.74466 15.1005 6.56843 14.5 5.25 14.5C4.81497 14.5 4.39521 14.5654 4 14.6868V2Z\" fill=\"currentColor\"/><path d=\"M19.7071 8.5L13.5 2.29289V8.5H19.7071Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 18.75C2 20.5449 3.45507 22 5.25 22H8C9.38071 22 10.5 20.8807 10.5 19.5C10.5 18.1193 9.38071 17 8 17L7.9888 17C7.4116 16.0983 6.40146 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75Z\" fill=\"currentColor\"/>",
9946
10002
  "iconName": "file-cloud, document",
9947
10003
  "variant": {
9948
10004
  "join": "square",
@@ -9970,7 +10026,7 @@
9970
10026
  },
9971
10027
  {
9972
10028
  "category": "Folders & Files",
9973
- "svg": "<path d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\" fill=\"currentColor\"/><path d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99414 12.0066C4.44186 12.0066 3.99414 12.4543 3.99414 13.0066V19.5429L4.99414 20.5429L5.99414 19.5429L5.99414 13.0066C5.99414 12.4543 5.54643 12.0066 4.99414 12.0066ZM2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\" fill=\"currentColor\"/>",
10029
+ "svg": "<path d=\"M12.5007 2H4.00073V10.175C4.31165 10.0659 4.64597 10.0066 4.99414 10.0066C6.651 10.0066 7.99414 11.3497 7.99414 13.0066L7.99414 20.3713L6.36546 22H20.0007V9.5H12.5007V2Z\" fill=\"currentColor\"/><path d=\"M13.5007 2.29289L19.7078 8.5H13.5007V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.99414 13.0066C2.99414 11.902 3.88957 11.0066 4.99414 11.0066C6.09871 11.0066 6.99414 11.902 6.99414 13.0066L6.99414 19.9571L4.99414 21.9571L2.99414 19.9571L2.99414 13.0066Z\" fill=\"currentColor\"/>",
9974
10030
  "iconName": "file-edit, document, cloud, sync",
9975
10031
  "variant": {
9976
10032
  "join": "square",
@@ -10012,7 +10068,7 @@
10012
10068
  },
10013
10069
  {
10014
10070
  "category": "Folders & Files",
10015
- "svg": "<path d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\" fill=\"currentColor\"/><path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM10 17H4V21H10V17ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\" fill=\"currentColor\"/>",
10071
+ "svg": "<path d=\"M12.5 2H4V13.3542C4.73294 12.5238 5.80531 12 7 12C8.86384 12 10.4299 13.2748 10.874 15H12V22H20V9.5H12.5V2Z\" fill=\"currentColor\"/><path d=\"M13.5 2.29289L19.7071 8.5H13.5V2.29289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 16V22H3V16H4C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16H11ZM9 16C9 14.8954 8.10457 14 7 14C5.89543 14 5 14.8954 5 16H9Z\" fill=\"currentColor\"/>",
10016
10072
  "iconName": "file-lock, document",
10017
10073
  "variant": {
10018
10074
  "join": "square",
@@ -16492,6 +16548,34 @@
16492
16548
  "packageName": "square-filled-radius-0-stroke-1",
16493
16549
  "componentName": "IconPhoneHaptic"
16494
16550
  },
16551
+ {
16552
+ "category": "Devices & Signals",
16553
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM11 5C10.5858 5 10.25 5.33579 10.25 5.75C10.25 6.16421 10.5858 6.5 11 6.5H13C13.4142 6.5 13.75 6.16421 13.75 5.75C13.75 5.33579 13.4142 5 13 5H11Z\" fill=\"currentColor\"/>",
16554
+ "iconName": "phone-top-dynamic-island",
16555
+ "variant": {
16556
+ "join": "square",
16557
+ "filled": "on",
16558
+ "radius": "0",
16559
+ "stroke": "1"
16560
+ },
16561
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
16562
+ "packageName": "square-filled-radius-0-stroke-1",
16563
+ "componentName": "IconPhoneTopDynamicIsland"
16564
+ },
16565
+ {
16566
+ "category": "Devices & Signals",
16567
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V21H3V7C3 4.79086 4.79086 3 7 3H17ZM12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5Z\" fill=\"currentColor\"/>",
16568
+ "iconName": "phone-top-punch-hole-center",
16569
+ "variant": {
16570
+ "join": "square",
16571
+ "filled": "on",
16572
+ "radius": "0",
16573
+ "stroke": "1"
16574
+ },
16575
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
16576
+ "packageName": "square-filled-radius-0-stroke-1",
16577
+ "componentName": "IconPhoneTopPunchHoleCenter"
16578
+ },
16495
16579
  {
16496
16580
  "category": "Social Media & Brands",
16497
16581
  "svg": "<path d=\"M5.99734 10.2705L5.58634 12.7363H6.57269C7.31238 12.6541 7.96994 12.4075 8.05206 11.0102C8.05206 10.5171 7.64116 10.2705 7.06581 10.2705H5.99734Z\" fill=\"currentColor\"/><path d=\"M17.011 10.2705L16.6 12.7363H17.5864C18.3261 12.6541 18.9837 12.4075 19.0658 11.0102C19.0658 10.5171 18.6549 10.2705 18.0796 10.2705H17.011Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 11.9966C24 15.4464 18.6274 18.2431 12 18.2431C5.37258 18.2431 0 15.4464 0 11.9966C0 8.54668 5.37258 5.75 12 5.75C18.6274 5.75 24 8.54668 24 11.9966ZM4.68231 9.03759L3.36719 15.6952H4.92887L5.25766 13.9691H6.73694C8.13428 14.0513 9.69588 12.9007 9.69588 10.9281C9.69588 9.77728 9.03831 9.11981 7.72328 9.03759H4.68231ZM10.7054 7.31166L9.39034 13.9691H10.952L11.6917 10.2705H12.9246C13.4999 10.2705 13.4999 10.5171 13.4178 10.9281L12.8424 13.9691H14.4862L15.0616 10.5993C15.2259 9.77728 14.7328 9.11981 13.4177 9.03759H11.9383L12.2671 7.31166H10.7054ZM15.696 9.03759L14.3809 15.6952H15.9425L16.2713 13.9691H17.7508C19.148 14.0513 20.7097 12.9007 20.7097 10.9281C20.7097 9.77728 20.0522 9.11981 18.737 9.03759H15.696Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -707,6 +707,10 @@ export type CentralIconName =
707
707
  | "IconFeature"
708
708
  | "IconFigma"
709
709
  | "IconFigmaSimple"
710
+ | "IconFileArrowLeftIn"
711
+ | "IconFileArrowLeftOut"
712
+ | "IconFileArrowRightIn"
713
+ | "IconFileArrowRightOut"
710
714
  | "IconFileBend"
711
715
  | "IconFileChart"
712
716
  | "IconFileCloud"
@@ -1177,6 +1181,8 @@ export type CentralIconName =
1177
1181
  | "IconPhone"
1178
1182
  | "IconPhoneDynamicIsland"
1179
1183
  | "IconPhoneHaptic"
1184
+ | "IconPhoneTopDynamicIsland"
1185
+ | "IconPhoneTopPunchHoleCenter"
1180
1186
  | "IconPhp"
1181
1187
  | "IconPhpElephant"
1182
1188
  | "IconPhyton"