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