i am trying to include this(https://materialdesignicons.com/) package in my fresh laravel(7.2) project
i have done this so far
npm install @mdi/font
and i can see the package in the

but when i add this line in my welcome.blade.php
Bob lives in a <span class="mdi mdi-home"></span>.
i have also build and run my npm but i still get nothing. futher more i have also tried importing it in my app.js file right on top like this
import '@mdi/font/css/materialdesignicons.css'
