UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

27 lines (23 loc) 791 B
/** * @license lucide-react v0.562.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: "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" }] ]; const Toolbox = createLucideIcon("toolbox", __iconNode); export { __iconNode, Toolbox as default }; //# sourceMappingURL=toolbox.js.map