export const YouTubeIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 18 14"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M17.884 3.231A2.733 2.733 0 0015.282.376 127.424 127.424 0 009.317.25h-.633C6.66.25 4.67.285 2.721.376A2.739 2.739 0 00.123 3.238 53.034 53.034 0 000 6.993c.001 1.252.036 2.505.12 3.76a2.743 2.743 0 002.598 2.865c2.046.096 4.146.139 6.28.139 2.133 0 4.23-.037 6.279-.139a2.743 2.743 0 002.601-2.866c.085-1.256.123-2.507.12-3.762a58.758 58.758 0 00-.114-3.759zM7.278 10.442v-6.91l5.098 3.454-5.098 3.456z"
        fill="#E82A00"
      />
    </svg>
  );
};
