trufflesuite/truffle

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

Summary

Maintainability
A
2 hrs
Test Coverage
export const Into = () => {
  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="M8.00022 9.532H8.54222L12.4472 5.627L11.3862 4.567L8.74922 7.177L8.74922 1H8.00022H7.25122L7.25122 7.177L4.61422 4.567L3.55322 5.627L7.45822 9.532H8.00022ZM9.95622 13.013C9.95622 14.1176 9.06079 15.013 7.95622 15.013C6.85165 15.013 5.95622 14.1176 5.95622 13.013C5.95622 11.9084 6.85165 11.013 7.95622 11.013C9.06079 11.013 9.95622 11.9084 9.95622 13.013Z"
        fill="#007ACC"
      />
    </svg>
  );
};