iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
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 BroadcastBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 84a44 44 0 1044 44 44.05 44.05 0 00-44-44zm0 64a20 20 0 1120-20 20 20 0 01-20 20zm77.39 12.7a83.94 83.94 0 01-14.78 23.3 12 12 0 01-17.89-16 59.92 59.92 0 000-80 12 12 0 0117.89-16 84.07 84.07 0 0114.78 88.7zM83.28 168a12 12 0 01-17.89 16 83.94 83.94 0 010-112 12 12 0 0117.89 16 59.92 59.92 0 000 80zM252 128a123.63 123.63 0 01-35.43 86.78A12 12 0 11199.43 198a99.88 99.88 0 000-140 12 12 0 0117.14-16.8A123.63 123.63 0 01252 128zM56.57 198a12 12 0 01-17.14 16.8 123.89 123.89 0 010-173.56A12 12 0 0156.57 58a99.88 99.88 0 000 140z" }));
exports.default = BroadcastBold;