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