diff options
Diffstat (limited to 'src/_icons/subtask.svg')
-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> |