UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 728 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 CellSignalLowDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M80 140.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.77zM72 160v40H32zm120 40H88v-56L192 40z" })); exports.default = CellSignalLowDuotone;