const TransactionIcon = ({ className }: { className?: string }) => {
  return (
    <svg
      width="19"
      height="19"
      viewBox="0 0 19 19"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      className={className}
    >
      <path
        d="M9.8623 1.76855C14.1634 1.76855 17.6621 5.26728 17.6621 9.56836C17.6621 13.8694 14.1634 17.3682 9.8623 17.3682C5.56123 17.3682 2.0625 13.8694 2.0625 9.56836C2.0625 5.26728 5.56123 1.76855 9.8623 1.76855ZM9.8623 2.74316C6.09713 2.74316 3.03711 5.80319 3.03711 9.56836C3.03711 13.3335 6.09713 16.3936 9.8623 16.3936C13.6275 16.3936 16.6875 13.3335 16.6875 9.56836C16.6875 5.80319 13.6275 2.74316 9.8623 2.74316Z"
        fill="currentColor"
        stroke="currentColor"
        strokeWidth="0.15"
      />
      <path
        d="M7.20703 6.48486C7.35602 6.26103 7.65839 6.2004 7.88281 6.3501C8.10665 6.4993 8.16685 6.80187 8.01758 7.02588L7.47559 7.83936L7.39844 7.95557H13.2373C13.5066 7.95561 13.7245 8.17381 13.7246 8.44287C13.7246 8.71206 13.5067 8.93014 13.2373 8.93018H6.4873C6.30772 8.93018 6.14262 8.83175 6.05762 8.67334C5.97287 8.51476 5.98232 8.32178 6.08203 8.17236L7.20703 6.48486Z"
        fill="currentColor"
        stroke="currentColor"
        strokeWidth="0.15"
      />
      <path
        d="M6.4873 10.2061H13.2373C13.4171 10.2061 13.5822 10.3047 13.667 10.4629C13.7517 10.6214 13.7421 10.8144 13.6426 10.9639L12.5176 12.6514C12.4239 12.792 12.2691 12.8682 12.1113 12.8682C12.0187 12.8681 11.9252 12.8416 11.8418 12.7861C11.6178 12.6369 11.5576 12.3343 11.707 12.1104L12.249 11.2979L12.3262 11.1807H6.4873C6.21811 11.1807 6 10.9626 6 10.6934C6 10.4242 6.21811 10.2061 6.4873 10.2061Z"
        fill="currentColor"
        stroke="currentColor"
        strokeWidth="0.15"
      />
    </svg>
  );
};

export { TransactionIcon };
