// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconEyeInverted = ({ className = '', color = '#444', height = 12, title, width = 16 }: Icon) => ( ); export default IconEyeInverted;