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