Install library
npm install @heroicons/react
Howto use
import { BeakerIcon } from '@heroicons/react/24/solid'
function MyComponent() {
return (
<div>
<BeakerIcon className="h-6 w-6 text-blue-500" />
<p>...</p>
</div>
)
}
Discover more from Susiloharjo
Subscribe to get the latest posts sent to your email.