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