Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon request: move-horizontal/-vertical #754

Open
timonweber opened this issue Sep 22, 2019 · 1 comment · May be fixed by #770
Open

Icon request: move-horizontal/-vertical #754

timonweber opened this issue Sep 22, 2019 · 1 comment · May be fixed by #770

Comments

@timonweber
Copy link

timonweber commented Sep 22, 2019

Icon Request

  • Icon name: move-horizontal move-vertical
  • Use case: Restrict movement to one axis.

I would like to add modified versions of the existent move icon to indicate restricted possibilities of movement. This can easily be achieved by removing elements of the other axis and slightly enlarging the arrowheads to maintain balance:

move-horizontal move-vertical

<svg
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <polyline points="6 8 2 12 6 16" />
  <polyline points="18 8 22 12 18 16" />
  <line x1="2" y1="12" x2="22" y2="12" />
</svg>
<svg
  xmlns="http://www.w3.org/2000/svg"
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <polyline points="8 6 12 2 16 6" />
  <polyline points="16 18 12 22 8 18" />
  <line x1="12" y1="2" x2="12" y2="22" />
</svg>
@locness3
Copy link

Make a PR ! #171 will help you.

Sent with GitHawk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants