@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.06 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiViewDetails = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiViewDetails = function LIGuiViewDetails(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: "M1.9 1h10.2v12H1.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.7 7.6h1.2v1.2H3.7zm0-2.4h1.2v1.2H3.7zm0 4.8h1.2v1.2H3.7zm0-7.2h1.2V4H3.7zm2.4 4.8h4.2v1.2H6.1zm0-2.4h4.2v1.2H6.1zm0 4.8h4.2v1.2H6.1zm0-7.2h4.2V4H6.1z"
})]
}));
};
exports.LIGuiViewDetails = LIGuiViewDetails;