export const CubeIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 21.073 21.073"
      {...props}
    >
      <path
        data-name="Path 1"
        d="M21.069 5.199a.659.659 0 00-.376-.527L10.815.061a.659.659 0 00-.557 0L.38 4.671a.659.659 0 00-.38.528v11.27a.659.659 0 00.414.612l9.878 3.951a.658.658 0 00.489 0l9.878-3.951a.659.659 0 00.414-.612V5.268l-.004-.069zM10.537 1.385l8.221 3.836-3.166 1.266-8.376-3.553zM5.61 3.684l8.246 3.5-3.32 1.328-8.221-3.291zM1.317 6.24l8.561 3.425v9.776l-8.561-3.424zm9.878 13.2V9.666l8.561-3.424v9.776z"
        fill="currentColor"
      />
    </svg>
  );
};
