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