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