UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.14 kB
"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 CloudCheckCircle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.387 7.483a5.615 5.615 0 0111.227 0A4.766 4.766 0 0122 12.337a6.908 6.908 0 00-1.88-1.634 3.265 3.265 0 00-2.885-1.735h-.368a.75.75 0 01-.75-.75v-.603a4.115 4.115 0 00-8.23 0v.603a.75.75 0 01-.75.75h-.37a3.266 3.266 0 000 6.532h3.076A6.924 6.924 0 009.76 17H6.766a4.766 4.766 0 01-.38-9.517zM18.655 15.14a.75.75 0 010 1.061l-1.907 1.908a.75.75 0 01-1.061 0l-1.092-1.092a.75.75 0 111.06-1.06l.562.561 1.378-1.377a.75.75 0 011.06 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 16.625a5.375 5.375 0 1110.75 0 5.375 5.375 0 01-10.75 0zm5.375-3.875a3.875 3.875 0 100 7.75 3.875 3.875 0 000-7.75z", fill: "#323544" })); exports.default = CloudCheckCircle;