UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 706 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonHubot extends React.Component { render() { return ( <IconBase viewBox="0 0 896 1024.032" {...this.props}> <g><path d="m192 384.001c-35 0-64 29-64 64v128c0 35 29 64 64 64h512c35 0 64-29 64-64v-128c0-35-29-64-64-64h-512z m512 112l-80 80h-96l-80-80-80 80h-96l-80-80v-48h48l80 80 80-80h96l80 80 80-80h48v48z m-384 208h256v64h-256v-64z m128-576c-247 2.842170943040401e-14-448 186-448 416v288c0 35 29 64 64 64h768c35 0 64-29 64-64v-288c0-230-201-416-448-416z m384 704h-768v-288c0-198 169-358 384-358s384 160 384 358v288z"/></g> </IconBase> ); } }