iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 998 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 BroadcastFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 128a40 40 0 11-40-40 40 40 0 0140 40zm40 0a79.74 79.74 0 00-20.37-53.33 8 8 0 10-11.92 10.67 64 64 0 010 85.33 8 8 0 0011.92 10.67A79.79 79.79 0 00208 128zM80.29 85.34a8 8 0 10-11.92-10.67 79.94 79.94 0 000 106.67 8 8 0 0011.92-10.67 63.95 63.95 0 010-85.33zm158.28-4A119.48 119.48 0 00213.71 44a8 8 0 10-11.42 11.2 103.9 103.9 0 010 145.56A8 8 0 10213.71 212a120.12 120.12 0 0024.86-130.71zm-206.4 87.14A103.9 103.9 0 0153.71 55.22 8 8 0 1042.29 44a119.87 119.87 0 000 168 8 8 0 1011.42-11.2 103.61 103.61 0 01-21.54-32.32z" }));
exports.default = BroadcastFill;