UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 390 B
var IconBase = require('../IconBase'); var FaBarChart = (props) => { return ( <IconBase viewBox="0 0 2048 1896.0833" {...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> ); }; export default FaBarChart;