@icongo/li
Version:
LibreICONS Icons
14 lines • 690 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiColumns = 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: "M2.154 11.615h4.384V3.308H1.923v8.077q0 .093.069.162.068.068.162.068zm9.923-.23V3.308H7.462v8.307h4.384q.094 0 .162-.068.069-.069.069-.162zM13 2.615v8.77q0 .476-.339.815-.339.338-.815.338H2.154q-.476 0-.815-.338Q1 11.86 1 11.385v-8.77q0-.476.339-.815.339-.338.815-.338h9.692q.476 0 .815.338.339.34.339.815Z"
})
}));
export { LIGuiColumns };