UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 964 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoRepoClone extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m12.5 15h-2.5v2.5h2.5v-2.5z m-5-12.5h10v-2.5h-15s-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-7.5h-22.5v-22.5z m20 25v3.75s-0.5474999999999994 1.25-1.25 1.25h-11.25v-2.5h-7.5v2.5h-3.75s-1.25-0.625-1.25-1.25v-3.75h25z m-15-17.5h-2.5v2.5h2.5v-2.5z m-2.5 12.5h2.5v-2.5h-2.5v2.5z m27.5-22.5h-12.5s-2.5 1.25-2.5 2.5v15s1.25 2.5 2.5 2.5h2.5v2.5l1.25-1.25 1.25 1.25v-2.5h7.5s2.5-1.25 2.5-2.5v-15s-1.25-2.5-2.5-2.5z m-10 17.5h-1.25s-1.25-0.5874999999999986-1.25-1.25v-1.25h2.5v2.5z m10-1.25c0 0.625-0.5874999999999986 1.25-1.25 1.25h-6.25v-2.5h7.5v1.25z m0-3.75h-10v-10h8.75s1.25 0 1.25 1.25v8.75z m-25-7.5h-2.5v2.5h2.5v-2.5z"/></g> </IconBase> ); } }