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