@icongo/li
Version:
LibreICONS Icons
18 lines • 1.08 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 LIGuiTableColAfter = 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: "M.525.002C.235.002 0 .171 0 .381v13.242c0 .21.235.379.525.379h4.791c.29 0 .524-.169.524-.379V.381c0-.21-.234-.379-.524-.379H.526zm.684 1.059h3.42v3.214h-3.42V1.061zm0 4.283h3.42v3.215h-3.42V5.344zm0 4.283h3.42v3.217h-3.42V9.627z"
}), /*#__PURE__*/_jsx("path", {
fill: "green",
d: "M9.97 11.034q-.265 0-.466-.192l-.388-.388q-.197-.197-.197-.471 0-.28.197-.466l1.516-1.521H6.989q-.27 0-.437-.194-.168-.195-.168-.469v-.662q0-.275.168-.469.168-.194.437-.194h3.643L9.116 4.487q-.197-.187-.197-.466 0-.28.197-.466l.388-.388q.196-.197.465-.197.274 0 .471.197l3.368 3.369q.192.181.192.466 0 .28-.192.47l-3.368 3.37q-.202.192-.47.192z"
})]
}));
export { LIGuiTableColAfter };