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