diff options
Diffstat (limited to 'src/assets/icons/kanban.svg')
| -rw-r--r-- | src/assets/icons/kanban.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/assets/icons/kanban.svg b/src/assets/icons/kanban.svg new file mode 100644 index 0000000..347de4d --- /dev/null +++ b/src/assets/icons/kanban.svg @@ -0,0 +1,6 @@ +<svg class="bi bi-kanban" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" d="M13.5 1h-11a1 1 0 00-1 1v12a1 1 0 001 1h11a1 1 0 001-1V2a1 1 0 00-1-1zm-11-1a2 2 0 00-2 2v12a2 2 0 002 2h11a2 2 0 002-2V2a2 2 0 00-2-2h-11z" clip-rule="evenodd"/> + <rect width="3" height="5" x="6.5" y="2" rx="1"/> + <rect width="3" height="9" x="2.5" y="2" rx="1"/> + <rect width="3" height="12" x="10.5" y="2" rx="1"/> +</svg>
\ No newline at end of file |
