@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 999 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiViewTile = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiViewTile = function LIGuiViewTile(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.jsx)("path", {
d: "M1 1h5.4v5.4H1V1Zm1.2 1.2h3v3h-3v-3zM1 7.6h5.4V13H1V7.6Zm1.2 1.2h3v3h-3v-3zM7.6 1H13v5.4H7.6V1Zm1.2 1.2h3v3h-3v-3zM7.6 7.6H13V13H7.6V7.6zm1.2 1.2h3v3h-3v-3z",
style: {
fillRule: "evenodd"
}
})
}));
};
exports.LIGuiViewTile = LIGuiViewTile;