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