@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphChristmassTree = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphChristmassTree = function GYSiGlyphChristmassTree(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-christmass-tree",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m6.781 3.981 1.221-.936 1.217.936-.465-1.516 1.219-.938H8.467L8.002.011l-.467 1.516H6.028l1.22.938-.467 1.516Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m10.984 11.979 1.934.016-2.902-4.031H12L7.985 3.98 4.031 7.996h2.031l-3.047 3.953h2.016l-3.016 4.016 11.977-.017-3.008-3.969Zm-4.968 3.032H4.969v-1.062h1.047v1.062Zm1-4H5.969V9.949h1.047v1.062Zm1.015-4H6.969V5.949h1.062v1.062Zm.938 2.937h1.047v1.062H8.969V9.948Zm1 5.063v-1.062h1.047v1.062H9.969Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12 7.995h.969v.984H12zm1 4h.969v.984H13zm-11 0h.969v.984H2zm1-4h.969v.984H3z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphChristmassTree = GYSiGlyphChristmassTree;