redbadger/website-honestly

View on GitHub
site/pages/what-we-do/lean-agile-slice/largeLoop.js

Summary

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

import React from 'react';

export default function LargeLoop(props: {}) {
  return (
    <svg viewBox="0 0 422 1004" xmlns="http://www.w3.org/2000/svg" {...props}>
      <g fill="none" stroke="#B88DFF" strokeWidth="10">
        <path d="M211 502l145.664-145.57c80.448-80.395 80.448-210.742 0-291.136C316.09 24.744 262.178 4.647 209 4.996M211 502L65.336 647.566c-80.448 80.398-80.448 210.744 0 291.138 40.758 40.731 94.246 60.826 147.664 60.285" />
        <path
          strokeDasharray="25,15,25,25"
          d="M211 502L65.336 356.43c-80.448-80.395-80.448-210.742 0-291.136C105.91 24.744 159.822 4.647 213 4.996"
        />
        <path
          strokeDasharray="25,15,25,15"
          d="M211 502l145.664 145.566c80.448 80.398 80.448 210.744 0 291.138-40.758 40.731-94.246 60.826-147.664 60.285"
        />
      </g>
    </svg>
  );
}