UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.14 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiObjectAlignVertical = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiObjectAlignVertical = function LIGuiObjectAlignVertical(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: "red", d: "M13 6.258h-2.25v-2.25h-3v2.25h-1.5v-3.75h-3v3.75H1v1.5h2.25v3.75h3v-3.75h1.5v2.25h3v-2.25H13v-1.5zm-7.5-3v7.5H4v-7.5h1.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.257 2.487H3.253v9.026h3.004zm-.751.82v7.385H4.004V3.308zm5.247 6.702V4h-3.01v6.009z" })] })); }; exports.LIGuiObjectAlignVertical = LIGuiObjectAlignVertical;