diff options
author | codecalm <codecalm@gmail.com> | 2022-08-12 14:27:00 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-12 14:27:00 +0200 |
commit | 777d2aa5c4b9ba196f0ccd1116c9f8d84a633e8b (patch) | |
tree | ad87e26643bec3e9aab5cdab5f15827d026dd4ab /src/_icons/arrows-transfer-up.svg | |
parent | Release 1.81.0 (diff) | |
download | tabler-icons-777d2aa5c4b9ba196f0ccd1116c9f8d84a633e8b.tar.xz |
18 new icons: `arrows-transfer-down`, `arrows-transfer-up`, `box-align-bottom-left`, `box-align-bottom-right`, `box-align-top-left`, `box-align-top-right`, `brand-webflow`, `brand-wordpress`, `bus-stop`, `chair-director`, `egg-cracked`, `script-minus`, `script-plus`, `script-x`, `script`, `stretching`, `text-color`, `tooltip`
Fixed icons: `arrows-random`
Diffstat (limited to 'src/_icons/arrows-transfer-up.svg')
-rw-r--r-- | src/_icons/arrows-transfer-up.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/arrows-transfer-up.svg b/src/_icons/arrows-transfer-up.svg new file mode 100644 index 00000000..01f7ebd6 --- /dev/null +++ b/src/_icons/arrows-transfer-up.svg @@ -0,0 +1,11 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 21v-6" /> + <path d="M20 6l-3 -3l-3 3" /> + <path d="M17 3v18" /> + <path d="M10 18l-3 3l-3 -3" /> + <path d="M7 3v2" /> + <path d="M7 9v2" /> +</svg> |