All files / src/icons ArrowsConverge.tsx

83.33% Statements 5/6
100% Branches 0/0
0% Functions 0/1
83.33% Lines 5/6

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    1x 1x   1x                                                                                     1x   1x  
// THIS IS A GENERATED FILE, DO NOT EDIT
 
import * as React from 'react'
import { Icon, IconSize } from '../Icon'
 
const ArrowsConverge = React.forwardRef<
  SVGSVGElement,
  { size?: IconSize } & React.SVGAttributes<SVGElement>
>(function ArrowsConverge(props, ref) {
  return (
    <Icon {...props} name="ArrowsConverge">
      <svg
        width="24"
        height="24"
        viewBox="0 0 24 24"
        fill="currentColor"
        xmlns="http://www.w3.org/2000/svg"
        ref={ref}
      >
        <path
          d="M3.2 12.0003C3.2 8.10385 5.74785 4.79564 9.26316 3.64143V1.3586C4.51995 2.57988 1 6.88089 1 12.0003C1 13.013 1.14871 13.9897 1.40612 14.9216L3.38161 13.781C3.26284 13.2057 3.2 12.6102 3.2 12.0003Z"
          fill="currentColor"
        />
        <path
          d="M14.7605 1.36471V3.65016C18.2633 4.81149 20.8 8.11271 20.8 12.0003C20.8 12.6193 20.7341 13.223 20.6119 13.8063L22.5873 14.9469C22.8492 14.0075 23 13.0221 23 12.0003C23 6.88948 19.4915 2.59438 14.7605 1.36471Z"
          fill="currentColor"
        />
        <path
          d="M8.30026 15.3955L7.7469 17.46L9.87191 18.0293L11.395 12.3542L5.71958 10.8333L5.15024 12.9584L7.17944 13.5022L1.97277 16.4997C1.97378 16.502 1.97499 16.5042 1.97599 16.5065C2.2802 17.1805 2.65081 17.8164 3.07875 18.4103L3.07955 18.4114L8.30026 15.3955Z"
          fill="currentColor"
        />
        <path
          d="M16.8434 13.5368L18.9079 12.9837L18.3386 10.8587L12.6622 12.3773L14.1828 18.0528L16.3078 17.4834L15.7642 15.4541L20.9122 18.4222C21.3402 17.8299 21.7109 17.1956 22.0158 16.5232L16.8434 13.5368Z"
          fill="currentColor"
        />
        <path
          d="M12 20.7999C9.74938 20.7999 7.69997 19.9434 6.14222 18.5484L4.15404 19.6963C6.15148 21.7322 8.92914 23 12 23C15.0657 23 17.8397 21.7366 19.8366 19.7064L17.8474 18.5579C16.2908 19.9472 14.2456 20.7999 12 20.7999Z"
          fill="currentColor"
        />
        <path
          d="M9.402 5.50673L7.8464 7.06237L11.9995 11.2191L16.1543 7.06431L14.5987 5.50867L13.1132 6.99422V1.0564L13.1105 1.05626C12.7452 1.01947 12.3748 1 12 1C11.6332 1 11.2709 1.01981 10.9132 1.05506V7.01826L9.402 5.50673Z"
          fill="currentColor"
        />
      </svg>
    </Icon>
  )
})
 
ArrowsConverge.displayName = 'ArrowsConverge'
 
export default ArrowsConverge