UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.34 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 Broadcast = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.667 2.011A6 6 0 018 1a6.007 6.007 0 016 6 6 6 0 01-3.996 5.655v-.044c.016-.014.031-.03.046-.045a1.48 1.48 0 00.434-1.046v-.137A5.044 5.044 0 0012.191 4.2a5.04 5.04 0 10-6.69 7.176v.144a1.48 1.48 0 00.48 1.09v.04A5.999 5.999 0 014.666 2.01z", fill: "#424242" }), React.createElement("path", { d: "M9.343 11.86a.48.48 0 01-.339.14v2.52a.48.48 0 01-.48.48H7.46c.012 0-.004-.004-.034-.012-.075-.02-.241-.064-.305-.129a.48.48 0 01-.14-.34V12a.48.48 0 01-.48-.48V9.5a1 1 0 011-1h.983a1 1 0 011 1v2.02a.48.48 0 01-.137.335l-.004.004z", fill: "#424242" }), React.createElement("path", { d: "M10.64 7c0 .525-.157 1.034-.444 1.465.183.302.288.656.288 1.035v.106A3.601 3.601 0 0011.6 7 3.605 3.605 0 008 3.4a3.6 3.6 0 00-2.5 6.19V9.5c0-.384.108-.743.296-1.047A2.64 2.64 0 1110.64 7z", fill: "#424242" }), React.createElement("path", { d: "M9 7a1 1 0 11-2 0 1 1 0 012 0z", fill: "#424242" })); exports.default = Broadcast;