diff options
Diffstat (limited to 'src/icons/trophy.svg')
-rw-r--r-- | src/icons/trophy.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/trophy.svg b/src/icons/trophy.svg new file mode 100644 index 00000000..9c4b9eed --- /dev/null +++ b/src/icons/trophy.svg @@ -0,0 +1,13 @@ +--- +tags: [success, win, prize, winner] +version: "1.0" +unicode: "eb45" +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="17" x2="12" y2="21" /> + <line x1="7" y1="4" x2="17" y2="4" /> + <path d="M17 4v8a5 5 0 0 1 -10 0v-8" /> + <circle cx="5" cy="9" r="2" /> + <circle cx="19" cy="9" r="2" /> +</svg> |