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