UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 903 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 CellSignalSlashDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 40v160a8 8 0 01-8 8H32a8 8 0 01-5.66-13.66l160-160A8 8 0 01200 40z", opacity: ".2" }), React.createElement("path", { d: "M213.92 210.62l-160-176a8 8 0 10-11.85 10.76l58.07 63.86-79.45 79.44A16 16 0 0032 216h160a16.13 16.13 0 004.56-.68l5.52 6.06a8 8 0 1011.84-10.76zM32 200l78.9-78.89L182.64 200zm96.18-107.49a8 8 0 010-11.31l52.51-52.5A16 16 0 01208 40v119.63a8 8 0 01-16 0V40l-52.5 52.51a8 8 0 01-11.32 0z" })); exports.default = CellSignalSlashDuotone;