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