UNPKG

@icongo/li

Version:
23 lines (22 loc) 2 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFolderArchive = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFolderArchive = function LIGuiFolderArchive(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("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: "M2.615 1.924a1.55 1.55 0 0 0-1.138.474A1.558 1.558 0 0 0 1 3.54v6.922c0 .442.16.823.477 1.14.317.318.696.475 1.138.475h8.77a1.55 1.55 0 0 0 1.138-.474c.318-.318.477-.699.477-1.141V5.385c0-.443-.16-.822-.477-1.139a1.553 1.553 0 0 0-1.138-.476H6.539v-.23c0-.443-.16-.824-.476-1.142a1.552 1.552 0 0 0-1.14-.474H2.616zm1.883 2.86h2.25c.103 0 .247.06.32.132L9.053 6.9a.523.523 0 0 1 .133.32v3.376a.188.188 0 0 1-.188.187h-4.5a.188.188 0 0 1-.187-.187V4.97c0-.103.084-.188.187-.188zm3.375 0h1.125c.103 0 .188.084.188.187v1.125c0 .103-.06.127-.133.054L7.818 4.916c-.073-.073-.048-.133.055-.133zm-3.187.374v5.25H8.81V7.227a.204.204 0 0 0-.026-.065L6.807 5.184a.209.209 0 0 0-.065-.026H4.686zm1.587.512h.43v.428h.428v.43h-.428v.427h.428v.43h-.428v.428h.264a.21.21 0 0 1 .13.042.219.219 0 0 1 .079.116l.357 1.168a.557.557 0 0 1-.217.635c-.161.121-.365.181-.613.181s-.453-.06-.615-.182a.555.555 0 0 1-.215-.634c.047-.141.181-.583.402-1.326v-.428h.428v-.43h-.43v-.428h.43v-.43h-.43V5.67zm.43 3.428a.663.663 0 0 0-.303.064c-.083.043-.127.092-.127.15 0 .059.044.108.127.15a.663.663 0 0 0 .303.065.663.663 0 0 0 .303-.064c.084-.043.125-.092.125-.15 0-.059-.041-.108-.125-.15a.663.663 0 0 0-.303-.065z" }) })); }; exports.LIGuiFolderArchive = LIGuiFolderArchive;