UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 959 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 CloudXDuotone = (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 72zm29.66-82.34L171.31 136l18.35 18.34a8 8 0 01-11.32 11.32L160 147.31l-18.34 18.35a8 8 0 01-11.32-11.32L148.69 136l-18.35-18.34a8 8 0 0111.32-11.32L160 124.69l18.34-18.35a8 8 0 0111.32 11.32z" })); exports.default = CloudXDuotone;