@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphChristmassBall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphChristmassBall = function GYSiGlyphChristmassBall(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-ball",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.346 2.287a6.857 6.857 0 0 0-3.115-.121l8.605 8.547a6.767 6.767 0 0 0-.115-3.072c-.073-.269-5.123-5.287-5.375-5.354ZM2.178 13.826c2.132 2.118 5.215 2.66 7.711 1.602L.567 6.17C-.5 8.647.047 11.709 2.178 13.826ZM2.033 4.06c-.271.269-.503.56-.713.861l9.824 9.757a6.14 6.14 0 0 0 .867-.706 6.101 6.101 0 0 0 1.253-1.828l-9.39-9.328A6.06 6.06 0 0 0 2.033 4.06Zm7.925 6.912h1.085v1.055H9.958v-1.055Zm-2-2.008h1.085v1.098H7.958V8.964Zm-2-1.986h1.085v1.076H5.958V6.978Zm-2-2.07h1.085v1.139H3.958V4.908Zm6.085-2.012 3.742 3.776 1.551-1.563-3.744-3.777-1.549 1.564ZM14.127.698c-.848 0-1.559.58-1.783 1.368l.598.593c-.002-.023-.008-.044-.008-.067a1.2 1.2 0 0 1 1.193-1.211 1.2 1.2 0 0 1 1.193 1.211c0 .668-.533 1.21-1.193 1.21-.014 0-.025-.004-.041-.005l.596.593a1.886 1.886 0 0 0 1.312-1.799c0-1.044-.838-1.893-1.867-1.893Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphChristmassBall = GYSiGlyphChristmassBall;