UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 910 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 CellSignalXDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 40v120l-45.66 45.66a8 8 0 01-5.65 2.34H32a8 8 0 01-5.66-13.66l160-160A8 8 0 01200 40z", opacity: ".2" }), React.createElement("path", { d: "M213.66 194.34a8 8 0 01-11.32 11.32L184 187.31l-18.35 18.35a8 8 0 01-11.31-11.32L172.68 176l-18.34-18.35a8 8 0 0111.31-11.31L184 164.68l18.34-18.34a8 8 0 0111.32 11.31L195.31 176zM120 200H32L192 40v72a8 8 0 0016 0V40a16 16 0 00-27.31-11.32l-160 160A16 16 0 0032 216h88a8 8 0 000-16z" })); exports.default = CellSignalXDuotone;