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