@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.100 → 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 (42) 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/IconPhoneTopDynamicIsland/index.d.ts +4 -0
  22. package/IconPhoneTopDynamicIsland/index.js +2 -0
  23. package/IconPhoneTopDynamicIsland/index.js.map +1 -0
  24. package/IconPhoneTopDynamicIsland/index.mjs +2 -0
  25. package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
  26. package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
  27. package/IconPhoneTopPunchHoleCenter/index.js +2 -0
  28. package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
  29. package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
  30. package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
  31. package/README.md +6 -0
  32. package/filtered-icons.json +84 -0
  33. package/icons/index.d.ts +6 -0
  34. package/icons-index.json +16 -4
  35. package/index.d.ts +6 -0
  36. package/index.js +1 -1
  37. package/index.js.map +1 -1
  38. package/index.mjs +1 -1
  39. package/index.mjs.map +1 -1
  40. package/license-check.js +1 -1
  41. package/package.json +1 -1
  42. package/tsx-icons.json +42 -0
@@ -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 n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};H(v,{IconFileArrowLeftIn:()=>I,default:()=>g});module.exports=P(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),I=r=>C.default.createElement(f,{...r},C.default.createElement(c.Path,{d:"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293ZM12 9C12 9.55228 12.4477 10 13 10H20V21C20 21.5523 19.5523 22 19 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V3C4 2.44772 4.44772 2 5 2H12V9ZM19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),g=I;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=\"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293ZM12 9C12 9.55228 12.4477 10 13 10H20V21C20 21.5523 19.5523 22 19 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V3C4 2.44772 4.44772 2 5 2H12V9ZM19.4141 8H14V2.58594L19.4141 8Z\"\n fill=\"currentColor\"\n />\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,8pBACF,KAAK,eACP,CACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293ZM12 9C12 9.55228 12.4477 10 13 10H20V21C20 21.5523 19.5523 22 19 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V3C4 2.44772 4.44772 2 5 2H12V9ZM19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),x=l;export{l 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=\"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293ZM12 9C12 9.55228 12.4477 10 13 10H20V21C20 21.5523 19.5523 22 19 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V3C4 2.44772 4.44772 2 5 2H12V9ZM19.4141 8H14V2.58594L19.4141 8Z\"\n fill=\"currentColor\"\n />\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,8pBACF,KAAK,eACP,CACF,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 u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!H.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var d={};L(d,{IconFileArrowLeftOut:()=>i,default:()=>g});module.exports=P(d);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M6.29289 15.293C6.68342 14.9025 7.31644 14.9025 7.70696 15.293C8.09743 15.6835 8.09743 16.3165 7.70696 16.707L6.41399 18H10.9999C11.5522 18 11.9999 18.4477 11.9999 19C11.9999 19.5523 11.5522 20 10.9999 20H6.41399L7.70696 21.293C8.09743 21.6835 8.09743 22.3165 7.70696 22.707C7.31644 23.0975 6.68342 23.0975 6.29289 22.707L3.29289 19.707C2.90237 19.3165 2.90237 18.6835 3.29289 18.293L6.29289 15.293Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.9999 9C11.9999 9.55228 12.4476 10 12.9999 10H19.9999V21C19.9999 21.5523 19.5522 22 18.9999 22H10.9999C12.6567 22 13.9999 20.6568 13.9999 19C13.9999 17.3432 12.6567 16 10.9999 16H9.99992C9.99992 15.2324 9.70678 14.4647 9.12102 13.8789C7.94946 12.7073 6.05041 12.7074 4.87883 13.8789L3.99992 14.7578V3C3.99992 2.44772 4.44764 2 4.99992 2H11.9999V9Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.414 8H13.9999V2.58594L19.414 8Z",fill:"currentColor"})),g=i;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=\"M6.29289 15.293C6.68342 14.9025 7.31644 14.9025 7.70696 15.293C8.09743 15.6835 8.09743 16.3165 7.70696 16.707L6.41399 18H10.9999C11.5522 18 11.9999 18.4477 11.9999 19C11.9999 19.5523 11.5522 20 10.9999 20H6.41399L7.70696 21.293C8.09743 21.6835 8.09743 22.3165 7.70696 22.707C7.31644 23.0975 6.68342 23.0975 6.29289 22.707L3.29289 19.707C2.90237 19.3165 2.90237 18.6835 3.29289 18.293L6.29289 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 9C11.9999 9.55228 12.4476 10 12.9999 10H19.9999V21C19.9999 21.5523 19.5522 22 18.9999 22H10.9999C12.6567 22 13.9999 20.6568 13.9999 19C13.9999 17.3432 12.6567 16 10.9999 16H9.99992C9.99992 15.2324 9.70678 14.4647 9.12102 13.8789C7.94946 12.7073 6.05041 12.7074 4.87883 13.8789L3.99992 14.7578V3C3.99992 2.44772 4.44764 2 4.99992 2H11.9999V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.414 8H13.9999V2.58594L19.414 8Z\" 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,kZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,CACpE,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 p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,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:"M6.29289 15.293C6.68342 14.9025 7.31644 14.9025 7.70696 15.293C8.09743 15.6835 8.09743 16.3165 7.70696 16.707L6.41399 18H10.9999C11.5522 18 11.9999 18.4477 11.9999 19C11.9999 19.5523 11.5522 20 10.9999 20H6.41399L7.70696 21.293C8.09743 21.6835 8.09743 22.3165 7.70696 22.707C7.31644 23.0975 6.68342 23.0975 6.29289 22.707L3.29289 19.707C2.90237 19.3165 2.90237 18.6835 3.29289 18.293L6.29289 15.293Z",fill:"currentColor"}),o.createElement(e,{d:"M11.9999 9C11.9999 9.55228 12.4476 10 12.9999 10H19.9999V21C19.9999 21.5523 19.5522 22 18.9999 22H10.9999C12.6567 22 13.9999 20.6568 13.9999 19C13.9999 17.3432 12.6567 16 10.9999 16H9.99992C9.99992 15.2324 9.70678 14.4647 9.12102 13.8789C7.94946 12.7073 6.05041 12.7074 4.87883 13.8789L3.99992 14.7578V3C3.99992 2.44772 4.44764 2 4.99992 2H11.9999V9Z",fill:"currentColor"}),o.createElement(e,{d:"M19.414 8H13.9999V2.58594L19.414 8Z",fill:"currentColor"})),H=a;export{a as IconFileArrowLeftOut,H 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=\"M6.29289 15.293C6.68342 14.9025 7.31644 14.9025 7.70696 15.293C8.09743 15.6835 8.09743 16.3165 7.70696 16.707L6.41399 18H10.9999C11.5522 18 11.9999 18.4477 11.9999 19C11.9999 19.5523 11.5522 20 10.9999 20H6.41399L7.70696 21.293C8.09743 21.6835 8.09743 22.3165 7.70696 22.707C7.31644 23.0975 6.68342 23.0975 6.29289 22.707L3.29289 19.707C2.90237 19.3165 2.90237 18.6835 3.29289 18.293L6.29289 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 9C11.9999 9.55228 12.4476 10 12.9999 10H19.9999V21C19.9999 21.5523 19.5522 22 18.9999 22H10.9999C12.6567 22 13.9999 20.6568 13.9999 19C13.9999 17.3432 12.6567 16 10.9999 16H9.99992C9.99992 15.2324 9.70678 14.4647 9.12102 13.8789C7.94946 12.7073 6.05041 12.7074 4.87883 13.8789L3.99992 14.7578V3C3.99992 2.44772 4.44764 2 4.99992 2H11.9999V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.414 8H13.9999V2.58594L19.414 8Z\" 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,kZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,sCAAsC,KAAK,eAAe,CACpE,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 u=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=I(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(C({},"__esModule",{value:!0}),r);var d={};H(d,{IconFileArrowRightIn:()=>c,default:()=>P});module.exports=L(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 p=require("react-native-svg"),c=r=>e.default.createElement(i,{...r},e.default.createElement(p.Path,{d:"M15.293 15.293C15.6835 14.9024 16.3165 14.9024 16.707 15.293C17.0976 15.6835 17.0976 16.3165 16.707 16.707L15.4141 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H15.4141L16.707 21.293C17.0976 21.6835 17.0976 22.3165 16.707 22.707C16.3165 23.0976 15.6835 23.0976 15.293 22.707L12.293 19.707C11.9024 19.3165 11.9024 18.6835 12.293 18.293L15.293 15.293Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 9C12 9.55228 12.4477 10 13 10H20V16H19C19 15.2323 18.7069 14.4647 18.1211 13.8789C16.9495 12.7073 15.0505 12.7073 13.8789 13.8789L10.8789 16.8789C9.70733 18.0505 9.70733 19.9495 10.8789 21.1211L11.7578 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),P=c;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=\"M15.293 15.293C15.6835 14.9024 16.3165 14.9024 16.707 15.293C17.0976 15.6835 17.0976 16.3165 16.707 16.707L15.4141 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H15.4141L16.707 21.293C17.0976 21.6835 17.0976 22.3165 16.707 22.707C16.3165 23.0976 15.6835 23.0976 15.293 22.707L12.293 19.707C11.9024 19.3165 11.9024 18.6835 12.293 18.293L15.293 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12 9.55228 12.4477 10 13 10H20V16H19C19 15.2323 18.7069 14.4647 18.1211 13.8789C16.9495 12.7073 15.0505 12.7073 13.8789 13.8789L10.8789 16.8789C9.70733 18.0505 9.70733 19.9495 10.8789 21.1211L11.7578 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" 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,gXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,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:"M15.293 15.293C15.6835 14.9024 16.3165 14.9024 16.707 15.293C17.0976 15.6835 17.0976 16.3165 16.707 16.707L15.4141 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H15.4141L16.707 21.293C17.0976 21.6835 17.0976 22.3165 16.707 22.707C16.3165 23.0976 15.6835 23.0976 15.293 22.707L12.293 19.707C11.9024 19.3165 11.9024 18.6835 12.293 18.293L15.293 15.293Z",fill:"currentColor"}),o.createElement(n,{d:"M12 9C12 9.55228 12.4477 10 13 10H20V16H19C19 15.2323 18.7069 14.4647 18.1211 13.8789C16.9495 12.7073 15.0505 12.7073 13.8789 13.8789L10.8789 16.8789C9.70733 18.0505 9.70733 19.9495 10.8789 21.1211L11.7578 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),x=a;export{a as IconFileArrowRightIn,x 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=\"M15.293 15.293C15.6835 14.9024 16.3165 14.9024 16.707 15.293C17.0976 15.6835 17.0976 16.3165 16.707 16.707L15.4141 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H15.4141L16.707 21.293C17.0976 21.6835 17.0976 22.3165 16.707 22.707C16.3165 23.0976 15.6835 23.0976 15.293 22.707L12.293 19.707C11.9024 19.3165 11.9024 18.6835 12.293 18.293L15.293 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12 9.55228 12.4477 10 13 10H20V16H19C19 15.2323 18.7069 14.4647 18.1211 13.8789C16.9495 12.7073 15.0505 12.7073 13.8789 13.8789L10.8789 16.8789C9.70733 18.0505 9.70733 19.9495 10.8789 21.1211L11.7578 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" 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,gXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,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 C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var d={};H(d,{IconFileArrowRightOut:()=>c,default:()=>L});module.exports=P(d);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 p=require("react-native-svg"),c=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M16.293 15.293C16.6835 14.9024 17.3165 14.9024 17.707 15.293L20.707 18.293C21.0976 18.6835 21.0976 19.3165 20.707 19.707L17.707 22.707C17.3165 23.0976 16.6835 23.0976 16.293 22.707C15.9024 22.3165 15.9024 21.6835 16.293 21.293L17.5859 20H13C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H17.5859L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 9C12 9.55228 12.4477 10 13 10H20V14.7578L19.1211 13.8789C17.9495 12.7073 16.0505 12.7073 14.8789 13.8789C14.2931 14.4647 14 15.2323 14 16H13C11.3431 16 10 17.3431 10 19C10 20.6569 11.3431 22 13 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),L=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=\"M16.293 15.293C16.6835 14.9024 17.3165 14.9024 17.707 15.293L20.707 18.293C21.0976 18.6835 21.0976 19.3165 20.707 19.707L17.707 22.707C17.3165 23.0976 16.6835 23.0976 16.293 22.707C15.9024 22.3165 15.9024 21.6835 16.293 21.293L17.5859 20H13C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H17.5859L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12 9.55228 12.4477 10 13 10H20V14.7578L19.1211 13.8789C17.9495 12.7073 16.0505 12.7073 14.8789 13.8789C14.2931 14.4647 14 15.2323 14 16H13C11.3431 16 10 17.3431 10 19C10 20.6569 11.3431 22 13 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" 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,gXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,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 p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,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:"M16.293 15.293C16.6835 14.9024 17.3165 14.9024 17.707 15.293L20.707 18.293C21.0976 18.6835 21.0976 19.3165 20.707 19.707L17.707 22.707C17.3165 23.0976 16.6835 23.0976 16.293 22.707C15.9024 22.3165 15.9024 21.6835 16.293 21.293L17.5859 20H13C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H17.5859L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293Z",fill:"currentColor"}),o.createElement(e,{d:"M12 9C12 9.55228 12.4477 10 13 10H20V14.7578L19.1211 13.8789C17.9495 12.7073 16.0505 12.7073 14.8789 13.8789C14.2931 14.4647 14 15.2323 14 16H13C11.3431 16 10 17.3431 10 19C10 20.6569 11.3431 22 13 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z",fill:"currentColor"}),o.createElement(e,{d:"M19.4141 8H14V2.58594L19.4141 8Z",fill:"currentColor"})),x=a;export{a as IconFileArrowRightOut,x 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=\"M16.293 15.293C16.6835 14.9024 17.3165 14.9024 17.707 15.293L20.707 18.293C21.0976 18.6835 21.0976 19.3165 20.707 19.707L17.707 22.707C17.3165 23.0976 16.6835 23.0976 16.293 22.707C15.9024 22.3165 15.9024 21.6835 16.293 21.293L17.5859 20H13C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H17.5859L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12 9.55228 12.4477 10 13 10H20V14.7578L19.1211 13.8789C17.9495 12.7073 16.0505 12.7073 14.8789 13.8789C14.2931 14.4647 14 15.2323 14 16H13C11.3431 16 10 17.3431 10 19C10 20.6569 11.3431 22 13 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" 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,gXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,CACjE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileArrowRightOut","props","React","CentralIconBase","IconFileArrowRightOut_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})},l=(o,r,e,C)=>{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:!(C=I(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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,6QACF,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 C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...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 l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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,6QACF,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})},l=(o,r,e,C)=>{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:!(C=P(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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,yOACF,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 C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...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 l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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,yOACF,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": "round-filled-radius-0-stroke-2",
9913
9913
  "componentName": "IconFigmaSimple"
9914
9914
  },
9915
+ {
9916
+ "category": "Folders & Files",
9917
+ "svg": "<path d=\"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293ZM12 9C12 9.55228 12.4477 10 13 10H20V21C20 21.5523 19.5523 22 19 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V3C4 2.44772 4.44772 2 5 2H12V9ZM19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
9918
+ "iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
9919
+ "variant": {
9920
+ "join": "round",
9921
+ "filled": "on",
9922
+ "radius": "0",
9923
+ "stroke": "2"
9924
+ },
9925
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9926
+ "packageName": "round-filled-radius-0-stroke-2",
9927
+ "componentName": "IconFileArrowLeftIn"
9928
+ },
9929
+ {
9930
+ "category": "Folders & Files",
9931
+ "svg": "<path d=\"M6.29289 15.293C6.68342 14.9025 7.31644 14.9025 7.70696 15.293C8.09743 15.6835 8.09743 16.3165 7.70696 16.707L6.41399 18H10.9999C11.5522 18 11.9999 18.4477 11.9999 19C11.9999 19.5523 11.5522 20 10.9999 20H6.41399L7.70696 21.293C8.09743 21.6835 8.09743 22.3165 7.70696 22.707C7.31644 23.0975 6.68342 23.0975 6.29289 22.707L3.29289 19.707C2.90237 19.3165 2.90237 18.6835 3.29289 18.293L6.29289 15.293Z\" fill=\"currentColor\"/><path d=\"M11.9999 9C11.9999 9.55228 12.4476 10 12.9999 10H19.9999V21C19.9999 21.5523 19.5522 22 18.9999 22H10.9999C12.6567 22 13.9999 20.6568 13.9999 19C13.9999 17.3432 12.6567 16 10.9999 16H9.99992C9.99992 15.2324 9.70678 14.4647 9.12102 13.8789C7.94946 12.7073 6.05041 12.7074 4.87883 13.8789L3.99992 14.7578V3C3.99992 2.44772 4.44764 2 4.99992 2H11.9999V9Z\" fill=\"currentColor\"/><path d=\"M19.414 8H13.9999V2.58594L19.414 8Z\" fill=\"currentColor\"/>",
9932
+ "iconName": "file-arrow-left-out, document-arrow-left-out, outgoing",
9933
+ "variant": {
9934
+ "join": "round",
9935
+ "filled": "on",
9936
+ "radius": "0",
9937
+ "stroke": "2"
9938
+ },
9939
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9940
+ "packageName": "round-filled-radius-0-stroke-2",
9941
+ "componentName": "IconFileArrowLeftOut"
9942
+ },
9943
+ {
9944
+ "category": "Folders & Files",
9945
+ "svg": "<path d=\"M15.293 15.293C15.6835 14.9024 16.3165 14.9024 16.707 15.293C17.0976 15.6835 17.0976 16.3165 16.707 16.707L15.4141 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H15.4141L16.707 21.293C17.0976 21.6835 17.0976 22.3165 16.707 22.707C16.3165 23.0976 15.6835 23.0976 15.293 22.707L12.293 19.707C11.9024 19.3165 11.9024 18.6835 12.293 18.293L15.293 15.293Z\" fill=\"currentColor\"/><path d=\"M12 9C12 9.55228 12.4477 10 13 10H20V16H19C19 15.2323 18.7069 14.4647 18.1211 13.8789C16.9495 12.7073 15.0505 12.7073 13.8789 13.8789L10.8789 16.8789C9.70733 18.0505 9.70733 19.9495 10.8789 21.1211L11.7578 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
9946
+ "iconName": "file-arrow-right-in, document-arrow-right-in, incoming",
9947
+ "variant": {
9948
+ "join": "round",
9949
+ "filled": "on",
9950
+ "radius": "0",
9951
+ "stroke": "2"
9952
+ },
9953
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9954
+ "packageName": "round-filled-radius-0-stroke-2",
9955
+ "componentName": "IconFileArrowRightIn"
9956
+ },
9957
+ {
9958
+ "category": "Folders & Files",
9959
+ "svg": "<path d=\"M16.293 15.293C16.6835 14.9024 17.3165 14.9024 17.707 15.293L20.707 18.293C21.0976 18.6835 21.0976 19.3165 20.707 19.707L17.707 22.707C17.3165 23.0976 16.6835 23.0976 16.293 22.707C15.9024 22.3165 15.9024 21.6835 16.293 21.293L17.5859 20H13C12.4477 20 12 19.5523 12 19C12 18.4477 12.4477 18 13 18H17.5859L16.293 16.707C15.9024 16.3165 15.9024 15.6835 16.293 15.293Z\" fill=\"currentColor\"/><path d=\"M12 9C12 9.55228 12.4477 10 13 10H20V14.7578L19.1211 13.8789C17.9495 12.7073 16.0505 12.7073 14.8789 13.8789C14.2931 14.4647 14 15.2323 14 16H13C11.3431 16 10 17.3431 10 19C10 20.6569 11.3431 22 13 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H12V9Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
9960
+ "iconName": "file-arrow-right-out, document-arrow-right-out, outgoing",
9961
+ "variant": {
9962
+ "join": "round",
9963
+ "filled": "on",
9964
+ "radius": "0",
9965
+ "stroke": "2"
9966
+ },
9967
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
9968
+ "packageName": "round-filled-radius-0-stroke-2",
9969
+ "componentName": "IconFileArrowRightOut"
9970
+ },
9915
9971
  {
9916
9972
  "category": "Folders & Files",
9917
9973
  "svg": "<path d=\"M12 2H5C4.44772 2 4 2.44772 4 3V21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21V10H13C12.4477 10 12 9.55228 12 9V2Z\" fill=\"currentColor\"/><path d=\"M19.4142 7.99991L14 2.58569V7.99991H19.4142Z\" fill=\"currentColor\"/>",
@@ -16492,6 +16548,34 @@
16492
16548
  "packageName": "round-filled-radius-0-stroke-2",
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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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": "round",
16557
+ "filled": "on",
16558
+ "radius": "0",
16559
+ "stroke": "2"
16560
+ },
16561
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
16562
+ "packageName": "round-filled-radius-0-stroke-2",
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 7V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V7C3 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": "round",
16571
+ "filled": "on",
16572
+ "radius": "0",
16573
+ "stroke": "2"
16574
+ },
16575
+ "createdAt": "2026-01-27T06:01:10.069077+00:00",
16576
+ "packageName": "round-filled-radius-0-stroke-2",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.100",
3
+ "version": "1.1.101",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1706,
14
+ "totalIcons": 1712,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -427,7 +427,7 @@
427
427
  ]
