UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 838 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 RadioTower = (props) => React.createElement("svg", { className: "lucide lucide-radio-tower", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9M7.8 4.7a6.14 6.14 0 00-.8 7.5" }), React.createElement("circle", { cx: "12", cy: "9", r: "2" }), React.createElement("path", { d: "M16.2 4.8c2 2 2.26 5.11.8 7.47M19.1 1.9a9.96 9.96 0 010 14.1M9.5 18h5M8 22l4-11 4 11" })); exports.default = RadioTower;