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-down.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-down.svg')
-rw-r--r-- | src/_icons/fold-down.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/fold-down.svg b/src/_icons/fold-down.svg new file mode 100644 index 00000000..7fac0cba --- /dev/null +++ b/src/_icons/fold-down.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M12 11v8l3 -3m-6 0l3 3" /> + <line x1="9" y1="7" x2="10" y2="7" /> + <line x1="14" y1="7" x2="15" y2="7" /> + <line x1="19" y1="7" x2="20" y2="7" /> + <line x1="4" y1="7" x2="5" y2="7" /> +</svg> |