@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.01 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiAlignRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiAlignRight = function LIGuiAlignRight(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: "M11.3 1.6v1.2h-8V1.6h8zm0 2.4v1.2h-10V4h10zm0 2.4v1.2H5.7V6.4h5.6zm0 2.4V10h-4V8.8h4zm0 2.4v1.2H4.5v-1.2h6.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M12.7 1v12h-.6V1z"
})]
}));
};
exports.LIGuiAlignRight = LIGuiAlignRight;