import {h} from 'preact';

export const ResendIcon = () => (
  <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
    <g fill="none" fill-rule="evenodd" stroke="#FF6876" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5">
      <path d="M3.938 3.89a4 4 0 1 0 3.6-1.39M1.577 4.068l2.82-1.026L5.423 5.86" />
    </g>
  </svg>
);
