UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.04 kB
"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 CloudUpload = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.957 6h.05a2.99 2.99 0 012.116.879 3.003 3.003 0 010 4.242 2.99 2.99 0 01-2.116.879H10.01v-1h1.996a2.002 2.002 0 000-4h-.914l-.124-.857a2.49 2.49 0 00-2.126-2.122A2.478 2.478 0 006.231 5.5l-.333.762-.808-.189A2.49 2.49 0 004.523 6c-.662 0-1.296.263-1.764.732A2.503 2.503 0 004.523 11h2.494v1H4.523a3.485 3.485 0 01-2.628-1.16 3.502 3.502 0 011.958-5.78c.487-.092.987-.078 1.468.04a3.475 3.475 0 015.64-1.08c.538.534.888 1.23.996 1.98zm-1.664 3.853L8.979 8.54v5.436h-.994v-5.4L6.707 9.854 6 9.146 8.147 7h.707L11 9.146l-.707.707z", fill: "#424242" })); exports.default = CloudUpload;