@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFold = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFold = function LIGuiFold(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.LIGuiFold = LIGuiFold;