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