redbadger/website-honestly

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

Summary

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

import React from 'react';

export default function SmallLoop(props: {}) {
  return (
    <svg viewBox="0 0 298 127" xmlns="http://www.w3.org/2000/svg" {...props}>
      <g fill="none" stroke="#B88DFF" strokeWidth="5">
        <path d="M148.692 63.01l-42.733-42.787c-23.601-23.63-61.865-23.63-85.466 0C8.59 32.142 2.69 47.978 2.793 63.598m145.899-.588l42.732 42.789c23.601 23.63 61.866 23.63 85.466 0 11.957-11.973 17.856-27.685 17.697-43.376" />
        <path
          strokeDasharray="17.5,10.5,17.5,17.5"
          d="M148.692 63.01l-42.733 42.79c-23.601 23.63-61.865 23.63-85.466 0C8.59 93.88 2.69 78.044 2.793 62.423"
        />
        <path
          strokeDasharray="17.5,10.5,17.5,10.5"
          d="M148.692 63.01l42.732-42.787c23.601-23.63 61.866-23.63 85.466 0 11.957 11.973 17.856 27.684 17.697 43.375"
        />
      </g>
    </svg>
  );
}