UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 478 B
/** * @license lucide-solid v0.488.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/moon.tsx import Icon from "../Icon"; var iconNode = [["path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z", key: "a7tn18" }]]; var Moon = (props) => <Icon {...props} iconNode={iconNode} name="moon" />; var moon_default = Moon; export { moon_default as default }; //# sourceMappingURL=moon.jsx.map