All files / app/components/icons rewind-arrow.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 RewindArrow: React.FC = () => (
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M8.00378 16C12.3907 16 16 12.3925 16 8C16 3.60755 12.3907 0 7.99622 0C3.6017 0 0 3.60755 0 8C0 12.3925 3.60925 16 8.00378 16ZM11.4092 8.33208C11.4092 10.2264 9.87636 11.766 7.99622 11.766C6.11609 11.766 4.58329 10.2264 4.58329 8.33962C4.58329 7.96981 4.89287 7.66038 5.27041 7.66038C5.6555 7.66038 5.96508 7.96981 5.96508 8.33962C5.96508 9.47925 6.86361 10.3774 7.99622 10.3774C9.13638 10.3774 10.0349 9.4717 10.0349 8.33962C10.0349 7.37359 9.37046 6.5283 8.48702 6.44528C8.41151 6.43774 8.32846 6.42264 8.25295 6.40755L8.63804 6.8C8.69844 6.88302 8.7362 7.01132 8.7362 7.14717C8.7362 7.53962 8.46437 7.77358 8.09438 7.77358C7.92827 7.77358 7.7546 7.69057 7.64134 7.57736L6.25956 6.20377C6.01038 5.94717 6.02548 5.51698 6.25956 5.27547L7.63379 3.88679C7.7546 3.76604 7.91317 3.66038 8.10949 3.66038C8.50967 3.66038 8.74375 3.95472 8.74375 4.26415C8.74375 4.45283 8.66824 4.57359 8.58518 4.67925L8.29825 4.97359C8.34356 4.98113 8.41907 4.98113 8.47947 4.98113C10.0727 5.13962 11.4092 6.58113 11.4092 8.33208Z"
      fill="currentColor"
    />
  </svg>
);