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