UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 895 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonCircuitBoard extends React.Component { render() { return ( <IconBase viewBox="0 0 896 1024.032" {...this.props}> <g><path d="m192 320.001c0-35 29-64 64-64s64 29 64 64-29 64-64 64-64-29-64-64z m512 0c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64z m0 384c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64z m128-640h-512v139c23 12 41 30 53 53h150c27-50 85-82 150-67 48 12 87 51 98 99 20 88-46 166-131 166-51 0-95-28-117-70h-150c-27 51-85 82-150 66-47-11-86-50-97-97-16-65 15-123 66-150v-138.99999999999997h-128c-35 0-64 29-64 64v768c0 35 29 64 64 64l320-320h139c27-50 85-82 150-67 48 12 87 51 98 99 20 88-46 166-131 166-51 0-95-28-117-70h-75l-192 192h576c35 0 64-29 64-64v-768c0-35-29-64-64-64z"/></g> </IconBase> ); } }