import Icon from '../components/Icon.vue'

Icon.register({
  'ice-cream': {
    width: 448,
    height: 512,
    paths: [
      {
        d: 'M368 160c26.5 0 48 21.5 48 48s-21.5 48-48 48h-288c-26.5 0-48-21.5-48-48s21.5-48 48-48h0.9c-0.6-5.4-0.9-11-0.9-16.6 0-79.5 64.5-144 144-144 79.5 0 144 64.5 144 144 0 5.6-0.3 11.1-0.9 16.6h0.9zM195.4 493.7l-99.4-205.7h256l-99.4 205.7c-5 10.8-15.9 18.3-28.6 18.3s-23.6-7.5-28.6-18.3z'
      }
    ]
  }
})