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