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