mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 21:41:53 +07:00
26 lines
751 B
JavaScript
26 lines
751 B
JavaScript
/**
|
|
* @license lucide-vue-next 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 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
|