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