@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMicrophone2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMicrophone2 = function GYSiGlyphMicrophone2(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-microphone-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.984 7.031-.04-2.007h-.936l.04 4.629c0 1.928-1.988 3.409-4.529 3.409s-4.535-1.481-4.535-3.409V5.031H3.01v1.985h-.995v.922h.995v2.111c0 1.698 1.741 3.25 3.989 3.75V16h2.979v-2.188c2.275-.485 4.005-2.048 4.005-3.762V7.953h1v-.922h-.999Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.495 10.953c1.914 0 3.468-.869 3.468-1.94V7.016H5.025v1.997c0 1.071 1.554 1.94 3.47 1.94Zm3.484-7.525C11.979 2.086 10.421 1 8.5 1S5.021 2.086 5.021 3.428V5.99h6.957V3.428h.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMicrophone2 = GYSiGlyphMicrophone2;