iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 858 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 CloudSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38l41.16 45.24q-1.38 2.55-2.59 5.19A60 60 0 1072 212h88a83.19 83.19 0 0032.88-6.69L205 218.69a4 4 0 105.92-5.38zM160 204H72a52 52 0 010-104 52.92 52.92 0 018.54.72A84.21 84.21 0 0076 128a4 4 0 008 0 76 76 0 017.9-33.76L187.13 199a75.37 75.37 0 01-27.13 5zm84-76a83.86 83.86 0 01-21.34 55.94 4 4 0 11-6-5.33A76 76 0 00115 66.75a4 4 0 01-4.74-6.45A84 84 0 01244 128z" }));
exports.default = CloudSlashThin;