UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.07 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaBed extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m5 22.5h33.75q0.5075000000000003 0 0.8787499999999966 0.37124999999999986t0.3712500000000034 0.8787500000000001v8.75h-5v-5h-30v5h-5v-23.75q0-0.5075000000000003 0.37124999999999997-0.8787500000000001t0.87875-0.37124999999999986h2.5q0.5075000000000003 0 0.8787500000000001 0.37124999999999986t0.37124999999999986 0.8787500000000001v13.75z m11.25-6.25q0-2.0700000000000003-1.4649999999999999-3.535t-3.535-1.4649999999999999-3.535 1.4649999999999999-1.4649999999999999 3.535 1.4649999999999999 3.535 3.535 1.4649999999999999 3.535-1.4649999999999999 1.4649999999999999-3.535z m23.75 5v-1.25q0-3.1050000000000004-2.197499999999998-5.3025t-5.302500000000002-2.1975h-13.75q-0.5075000000000003 0-0.8787500000000001 0.37124999999999986t-0.37124999999999986 0.8787500000000001v7.5h22.5z"/></g> </IconBase> ); } }