UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 88a40 40 0 1040 40 40 40 0 00-40-40zm0 64a24 24 0 1124-24 24 24 0 01-24 24zm73.71 7.14a80 80 0 01-14.08 22.2 8 8 0 01-11.92-10.67 63.95 63.95 0 000-85.33 8 8 0 1111.92-10.67 80.08 80.08 0 0114.08 84.47zM69 103.09a64 64 0 0011.26 67.58 8 8 0 01-11.92 10.67 79.93 79.93 0 010-106.67 8 8 0 1111.95 10.67A63.77 63.77 0 0069 103.09zM248 128a119.58 119.58 0 01-34.29 84 8 8 0 11-11.42-11.2 103.9 103.9 0 000-145.56A8 8 0 11213.71 44 119.58 119.58 0 01248 128zM53.71 200.78A8 8 0 1142.29 212a119.87 119.87 0 010-168 8 8 0 1111.42 11.2 103.9 103.9 0 000 145.56z" })); exports.default = Broadcast;