export const DownloadIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      fill="none"
      viewBox="0 0 15 15"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M7.50014 10.2776C7.35778 10.2776 7.22167 10.2193 7.12376 10.1165L3.47792 6.29709C3.16195 5.96653 3.39667 5.41653 3.85431 5.41653H5.76403V1.42348C5.76403 0.945003 6.15362 0.55542 6.63209 0.55542H8.3682C8.84667 0.55542 9.23626 0.945003 9.23626 1.42348V5.41653H11.146C11.6036 5.41653 11.8383 5.96653 11.5224 6.29709L7.87653 10.1165C7.77862 10.2193 7.64251 10.2776 7.50014 10.2776Z"
        fill="currentColor"
      />
      <path
        d="M13.1941 13.3334H1.80523C1.26912 13.3334 0.833008 13.0063 0.833008 12.6042V12.3959C0.833008 11.9938 1.26912 11.6667 1.80523 11.6667H13.1941C13.7302 11.6667 14.1663 11.9938 14.1663 12.3959V12.6042C14.1663 13.0063 13.7302 13.3334 13.1941 13.3334Z"
        fill="currentColor"
      />
    </svg>
  );
};
