12 changed files with 2814 additions and 16 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,17 @@ |
|||||
|
<template> |
||||
|
<i class="fa" :class="`${name}`" aria-hidden="true"></i> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import './font-awesome-4.7.0/css/font-awesome.min.css' |
||||
|
export default { |
||||
|
name: 'FontIcon', |
||||
|
props: { |
||||
|
name: { |
||||
|
type: String, |
||||
|
required: false, |
||||
|
default: 'font-awesome' |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
</script> |
Loading…
Reference in new issue