UNPKG

@icongo/li

Version:
29 lines (28 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiDataSheet = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiDataSheet = function LIGuiDataSheet(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: "gray", d: "M12.294 4.176v2.471h-2.118v-2.47h-.705v2.47H7.353v-2.47h-.706v2.47h-2.47v.706h2.47V9.47h-2.47v.705h2.47v2.118h-2.47V13H13V4.176h-.706zm0 3.177V9.47h-2.118V7.353h2.118zm-4.941 0H9.47V9.47H7.353V7.353zm0 2.823H9.47v2.118H7.353v-2.118zm2.823 2.118v-2.118h2.118v2.118h-2.118z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#4d4d4d", d: "M4.176 12.647v-8.47h8.471V1.352H1.353v11.294z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1 1v12h3.53V4.53H13V1H1zm.706 5.647V4.53h2.118v2.118H1.706zm2.118.706V9.47H1.706V7.353h2.118zm.705-5.647h2.118v2.118H4.53V1.706zm2.824 0H9.47v2.118H7.353V1.706zm-3.53 0v2.118H1.707V1.706h2.118zM1.707 12.294v-2.118h2.118v2.118H1.706zm10.588-8.47h-2.118V1.706h2.118v2.118z" })] })); }; exports.LIGuiDataSheet = LIGuiDataSheet;