@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 465 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const indianRupeeCircle = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M9 11h6.5", key: "jticyz" }],
["path", { d: "M15.5 7H9a4 4 0 0 1 0 8l3 3", key: "kis0yi" }]
];
export { indianRupeeCircle as default };
//# sourceMappingURL=indian-rupee-circle.js.map