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