blob: 6cb9e4e39196ac0cf704ca2a7fafd58e79198148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export default {
name: 'Icon',
virtual: true,
selector: '.svg-inline--fa',
defaultRules: [
{
component: 'Icon',
directives: {
textColor: '$blend(--stack, 0.5, --parent--text)',
textAuto: 'no-auto'
}
}
]
}
|