@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiUnfold = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiUnfold = function LIGuiUnfold(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", {
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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.LIGuiUnfold = LIGuiUnfold;