UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

32 lines (28 loc) 853 B
/** * @license lucide-react v1.46.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.mjs'; const __iconData = { name: "toolbox", size: 24, node: [ ["path", { d: "M16 12v4", key: "vf1vip" }], ["path", { d: "M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", key: "llnzfg" }], [ "path", { d: "M17 6a2 2 0 011.414.586l3 3A2 2 0 0122 11v8a2 2 0 01-2 2H4a2 2 0 01-2-2v-8a2 2 0 01.586-1.414l3-3A2 2 0 017 6z", key: "1hprxj" } ], ["path", { d: "M2 14h20", key: "myj16y" }], ["path", { d: "M8 12v4", key: "1w4uao" }] ] }; __iconData.node; const Toolbox = createLucideIcon(__iconData); export { __iconData, Toolbox as default }; //# sourceMappingURL=toolbox.mjs.map