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