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