The Icon Button component is a simple styled wrapper around the native HTML button element that is used to trigger an action.
import { EllipsisVerticalIcon } from '@heroicons/react/24/outline';
import { IconButton } from '~/core/ui/IconButton';
<IconButton>
<EllipsisVerticalIcon className='h-5' />
</IconButton>