iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 929 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 CellSignalXFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.66 194.34a8 8 0 01-11.32 11.32L184 187.31l-18.34 18.35a8 8 0 01-11.32-11.32L172.69 176l-18.35-18.34a8 8 0 0111.32-11.32L184 164.69l18.34-18.35a8 8 0 0111.32 11.32L195.31 176zm-56.25-74.24a32 32 0 0123.92 8.05 4 4 0 005.34 0 31.88 31.88 0 0117.77-8 4 4 0 003.56-4V40.46a16.41 16.41 0 00-9.18-14.93 16 16 0 00-18.14 3.16l-160 160a16 16 0 00-3.17 18.13A16.4 16.4 0 0032.46 216h93.6a4 4 0 003.78-5.3 32 32 0 016.31-32 4 4 0 000-5.34 32 32 0 0121.26-53.23z" }));
exports.default = CellSignalXFill;