diff options
Diffstat (limited to 'src/_icons/bow.svg')
-rw-r--r-- | src/_icons/bow.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/bow.svg b/src/_icons/bow.svg new file mode 100644 index 00000000..66b49135 --- /dev/null +++ b/src/_icons/bow.svg @@ -0,0 +1,9 @@ +--- +category: Sport +--- +<svg> + <path d="M17 3h4v4" /> + <path d="M21 3l-15 15" /> + <path d="M3 18h3v3" /> + <path d="M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5z" /> +</svg> |