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