import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";

export const DigitalLargeIcon = createSvgIcon(
  <path
    fillRule="evenodd"
    clipRule="evenodd"
    d="M7.23607 4C6.09975 4 5.06096 4.64201 4.55279 5.65836L3.60557 7.55279C3.35858 8.04676 3.55881 8.64744 4.05279 8.89443C4.54676 9.14142 5.14744 8.94119 5.39443 8.44721L6.34164 6.55279C6.51103 6.214 6.8573 6 7.23607 6H24.6812C25.0812 6 25.4428 6.2384 25.6004 6.60608L27.4835 11H7.73244C7.38663 10.4022 6.74028 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14C6.74028 14 7.38663 13.5978 7.73244 13H11V19.3698C11 21.2088 13.273 22.073 14.4948 20.6985L16.7474 18.1644C17.1143 17.7516 17.0771 17.1195 16.6644 16.7526C16.2516 16.3857 15.6195 16.4229 15.2526 16.8356L13 19.3698V13H19V18.2676C18.4022 18.6134 18 19.2597 18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 19.2597 21.5978 18.6134 21 18.2676V13H28V26C28 26.5523 27.5523 27 27 27H6C5.44772 27 5 26.5523 5 26V19.7324C5.5978 19.3866 6 18.7403 6 18C6 16.8954 5.10457 16 4 16C2.89543 16 2 16.8954 2 18C2 18.7403 2.4022 19.3866 3 19.7324V26C3 27.6569 4.34314 29 6 29H27C28.6569 29 30 27.6569 30 26V11.7947L27.4386 5.81824C26.9659 4.71519 25.8813 4 24.6812 4H7.23607Z"
    fill="currentColor"
  />,
  "DigitalLargeIcon"
);
(DigitalLargeIcon as React.ComponentType).defaultProps = {
  viewBox: "0 0 32 32",
};
