MoonStarSolid
moon-star-solid
npm install @mynaui/icons-react
import { MoonStarSolid } from "@mynaui/icons-react";
const App = () => {
return <MoonStarSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M18.5 3.25a.75.75 0 0 1 .75.75v.75H20a.75.75 0 0 1 0 1.5h-.75V7a.75.75 0 0 1-1.5 0v-.75H17a.75.75 0 0 1 0-1.5h.75V4a.75.75 0 0 1 .75-.75m-6.788.2a.75.75 0 0 0-.668-1.197c-5.414.494-8.436 4.752-8.764 9.105-.328 4.361 2.037 8.975 7.451 10.166 5.686 1.25 11.472-2.837 12.016-8.646a.75.75 0 0 0-1.189-.676c-2.837 2.069-6.08 1.316-8.136-.724-2.054-2.039-2.8-5.239-.71-8.028'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/moon-star.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-moon-star"></use>
</svg>