@icongo/li
Version:
LibreICONS Icons
17 lines • 527 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiViewColumn = props => /*#__PURE__*/_jsx("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: "M1 2.2h12v9.6H1V2.2zm1.2 1.2h9.6v7.2H2.2V3.4zm2.4 0h1.2v7.2H4.6V3.4zm3.6 0h1.2v7.2H8.2V3.4z",
style: {
fillRule: "evenodd"
}
})
}));
export { LIGuiViewColumn };