first commit

This commit is contained in:
2026-05-12 12:41:49 +07:00
commit 604fef891f
8368 changed files with 1285228 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/**
* @license lucide-vue-next v1.0.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 Toolbox = createLucideIcon("toolbox", [
["path", { d: "M16 12v4", key: "vf1vip" }],
[
"path",
{
d: "M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z",
key: "1h1rvn"
}
],
["path", { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2", key: "1ksdt3" }],
["path", { d: "M2 14h20", key: "myj16y" }],
["path", { d: "M8 12v4", key: "1w4uao" }]
]);
export { Toolbox as default };
//# sourceMappingURL=toolbox.js.map