@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMustache = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMustache = function GYSiGlyphMustache(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-mustache",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.907 7.514c-1.561 1.638-2.747 1.19-4.694-.629-1.611-1.503-2.934-.58-3.254.715-.324-1.297-1.648-2.218-3.258-.712-1.943 1.821-3.129 2.271-4.691.636-.155 1.646 1.514 3.188 3.725 3.441 2.049.234 3.846-.719 4.225-2.168.383 1.451 2.179 2.401 4.229 2.163 2.209-.257 3.875-1.799 3.718-3.446Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMustache = GYSiGlyphMustache;