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