trufflesuite/truffle

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

Summary

Maintainability
A
2 hrs
Test Coverage
export const Out = () => {
  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 1H7.45822L3.55322 4.905L4.61422 5.965L7.25122 3.355V9.532H8.00022H8.74922V3.355L11.3862 5.965L12.4472 4.905L8.54222 1H8.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>
  );
};