phone-square.js 633 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({
  'phone-square': {
    width: 448,
    height: 512,
    paths: [
      {
        d: 'M400 32c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-352c-26.5 0-48-21.5-48-48v-352c0-26.5 21.5-48 48-48h352zM94 416c160.1 0 290-129.7 290-290 0-7.1-5-13.1-11.6-14.6l-65-15c-1.1-0.3-2.2-0.4-3.4-0.4-6.2 0-11.5 3.8-13.8 9.1l-30 70c-0.8 1.8-1.2 3.8-1.2 5.9 0 4.7 2.1 8.9 5.5 11.6l37.9 31c-22.5 47.9-61.8 87.8-110.8 110.8l-31-37.9c-2.8-3.4-6.9-5.5-11.6-5.5-2.1 0-4.1 0.4-5.9 1.2l-70 30c-5.3 2.3-9.1 7.6-9.1 13.8 0 1.2 0.1 2.3 0.4 3.4l15 65c1.6 6.8 7.6 11.6 14.6 11.6z'
      }
    ]
  }
})