@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 949 B
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 megaphone = 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: "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"
}))
});
var _default = exports.default = megaphone;
//# sourceMappingURL=megaphone.js.map