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