@icongo/li
Version:
LibreICONS Icons
20 lines • 641 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 LIGuiObjectAlignLeft = 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: "M4 7.75v3h8.25v-3H4zm.75.75h6.75V10H4.75V8.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M1.75 1h1.5v12h-1.5z"
}), /*#__PURE__*/_jsx("path", {
d: "M4 3.25h5.25v3H4z"
})]
}));
export { LIGuiObjectAlignLeft };