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