UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

23 lines (20 loc) 574 B
/** * @license lucide v1.7.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const Toolbox = [ ["path", { d: "M16 12v4" }], [ "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" } ], ["path", { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" }], ["path", { d: "M2 14h20" }], ["path", { d: "M8 12v4" }] ]; export { Toolbox as default }; //# sourceMappingURL=toolbox.js.map