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