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