UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 510 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaPlus extends React.Component { render() { return ( <IconBase viewBox="0 0 1408 1896.0833" {...this.props}> <g><path d="m1408 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/></g> </IconBase> ); } }