@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.82 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFolderFeatured = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFolderFeatured = function LIGuiFolderFeatured(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.336 2.828h6.25a.6.6 0 0 1 .442.184c.122.122.183.27.183.441v4.75a.602.602 0 0 1-.183.441.602.602 0 0 1-.442.184h-6.25a.602.602 0 0 1-.441-.184.602.602 0 0 1-.184-.441v-4.75c0-.172.061-.32.184-.441a.602.602 0 0 1 .441-.184zm0 .5a.12.12 0 0 0-.088.037.12.12 0 0 0-.037.088v4.75a.12.12 0 0 0 .037.088.12.12 0 0 0 .088.037h6.25a.12.12 0 0 0 .088-.037.12.12 0 0 0 .037-.088v-4.75a.12.12 0 0 0-.037-.088.12.12 0 0 0-.088-.037h-6.25zm1.125.5a.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.219-.531c0-.208.073-.385.219-.531a.723.723 0 0 1 .531-.219zm3.125.625 1.625 1.625v1.75h-5.5v-.75l1.25-1.25.625.625 2-2z"
})
}));
};
exports.LIGuiFolderFeatured = LIGuiFolderFeatured;