diff options
author | codecalm <codecalm@gmail.com> | 2020-08-18 14:10:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-18 14:10:49 +0200 |
commit | 0ba25932e85d078ead9b2b792461c31c8cee782f (patch) | |
tree | 1747deb209481e5c9b1bb7b72ec93ae3d92fd30d | |
parent | Update README.md (diff) | |
download | tabler-icons-0ba25932e85d078ead9b2b792461c31c8cee782f.tar.xz |
`medal` icon
-rw-r--r-- | src/_icons/medal.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg new file mode 100644 index 00000000..b0cd4bb6 --- /dev/null +++ b/src/_icons/medal.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 4v3M8 4v6m8-6v6" /> + <path d="M12 18.5L9 20l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2L15 20z" /> +</svg> |