iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 793 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 CloudSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 128.72A87.74 87.74 0 01222.41 190a4 4 0 01-5.77-.16L103.78 65.67a4 4 0 01.39-5.76A87.82 87.82 0 01160.87 40c48.28.47 87.51 40.43 87.13 88.72zM53.92 34.62a8 8 0 10-11.84 10.76l39.25 43.18-.06.11A64 64 0 008 153c.53 35.12 29.84 63 65 63h87a87.65 87.65 0 0031.78-5.95l10.3 11.33a8 8 0 0011.33.52 8.32 8.32 0 00.29-11.52z" }));
exports.default = CloudSlashFill;