blob: adc72fc59c6dc1a7e8fcacab98d658cc55763f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
export default {
name: 'Icon',
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '--text',
textOpacity: 0.5,
textOpacityMode: 'mixrgb'
}
}
]
}
|