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