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