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