@icongo/li
Version:
LibreICONS Icons
28 lines (27 loc) • 1.06 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiObjectAlignLeft = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiObjectAlignLeft = function LIGuiObjectAlignLeft(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: "M4 7.75v3h8.25v-3H4zm.75.75h6.75V10H4.75V8.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "red",
d: "M1.75 1h1.5v12h-1.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4 3.25h5.25v3H4z"
})]
}));
};
exports.LIGuiObjectAlignLeft = LIGuiObjectAlignLeft;