iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 784 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 CloudArrowUpBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M196.49 151.51a12 12 0 01-17 17L168 157v51a12 12 0 01-24 0v-51l-11.51 11.52a12 12 0 11-17-17l32-32a12 12 0 0117 0zM160 36a92.08 92.08 0 00-81 48.37A68 68 0 1072 220h28a12 12 0 000-24H72a44 44 0 01-1.81-87.95A91.7 91.7 0 0068 128a12 12 0 0024 0 68 68 0 11132.6 21.29 12 12 0 1022.8 7.51A92.06 92.06 0 00160 36z" }));
exports.default = CloudArrowUpBold;