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