@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHat = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHat = function GYSiGlyphHat(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",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.708 8.211c-.43.917-2.16 2.028-4.708 2.028-2.532 0-4.333-1.097-4.712-2.013C1.375 8.312 0 9.456 0 10.136c0 1.128 3.581 2.728 8 2.728 4.418 0 8-1.6 8-2.728 0-.689-1.375-1.567-3.292-1.925Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.077 3.197c-.516 0-1.582.354-2.065.354-.483 0-1.549-.354-2.064-.354-1.114 0-1.81 1.372-1.907 1.897l-.02 2.427c.562.506 1.611 1.142 2.761 1.238a15.341 15.341 0 0 0 2.52 0c1.15-.097 2.074-.654 2.668-1.221l-.005-2.413c-.086-.546-.784-1.928-1.888-1.928Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphHat = GYSiGlyphHat;