diff options
author | codecalm <codecalm@gmail.com> | 2020-06-04 21:49:13 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-04 21:49:13 +0200 |
commit | 0dd66f7cd565a4e8b74573a34c59c3a14902f4e5 (patch) | |
tree | 97d8990ae1ce2dbea66788222fa1b789dde394ca /src/_icons | |
parent | `language` icon fix (diff) | |
download | tabler-icons-0dd66f7cd565a4e8b74573a34c59c3a14902f4e5.tar.xz |
1 new icons: `rotate-rectangle`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/rotate-rectangle.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_icons/rotate-rectangle.svg b/src/_icons/rotate-rectangle.svg new file mode 100644 index 00000000..91e8c2d6 --- /dev/null +++ b/src/_icons/rotate-rectangle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16.3 5h.7a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h5l-2.82 -2.82m0 5.64l2.82 -2.82" transform="rotate(-45 12 12)" /> +</svg> |