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