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