vue-material/src/components/mdIcon/mdIcon.vue

7 lines
134 B
Vue

<template>
<i class="md-icon material-icons">
<slot></slot>
</i>
</template>
<style lang="scss" src="./mdIcon.scss"></style>