UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 713 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaObjectGroup extends React.Component { render() { return ( <IconBase viewBox="0 0 2048 1896.0833" {...this.props}> <g><path d="m2048 384h-128v1024h128v384h-384v-128h-1280v128h-384v-384h128v-1024h-128v-384h384v128h1280v-128h384v384z m-256-256v128h128v-128h-128z m-1664 0v128h128v-128h-128z m128 1536v-128h-128v128h128z m1408-128v-128h128v-1024h-128v-128h-1280v128h-128v1024h128v128h1280z m256 128v-128h-128v128h128z m-640-1024h384v768h-896v-256h-384v-768h896v256z m-768 384h640v-512h-640v512z m1024 256v-512h-256v384h-384v128h640z"/></g> </IconBase> ); } }