UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 297 B
import React from 'react' import Icon from 'react-icon-base' const FaAreaChart = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m39.8 32.4v2.5h-39.8v-29.8h2.5v27.3h37.3z m-7.5-19.9l5 17.4h-32.3v-11.1l8.7-11.2 11.1 11.2z"/></g> </Icon> ) export default FaAreaChart