@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.65 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphChair2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphChair2 = function GYSiGlyphChair2(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-chair-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 14.095V11h1.938v3.085c1.739.205 3.031.972 3.031 1.886H5.045c0-.9 1.254-1.657 2.955-1.876Zm3.379-6.142H6.622L6.027 1.34S5.681.016 9 .016c3.32 0 2.975 1.324 2.975 1.324l-.596 6.613Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.969 11.225c0 .416-.231.752-.629.752H5.66c-.396 0-.629-.336-.629-.752 0 0 .458-2.195 1.357-2.195h5.066c1.024-.001 1.515 2.195 1.515 2.195Zm1.006-3.715c0 .395-.213.475-.476.475s-.476-.08-.476-.475V4.485c0-.396.213-.453.476-.453s.476.058.476.453V7.51Zm-9 0c0 .395-.213.475-.476.475s-.476-.08-.476-.475V4.485c0-.396.213-.453.476-.453s.476.058.476.453V7.51Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphChair2 = GYSiGlyphChair2;