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