lucide-solid
Version:
A Lucide icon library package for Solid applications
21 lines (19 loc) • 571 B
JSX
/**
* @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/mars.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M16 3h5v5", key: "1806ms" }],
["path", { d: "m21 3-6.75 6.75", key: "pv0uzu" }],
["circle", { cx: "10", cy: "14", r: "6", key: "1qwbdc" }]
];
var Mars = (props) => <Icon {...props} iconNode={iconNode} name="mars" />;
var mars_default = Mars;
export {
mars_default as default
};
//# sourceMappingURL=mars.jsx.map