import * as React from 'react'; export interface FilePsd64Props extends React.SVGProps { ariaLabel?: string } export default function FilePsd64({ ariaLabel, ...props }: FilePsd64Props) { return ( ); }