I installed @mdi/font using
npm i @mdi/font
But how can i import it to my vue3 Project? vite return warning:
[vite] dependency @mdi/font declares non-existent entry file D:\xxxx\node_modules\@mdi\font\index.js.
What should I do so that i can use mdi icons like this way
<span class="mdi mdi-account-heart" aria-hidden="true"></span>
