UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 734 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoRepoPull extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m40 12.5l-7.5-7.5v5h-15v5h15v5l7.5-7.5z m-12.5 12.5h-20v-22.5h20v5h2.5v-5s-1.25-2.5-2.5-2.5h-25s-2.5 1.25-2.5 2.5v30s1.25 2.5 2.5 2.5h5v5l3.75-3.75 3.75 3.75v-5h12.5s2.5-1.25 2.5-2.5v-15h-2.5v7.5z m0 6.25c0 0.5874999999999986-0.5874999999999986 1.25-1.25 1.25h-11.25v-2.5h-7.5v2.5h-3.75s-1.25-0.625-1.25-1.25v-3.75h25v3.75z m-15-21.25h-2.5v2.5h2.5v-2.5z m0-5h-2.5v2.5h2.5v-2.5z m0 10h-2.5v2.5h2.5v-2.5z m-2.5 7.5h2.5v-2.5h-2.5v2.5z"/></g> </IconBase> ); } }