diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 18:34:12 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 18:34:12 +0200 |
commit | 9bbcbf98765422220741047252544d8fa9f043da (patch) | |
tree | 3ef7998ee0d9cfb5972c34d3c6da6dc59f036b28 /icons/subtask.svg | |
parent | h1-h6 icons (diff) | |
download | tabler-icons-9bbcbf98765422220741047252544d8fa9f043da.tar.xz |
Release 1.16.0v1.16.0
Diffstat (limited to 'icons/subtask.svg')
-rw-r--r-- | icons/subtask.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/subtask.svg b/icons/subtask.svg new file mode 100644 index 00000000..b646e0b5 --- /dev/null +++ b/icons/subtask.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-subtask" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <line x1="6" y1="9" x2="12" y2="9" /> + <line x1="4" y1="5" x2="8" y2="5" /> + <path d="M6 5v11a1 1 0 0 0 1 1h5" /> + <rect x="12" y="7" width="8" height="4" rx="1" /> + <rect x="12" y="15" width="8" height="4" rx="1" /> +</svg> + + |