2024-01-18 04:35:25 -08:00
|
|
|
export default {
|
2024-01-22 14:43:46 -08:00
|
|
|
name: 'Icon',
|
2024-01-31 07:39:51 -08:00
|
|
|
virtual: true,
|
|
|
|
selector: '.svg-inline--fa',
|
|
|
|
defaultRules: [
|
|
|
|
{
|
|
|
|
component: 'Icon',
|
|
|
|
directives: {
|
2024-02-18 14:00:43 -08:00
|
|
|
textColor: '$blend(--stack, 0.5, --parent--text)',
|
2024-02-07 08:54:00 -08:00
|
|
|
textAuto: 'no-auto'
|
2024-01-31 07:39:51 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-01-18 04:35:25 -08:00
|
|
|
}
|