@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 474 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 bucket = [
["path", { d: "M6 7c0-2.8 2.2-5 5-5h2c2.8 0 5 2.2 5 5", key: "drbtoh" }],
["path", { d: "M5 11h14", key: "17iare" }],
["path", { d: "m18 11-.8 9c-.1 1.1-1.1 2-2.2 2H9c-1.1 0-2.1-.9-2.2-2L6 11", key: "4picm6" }]
];
export { bucket as default };
//# sourceMappingURL=bucket.js.map