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