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