iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 677 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const MegaphoneOff = (props) => React.createElement("svg", { className: "lucide lucide-megaphone-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M9.26 9.26L3 11v3l14.14 3.14M21 15.34V6l-7.31 2.03M11.6 16.8a3 3 0 11-5.8-1.6M2 2l20 20" }));
exports.default = MegaphoneOff;