iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 701 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 Icloud = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.762 4.29a6.51 6.51 0 00-5.669 3.332 3.571 3.571 0 00-1.558-.36 3.571 3.571 0 00-3.516 3A4.918 4.918 0 000 14.796a4.918 4.918 0 004.92 4.914 4.93 4.93 0 00.617-.045h14.42c2.305-.272 4.041-2.258 4.043-4.589v-.009a4.594 4.594 0 00-3.727-4.508 6.51 6.51 0 00-6.511-6.27z" }));
exports.default = Icloud;