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