Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2019-08-13 07:30:54 +0300
committerMark Otto <otto@github.com>2019-08-13 23:34:57 +0300
commit91677930e631f60316834a325186a478afcc9d48 (patch)
tree46e27df818c37610db9457987e5c1fa878986a51 /icons/kanban.svg
parent2342aaefb7011d53657315b4c0ee25b9efb5206f (diff)
Update icons
- Replace stroke with fill - Add tons of new icons - Delete some accidental dupes - Clean up properties and add class names
Diffstat (limited to 'icons/kanban.svg')
-rw-r--r--icons/kanban.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/icons/kanban.svg b/icons/kanban.svg
new file mode 100644
index 000000000..162653526
--- /dev/null
+++ b/icons/kanban.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-kanban" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M15.5 3h-11a1 1 0 00-1 1v12a1 1 0 001 1h11a1 1 0 001-1V4a1 1 0 00-1-1zm-11-1a2 2 0 00-2 2v12a2 2 0 002 2h11a2 2 0 002-2V4a2 2 0 00-2-2h-11z" clip-rule="evenodd"/>
+ <rect width="3" height="5" x="8.5" y="4" rx="1"/>
+ <rect width="3" height="9" x="4.5" y="4" rx="1"/>
+ <rect width="3" height="12" x="12.5" y="4" rx="1"/>
+</svg>