428
428
  },
429
429
  "Devices & Signals": {
430
- "count": 71,
430
+ "count": 73,
431
431
  "icons": [
432
432
  "IconAirdrop",
433
433
  "IconAirplay",
@@ -474,6 +474,8 @@
474
474
  "IconPhone",
475
475
  "IconPhoneDynamicIsland",
476
476
  "IconPhoneHaptic",
477
+ "IconPhoneTopDynamicIsland",
478
+ "IconPhoneTopPunchHoleCenter",
477
479
  "IconPrinter",
478
480
  "IconProcessor",
479
481
  "IconRadar",
@@ -640,13 +642,17 @@
640
642
  ]
641
643
  },
642
644
  "Folders & Files": {
643
- "count": 79,
645
+ "count": 83,
644
646
  "icons": [
645
647
  "IconArchive",
646
648
  "IconBlankPageLandscape",
647
649
  "IconBlankPagePortrait",
648
650
  "IconDossier",
649
651
  "IconFaceIdFace",
652
+ "IconFileArrowLeftIn",
653
+ "IconFileArrowLeftOut",
654
+ "IconFileArrowRightIn",
655
+ "IconFileArrowRightOut",
650
656
  "IconFileBend",
651
657
  "IconFileChart",
652
658
  "IconFileCloud",
@@ -2609,6 +2615,10 @@
2609
2615
  "IconFeature": "feature, shine",
2610
2616
  "IconFigma": "figma",
2611
2617
  "IconFigmaSimple": "figma-simple",
2618
+ "IconFileArrowLeftIn": "file-arrow-left-in, document-arrow-left-in, incoming",
2619
+ "IconFileArrowLeftOut": "file-arrow-left-out, document-arrow-left-out, outgoing",
2620
+ "IconFileArrowRightIn": "file-arrow-right-in, document-arrow-right-in, incoming",
2621
+ "IconFileArrowRightOut": "file-arrow-right-out, document-arrow-right-out, outgoing",
2612
2622
  "IconFileBend": "file-bend, document",
2613
2623
  "IconFileChart": "file-chart, document",
2614
2624
  "IconFileCloud": "file-cloud, document",
@@ -3079,6 +3089,8 @@
3079
3089
  "IconPhone": "phone, iphone, mobile",
3080
3090
  "IconPhoneDynamicIsland": "phone-dynamic-island",
3081
3091
  "IconPhoneHaptic": "phone-haptic, vibration",
3092
+ "IconPhoneTopDynamicIsland": "phone-top-dynamic-island",
3093
+ "IconPhoneTopPunchHoleCenter": "phone-top-punch-hole-center",
3082
3094
  "IconPhp": "php",
3083
3095
  "IconPhpElephant": "php-elephant",
3084
3096
  "IconPhyton": "phyton",
package/index.d.ts CHANGED
@@ -706,6 +706,10 @@ export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
706
706
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
707
707
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
708
708
  export { IconFigmaSimple, default as IconFigmaSimpleDefault, } from "./IconFigmaSimple";
709
+ export { IconFileArrowLeftIn, default as IconFileArrowLeftInDefault, } from "./IconFileArrowLeftIn";
710
+ export { IconFileArrowLeftOut, default as IconFileArrowLeftOutDefault, } from "./IconFileArrowLeftOut";
711
+ export { IconFileArrowRightIn, default as IconFileArrowRightInDefault, } from "./IconFileArrowRightIn";
712
+ export { IconFileArrowRightOut, default as IconFileArrowRightOutDefault, } from "./IconFileArrowRightOut";
709
713
  export { IconFileBend, default as IconFileBendDefault } from "./IconFileBend";
710
714
  export { IconFileChart, default as IconFileChartDefault, } from "./IconFileChart";
711
715
  export { IconFileCloud, default as IconFileCloudDefault, } from "./IconFileCloud";
@@ -1176,6 +1180,8 @@ export { IconPets, default as IconPetsDefault } from "./IconPets";
1176
1180
  export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
1177
1181
  export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
1178
1182
  export { IconPhoneHaptic, default as IconPhoneHapticDefault, } from "./IconPhoneHaptic";
1183
+ export { IconPhoneTopDynamicIsland, default as IconPhoneTopDynamicIslandDefault, } from "./IconPhoneTopDynamicIsland";
1184
+ export { IconPhoneTopPunchHoleCenter, default as IconPhoneTopPunchHoleCenterDefault, } from "./IconPhoneTopPunchHoleCenter";
1179
1185
  export { IconPhp, default as IconPhpDefault } from "./IconPhp";
1180
1186
  export { IconPhpElephant, default as IconPhpElephantDefault, } from "./IconPhpElephant";
1181
1187
  export { IconPhyton, default as IconPhytonDefault } from "./IconPhyton";