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