Files
Webklar.com/node_modules/lucide-react/dist/esm/icons/star.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

22 lines
503 B
JavaScript

/**
* @license lucide-react v0.446.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
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.js.map