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