iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 869 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 CloudSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M52.44 36a6 6 0 00-8.88 8l40.18 44.2c-.45.87-.9 1.75-1.32 2.64A62 62 0 1072 214h88a85.23 85.23 0 0032.35-6.3l11.21 12.3a6 6 0 008.88-8.08zM160 202H72a50 50 0 115.9-99.64A86.25 86.25 0 0074 128a6 6 0 0012 0 73.92 73.92 0 016.44-30.2l91.22 100.34A73.65 73.65 0 01160 202zm86-74a85.85 85.85 0 01-21.85 57.27 6 6 0 01-4.47 2 6 6 0 01-4.47-10 74 74 0 00-99-108.92 6 6 0 11-7.11-9.67A86 86 0 01246 128z" }));
exports.default = CloudSlashLight;