@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const microphone = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default microphone;
//# sourceMappingURL=microphone.js.map