odin-simple-mobile-menu/node_modules/lucide/dist/esm/icons/megaphone-off.js

23 lines
577 B
JavaScript
Raw Normal View History

2024-02-19 10:37:52 +00:00
/**
* @license lucide v0.331.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const MegaphoneOff = [
"svg",
defaultAttributes,
[
["path", { d: "M9.26 9.26 3 11v3l14.14 3.14" }],
["path", { d: "M21 15.34V6l-7.31 2.03" }],
["path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" }],
["line", { x1: "2", x2: "22", y1: "2", y2: "22" }]
]
];
export { MegaphoneOff as default };
//# sourceMappingURL=megaphone-off.js.map