Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/star.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

19 lines
369 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Star = createLucideIcon("Star", [
[
"polygon",
{
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",
key: "8f66p6"
}
]
]);
export { Star as default };
//# sourceMappingURL=star.mjs.map