2024-01-18 12:35:25 +00:00
|
|
|
export default {
|
2024-01-22 22:43:46 +00:00
|
|
|
name: 'Icon',
|
2024-01-31 15:39:51 +00:00
|
|
|
virtual: true,
|
|
|
|
selector: '.svg-inline--fa',
|
|
|
|
defaultRules: [
|
|
|
|
{
|
|
|
|
component: 'Icon',
|
|
|
|
directives: {
|
|
|
|
textColor: '--text',
|
2024-02-07 14:17:53 +00:00
|
|
|
// textAuto: 'no-auto', // doesn't work well with mixrgb?
|
2024-01-31 15:39:51 +00:00
|
|
|
textOpacity: 0.5,
|
2024-02-07 14:17:53 +00:00
|
|
|
textOpacityMode: 'mixrgb'
|
2024-01-31 15:39:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-01-18 12:35:25 +00:00
|
|
|
}
|