UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.35 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiBorderRight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiBorderRight = function LIGuiBorderRight(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: "M3.667 1H5v1.333H3.667V1zm0 5.333H5v1.334H3.667V6.333zm0 5.334H5V13H3.667v-1.333zM6.333 1h1.334v1.333H6.333V1zm0 2.667h1.334V5H6.333V3.667zm0 2.666h1.334v1.334H6.333V6.333zm0 2.667h1.334v1.333H6.333V9zm0 2.667h1.334V13H6.333v-1.333zM9 1h1.333v1.333H9V1zm0 5.333h1.333v1.334H9V6.333zm0 5.334h1.333V13H9v-1.333zM1 1h1.333v1.333H1V1zm0 2.667h1.333V5H1V3.667zm0 2.666h1.333v1.334H1V6.333zM1 9h1.333v1.333H1V9zm0 2.667h1.333V13H1v-1.333z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.667 1H13v12h-1.333V1z" })] })); }; exports.LIGuiBorderRight = LIGuiBorderRight;