diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:06:48 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:06:48 +0200 |
commit | a5ebce16a8db7fa09c82ebafb164b67dadfb3c4e (patch) | |
tree | f6ba1ea41c3b787291df07ca7a79d2796637231b /src/_icons/layout-kanban.svg | |
parent | 1 new icons: `rotate-rectangle` (diff) | |
download | tabler-icons-a5ebce16a8db7fa09c82ebafb164b67dadfb3c4e.tar.xz |
a-b
adjustments-alt
adjustments-horizontal
align-justified
layout-kanban
line
markdown
menu-2
tallymark-1
tallymark-2
tallymark-3
tallymark-4
tallymarks
truck-delivery
truck-return
Diffstat (limited to 'src/_icons/layout-kanban.svg')
-rw-r--r-- | src/_icons/layout-kanban.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/layout-kanban.svg b/src/_icons/layout-kanban.svg new file mode 100644 index 00000000..ed423013 --- /dev/null +++ b/src/_icons/layout-kanban.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="4 4 10 4"></polyline> + <polyline points="14 4 20 4"></polyline> + <rect x="4" y="8" width="6" height="12" rx="2" /> + <rect x="14" y="8" width="6" height="6" rx="2" /> +</svg> |