@icongo/gy
Version:
Glyph Iconset Icons
38 lines (37 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBed = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBed = function GYSiGlyphBed(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bed",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 5)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.031 2.016v1.015H1.938V.078H.009v5.893h1.929V4.938h13.093v1.033h.938V2.016h-.938Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 3.985,
cy: 0.97,
className: "prefix__si-glyph-fill",
rx: 0.985,
ry: 0.97
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.991 1.998H6.013v-.866c0-.598.643-1.083 1.434-1.083h5.109c.793 0 1.435.485 1.435 1.083v.866Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBed = GYSiGlyphBed;