UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 358 B
import React from 'react' import Icon from 'react-icon-base' const FaBarChart = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m12.4 20v9.9h-4.9v-9.9h4.9z m7.5-9.9v19.8h-5v-19.8h5z m19.9 22.3v2.5h-39.8v-29.8h2.5v27.3h37.3z m-12.5-17.4v14.9h-4.9v-14.9h4.9z m7.5-7.4v22.3h-5v-22.3h5z"/></g> </Icon> ) export default FaBarChart