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