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