UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 662 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonHorizontalRule extends React.Component { render() { return ( <IconBase viewBox="0 0 639.875 1024.032" {...this.props}> <g><path d="m63.938 448.001h128v128h64v-383.938h-64v191.938h-128v-191.938h-63.93799999999999v383.938h63.938v-128z m575.937 128v-128h-63.938v128h63.93799999999999z m0-192v-127.93799999999999h-63.938v127.93799999999999h63.93799999999999z m-191.937 0v-127.93799999999999h128v-64h-192v383.938h64v-128h128v-64h-128z m-447.938 448h639.875v-128h-639.875v128z"/></g> </IconBase> ); } }