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