import { forwardRef, SVGProps } from 'react'; export interface BoardAddProps extends Omit, 'css'> {} export const BoardAdd = forwardRef((props, ref) => ( )); BoardAdd.displayName = 'BoardAdd';