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