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