Files
Remote-Control-Center/mc_test/node_modules/lucide-react/dist/esm/icons/folders.js
2025-11-25 09:56:15 +03:00

27 lines
687 B
JavaScript
Executable File

/**
* @license lucide-react v0.545.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const __iconNode = [
[
"path",
{
d: "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z",
key: "a4852j"
}
],
[
"path",
{ d: "M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1", key: "yxbcw3" }
]
];
const Folders = createLucideIcon("folders", __iconNode);
export { __iconNode, Folders as default };
//# sourceMappingURL=folders.js.map