@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWoodStove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWoodStove = function GYSiGlyphWoodStove(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-wood-stove",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.965 3.027V.072h-.949v2.955H3v11.957h2.016L5 15.978h.969v-.994h6.047v.994h.969v-.994H15V3.027h-3.035Zm1.05 7.02V12c0 1.002-.074 1.055-1.016 1.055H6.044c-.94 0-1.045-.053-1.045-1.055V6c0-1.001.104-1.033 1.045-1.033H12c.941 0 1.016.032 1.016 1.033v2.953h1.016v1.094h-1.017Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.974 7.031c0-.539-.401-.975-.896-.975H6.981c-.494 0-.897.436-.897.975v3.979c0 .537.403.975.897.975h4.097c.495 0 .896-.438.896-.975V7.031ZM8 10H7V8h1v2Zm2 0H8.964V8H10v2Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphWoodStove = GYSiGlyphWoodStove;