vue-elegant-button
Project setup
npm install --save articles-icon
or
yarn add articles-icon
Basic Usage
<template>
<ArticleIcon size="large" extension='.docx' hascursorpointer:false
/>
</template>
<script>
import ArticleIcon from "articles-icon";
export default {
components:{
ArticleIcon
}
}
</script>