UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFolder = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFolder = function LIGuiFolder(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: "M11.8 3.4H6.4L5.2 2.2h-3c-.66 0-1.2.54-1.2 1.2v2.4h12V4.6c0-.66-.54-1.2-1.2-1.2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ffca28", d: "M11.8 3.4H2.2c-.66 0-1.2.54-1.2 1.2v6c0 .66.54 1.2 1.2 1.2h9.6c.66 0 1.2-.54 1.2-1.2v-6c0-.66-.54-1.2-1.2-1.2z" })] })); }; exports.LIGuiFolder = LIGuiFolder;