yahoo.js 394 Bytes
Newer Older
Robin Borgogno's avatar
Robin Borgogno committed
1 2 3 4 5 6 7 8 9 10 11 12 13
import Icon from '../../components/Icon.vue'

Icon.register({
  'brands/yahoo': {
    width: 512,
    height: 512,
    paths: [
      {
        d: 'M223.7 141.1h93.6l-140.9 338.9h-94.2l38.6-89.8-105.8-249.1h96.1l56 143.2zM329.1 276.9c32.1 0 58.2 26.1 58.2 58.2 0 32.1-26.1 58.2-58.2 58.2s-58.2-26.1-58.2-58.2c0-32.1 26.1-58.2 58.2-58.2zM394.6 32h104.4l-92.6 223.5h-104.8z'
      }
    ]
  }
})