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