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