UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 568 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/venus.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M12 15v7", key: "t2xh3l" }], ["path", { d: "M9 19h6", key: "456am0" }], ["circle", { cx: "12", cy: "9", r: "6", key: "1nw4tq" }] ]; var Venus = (props) => <Icon {...props} iconNode={iconNode} name="venus" />; var venus_default = Venus; export { venus_default as default }; //# sourceMappingURL=venus.jsx.map