diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/_icons/transition-right.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/_icons/transition-right.svg')
-rw-r--r-- | src/_icons/transition-right.svg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/_icons/transition-right.svg b/src/_icons/transition-right.svg deleted file mode 100644 index 8748af32..00000000 --- a/src/_icons/transition-right.svg +++ /dev/null @@ -1,11 +0,0 @@ ---- -category: Arrows -version: "1.80" -unicode: "f2b4" ---- -<svg> - <path d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" /> - <path d="M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0z" /> - <path d="M9 12h8" /> - <path d="M14 15l3 -3l-3 -3" /> -</svg> |