export const ProductIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 17 17"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M7.86715 7.74751L0.23043 4.53205C0.121025 4.48596 0 4.56632 0 4.68505V13.2813C0 13.4985 0.132248 13.6939 0.333957 13.7745L7.74108 16.7374C7.85012 16.781 7.96875 16.7007 7.96875 16.5833V7.90051C7.96875 7.8337 7.92871 7.77344 7.86715 7.74751Z"
        fill="currentColor"
      />
      <path
        d="M8.56511 6.83393L15.9467 3.72592C16.0793 3.67007 16.0829 3.48333 15.9524 3.42247L8.72534 0.0498296C8.58293 -0.0166099 8.41845 -0.0166099 8.27604 0.0498296L1.04894 3.42247C0.918488 3.48333 0.922041 3.67007 1.05472 3.72592L8.43628 6.83393C8.47745 6.85129 8.52393 6.85129 8.56511 6.83393Z"
        fill="currentColor"
      />
      <path
        d="M9.03125 7.90051V16.5833C9.03125 16.7007 9.14988 16.781 9.25892 16.7374L16.666 13.7745C16.8677 13.6939 17 13.4985 17 13.2813V4.68505C17 4.56632 16.879 4.48596 16.7696 4.53205L9.13285 7.74751C9.07129 7.77344 9.03125 7.8337 9.03125 7.90051Z"
        fill="currentColor"
      />
    </svg>
  );
};
