iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 885 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 CloudArrowUpFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M247.93 124.52C246.11 77.54 207.07 40 160.06 40a88.1 88.1 0 00-78.77 48.67A87.48 87.48 0 0072 127.73a8.18 8.18 0 01-7.43 8.27 8 8 0 01-8.57-8 103.66 103.66 0 015.34-32.92 4 4 0 00-4.75-5.18A64.09 64.09 0 008 152c0 35.19 29.75 64 65 64h87a88.09 88.09 0 0087.93-91.48zm-50.27 9.14a8 8 0 01-11.32 0L168 115.31V176a8 8 0 01-16 0v-60.69l-18.34 18.35a8 8 0 01-11.32-11.32l32-32a8 8 0 0111.32 0l32 32a8 8 0 010 11.32z" }));
exports.default = CloudArrowUpFill;