UNPKG

@icongo/li

Version:
53 lines (52 loc) 1.97 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiPrint = function LIGuiPrint(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", { transform: "matrix(.3 0 0 .3 -.2 .1)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#424242", d: "M9 11h30v3H9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#616161", d: "M4 25h40v-7c0-2.2-1.8-4-4-4H8c-2.2 0-4 1.8-4 4v7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#424242", d: "M8 36h32c2.2 0 4-1.8 4-4v-8H4v8c0 2.2 1.8 4 4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 40, cy: 18, r: 1, fill: "#00e676" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90caf9", d: "M11 4h26v10H11z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#242424", d: "M37.5 31h-27c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h27c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90caf9", d: "M11 31h26v11H11z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#42a5f5", d: "M11 29h26v2H11z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1976d2", d: "M16 33h17v2H16zm0 4h13v2H16z" })] }) })); }; exports.LIGuiPrint = LIGuiPrint;