iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 730 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 CellSignalHighDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 60.7V208H32a8 8 0 01-5.66-13.66z", opacity: ".2" }),
React.createElement("path", { d: "M198.12 25.23a16 16 0 00-17.44 3.46l-160 160A16 16 0 0032 216h160a16 16 0 0016-16V40a15.94 15.94 0 00-9.88-14.77zM152 80v120H32zm40 120h-24V64l24-24z" }));
exports.default = CellSignalHighDuotone;