iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 979 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 CloudArrowDownDuotone = (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: "M248 128a87.34 87.34 0 01-17.6 52.81 8 8 0 11-12.8-9.62A71.34 71.34 0 00232 128a72 72 0 00-144 0 8 8 0 01-16 0 88 88 0 013.29-23.88C74.2 104 73.1 104 72 104a48 48 0 000 96h24a8 8 0 010 16H72a64 64 0 119.29-127.32A88 88 0 01248 128zm-69.66 42.34L160 188.69V128a8 8 0 00-16 0v60.69l-18.34-18.35a8 8 0 00-11.32 11.32l32 32a8 8 0 0011.32 0l32-32a8 8 0 00-11.32-11.32z" }));
exports.default = CloudArrowDownDuotone;