@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 800 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMustache = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphMustache };