@icongo/li
Version:
LibreICONS Icons
18 lines • 797 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 LIGuiUnfold = 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", {
d: "M10.857 7 13 9c0 .44-.386.8-.857.8H8.714V9h3L10 7.4H4L2.286 9h3v.8H1.857C1.386 9.8 1 9.44 1 9l2.143-2L1 5c0-.44.386-.8.857-.8h3.429V5h-3L4 6.6h6L11.714 5h-3v-.8h3.429c.471 0 .857.36.857.8l-2.143 2z"
}), /*#__PURE__*/_jsx("path", {
fill: "red",
d: "M6.143 5.8h1.714V3.4h1.714L7 1 4.429 3.4h1.714v2.4zm1.714 2.4H6.143v2.4H4.429L7 13l2.571-2.4H7.857V8.2z"
})]
}));
export { LIGuiUnfold };