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