iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 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 CellTowerBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M138.67 86.51a12 12 0 00-21.34 0l-72 140a12 12 0 1021.34 11l11-21.49h100.61l11.05 21.49a12 12 0 1021.34-11zM128 118.24L145.36 152h-34.72zM90.07 192l8.22-16h59.42l8.22 16zm84.44-123.27a12 12 0 11-21.45 10.75 28 28 0 00-50.37.52A12 12 0 1181 69.7 52.28 52.28 0 01128 40a51.74 51.74 0 0146.51 28.73zm-124.58 76a92 92 0 11156.14 0A12 12 0 01185.71 132a68 68 0 10-115.42 0 12 12 0 01-20.36 12.7z" }));
exports.default = CellTowerBold;