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