UNPKG

@icongo/li

Version:
28 lines (27 loc) 1.24 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiAlignCenter = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiAlignCenter = function LIGuiAlignCenter(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", { d: "M8.048 1.857V3h3.047V1.857zm0 2.286v1.143H13V4.143zm0 2.286V7.57H9.38V6.43zm0 2.285v1.143h3.81V8.714zm0 2.286v1.143h1.904V11z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "M6.714 1.286v11.428h.572V1.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M5.952 1.857V3H2.905V1.857zm0 2.286v1.143H1V4.143zm0 2.286V7.57H4.62V6.43zm0 2.285v1.143h-3.81V8.714zm0 2.286v1.143H4.048V11z" })] })); }; exports.LIGuiAlignCenter = LIGuiAlignCenter;