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