UNPKG

@icongo/li

Version:
26 lines (25 loc) 1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiAlignLeft = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiAlignLeft = function LIGuiAlignLeft(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: "M2.7 1.6v1.2h8V1.6h-8zm0 2.4v1.2h10V4h-10zm0 2.4v1.2h5.6V6.4H2.7zm0 2.4V10h4V8.8h-4zm0 2.4v1.2h6.8v-1.2H2.7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "M1.3 1v12h.6V1z" })] })); }; exports.LIGuiAlignLeft = LIGuiAlignLeft;