@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphChristmassTree = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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__*/_jsx("path", {
d: "M12 7.995h.969v.984H12zm1 4h.969v.984H13zm-11 0h.969v.984H2zm1-4h.969v.984H3z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphChristmassTree };