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