UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 661 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonBook extends React.Component { render() { return ( <IconBase viewBox="0 0 1024 1024.032" {...this.props}> <g><path d="m128 320.001h256v64h-256v-64z m0 192h256v-64h-256v64z m0 128h256v-64h-256v64z m704-320h-256v64h256v-64z m0 128h-256v64h256v-64z m0 128h-256v64h256v-64z m128-384v576c0 35-29 64-64 64h-352l-64 64-64-64h-352c-35 0-64-29-64-64v-576c0-35 29-64 64-64h352l64 64 64-64h352c35 0 64 29 64 64z m-512 32l-32-32h-352v576h384v-544z m448-32h-352l-32 32v544h384v-576z"/></g> </IconBase> ); } }