free-code-camp.js 1.17 KB
import Icon from '../../components/Icon.vue'

Icon.register({
  'brands/free-code-camp': {
    width: 576,
    height: 512,
    paths: [
      {
        d: 'M97.2 96.2c-43.2 41.6-65 92.6-64.8 154 0.2 68 23 122.7 67.5 165 9.3 8.3 13.2 14.9 13.2 20.5 0 2.8-1.9 5.6-3.8 8.4-2.2 2.2-5.1 3.6-8.4 3.8-10.3 0-24.7-12.1-43.5-35.8-36.6-44.9-53.2-94.3-54.1-161.9s20.3-113.3 61.8-160.6c14.9-16.9 27.4-25.7 35.8-25.7 3.1 0.1 6 1.1 8.4 2.8 1.9 1.9 3.8 4.7 3.8 7.4 0 4.8-5.6 11.3-16 21.9zM239.5 420.1c0.6 0.4 0.9 0.5 0.9 0.5zM333.3 420.6l0.2-0.1c-0.2 0.1-0.3 0.2-0.2 0.1zM336.4 262.4c16.2 4.1 24-24 30-30.1 84.7 110.1-27.5 184.4-33 188.1 3.9-3 44.3-49.8 21.6-76.5-1-1-67.3 20.1-54.8-53.5 8.3-48.7-7.6-71.1-7.6-71.1-18 37.3-32.5 53.9-43.5 72.2-56.9 92.9-16.3 124.3-9.5 128.6-10.5-6.5-108.3-70.9-34-175.2 78.4-110.2 62.8-159.6 62.8-159.6 118.5 94.3 51.8 173 68 177.2zM510.9 89.7c41.4 47.3 62.7 93.2 61.8 160.6s-17.5 117-54.1 161.9c-18.8 23.7-33.2 35.8-43.5 35.8-3.2-0.3-6.2-1.7-8.4-3.8-1.9-2.8-3.8-5.6-3.8-8.4 0-5.6 3.9-12.2 13.2-20.5 44.5-42.4 67.3-97 67.5-165 0.2-61.5-21.6-112.5-64.8-154.1-10.4-10.6-16-17.1-16-21.9 0-2.8 1.9-5.5 3.8-7.4 2.4-1.7 5.3-2.8 8.4-2.8 8.5 0 21 8.8 35.9 25.7z'
      }
    ]
  }
})