lucide-solid
Version:
A Lucide icon library package for Solid applications.
21 lines (19 loc) • 547 B
JSX
/**
* @license lucide-solid v0.539.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/menu.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M4 12h16", key: "1lakjw" }],
["path", { d: "M4 18h16", key: "19g7jn" }],
["path", { d: "M4 6h16", key: "1o0s65" }]
];
var Menu = (props) => <Icon {...props} iconNode={iconNode} name="menu" />;
var menu_default = Menu;
export {
menu_default as default
};
//# sourceMappingURL=menu.jsx.map