/** * @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: "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z", key: "1vo8kb" } ], ["path", { d: "M15 2v4a2 2 0 0 0 2 2h4", key: "sud9ri" }], ["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1", key: "l4dndm" }] ]; const Files = createLucideIcon("files", __iconNode); export { __iconNode, Files as default }; //# sourceMappingURL=files.js.map