@icongo/li
Version:
LibreICONS Icons
18 lines • 813 B
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 LIGuiFold = 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: "m7 8.2 2.571 2.4H7.857V13H6.143v-2.4H4.429L7 8.2zm2.571-4.8H7.857V1H6.143v2.4H4.429L7 5.8l2.571-2.4z"
}), /*#__PURE__*/_jsx("path", {
d: "M13 5c0-.44-.386-.8-.857-.8H10l-.857.8h2.571L10 6.6H4L2.286 5h2.571L4 4.2H1.857C1.386 4.2 1 4.56 1 5l2.143 2L1 9c0 .44.386.8.857.8H4l.857-.8H2.286L4 7.4h6L11.714 9H9.143l.857.8h2.143c.471 0 .857-.36.857-.8l-2.143-2L13 5z"
})]
}));
export { LIGuiFold };