arrows-svg 0.0.1

SVG arrow generator
Documentation
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta charset="UTF-8">
    <title>Arrows</title>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap">
    <style></style>
  </head>
  <body>
    <svg width="400" height="400">
      <g>
        <line x1="200" y1="200" x2="300" y2="300" stroke="black" stroke-width="1"></line>
        <g transform="rotate(-135 300 300)">
          <path d="M 300 300 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="300" y2="230" stroke="black" stroke-width="1"></line>
        <g transform="rotate(-163.30075576600638 300 230)">
          <path d="M 300 230 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="210" y2="300" stroke="black" stroke-width="1"></line>
        <g transform="rotate(-95.71059313749963 210 300)">
          <path d="M 210 300 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="300" y2="100" stroke="black" stroke-width="1"></line>
        <g transform="rotate(135 300 100)">
          <path d="M 300 100 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="300" y2="190" stroke="black" stroke-width="1"></line>
        <g transform="rotate(174.28940686250036 300 190)">
          <path d="M 300 190 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="210" y2="10" stroke="black" stroke-width="1"></line>
        <g transform="rotate(93.01278750418335 210 10)">
          <path d="M 210 10 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="100" y2="300" stroke="black" stroke-width="1"></line>
        <g transform="rotate(-45 100 300)">
          <path d="M 100 300 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="100" y2="210" stroke="black" stroke-width="1"></line>
        <g transform="rotate(-5.710593137499643 100 210)">
          <path d="M 100 210 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="100" y2="100" stroke="black" stroke-width="1"></line>
        <g transform="rotate(45 100 100)">
          <path d="M 100 100 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
      <g>
        <line x1="200" y1="200" x2="100" y2="10" stroke="black" stroke-width="1"></line>
        <g transform="rotate(62.24145939893998 100 10)">
          <path d="M 100 10 l 10 -3 l 0 6 l -10 -3" fill="black" stroke-linecap="round"></path>
        </g>
      </g>
    </svg>
  </body>
</html>