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