redbadger/website-honestly

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

Summary

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

import React from 'react';

export default function Youtube() {
  return (
    <svg viewBox="0 0 27 19" xmlns="http://www.w3.org/2000/svg">
      <title>Youtube</title>
      <path d="M10.72 5.44l6.4 4.28.9-.47-7.3-3.81z" />
      <path d="M10.72 13V5.44L18 9.25zm16-8.91a5.85 5.85 0 0 0-1.07-2.68A3.86 3.86 0 0 0 23 .3C19.19 0 13.52 0 13.52 0S7.83 0 4.05.3a3.87 3.87 0 0 0-2.71 1.14A5.84 5.84 0 0 0 .27 4.13 40.87 40.87 0 0 0 0 8.5v2.05a40.87 40.87 0 0 0 .27 4.37 5.84 5.84 0 0 0 1.07 2.68 4.58 4.58 0 0 0 3 1.16c2.15.24 9.17.24 9.17.24s5.68 0 9.46-.28a3.86 3.86 0 0 0 2.71-1.14 5.85 5.85 0 0 0 1.07-2.68 40.92 40.92 0 0 0 .25-4.35V8.5a40.92 40.92 0 0 0-.27-4.37z" />
    </svg>
  );
}