The icons npm package "material-icons" version "^0.3.1" has been successfully installed.
"material-icons": "^0.3.1"
The icons have been imported as shown below.
<style lang="sass">
$material-icons-font-path: '~material-icons/iconfont/';
@import '~material-icons/iconfont/material-icons.scss';
</style>
Now, the classes are being used for the icons like this.
<i class="rotate_right"></i>
However, the icons are not appearing on the page. This issue is within a vue application created using vue cli 3.