UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 641 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 UploadIcon = (props) => React.createElement("svg", { "aria-label": "upload icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.707 6.708l-1.414 1.414L13 5.829v8.586h-2V5.829L8.707 8.122 7.293 6.708 12 2l4.707 4.708zM15.586 14H22v8H2v-8h6.414l2 2h3.172l2-2zM20 20v-4h-3.586l-2 2H9.586l-2-2H4v4h16z" })); exports.default = UploadIcon;