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