aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
blob: 81bbbce06f3c92a53bc6a95bbd447df193923f8f (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(--parent, 0.5, --parent--text)',
        textAuto: 'no-auto'
      }
    }
  ]
}