import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { Icon } from '../iconTypes'; const IconSharedLink = ({ className = '', color = '#444444', height = 15, title, width = 15 }: Icon) => ( ); export default IconSharedLink;