@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHightheel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHightheel = function GYSiGlyphHightheel(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-hightheel",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4.396 8.909s-.521-.239-.876 1.241c-.271 1.421-.538 1.734-.538 1.734H2.36s.007-.652.007-1.141-.283-2.062-.987-3.219C.678 6.367.879 4.881 2.764 3.026c.074-.072.442-.211.902.231.598.573 3.321 3.391 5.629 4.371 2.168.921 3.627-.121 3.627-.121s2.825.631 3.881 2.413c1.055 1.784-2.296 1.908-2.296 1.908s-4.169.24-5.175-.605c-.151-.192-4.123-2.473-4.936-2.314Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHightheel = GYSiGlyphHightheel;