@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphStethoscope = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphStethoscope = function GYSiGlyphStethoscope(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-stethoscope",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.938 10A1.968 1.968 0 1 0 13 10c0 .736.408 1.37 1.007 1.708-.558 1.911-1.947 2.979-3.573 2.979-1.953 0-3.567-1.295-3.807-3.929 1.823-.133 4.331-1.249 4.331-3.555V3.624c0-.857-.356-1.657-.989-2.188a1.456 1.456 0 0 0-2.912.058A1.459 1.459 0 0 0 9.322 2.71c.185.248.694.59.694.914v3.579c0 1.671-2.783 2.827-3.752 2.827h-.797c-.654 0-3.498-.973-3.498-2.827V3.624c0-.32.598-.671.779-.918A1.459 1.459 0 1 0 3.541.024c-.791 0-1.432.631-1.455 1.417-.622.529-1.07 1.333-1.07 2.183v3.579c0 2.356 2.365 3.469 4.207 3.56.267 3.369 2.552 5.213 5.26 5.213 2.295 0 4.199-1.51 4.896-4.052A1.967 1.967 0 0 0 16.938 10Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphStethoscope = GYSiGlyphStethoscope;