npm install --save article-icons-vue3
npm install --save @fortawesome/fontawesome-free
or
yarn add article-icons-vue3
import '@fortawesome/fontawesome-free/css/all.css
<template>
<ArticleIcon size="large" extension='.docx' hascursorpointer:false
/>
</template>
<script>
import ArticleIcon from "article-icons-vue3";
export default {
components:{
ArticleIcon
}
}
</script>