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