@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 524 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const shovelDig = [
["path", { d: "M12 6.5c-1.7 0-3-1.3-3-3V2h6v1.5c0 1.7-1.3 3-3 3", key: "1dcnnr" }],
["path", { d: "M12 16V6.5", key: "58fmdk" }],
["path", { d: "M8 22v-4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4", key: "10zdue" }],
["path", { d: "M6 22h12", key: "14i54f" }]
];
export { shovelDig as default };
//# sourceMappingURL=shovel-dig.js.map