const ChartIcon = () => (
  <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M1.5625 27.5C1.5625 26.9822 1.98223 26.5625 2.5 26.5625H27.5C28.0178 26.5625 28.4375 26.9822 28.4375 27.5C28.4375 28.0178 28.0178 28.4375 27.5 28.4375H2.5C1.98223 28.4375 1.5625 28.0178 1.5625 27.5Z"
      fill="currentColor"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M11.939 2.65969C12.5031 1.9326 13.3663 1.5625 14.4375 1.5625H15.5625C16.6337 1.5625 17.4969 1.9326 18.061 2.65969C18.5917 3.34373 18.75 4.2081 18.75 5V27.5C18.75 28.0178 18.3303 28.4375 17.8125 28.4375H12.1875C11.6697 28.4375 11.25 28.0178 11.25 27.5V5C11.25 4.2081 11.4083 3.34373 11.939 2.65969ZM13.4204 3.80906C13.248 4.03127 13.125 4.4169 13.125 5V26.5625H16.875V5C16.875 4.4169 16.752 4.03127 16.5796 3.80906C16.4406 3.6299 16.1788 3.4375 15.5625 3.4375H14.4375C13.8212 3.4375 13.5594 3.6299 13.4204 3.80906Z"
      fill="currentColor"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M3.41574 10.2021C3.92352 9.46584 4.72931 9.0625 5.75 9.0625H6.75C7.77069 9.0625 8.57648 9.46584 9.08426 10.2021C9.55129 10.8793 9.6875 11.7255 9.6875 12.5V27.5C9.6875 28.0178 9.26777 28.4375 8.75 28.4375H3.75C3.23223 28.4375 2.8125 28.0178 2.8125 27.5V12.5C2.8125 11.7255 2.94871 10.8793 3.41574 10.2021ZM4.95926 11.2666C4.80129 11.4957 4.6875 11.8995 4.6875 12.5V26.5625H7.8125V12.5C7.8125 11.8995 7.69871 11.4957 7.54074 11.2666C7.42352 11.0967 7.22931 10.9375 6.75 10.9375H5.75C5.27068 10.9375 5.07648 11.0967 4.95926 11.2666Z"
      fill="currentColor"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M20.9157 16.4521C21.4235 15.7158 22.2293 15.3125 23.25 15.3125H24.25C25.2707 15.3125 26.0765 15.7158 26.5843 16.4521C27.0513 17.1293 27.1875 17.9755 27.1875 18.75V27.5C27.1875 28.0178 26.7678 28.4375 26.25 28.4375H21.25C20.7322 28.4375 20.3125 28.0178 20.3125 27.5V18.75C20.3125 17.9755 20.4487 17.1293 20.9157 16.4521ZM22.4593 17.5166C22.3013 17.7457 22.1875 18.1495 22.1875 18.75V26.5625H25.3125V18.75C25.3125 18.1495 25.1987 17.7457 25.0407 17.5166C24.9235 17.3467 24.7293 17.1875 24.25 17.1875H23.25C22.7707 17.1875 22.5765 17.3467 22.4593 17.5166Z"
      fill="currentColor"
    />
  </svg>
);

export default ChartIcon;
