UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.19 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiDownload = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiDownload = function LIGuiDownload(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: "#1565c0", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "green", d: "M7 10.93 3.7 7h6.6zM5.8 1h2.4v1.2H5.8zm0 1.8h2.4V4H5.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "green", d: "M5.8 4.6h2.4v3.3H5.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M1.6 11.8h10.8V13H1.6z" })] }) })); }; exports.LIGuiDownload = LIGuiDownload;