iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 772 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 CellSignalSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.38 221.92a8 8 0 01-11.3-.54l-5.51-6.06a16.11 16.11 0 01-4.57.68H32a16 16 0 01-15.06-10.59 16.4 16.4 0 014.07-17l79.13-79.12-57.88-63.67a8.22 8.22 0 01.14-11.38 8 8 0 0111.48.37l160 176a8 8 0 01-.5 11.31zM201 172.66a4 4 0 007-2.69V40a16 16 0 00-27.32-11.32l-55.21 55.2a4 4 0 00-.13 5.52z" }));
exports.default = CellSignalSlashFill;