import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue } from '../../styles/variables'; import { Icon } from '../iconTypes'; const IconTag = ({ className = '', color = bdlBoxBlue, height = 13, title, width = 13 }: Icon) => ( ); export default IconTag;