diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 16:21:50 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 16:21:50 +0200 |
commit | 07614e84fe6d653191c5c428d18a3622c553d6b3 (patch) | |
tree | b94797cbcae091a0549fd795c77cef472efbd8f7 | |
parent | jekyll update (diff) | |
download | tabler-icons-07614e84fe6d653191c5c428d18a3622c553d6b3.tar.xz |
`subtask` icon
-rw-r--r-- | src/_icons/subtask.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/subtask.svg b/src/_icons/subtask.svg new file mode 100644 index 00000000..ad43d523 --- /dev/null +++ b/src/_icons/subtask.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <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> |