UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 811 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonRepoClone extends React.Component { render() { return ( <IconBase viewBox="0 0 1024 1024.032" {...this.props}> <g><path d="m960 0.001h-384v448c0 35 29 64 64 64h64v64h64v-64h192c35 0 64-29 64-64v-384c0-35-29-64-64-64z m-256 448h-64v-64h64v64z m256 0h-192v-64h192v64z m0-128h-256v-255.99999999999997h256v256z m-704 0h-64v-64h64v64z m0-128h-64v-64h64v64z m-128-127.99999999999997h384v-64h-448c-35-4.7748263676261615e-15-64 28.999999999999996-64 64v768c0 35 29 64 64 64h128v128l96-96 96 96v-128h320c35 0 64-29 64-64v-192h-640v-576z m576 640v128h-320v-64h-192v64h-128v-128h640z m-512-192h64v64h-64v-64z m64-64h-64v-64h64v64z"/></g> </IconBase> ); } }