UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 776 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonRepoClone extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m37.5 0h-15v17.5c0 1.4 1.1 2.5 2.5 2.5h2.5v2.5h2.5v-2.5h7.5c1.4 0 2.5-1.1 2.5-2.5v-15c0-1.4-1.1-2.5-2.5-2.5z m-10 17.5h-2.5v-2.5h2.5v2.5z m10 0h-7.5v-2.5h7.5v2.5z m0-5h-10v-10h10v10z m-27.5 0h-2.5v-2.5h2.5v2.5z m0-5h-2.5v-2.5h2.5v2.5z m-5-5h15v-2.5h-17.5c-1.4 0-2.5 1.1-2.5 2.5v30c0 1.4 1.1 2.5 2.5 2.5h5v5l3.8-3.8 3.7 3.8v-5h12.5c1.4 0 2.5-1.1 2.5-2.5v-7.5h-25v-22.5z m22.5 25v5h-12.5v-2.5h-7.5v2.5h-5v-5h25z m-20-7.5h2.5v2.5h-2.5v-2.5z m2.5-2.5h-2.5v-2.5h2.5v2.5z"/></g> </IconBase> ); } }