lucide-solid
Version:
A Lucide icon library package for Solid applications.
19 lines (17 loc) • 488 B
JSX
/**
* @license lucide-solid v0.536.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/egg.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12", key: "1le142" }]
];
var Egg = (props) => <Icon {...props} iconNode={iconNode} name="egg" />;
var egg_default = Egg;
export {
egg_default as default
};
//# sourceMappingURL=egg.jsx.map