dailymotion.js 769 Bytes
import Icon from '../../components/Icon.vue'

Icon.register({
  'brands/dailymotion': {
    width: 448,
    height: 512,
    paths: [
      {
        d: 'M298.9 267c7.1 4 13 9.9 17 17 3.9 6.8 6.1 14.8 6.1 23.2 0 0.1 0 0.2 0 0.3 0 13.7-4.6 25.1-13.7 34.3s-20.4 13.8-34.1 13.8c-13.4 0-24.6-4.5-33.4-13.4s-13.3-20.5-13.3-34.6c0-13.4 4.5-24.6 13.6-33.4s20.2-13.3 33.4-13.3c0.2 0 0.5 0 0.7 0 8.6 0 16.7 2.2 23.7 6.2zM0 32h448v448h-448v-448zM374.7 405.3l0-264.3-55.8 12.1v77.9c-7.8-7.9-16.1-13.5-25-17-8.9-3.4-18.5-5.2-28.6-5.2-0.4 0-0.8 0-1.2 0-17.7 0-33.6 4.4-47.7 13.1-14.1 8.7-25.4 21-32.9 35.8-7.8 15.1-11.8 31.8-11.8 50.2 0 18.8 3.9 35.8 11.6 50.9 7.5 14.8 18.8 27.2 32.9 35.8 14.2 8.7 30.5 13.1 48.9 13.1 26.7 0 45.3-8.7 55.8-26.2h0.7v23.9h53.1z'
      }
    ]
  }
})