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