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