@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 599 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 mug = [
["path", { d: "M17 8h1a4 4 0 1 1 0 8h-1", key: "jx4kbh" }],
["path", { d: "M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z", key: "1bxrl0" }],
["path", { d: "M4 4a1 1 0 0 1 1-1 1 1 0 0 0 1-1", key: "fu9hsn" }],
["path", { d: "M10 4a1 1 0 0 1 1-1 1 1 0 0 0 1-1", key: "1w8viq" }],
["path", { d: "M16 4a1 1 0 0 1 1-1 1 1 0 0 0 1-1", key: "1wi25d" }]
];
export { mug as default };
//# sourceMappingURL=mug.js.map