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