@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTeeth = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTeeth = function GYSiGlyphTeeth(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-teeth",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.715 9.02c0 3.025-.564 6.867-2.281 6.867-2.814 0-1.518-5.886-3.943-5.886s-1.605 5.917-3.922 5.917c-1.629 0-2.277-3.916-2.277-6.898 0-1.807-2.393-4.771-.62-7.392C3.846-1.586 5.94.952 8.437.952c2.535 0 4.512-2.485 6.828.676 1.836 2.509-.55 5.616-.55 7.392Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTeeth = GYSiGlyphTeeth;