lucide-solid
Version:
A Lucide icon library package for Solid applications
23 lines (21 loc) • 713 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/indian-rupee.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M6 3h12", key: "ggurg9" }],
["path", { d: "M6 8h12", key: "6g4wlu" }],
["path", { d: "m6 13 8.5 8", key: "u1kupk" }],
["path", { d: "M6 13h3", key: "wdp6ag" }],
["path", { d: "M9 13c6.667 0 6.667-10 0-10", key: "1nkvk2" }]
];
var IndianRupee = (props) => <Icon {...props} iconNode={iconNode} name="indian-rupee" />;
var indian_rupee_default = IndianRupee;
export {
indian_rupee_default as default
};
//# sourceMappingURL=indian-rupee.jsx.map