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