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