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