UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFolderOpen = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFolderOpen = function LIGuiFolderOpen(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: "#ffa000", d: "M10.673 3.586H6.12L4.983 2.448H2.138C1.512 2.448 1 2.96 1 3.586v6.828c0 .626.512 1.138 1.138 1.138h8.82c.483 0 .853-.37.853-.854V4.724c0-.626-.512-1.138-1.138-1.138z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ffca28", d: "M11.868 5.293H4.215a1.13 1.13 0 0 0-1.11.939l-.967 5.32h9.018a1.13 1.13 0 0 0 1.11-.939l.711-3.983c.142-.683-.398-1.337-1.11-1.337z" })] })); }; exports.LIGuiFolderOpen = LIGuiFolderOpen;