iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 989 B
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 CellTowerDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 88a72 72 0 01-39.8 64.4L128 88l-32.2 64.4A72 72 0 11200 88z", opacity: ".2" }),
React.createElement("path", { d: "M135.16 84.42a8 8 0 00-14.32 0l-72 144a8 8 0 0014.31 7.16L77 208h102.1l13.79 27.58A8 8 0 00200 240a8 8 0 007.15-11.58zM128 105.89L155.06 160h-54.12zM85 192l8-16h70.1l8 16zm74.54-98.26a32 32 0 10-63 0 8 8 0 11-15.74 2.85 48 48 0 1194.46 0 8 8 0 01-7.86 6.58 8.74 8.74 0 01-1.43-.13 8 8 0 01-6.48-9.3zm-95.39 42.47a80 80 0 11127.7 0 8 8 0 01-12.76-9.65 64 64 0 10-102.18 0 8 8 0 01-12.76 9.65z" }));
exports.default = CellTowerDuotone;