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