UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 979 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 CellTowerThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M131.58 86.21a4 4 0 00-7.16 0l-72 144a4 4 0 007.16 3.58L74.47 204h107.06l14.89 29.79A4 4 0 00200 236a4.12 4.12 0 001.79-.42 4 4 0 001.79-5.37zM128 96.94L161.53 164H94.47zM78.47 196l12-24h75.06l12 24zm84.95-101.55A35.57 35.57 0 00164 88a36 36 0 00-72 0 35.57 35.57 0 00.58 6.45 4 4 0 01-7.88 1.43A45.18 45.18 0 0184 88a44 44 0 0188 0 45.18 45.18 0 01-.7 7.88 4 4 0 01-3.94 3.29 4.38 4.38 0 01-.71-.07 4 4 0 01-3.23-4.65zm-96.08 39.34a76 76 0 11121.32 0 4 4 0 11-6.38-4.82 68 68 0 10-108.56 0 4 4 0 11-6.38 4.82z" })); exports.default = CellTowerThin;