All files / packages/ui/src/icons MentalHealth.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, { ClipPath, Defs, G, Path, Rect } from "react-native-svg";
 
export const MentalHealthIcon = () => (
  <Svg width="111" height="111" viewBox="0 0 111 111" fill="none">
    <G clipPath="url(#clip0_1891_21087)">
      <Path
        d="M94.7192 94.7226C116.388 73.0536 116.388 37.921 94.7192 16.252C73.0501 -5.41711 37.9176 -5.4171 16.2485 16.252C-5.42056 37.921 -5.42056 73.0536 16.2485 94.7226C37.9176 116.392 73.0501 116.392 94.7192 94.7226Z"
        fill="#CDCCCC"
      />
      <Path
        d="M60.321 67.7772C57.8012 68.06 55.05 69.4999 54.7157 72.0197C50.8589 70.297 46.0507 71.3255 43.0166 74.2053C45.125 79.0135 49.9075 82.3818 55.4871 82.3818C62.5579 82.3818 68.3946 76.9822 69.0374 70.0656C66.5176 68.3171 63.3807 67.4686 60.321 67.7772Z"
        fill="#A09F9F"
      />
      <Path
        d="M69.1147 47.1819C69.1147 39.6739 63.0209 33.5801 55.5129 33.5801C48.0049 33.5801 41.9111 39.6739 41.9111 47.1819V68.7288C41.9111 70.6572 42.3225 72.5085 43.0425 74.1798C46.0765 71.3 50.8847 70.2715 54.7416 71.9943C55.0758 69.5002 57.827 68.0346 60.3469 67.7517C63.4066 67.4175 66.5435 68.2917 69.0633 70.0401C69.1147 69.603 69.1147 69.1916 69.1147 68.7545V47.2076V47.1819Z"
        fill="#363636"
      />
      <Path
        d="M19.5672 38.9798C19.1044 38.9798 18.693 38.6198 18.6416 38.157C18.5902 37.6427 18.9502 37.1799 19.4644 37.1285C21.2385 36.9228 23.0127 36.6142 24.7611 36.1771C29.3893 35.0458 33.8119 33.1174 37.9001 30.4433C38.3372 30.1604 38.9286 30.289 39.1857 30.7261C39.4686 31.1632 39.34 31.7289 38.9029 32.0117C34.6347 34.7887 30.0064 36.7942 25.1725 37.977C23.3727 38.4141 21.4957 38.7484 19.6444 38.954C19.6187 38.954 19.5672 38.954 19.5415 38.954L19.5672 38.9798Z"
        fill="#363636"
      />
      <Path
        d="M91.4332 38.9804C91.4075 38.9804 91.356 38.9804 91.3303 38.9804C89.479 38.7747 87.602 38.4405 85.8022 38.0034C80.9683 36.8206 76.3401 34.815 72.0718 32.0381C71.6347 31.7553 71.5061 31.1639 71.789 30.7525C72.0718 30.3154 72.6632 30.1868 73.0746 30.4696C77.1629 33.1437 81.5854 35.0464 86.2136 36.2035C87.9363 36.6149 89.7362 36.9491 91.5103 37.1548C92.0246 37.2063 92.3845 37.6691 92.3331 38.1833C92.2817 38.6719 91.8703 39.0061 91.4075 39.0061L91.4332 38.9804Z"
        fill="#363636"
      />
      <Path
        d="M32.1406 47.825C32.1406 50.8847 30.0836 53.3531 27.538 53.3531C24.9925 53.3531 22.9355 50.8847 22.9355 47.825C22.9355 44.7652 25.6096 39.8799 26.8952 37.36C27.1781 36.8201 27.9237 36.8201 28.2066 37.36C29.4665 39.8799 32.1663 45.5108 32.1663 47.825H32.1406Z"
        fill="#404653"
      />
    </G>
    <Defs>
      <ClipPath id="clip0_1891_21087">
        <Rect width="111" height="111" fill="white" />
      </ClipPath>
    </Defs>
  </Svg>
);