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