umbraco.js 1.22 KB
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/umbraco': {
    width: 510,
    height: 512,
    paths: [
      {
        d: 'M255.3 8c137 0.2 247.8 111.3 247.7 248.3-0.2 137-111.2 247.7-248 247.7-137-0.1-248.1-111.3-248-248.3 0.1-137 111.4-247.8 248.3-247.7zM400.4 274c0.4-5.2 0.5-10.1 0.5-15.5 0-5.1-0.2-10.2-0.5-15.3-0.4-14.9-1.6-29.4-3.6-43.9-1.9-13.2-3.6-22.4-5.4-32-1-4.9-1.3-6.4-1.8-8.4-0.5-2.2-2.5-3.9-4.9-3.9h0-0.8l-32 5c-2.4 0.4-4.2 2.4-4.2 4.9 0 0 0 0 0 0.1 0 0.1 0 0.2 0 0.4 0 0.1 0 0.3 0 0.4l1.7 8.8c1.6 8.9 3.2 20.1 4.9 33.7 1.6 14 2.5 27.8 2.6 42.1 0.3 26.9-2.4 46.8-8.1 59.8-5.6 12.8-17.2 22.3-31.2 25.2-16.3 3.4-32.9 5.3-50.1 5.3-2.4 0-4.8 0-7.1-0.1h-10.3c-2.4 0.1-4.5 0.1-7 0.1-17.3 0-34.1-1.8-50.4-5.2-14-2.9-25.6-12.4-31.3-25.2-5.6-12.9-8.3-32.9-8.1-59.8 0.1-14.4 1-28.2 2.6-42.2 1.6-13.6 3.2-24.8 4.8-33.7l1.7-8.8c0-0.1 0-0.2 0-0.4 0-0.1 0-0.3 0-0.4 0 0 0 0 0 0 0-2.5-1.8-4.6-4.2-5l-32-5h-0.7c-2.4 0-4.4 1.7-4.9 3.9-0.5 2-0.8 3.6-1.8 8.5-1.8 9.4-3.5 18.6-5.4 32-2 14.5-3.2 29-3.6 43.9-0.4 5.1-0.5 9.9-0.5 15.2s0.2 10.4 0.5 15.6c0.8 27.1 5.4 48.8 14 65 8.6 16.2 23.1 27.9 43.5 35 20.4 7.1 48.9 10.6 85.4 10.5h4.6c36.6 0.2 65-3.3 85.5-10.5 20.4-7.1 34.9-18.8 43.5-35s13.2-37.9 14-65z'
      }
    ]
  }
})