import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue } from '../../styles/variables'; import { Icon } from '../iconTypes'; const TaskEmptyState = ({ className = '', color = bdlBoxBlue, height = 111, title, width = 140 }: Icon) => ( ); export default TaskEmptyState;