diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 20:28:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 20:28:06 +0200 |
commit | 17a33fa302596b285edd2ae0c6ae0cb9797f72e8 (patch) | |
tree | da9142609d54149890bce86785cef6259d5b3c23 /src/_icons/float-right.svg | |
parent | npm files fixes (diff) | |
parent | currency yen fix (diff) | |
download | tabler-icons-17a33fa302596b285edd2ae0c6ae0cb9797f72e8.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'src/_icons/float-right.svg')
-rw-r--r-- | src/_icons/float-right.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/float-right.svg b/src/_icons/float-right.svg new file mode 100644 index 0000000..4953e77 --- /dev/null +++ b/src/_icons/float-right.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <rect width="6" height="6" x="14" y="5" rx="1" /> + <line x1="4" y1="7" x2="10" y2="7" /> + <line x1="4" y1="11" x2="10" y2="11" /> + <line x1="4" y1="15" x2="20" y2="15" /> + <line x1="4" y1="19" x2="20" y2="19" /> +</svg> |