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 BroadcastThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 92a36 36 0 1036 36 36 36 0 00-36-36zm0 64a28 28 0 1128-28 28 28 0 01-28 28zm76-28a75.74 75.74 0 01-19.35 50.67 4 4 0 01-6-5.34 67.92 67.92 0 000-90.66 4 4 0 016-5.34A75.74 75.74 0 01204 128zM65.34 101.53a67.92 67.92 0 0012 71.8 4 4 0 01-6 5.34 75.93 75.93 0 010-101.34 4 4 0 116 5.34 68 68 0 00-12 18.86zM244 128a115.68 115.68 0 01-33.14 81.18 4 4 0 01-5.72-5.6 107.89 107.89 0 000-151.16 4 4 0 015.72-5.6A115.68 115.68 0 01244 128zM50.86 203.58a4 4 0 01-5.72 5.6 115.91 115.91 0 010-162.36 4 4 0 115.72 5.6 107.89 107.89 0 000 151.16z" }));
exports.default = BroadcastThin;