iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 721 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 CloudWarningThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 44a84.11 84.11 0 00-76.41 49.12A60.71 60.71 0 0072 92a60 60 0 000 120h88a84 84 0 000-168zm0 160H72a52 52 0 118.55-103.3A83.66 83.66 0 0076 128a4 4 0 008 0 76 76 0 1176 76zm-4-76V88a4 4 0 018 0v40a4 4 0 01-8 0zm12 36a8 8 0 11-8-8 8 8 0 018 8z" }));
exports.default = CloudWarningThin;