iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 848 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 CloudSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93a12 12 0 10-17.76 16.14L71.79 84A68 68 0 0072 220h88a91.26 91.26 0 0030.66-5.24l8.46 9.31a12 12 0 0017.76-16.14zM160 196H72a44 44 0 01-1.8-87.95A91.91 91.91 0 0068 128a12 12 0 0024 0 68.22 68.22 0 012.66-18.84l77.88 85.67A68.67 68.67 0 01160 196zm92-68a91.32 91.32 0 01-17.53 54 12 12 0 11-19.41-14.11 68 68 0 00-89.57-98.53 12 12 0 01-12.2-20.66A92 92 0 01252 128z" }));
exports.default = CloudSlashBold;