UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 889 B
"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 BroadcastOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-broadcast-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M18.364 19.364A9 9 0 008.643 4.647M6.155 6.156a9 9 0 00-.519 13.208" }), React.createElement("path", { d: "M15.536 16.536A5 5 0 0012 8M9 9a5 5 0 00-.535 7.536M12 12a1 1 0 101 1M3 3l18 18" })); exports.default = BroadcastOff;