16 lines
259 B
JavaScript
16 lines
259 B
JavaScript
export default {
|
|
name: 'Icon',
|
|
virtual: true,
|
|
selector: '.svg-inline--fa',
|
|
defaultRules: [
|
|
{
|
|
component: 'Icon',
|
|
directives: {
|
|
textColor: '--text',
|
|
textOpacity: 0.5,
|
|
textOpacityMode: 'mixrgb'
|
|
}
|
|
}
|
|
]
|
|
}
|