redbadger/website-honestly

View on GitHub
site/templates/gold-coin-lp/images/2weekengagement.js

Summary

Maintainability
A
0 mins
Test Coverage
F
50%
// @flow
import React from 'react';

const TwoWeekIcon = () => {
  return (
    <svg
      width="33px"
      height="33px"
      viewBox="0 0 33 33"
      version="1.1"
      xmlns="http://www.w3.org/2000/svg"
      xmlnsXlink="http://www.w3.org/1999/xlink"
    >
      <title>Group 9</title>
      <desc>Created with Sketch.</desc>
      <defs>
        <path
          d="M5.564,5.383 L5.553,5.383 L5.553,5.391 C2.655,8.285 0.871,12.275 0.871,16.677 L0.871,16.677 C0.871,21.08 2.671,25.071 5.553,27.965 L5.553,27.965 L5.553,27.955 C8.452,30.858 12.451,32.635 16.863,32.635 L16.863,32.635 C21.247,32.635 25.222,30.874 28.104,28.025 L28.104,28.025 L28.181,27.963 C31.072,25.071 32.871,21.078 32.871,16.676 L32.871,16.676 C32.871,12.309 31.099,8.343 28.242,5.46 L28.242,5.46 L28.181,5.383 C25.292,2.498 21.274,0.718 16.863,0.718 L16.863,0.718 C12.453,0.718 8.462,2.496 5.564,5.383 L5.564,5.383 Z"
          id="path-1"
        />
      </defs>
      <g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
        <g id="Artboard" transform="translate(0.000000, -1.000000)">
          <g id="Group-9">
            <path
              d="M5.553,28.9056 C8.451,31.8076 12.451,33.5856 16.864,33.5856 C21.247,33.5856 25.222,31.8236 28.104,28.9746 L28.182,28.9136 C31.073,26.0206 32.871,22.0286 32.871,17.6256 C32.871,13.2586 31.099,9.2926 28.241,6.4096 L28.182,6.3326 C25.291,3.4476 21.274,1.6676 16.864,1.6676 C12.453,1.6676 8.462,3.4456 5.564,6.3326 L5.553,6.3326 L5.553,6.3406 C2.655,9.2346 0.871,13.2246 0.871,17.6276 C0.871,22.0306 2.671,26.0206 5.553,28.9156 L5.553,28.9056 Z"
              id="Fill-1"
              fill="#212121"
            />
            <g id="Group-6" transform="translate(0.000000, 0.950000)">
              <mask id="mask-2" fill="white">
                <use xlinkHref="#path-1" />
              </mask>
              <g id="Clip-4" />
              <polygon
                id="Fill-3"
                fill="#212121"
                mask="url(#mask-2)"
                points="-272 2533 1260.137 2533 1260.137 -342.948 -272 -342.948"
              />
              <polygon
                id="Fill-5"
                fill="#212121"
                mask="url(#mask-2)"
                points="-4.448 37.956 38.192 37.956 38.192 -4.602 -4.448 -4.602"
              />
            </g>
            <polygon
              id="Fill-7"
              fill="#FFFFFF"
              points="18.7444 9.9349 16.3074 12.3719 19.8514 15.9149 7.3064 15.9149 7.3064 19.3379 19.8514 19.3379 16.3074 22.8819 18.7444 25.3189 26.4354 17.6269"
            />
          </g>
        </g>
      </g>
    </svg>
  );
};

export default TwoWeekIcon;