UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 761 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 CloudCheckThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 44a84.11 84.11 0 00-76.41 49.12A60.71 60.71 0 0072 92a60 60 0 000 120h88a84 84 0 000-168zm0 160H72a52 52 0 118.55-103.3A83.66 83.66 0 0076 128a4 4 0 008 0 76 76 0 1176 76zm34.83-94.83a4 4 0 010 5.66l-48 48a4 4 0 01-5.66 0l-24-24a4 4 0 015.66-5.66L144 154.34l45.17-45.17a4 4 0 015.66 0z" })); exports.default = CloudCheckThin;