UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 850 B
"use strict"; 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 Megaphone1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.023 3.2a.75.75 0 10-1.5 0v.26l-10.29 3.438h-5.96a2.25 2.25 0 00-2.25 2.25v3.102a2.25 2.25 0 002.25 2.25h2.472l.438 3.095a2.216 2.216 0 104.38-.672l-.346-2.094 9.306 3.11v.26a.75.75 0 001.5 0v-15zm-1.5 13.157l-9.418-3.147V8.189l9.418-3.148v11.316zM9.604 13h-5.33a.75.75 0 01-.75-.75V9.148a.75.75 0 01.75-.75h5.33V13zm.038 1.5l.441 2.667a.716.716 0 11-1.415.217L8.26 14.5h1.382z", fill: "#323544" })); exports.default = Megaphone1;