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