UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 631 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonRepoPush extends React.Component { render() { return ( <IconBase viewBox="0 0 768 1024.032" {...this.props}> <g><path d="m256 192.001h-64v-64h64v64z m-64 128h64v-64h-64v64z m256 0l-192 256h128v448h128v-448h128l-192-256z m256-320h-640c-35 2.3646883062777846e-14-64 29.000000000000025-64 64.00000000000003v768c0 35 29 64 64 64h256v-64h-256v-128h256v-64h-192v-576h577l-1 576h-128v64h128v128h-128v64h128c35 0 64-29 64-64v-768c0-35-29-64-64-64z"/></g> </IconBase> ); } }