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