@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 996 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Bed = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M19.25 11A2.75 2.75 0 0 1 22 13.58v6.67a.75.75 0 0 1-1.5.1V18h-17v2.25c0 .38-.28.7-.65.74l-.1.01a.75.75 0 0 1-.74-.65l-.01-.1v-6.5a2.75 2.75 0 0 1 2.58-2.74l.17-.01h14.5zM6.75 4h10.5A2.75 2.75 0 0 1 20 6.58V10h-3v-.12a1 1 0 0 0-.88-.87L16 9h-2a1 1 0 0 0-1 .88V10h-2v-.12a1 1 0 0 0-.88-.87L10 9H8a1 1 0 0 0-1 .88V10H4V6.75a2.75 2.75 0 0 1 2.58-2.74L6.75 4z"
}));
});
Bed.displayName = 'Bed';
export var BedDimensions = {
height: 24,
width: 24
};