Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

heroicons

// usage of hero icons
import { BeakerIcon } from '@heroicons/react/24/solid'

function MyComponent() {
  return (
    <div>
      <BeakerIcon className="h-6 w-6 text-blue-500"/>
      <p>...</p>
    </div>
  )
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #heroicons
ADD COMMENT
Topic
Name
3+1 =