aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
blob: 67b8abb5ef6a11bb7563519824c72acbc51271fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export default {
  name: 'Icon',
  virtual: true,
  selector: '.svg-inline--fa',
  defaultRules: [
    {
      component: 'Icon',
      directives: {
        textColor: '--text',
        textOpacity: 0.5,
        textOpacityMode: 'mixrgb',
        textAuto: 'no-auto'
      }
    }
  ]
}