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