UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 466 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaBarChart extends React.Component { render() { return ( <IconBase viewBox="0 0 2048 1896.0833" {...this.props}> <g><path d="m640 896v512h-256v-512h256z m384-512v1024h-256v-1024h256z m1024 1152v128h-2048v-1536h128v1408h1920z m-640-896v768h-256v-768h256z m384-384v1152h-256v-1152h256z"/></g> </IconBase> ); } }