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