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