@icongo/li
Version:
LibreICONS Icons
18 lines • 631 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 LIGuiAlignRight = 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: "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__*/_jsx("path", {
fill: "red",
d: "M12.7 1v12h-.6V1z"
})]
}));
export { LIGuiAlignRight };