UNPKG

@icongo/li

Version:
28 lines (27 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiObjectAlignBottom = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiObjectAlignBottom = function LIGuiObjectAlignBottom(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: "M3.25 1.691v8.25h3v-8.25h-3zm.75.75h1.5v6.75H4v-6.75z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "M13 12.25v-1.5H1v1.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.75 10V4.75h-3V10z" })] })); }; exports.LIGuiObjectAlignBottom = LIGuiObjectAlignBottom;