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