14 lines
259 B
JavaScript
14 lines
259 B
JavaScript
export default {
|
|
name: 'Icon',
|
|
virtual: true,
|
|
selector: '.svg-inline--fa',
|
|
defaultRules: [
|
|
{
|
|
component: 'Icon',
|
|
directives: {
|
|
textColor: '$blend(--stack 0.5 --parent--text)',
|
|
textAuto: 'no-auto',
|
|
},
|
|
},
|
|
],
|
|
}
|