UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 979 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonCircuitBoard extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m10 12.5c0-1.4 1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5-2.5-1.1-2.5-2.5z m20 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5 1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5z m0 15c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5 1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5z m5-25h-20v5.4c0.9 0.5 1.6 1.2 2.1 2.1h5.8c1.1-2 3.3-3.2 5.9-2.6 1.9 0.5 3.4 2 3.8 3.8 0.8 3.5-1.8 6.5-5.1 6.5-2 0-3.7-1.1-4.6-2.7h-5.8c-1.1 2-3.3 3.2-5.9 2.6-1.8-0.5-3.3-2-3.8-3.8-0.6-2.6 0.6-4.8 2.6-5.9v-5.4h-5c-1.4 0-2.5 1.1-2.5 2.5v30c0 1.4 1.1 2.5 2.5 2.5l12.5-12.5h5.4c1.1-2 3.3-3.2 5.9-2.6 1.9 0.5 3.4 2 3.8 3.8 0.8 3.5-1.8 6.5-5.1 6.5-2 0-3.7-1.1-4.6-2.7h-2.9l-7.5 7.5h22.5c1.4 0 2.5-1.1 2.5-2.5v-30c0-1.4-1.1-2.5-2.5-2.5z"/></g> </IconBase> ); } }