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