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