UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 BroadcastLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 90a38 38 0 1038 38 38 38 0 00-38-38zm0 64a26 26 0 1126-26 26 26 0 01-26 26zm78-26a77.74 77.74 0 01-19.86 52 6 6 0 01-8.94-8 65.93 65.93 0 000-88 6 6 0 118.94-8A77.74 77.74 0 01206 128zM67.18 102.31A65.93 65.93 0 0078.8 172a6 6 0 01-.47 8.47 6 6 0 01-8.47-.47 77.93 77.93 0 010-104 6 6 0 118.94 8 66.21 66.21 0 00-11.62 18.31zM246 128a117.71 117.71 0 01-33.71 82.58 6 6 0 01-8.58-8.4 105.88 105.88 0 000-148.36 6 6 0 018.58-8.4A117.71 117.71 0 01246 128zM52.29 202.18a6 6 0 01-8.58 8.4 117.92 117.92 0 010-165.16 6 6 0 118.58 8.4 105.88 105.88 0 000 148.36z" })); exports.default = BroadcastLight;