@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const microphone_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M11.5 17.867V23m0-5.133a7.461 7.461 0 0 0 5.23-2.001A7.132 7.132 0 0 0 19 10.842V8.333m-7.5 9.534a7.461 7.461 0 0 1-5.23-2.001A7.133 7.133 0 0 1 4 10.842V8.333M11.5 23h4m-4 0h-4m4-22C13.985 1 16 2.97 16 5.4v5.133c0 2.43-2.015 4.4-4.5 4.4s-4.5-1.97-4.5-4.4V5.4C7 2.97 9.015 1 11.5 1Z"
}))
});
var _default = exports.default = microphone_medium;
//# sourceMappingURL=microphone_medium.js.map