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