All files / app/components/icons delegation-icon.tsx

0% Statements 0/4
100% Branches 0/0
0% Functions 0/1
0% Lines 0/3

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                     
import React from 'react';
 
export const DelegationIcon: React.FC = () => (
  <svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M5.15317 4.68516C6.41925 4.68516 7.47062 3.62819 7.47062 2.35382C7.47062 1.07196 6.41925 0 5.15317 0C3.89449 0 2.84313 1.07196 2.84313 2.35382C2.84313 3.61319 3.87969 4.68516 5.15317 4.68516ZM10.8394 4.68516C12.1055 4.68516 13.1569 3.62819 13.1569 2.35382C13.1569 1.07196 12.1055 0 10.8394 0C9.58075 0 8.52198 1.07196 8.52198 2.35382C8.52198 3.62819 9.58075 4.68516 10.8394 4.68516ZM7.9963 9.84258C9.26238 9.84258 10.3137 8.78561 10.3137 7.50375C10.3137 6.22189 9.26238 5.15742 7.9963 5.15742C6.73762 5.15742 5.68626 6.22189 5.68626 7.50375C5.68626 8.78561 6.73762 9.84258 7.9963 9.84258ZM2.31745 9.84258C3.58353 9.84258 4.63489 8.78561 4.63489 7.50375C4.63489 6.22189 3.58353 5.15742 2.31745 5.15742C1.05137 5.15742 0 6.22189 0 7.50375C0 8.77061 1.03656 9.84258 2.31745 9.84258ZM13.6826 9.84258C14.9412 9.84258 16 8.78561 16 7.50375C16 6.22189 14.9412 5.15742 13.6826 5.15742C12.4165 5.15742 11.3651 6.22189 11.3651 7.50375C11.3651 8.78561 12.4165 9.84258 13.6826 9.84258ZM5.15317 15C6.41925 15 7.47062 13.9355 7.47062 12.6537C7.47062 11.3793 6.41925 10.3148 5.15317 10.3148C3.89449 10.3148 2.84313 11.3793 2.84313 12.6537C2.84313 13.9205 3.87969 15 5.15317 15ZM10.8394 15C12.1055 15 13.1569 13.9355 13.1569 12.6537C13.1569 11.3793 12.1055 10.3148 10.8394 10.3148C9.58075 10.3148 8.52198 11.3793 8.52198 12.6537C8.52198 13.9355 9.58075 15 10.8394 15Z"
      fill="currentColor"
    />
  </svg>
);