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