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