diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 11:01:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 11:01:34 +0200 |
commit | 0e5bd6f8b2a574c7c364346ab23adaecb12cf04d (patch) | |
tree | f7c27abb6ddf9232ca5dfe23c8274ec4e3dd7723 /src/_icons/fold-up.svg | |
parent | 2 new icons: `file-symlink`, `refresh-alert` (diff) | |
download | tabler-icons-0e5bd6f8b2a574c7c364346ab23adaecb12cf04d.tar.xz |
3 new icons: `fold-down`, `fold-up`, `fold`
Fixed icons: `file-certificate`, `file-dislike`, `file-like`
Diffstat (limited to 'src/_icons/fold-up.svg')
-rw-r--r-- | src/_icons/fold-up.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/fold-up.svg b/src/_icons/fold-up.svg new file mode 100644 index 00000000..1d97f777 --- /dev/null +++ b/src/_icons/fold-up.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M12 13v-8l-3 3m6 0l-3 -3" /> + <line x1="9" y1="17" x2="10" y2="17" /> + <line x1="14" y1="17" x2="15" y2="17" /> + <line x1="19" y1="17" x2="20" y2="17" /> + <line x1="4" y1="17" x2="5" y2="17" /> +</svg> |