UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 713 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 CloudWarningBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 36a92.09 92.09 0 00-81 48.36A68 68 0 1072 220h88a92 92 0 000-184zm0 160H72a44 44 0 01-1.82-88A91.86 91.86 0 0068 128a12 12 0 0024 0 68 68 0 1168 68zm-12-76V88a12 12 0 0124 0v32a12 12 0 01-24 0zm28 40a16 16 0 11-16-16 16 16 0 0116 16z" })); exports.default = CloudWarningBold;