lucide-solid
Version:
A Lucide icon library package for Solid applications.
21 lines (19 loc) • 547 B
JSX
/**
* @license lucide-solid v0.562.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 5h16", key: "1tepv9" }],
["path", { d: "M4 12h16", key: "1lakjw" }],
["path", { d: "M4 19h16", key: "1djgab" }]
];
var Menu = (props) => <Icon {...props} iconNode={iconNode} name="menu" />;
var menu_default = Menu;
export {
menu_default as default
};
//# sourceMappingURL=menu.jsx.map