iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 823 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 CellSignalSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 152v48a8 8 0 01-16 0v-48a8 8 0 0116 0zm-48 32a8 8 0 00-8 8v8a8 8 0 0016 0v-8a8 8 0 00-8-8zm173.92 26.62l-160-176a8 8 0 10-11.84 10.76L112 122.29V200a8 8 0 0016 0v-60.11l24 26.4V200a8 8 0 0016 0v-16.11l34.08 37.49a8 8 0 1011.84-10.76zm-53.92-87a8 8 0 008-8V72a8 8 0 00-16 0v43.63a8 8 0 008 8zm40 44a8 8 0 008-8V32a8 8 0 00-16 0v127.63a8 8 0 008 8z" }));
exports.default = CellSignalSlash;