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