@icongo/li
Version:
LibreICONS Icons
18 lines • 1.05 kB
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 LIGuiTableColBefore = 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: "M8.682 0c-.29 0-.524.169-.524.379V13.62c0 .21.234.379.524.379h4.793c.29 0 .525-.169.525-.379V.38c0-.21-.235-.379-.525-.379H8.682zm.687 1.158h3.42v3.217H9.37V1.158zm0 4.285h3.42v3.215H9.37V5.443zm0 4.284h3.42v3.214H9.37V9.727z"
}), /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M4.032 3q.264 0 .466.192l.388.388q.196.196.196.47 0 .28-.196.467l-1.517 1.52h3.644q.27 0 .437.194.169.194.169.469v.662q0 .274-.169.468-.168.195-.437.195H3.37l1.516 1.521q.196.186.196.466t-.196.466l-.388.388q-.197.197-.466.197-.274 0-.471-.197L.19 7.497Q0 7.317 0 7.032q0-.28.19-.471l3.37-3.37q.202-.19.47-.19z"
})]
}));
export { LIGuiTableColBefore };