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