// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue } from '../../styles/variables'; import type { Icon } from '../flowTypes'; const NotFoundState = ({ className = '', color = bdlBoxBlue, height = 150, title, width = 150 }: Icon) => ( ); export default NotFoundState;