d5159e22创建于 2023年7月27日历史提交
export function PreLinkIcon(): JSX.Element {
  return (
    <svg width="1em" height="1.5em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
      <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <polygon
          fill="#293040"
          fill-rule="nonzero"
          points="10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"></polygon>
      </g>
    </svg>
  );
}

export function NextLinkIcon(): JSX.Element {
  return (
    <svg width="1em" height="1.5em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
      <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <polygon
          fill="#293040"
          fill-rule="nonzero"
          transform="translate(8.146447, 8.000000) scale(-1, 1) translate(-8.146447, -8.000000) "
          points="11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"></polygon>
      </g>
    </svg>
  );
}