@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHatChef = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHatChef = function GYSiGlyphHatChef(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-hat-chef",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4 15h10v1H4zm9.449-11.688A4.243 4.243 0 0 0 9.322.086a4.244 4.244 0 0 0-4.166 3.39 3.28 3.28 0 0 0-.833-.119 3.31 3.31 0 0 0-3.312 3.312c0 1.829 1.187 3.312 3.017 3.312.019 0 .036-.005.056-.005v3.981h9.875v-3.384c1.883-.14 3.011-1.709 3.011-3.627a3.642 3.642 0 0 0-3.521-3.634ZM8.9 1.795c-.842.544-1.383 1.401-1.383 2.368H6.216c0-1.398 1.133-2.571 2.664-2.9.277-.058.452.252.02.532Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHatChef = GYSiGlyphHatChef;