trufflesuite/truffle

View on GitHub
packages/dashboard/src/components/composed/Debugger/Controls/icons/Reset.tsx

Summary

Maintainability
A
2 hrs
Test Coverage
export const Reset = () => {
  return (
    <svg
      width="25"
      height="25"
      viewBox="0 0 16 16"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
    >
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M12.7502 7.99988C12.7502 10.4852 10.7355 12.4999 8.25024 12.4999C6.4182 12.4999 4.84186 11.4051 4.13977 9.83404L2.74906 10.3989C3.67471 12.5185 5.78948 13.9999 8.25024 13.9999C11.5639 13.9999 14.2502 11.3136 14.2502 7.99988C14.2502 4.68617 11.5639 1.99988 8.25024 1.99988C6.31714 1.99988 4.59756 2.91406 3.50024 4.33367V2.49988H2.00024V6.49988L2.75024 7.24988H6.25024V5.74988H4.35226C5.13033 4.40482 6.5846 3.49988 8.25024 3.49988C10.7355 3.49988 12.7502 5.5146 12.7502 7.99988Z"
        fill="#388A34"
      />
    </svg>
  );
};