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