UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 548 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaSuitcase extends React.Component { render() { return ( <IconBase viewBox="0 0 1792 1896.0833" {...this.props}> <g><path d="m640 384h512v-128h-512v128z m-352 0v1280h-64q-92 0-158-66t-66-158v-832q0-92 66-158t158-66h64z m1120 0v1280h-1024v-1280h128v-160q0-40 28-68t68-28h576q40 0 68 28t28 68v160h128z m384 224v832q0 92-66 158t-158 66h-64v-1280h64q92 0 158 66t66 158z"/></g> </IconBase> ); } }