UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.61 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCongratulationHat = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCongratulationHat = function GYSiGlyphCongratulationHat(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-congratulation-hat", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] }) })); }; exports.GYSiGlyphCongratulationHat = GYSiGlyphCongratulationHat;