redbadger/website-honestly

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

Summary

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

import React from 'react';

export default function Slack() {
  return (
    <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
      <title>Slack</title>
      <path d="M8.171 9.243l.855 2.553 2.652-.888-.855-2.553-2.652.888" />
      <path d="M15.569 11.775l-1.286.43.445 1.331a1.029 1.029 0 1 1-1.95.654l-.446-1.331-2.652.888.445 1.33a1.029 1.029 0 0 1-1.95.654l-.447-1.33-1.286.43a1.029 1.029 0 1 1-.653-1.951l1.286-.43-.855-2.553-1.286.43a1.028 1.028 0 1 1-.654-1.951l1.286-.43-.445-1.331a1.029 1.029 0 0 1 1.95-.654l.446 1.33 2.653-.887-.446-1.331a1.029 1.029 0 0 1 1.951-.653l.446 1.33 1.286-.43a1.029 1.029 0 0 1 .653 1.95l-1.286.431.855 2.553 1.286-.43a1.029 1.029 0 0 1 .654 1.95zm3.45-4.428C16.971.527 14.016-1.065 7.195.982.376 3.028-1.215 5.983.831 12.804c2.046 6.82 5.002 8.411 11.822 6.365 6.82-2.046 8.412-5.002 6.365-11.822z" />
    </svg>
  );
}