// @flow import * as React from 'react'; import { bdlGray20 } from '../../styles/variables'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconSmallClose = ({ className = '', color = bdlGray20, height = 8, title, width = 8 }: Icon) => ( ); export default IconSmallClose;