import React, { FC } from "react"; type IProps = {}; export const InputFile: FC = () => { return ( <>
cloud_upload
); };