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