@icongo/li
Version:
LibreICONS Icons
20 lines • 649 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiObjectAlignRight = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M1.75 7.75v3H10v-3H1.75zm.75.75h6.75V10H2.5V8.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M12.25 1h-1.5v12h1.5z"
}), /*#__PURE__*/_jsx("path", {
d: "M10 3.25H4.75v3H10z"
})]
}));
export { LIGuiObjectAlignRight };