vue-material/src/components/mdIcon/mdIcon.vue
2016-07-13 02:00:31 -03:00

7 lines
134 B
Vue

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