import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { TwoTonedIcon } from '../iconTypes'; const SharedLinkErrorState = ({ className = '', height = 173, title, width = 175 }: TwoTonedIcon) => ( ); export default SharedLinkErrorState;