import * as React from 'react'; import classNames from 'classnames'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue, white } from '../../styles/variables'; import { Icon } from '../iconTypes'; const LocationErrorState = ({ className, color = bdlBoxBlue, height = 111, opacity = 0.1, title, width = 130, }: Icon) => ( ); export default LocationErrorState;