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