UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 862 B
"use strict"; 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 CloudWarningDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 127.62a80 80 0 01-80 80H72A56 56 0 1185.92 97.36v.1A80 80 0 01240 127.62z", opacity: ".2" }), React.createElement("path", { d: "M160 40a88.09 88.09 0 00-78.71 48.67A64 64 0 1072 216h88a88 88 0 000-176zm0 160H72a48 48 0 010-96c1.1 0 2.2 0 3.29.11A88 88 0 0072 128a8 8 0 0016 0 72 72 0 1172 72zm-8-72V88a8 8 0 0116 0v40a8 8 0 01-16 0zm20 36a12 12 0 11-12-12 12 12 0 0112 12z" })); exports.default = CloudWarningDuotone;