@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 LIGuiListUl = 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: "M3.571 10.429q0 .535-.375.91t-.91.375q-.536 0-.911-.375T1 10.43q0-.536.375-.911t.91-.375q.536 0 .911.375t.375.91zm0-3.429q0 .536-.375.91t-.91.376q-.536 0-.911-.375T1 7q0-.536.375-.91t.91-.376q.536 0 .911.375T3.571 7zm0-3.429q0 .536-.375.911t-.91.375q-.536 0-.911-.375T1 3.572q0-.536.375-.911t.91-.375q.536 0 .911.375t.375.91z"
}), /*#__PURE__*/_jsx("path", {
d: "M13 9.786v1.285q0 .088-.064.151-.063.064-.15.064H4.643q-.087 0-.15-.064-.064-.064-.064-.15V9.785q0-.087.063-.151.064-.064.15-.064h8.144q.087 0 .15.064.064.064.064.15zm0-3.429v1.286q0 .087-.064.15-.063.064-.15.064H4.643q-.087 0-.15-.063-.064-.064-.064-.151V6.357q0-.087.063-.15.064-.064.15-.064h8.144q.087 0 .15.063.064.064.064.151zm0-3.428v1.285q0 .087-.064.151-.063.064-.15.064H4.643q-.087 0-.15-.064-.064-.064-.064-.15V2.928q0-.088.063-.151.064-.064.15-.064h8.144q.087 0 .15.064.064.064.064.15z"
})]
}));
export { LIGuiListUl };