UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 693 B
import * as React from 'react'; export function SvgBedSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 6C4.355 6 3 7.355 3 9v6.781c-.61.551-1 1.34-1 2.219v9h5v-2h18v2h5v-9c0-.879-.39-1.668-1-2.219V9c0-1.645-1.355-3-3-3zm0 2h20c.555 0 1 .445 1 1v6h-2v-1c0-1.645-1.355-3-3-3h-4c-.766 0-1.469.3-2 .781A2.984 2.984 0 0014 11h-4c-1.645 0-3 1.355-3 3v1H5V9c0-.555.445-1 1-1zm4 5h4c.555 0 1 .445 1 1v1H9v-1c0-.555.445-1 1-1zm8 0h4c.555 0 1 .445 1 1v1h-6v-1c0-.555.445-1 1-1zM5 17h22c.555 0 1 .445 1 1v7h-1v-2H5v2H4v-7c0-.555.445-1 1-1z" }))); } export default SvgBedSolid;