iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 777 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 CloudXBold = (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 68zm32.49-79.51L177 132l15.52 15.51a12 12 0 01-17 17L160 149l-15.51 15.52a12 12 0 11-17-17L143 132l-15.52-15.51a12 12 0 1117-17L160 115l15.51-15.52a12 12 0 0117 17z" }));
exports.default = CloudXBold;