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