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