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