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