UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 813 B
"use strict"; 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 CloudArrowUp = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M178.34 165.66L160 147.31V208a8 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 01-11.32 11.32zM160 40a88.08 88.08 0 00-78.71 48.68A64 64 0 1072 216h40a8 8 0 000-16H72a48 48 0 010-96c1.1 0 2.2 0 3.29.12A88 88 0 0072 128a8 8 0 0016 0 72 72 0 11100.8 66 8 8 0 003.2 15.34 7.9 7.9 0 003.2-.68A88 88 0 00160 40z" })); exports.default = CloudArrowUp;