@icongo/li
Version:
LibreICONS Icons
18 lines • 1.32 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 LIGuiThList = 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", {
fill: "red",
d: "M4.429 2.929v1.285q0 .268-.188.456t-.455.187H1.643q-.268 0-.455-.187T1 4.214V2.93q0-.268.188-.456t.455-.187h2.143q.268 0 .455.187t.188.456zm0 3.428v1.286q0 .268-.188.455t-.455.188H1.643q-.268 0-.455-.188T1 7.643V6.357q0-.268.188-.455t.455-.188h2.143q.268 0 .455.188t.188.455zm0 3.429v1.285q0 .268-.188.456t-.455.187H1.643q-.268 0-.455-.187T1 11.07V9.786q0-.268.188-.456t.455-.187h2.143q.268 0 .455.187t.188.456z"
}), /*#__PURE__*/_jsx("path", {
d: "M13 2.929v1.285q0 .268-.188.456t-.455.187H5.93q-.268 0-.456-.187t-.187-.456V2.93q0-.268.187-.456t.456-.187h6.428q.268 0 .456.187T13 2.93zm0 3.428v1.286q0 .268-.188.455t-.455.188H5.93q-.268 0-.456-.188t-.187-.455V6.357q0-.268.187-.455t.456-.188h6.428q.268 0 .456.188t.187.455zm0 3.429v1.285q0 .268-.188.456t-.455.187H5.93q-.268 0-.456-.187t-.187-.456V9.786q0-.268.187-.456t.456-.187h6.428q.268 0 .456.187t.187.456z"
})]
}));
export { LIGuiThList };