@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiObjectAlignHorizontal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiObjectAlignHorizontal = function LIGuiObjectAlignHorizontal(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: "M6.25 1v2.25H4v3h2.25v1.5H2.5v3h3.75V13h1.5v-2.25h3.75v-3H7.75v-1.5H10v-3H7.75V1h-1.5zm-3 7.5h7.5V10h-7.5V8.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.48 7.743v3.004h9.025V7.743zm.82.751h7.385v1.502H3.3zm6.701-5.247H3.993v3.01H10z"
})]
}));
};
exports.LIGuiObjectAlignHorizontal = LIGuiObjectAlignHorizontal;