iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 722 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 Megaphone = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6.77l12.33-3.43.67.53v8.6l-.67.53-6.088-1.595a2.16 2.16 0 11-4.18-1.095L2 9.77l-.42-.53V7.3L2 6.77zm3.006 3.787a1.13 1.13 0 00-.04.242 1.17 1.17 0 002.288.347l-2.248-.589zM2.58 8.82L14 11.83V4.5L2.58 7.72v1.1z", fill: "#424242" }));
exports.default = Megaphone;