UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 639 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonRepo extends React.Component { render() { return ( <IconBase viewBox="0 0 768 1024.032" {...this.props}> <g><path d="m256 576.001h-64v-64h64v64z m0-192h-64v64h64v-64z m0-128h-64v64h64v-64z m0-128h-64v64h64v-64z m512-64v768c0 35-29 64-64 64h-320v128l-96-96-96 96v-128h-128c-35 0-64-29-64-64v-768c0-34.99999999999997 29-63.99999999999998 64-63.99999999999998h640c35 0 64 29 64 64z m-64 640h-640v128h128v-64h192v64h320v-128z m0-640h-576v576h576v-576z"/></g> </IconBase> ); } }