@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 709 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const megaphone = 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: "M4.733 10.467h-1.4A2.357 2.357 0 0 1 1 8.133 2.356 2.356 0 0 1 3.333 5.8h1.4m0 4.667V5.8m0 4.667c3.103 0 5.225 1.105 7.767 2.8V3C9.958 4.694 7.836 5.8 4.733 5.8m0 4.667a4.55 4.55 0 0 0 1.4 3.266M15 7.2v1.867"
})));
export default megaphone;
//# sourceMappingURL=megaphone.js.map