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