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