import React from 'react' import Icon from '../_icon' const IconBorder = (props) => { return (
) } export default IconBorder