| 3 | type HexagonGridProps = SVGProps<SVGSVGElement>; |
| 4 | |
| 5 | const HexagonGrid: FC<HexagonGridProps> = props => ( |
| 6 | <svg |
| 7 | viewBox="0 0 1216 726" |
| 8 | fill="none" |
| 9 | xmlns="http://www.w3.org/2000/svg" |
| 10 | aria-hidden="true" |
| 11 | {...props} |
| 12 | > |
| 13 | <mask |
| 14 | id="mask0_91_8" |
| 15 | style={{ maskType: 'alpha' }} |
| 16 | maskUnits="userSpaceOnUse" |
| 17 | width="1216" |
| 18 | height="726" |
| 19 | x="0" |
| 20 | y="0" |
| 21 | > |
| 22 | <rect width="1216" height="725.8" fill="url(#paint0_radial_91_8)" /> |
| 23 | </mask> |
| 24 | <g mask="url(#mask0_91_8)"> |
| 25 | <path |
| 26 | d="M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z" |
| 27 | stroke="rgba(255, 255, 255, 1.0)" |
| 28 | strokeWidth="1.0" |
| 29 | /> |
| 30 | <path |
| 31 | d="M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z" |
| 32 | stroke="rgba(255, 255, 255, 1.0)" |
| 33 | strokeWidth="1.0" |
| 34 | /> |
| 35 | <path |
| 36 | d="M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z" |
| 37 | stroke="rgba(255, 255, 255, 1.0)" |
| 38 | strokeWidth="1.0" |
| 39 | /> |
| 40 | <path |
| 41 | d="M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z" |
| 42 | stroke="rgba(255, 255, 255, 1.0)" |
| 43 | strokeWidth="1.0" |
| 44 | /> |
| 45 | <path |
| 46 | d="M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z" |
| 47 | stroke="rgba(255, 255, 255, 1.0)" |
| 48 | strokeWidth="1.0" |
| 49 | /> |
| 50 | <path |
| 51 | d="M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z" |
| 52 | stroke="rgba(255, 255, 255, 1.0)" |
| 53 | strokeWidth="1.0" |
| 54 | /> |
| 55 | <path |
| 56 | d="M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z" |
| 57 | stroke="rgba(255, 255, 255, 1.0)" |
| 58 | strokeWidth="1.0" |
| 59 | /> |
| 60 | <path |
| 61 | d="M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z" |
| 62 | stroke="rgba(255, 255, 255, 1.0)" |
nothing calls this directly
no outgoing calls
no test coverage detected