iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 790 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 CloudArrowDownThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 128a83.28 83.28 0 01-16.8 50.4 4 4 0 11-6.4-4.8A76 76 0 1084 128a4 4 0 01-8 0 83.45 83.45 0 014.57-27.27A52 52 0 1072 204h24a4 4 0 010 8H72A60 60 0 1183.61 93.13 84 84 0 01244 128zm-62.83 45.17L156 198.34V128a4 4 0 00-8 0v70.34l-25.17-25.17a4 4 0 00-5.66 5.66l32 32a4 4 0 005.66 0l32-32a4 4 0 00-5.66-5.66z" }));
exports.default = CloudArrowDownThin;