15 lines
357 B
JavaScript
15 lines
357 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const Martini = createLucideIcon("Martini", [
|
|
["path", { d: "M8 22h8", key: "rmew8v" }],
|
|
["path", { d: "M12 11v11", key: "ur9y6a" }],
|
|
["path", { d: "m19 3-7 8-7-8Z", key: "1sgpiw" }]
|
|
]);
|
|
|
|
export { Martini as default };
|
|
//# sourceMappingURL=martini.mjs.map
|