All files / packages/ui/src/icons MedicalAppointment.tsx

100% Statements 2/2
100% Branches 0/0
100% Functions 1/1
100% Lines 2/2

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    3x 3x                                                                    
import Svg, { Defs, G, Path, Rect, ClipPath } from "react-native-svg";
 
export const MedicalAppointmentIcon = () => (
  <Svg width="111" height="111" viewBox="0 0 111 111" fill="none">
    <G clipPath="url(#clip0_1891_21139)">
      <Path
        d="M55.4871 110.974C86.1318 110.974 110.974 86.1318 110.974 55.4871C110.974 24.8424 86.1318 0 55.4871 0C24.8424 0 0 24.8424 0 55.4871C0 86.1318 24.8424 110.974 55.4871 110.974Z"
        fill="#CDCCCC"
      />
      <Path
        d="M79.271 105.651C82.3308 104.186 85.262 102.463 87.9875 100.483V20.3123L79.271 18.8467V105.626V105.651Z"
        fill="#A09F9F"
      />
      <Path
        d="M22.9868 100.483C25.7123 102.463 28.6178 104.186 31.7033 105.651V18.8467L22.9868 20.3123V100.483Z"
        fill="#A09F9F"
      />
      <Path
        d="M34.7628 75.2595C34.4286 75.2595 34.1457 75.0281 34.12 74.6939C32.8858 64.7689 32.7573 56.0525 33.6829 48.0302C34.3514 42.4249 35.6113 35.1741 39.571 28.6431C41.5252 25.4291 45.0478 21.2637 50.8073 19.541C56.3097 17.8954 62.9692 19.2324 67.366 22.8579C73.6913 28.0775 75.6197 35.7654 77.0596 43.1706C78.8337 52.3756 78.988 62.4034 77.5224 74.6682C77.471 75.0281 77.1624 75.2852 76.8025 75.2338C76.4425 75.1824 76.1854 74.8738 76.2368 74.5139C77.6767 62.3777 77.5481 52.5042 75.774 43.4277C74.3855 36.254 72.5342 28.8231 66.5432 23.8607C62.4807 20.4923 56.3097 19.2581 51.193 20.8009C45.8191 22.395 42.528 26.329 40.7024 29.3374C36.8712 35.6369 35.6371 42.7335 34.9943 48.1845C34.0686 56.1039 34.1972 64.7175 35.4314 74.5139C35.4828 74.8738 35.2257 75.2081 34.8657 75.2338C34.84 75.2338 34.8143 75.2338 34.7886 75.2338L34.7628 75.2595Z"
        fill="#363636"
      />
      <Path
        d="M19.5672 22.344C19.1044 22.344 18.693 21.984 18.6416 21.5212C18.5902 21.007 18.9502 20.5442 19.4644 20.4927C21.2385 20.287 23.0127 19.9785 24.7611 19.5414C29.3893 18.41 33.8119 16.4816 37.9001 13.8075C38.3372 13.5247 38.9286 13.6533 39.1857 14.0904C39.4686 14.5275 39.34 15.0932 38.9029 15.376C34.6347 18.1529 30.0064 20.1585 25.1725 21.3412C23.3727 21.7783 21.4957 22.1126 19.6444 22.3183C19.6187 22.3183 19.5672 22.3183 19.5415 22.3183L19.5672 22.344Z"
        fill="#363636"
      />
      <Path
        d="M91.4332 22.3437C91.4075 22.3437 91.356 22.3437 91.3303 22.3437C89.479 22.138 87.602 21.8037 85.8022 21.3666C80.9683 20.1839 76.3401 18.1783 72.0718 15.4014C71.6347 15.1185 71.5061 14.5272 71.789 14.1158C72.0718 13.6787 72.6632 13.5501 73.0746 13.8329C77.1629 16.507 81.5854 18.4097 86.2136 19.5668C87.9363 19.9782 89.7362 20.3124 91.5103 20.5181C92.0246 20.5696 92.3845 21.0324 92.3331 21.5466C92.2817 22.0352 91.8703 22.3694 91.4075 22.3694L91.4332 22.3437Z"
        fill="#363636"
      />
    </G>
    <Defs>
      <ClipPath id="clip0_1891_21139">
        <Rect width="111" height="111" fill="white" />
      </ClipPath>
    </Defs>
  </Svg>
);