UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.18 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiUpload = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiUpload = function LIGuiUpload(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#009688", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "green", d: "M7 3.07 10.3 7H3.7zM5.8 11.8h2.4V13H5.8zm0-1.8h2.4v1.2H5.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "green", d: "M5.8 6.1h2.4v3.3H5.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M1.6 1h10.8v1.2H1.6z" })] }) })); }; exports.LIGuiUpload = LIGuiUpload;