@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.17 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 GYSiGlyphCongratulationHat = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-congratulation-hat",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8 13.099 4.125 10.64v3.154s0 .548.355.633c1.114.264 2.279.516 3.52.516 1.27 0 2.485-.191 3.604-.543.271-.058.271-.551.271-.551V10.64L8 13.099ZM1.246 8.066h-.48C.355 9.63.052 14.603.052 14.912c0 .028.007.057.013.084h1.883a.395.395 0 0 0 .011-.084c-.001-.308-.305-5.281-.713-6.846Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8 1.062 0 6.043l1.33.999 5.555-1.258c.092-.529.528-.941 1.084-.941a1.125 1.125 0 0 1 0 2.25 1.07 1.07 0 0 1-.783-.352L2.374 7.83 8 11.702l8-5.659-8-4.981Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCongratulationHat };