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