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