@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 497 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 chest = [
[
"path",
{
d: "M8 19a2 2 0 0 0 2-2V9a4 4 0 0 0-8 0v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a4 4 0 0 0-4-4H6",
key: "1en086"
}
],
["path", { d: "M2 11h20", key: "3eubbj" }],
["path", { d: "M16 11v3", key: "1nggi5" }]
];
export { chest as default };
//# sourceMappingURL=chest.js.map