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