trufflesuite/truffle

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

Summary

Maintainability
A
2 hrs
Test Coverage
export const Next = () => {
  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="M2.50025 2H4.00024V2.24001L4.00024 14L2.50024 14L2.50025 2ZM6.00025 2.18094V14L15.0002 8.06218L6.00025 2.18094ZM12.315 8.06218L7.50048 5L7.50048 11.1809L12.315 8.06218Z"
        fill="#007ACC"
      />
    </svg>
  );
};