UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 891 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 CloudCheckDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 128a80 80 0 01-80 80H72A56 56 0 1185.92 97.74v.1A80 80 0 01240 128z", 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 72zm37.66-93.66a8 8 0 010 11.32l-48 48a8 8 0 01-11.32 0l-24-24a8 8 0 0111.32-11.32L144 148.69l42.34-42.35a8 8 0 0111.32 0z" })); exports.default = CloudCheckDuotone;