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