@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.08 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 = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M7.773 11.733V15m0-3.267A4.748 4.748 0 0 0 11.1 10.46a4.539 4.539 0 0 0 1.444-3.197V5.667m-4.772 6.066a4.748 4.748 0 0 1-3.329-1.273A4.539 4.539 0 0 1 3 7.263V5.667M7.773 15h2.545m-2.545 0H5.227M7.79 1c1.315 0 2.38 1.042 2.38 2.327v3.466c0 1.285-1.065 2.327-2.38 2.327-1.314 0-2.38-1.042-2.38-2.327V3.327C5.41 2.042 6.476 1 7.79 1Z"
}))
});
var _default = exports.default = microphone;
//# sourceMappingURL=microphone.js.map