artstation.js 380 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/artstation': {
    width: 512,
    height: 512,
    paths: [
      {
        d: 'M2 377.4h315.1l59.2 102.6h-285.4c0 0 0 0 0 0-20.1 0-37.5-11.5-45.9-28.3zM501.8 350c19 29.4-0.1 55.9-2 59.1l-40.7 70.5-257.3-447.6h88.4c0 0 0-0.1 0-0.1 19.7 0 36.8 11.1 45.4 27.4zM275 304.5h-231l115.5-200z'
      }
    ]
  }
})