@icongo/li
Version:
LibreICONS Icons
18 lines • 1.07 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 LIGuiTableColRemove = 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 0C.235 0 0 .169 0 .379V13.62c0 .21.235.379.525.379H5.32c.29 0 .524-.169.524-.379V.38C5.844.169 5.61 0 5.32 0H.525zm.686 1.059h3.422v3.214H1.21V1.06zm0 4.283h3.422v3.215H1.21V5.342zm0 4.283h3.422v3.217H1.21V9.625z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M6.4 4.7q0-.256.18-.435l.87-.87q.178-.179.434-.179t.435.18l1.881 1.88 1.88-1.88q.18-.18.436-.18t.435.18l.87.87Q14 4.443 14 4.7t-.18.435l-1.88 1.88 1.88 1.88q.18.18.18.435t-.18.435l-.87.87q-.178.179-.434.179t-.435-.18L10.2 8.755l-1.88 1.88q-.18.18-.436.18t-.435-.18l-.87-.87Q6.4 9.587 6.4 9.33t.18-.435l1.88-1.88-1.88-1.88q-.18-.18-.18-.435z"
})]
}));
export { LIGuiTableColRemove };