UNPKG

@icongo/li

Version:
37 lines (36 loc) 1.58 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSave = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSave = function LIGuiSave(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", { fill: "#4d4d4d", d: "M13 1v12H2.667L1 11.333V1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M2 2c0-.184.149-.333.333-.333h9.334c.184 0 .333.149.333.333v4.667a.333.333 0 0 1-.333.333H2.333A.333.333 0 0 1 2 6.667V2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M10.667 4.667H3.333V4h7.334zm0 1.333H3.333v-.667h7.334zm0-2.667H3.333v-.666h7.334z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12 13V9.667A.667.667 0 0 0 11.333 9h-5a.667.667 0 0 0-.666.667V13H12z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#b0bec5", d: "M10 13V9.667A.667.667 0 0 0 9.333 9h-5a.667.667 0 0 0-.666.667V13H10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.333 12.333H5V9.667h1.333z" })] })); }; exports.LIGuiSave = LIGuiSave;