UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 822 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 CloudArrowUpThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M186.83 162.83a4 4 0 01-5.66 0L156 137.66V208a4 4 0 01-8 0v-70.34l-25.17 25.17a4 4 0 01-5.66-5.66l32-32a4 4 0 015.66 0l32 32a4 4 0 010 5.66zM160 44a84.09 84.09 0 00-76.39 49.13A60 60 0 1072 212h40a4 4 0 000-8H72a52 52 0 118.57-103.27A83.45 83.45 0 0076 128a4 4 0 008 0 76 76 0 11106.4 69.68 4 4 0 001.6 7.66 3.92 3.92 0 001.6-.33A84 84 0 00160 44z" })); exports.default = CloudArrowUpThin;