All files / src/components/Appointment/ServiceFinder ClockSvg.vue

100% Statements 7/7
100% Branches 0/0
100% Functions 0/0
100% Lines 7/7

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81  1x 1x 1x 1x 1x 1x                                                                                                                                               1x    
<template>
  <svg
    width="56"
    height="56"
    viewBox="0 0 56 56"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle
      cx="28"
      cy="28"
      r="27.5"
      fill="white"
      stroke="#BDD4EA"
    />
    <mask
      id="mask0_248_9491"
      style="mask-type: alpha"
      maskUnits="userSpaceOnUse"
      x="0"
      y="0"
      width="56"
      height="56"
    >
      <circle
        cx="28"
        cy="28"
        r="28"
        fill="#E5EEF5"
      />
    </mask>
    <g mask="url(#mask0_248_9491)">
      <path
        d="M27.5 31.5003L6 9.49789C20 -9.00233 45.5 1.49609 49 10.0003L27.5 31.5003Z"
        fill="#E5EEF5"
      />
    </g>
    <path
      d="M28 7.35547V11.6985"
      stroke="#005A9F"
      stroke-width="1.4"
      stroke-miterlimit="10"
      stroke-linecap="round"
    />
    <path
      d="M48.636 27.9956H44.293"
      stroke="#005A9F"
      stroke-width="1.4"
      stroke-miterlimit="10"
      stroke-linecap="round"
    />
    <path
      d="M28 48.6302V44.2871"
      stroke="#005A9F"
      stroke-width="1.4"
      stroke-miterlimit="10"
      stroke-linecap="round"
    />
    <path
      d="M7.35938 27.9956H11.7024"
      stroke="#005A9F"
      stroke-width="1.4"
      stroke-miterlimit="10"
      stroke-linecap="round"
    />
    <path
      d="M20.3008 24.1488L27.5341 31.4988L42.0008 16.7988"
      stroke="#005A9F"
      stroke-width="2.8"
      stroke-miterlimit="10"
      stroke-linecap="round"
    />
    <circle
      cx="28"
      cy="28"
      r="27.5"
      stroke="#BDD4EA"
    />
  </svg>
</template>