@icongo/li
Version:
LibreICONS Icons
18 lines • 626 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 LIGuiAlignLeft = 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: "M2.7 1.6v1.2h8V1.6h-8zm0 2.4v1.2h10V4h-10zm0 2.4v1.2h5.6V6.4H2.7zm0 2.4V10h4V8.8h-4zm0 2.4v1.2h6.8v-1.2H2.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M1.3 1v12h.6V1z"
})]
}));
export { LIGuiAlignLeft };