import React from 'react'; import { Icon } from '@types'; const UrlIcon: Icon = ({ fill = "white" }) => ( ) export default UrlIcon;