trufflesuite/truffle

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

Summary

Maintainability
A
2 hrs
Test Coverage
export const Over = () => {
  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="M14.2503 5.75V1.75H12.7503V4.2916C11.6053 2.93303 9.8393 2.08334 7.90945 2.08334C4.73346 2.08334 1.98972 4.39036 1.75102 7.48075L1.73022 7.75H3.2313L3.25318 7.5241C3.46572 5.32932 5.45539 3.58334 7.90945 3.58334C9.64551 3.58334 11.1531 4.45925 11.959 5.75H9.13016V7.25H13.2923L14.2538 6.27493V5.75H14.2503ZM8.00028 14C9.10485 14 10.0003 13.1046 10.0003 12C10.0003 10.8954 9.10485 10 8.00028 10C6.89571 10 6.00028 10.8954 6.00028 12C6.00028 13.1046 6.89571 14 8.00028 14Z"
        fill="#007ACC"
      />
    </svg>
  );
};