cheese.js 323 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({
  cheese: {
    width: 512,
    height: 512,
    paths: [
      {
        d: 'M0 288h512v160c0 17.7-14.3 32-32 32h-448c-17.7 0-32-14.3-32-32v-160zM299.8 32c118.2 6.2 212.2 104.1 212.2 224h-512l278.7-217c5.5-4.4 12.4-7 20-7 0.4 0 0.8 0 1.1 0z'
      }
    ]
  }
})