Install library
Related: howto install fortinet client on ubuntu 22.04.
Related: How to Install OpenClaw on Ubuntu Server: A Step-by-Step Guide.
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.