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