redbadger/website-honestly

View on GitHub
site/components/icons/github.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
// @flow

import React from 'react';

export default function GitHub() {
  return (
    <svg viewBox="0 0 21 20" xmlns="http://www.w3.org/2000/svg">
      <title>GitHub</title>
      <path
        d="M10.32 0C4.622 0 0 4.558 0 10.181c0 4.498 2.957 8.314 7.059 9.66.516.094.704-.22.704-.49 0-.242-.009-.882-.014-1.732-2.87.615-3.476-1.365-3.476-1.365-.47-1.175-1.146-1.489-1.146-1.489-.938-.631.07-.619.07-.619 1.036.072 1.581 1.05 1.581 1.05.921 1.555 2.416 1.106 3.004.846.094-.658.36-1.107.655-1.361-2.291-.257-4.7-1.131-4.7-5.032 0-1.111.401-2.02 1.062-2.732-.107-.258-.461-1.293.1-2.694 0 0 .867-.274 2.839 1.043a9.986 9.986 0 0 1 2.584-.342 10 10 0 0 1 2.584.342c1.97-1.317 2.835-1.043 2.835-1.043.563 1.401.21 2.436.103 2.694.661.712 1.061 1.62 1.061 2.732 0 3.911-2.413 4.772-4.713 5.024.37.314.701.935.701 1.885 0 1.36-.013 2.459-.013 2.793 0 .272.186.589.71.49 4.098-1.35 7.053-5.163 7.053-9.66C20.643 4.558 16.02 0 10.32 0"
        fillRule="evenodd"
      />
    </svg>
  );
}