UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.25 kB
"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 Megaphone = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 16.434v-1.11l-7.771-1.11v2.776c0 .04-.016.078-.024.116-.003.012 0 .023-.003.036-.001.005-.006.01-.008.015a.56.56 0 0 1-.075.146c-.01.015-.017.03-.029.042a.545.545 0 0 1-.122.103c-.016.01-.029.022-.045.03a.526.526 0 0 1-.123.04c-.034.01-.067.019-.103.021-.008.001-.015.005-.023.005-.016 0-.03-.007-.044-.008-.041-.002-.083.003-.124-.008l-4.262-1.096-.011.002a.548.548 0 0 1-.54-.482l-.003-.014c-.003-.02-.012-.038-.012-.06V13.42l-2.22-.317A1.11 1.11 0 0 1 1 11.993V6.44c0-.613.497-1.11 1.11-1.11l15.544-2.22V2h1.11V16.433h-1.11v.001zM5.44 15.44l3.331.857v-2.241l-3.33-.477v1.861zM2.11 6.997v4.441c0 .307.248.555.555.555l11.657 1.794V4.649L2.665 6.442a.555.555 0 0 0-.555.555zm15.543-2.221a.555.555 0 0 0-.555-.555l-1.665.257v9.48l1.665.256a.555.555 0 0 0 .555-.555V4.776z", fill: "#000", fillRule: "evenodd" })); exports.default = Megaphone;