mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 15:07:41 +01:00
Add trophy & medal icons (#759)
This commit is contained in:
18
icons/medal.svg
Normal file
18
icons/medal.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15" />
|
||||
<path d="M11 12 5.12 2.2" />
|
||||
<path d="m13 12 5.88-9.8" />
|
||||
<path d="M8 7h8" />
|
||||
<circle cx="12" cy="17" r="5" />
|
||||
<path d="M12 18v-2h-.5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 485 B |
18
icons/trophy.svg
Normal file
18
icons/trophy.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M6 9H4.5a2.5 2.5 0 0 1 0-5H6" />
|
||||
<path d="M18 9h1.5a2.5 2.5 0 0 0 0-5H18" />
|
||||
<path d="M4 22h16" />
|
||||
<path d="M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22" />
|
||||
<path d="M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22" />
|
||||
<path d="M18 2H6v7a6 6 0 0 0 12 0V2Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 514 B |
15
tags.json
15
tags.json
@@ -2618,6 +2618,14 @@
|
||||
"arrows",
|
||||
"expand"
|
||||
],
|
||||
"medal": [
|
||||
"prize",
|
||||
"sports",
|
||||
"winner",
|
||||
"trophy",
|
||||
"award",
|
||||
"achievement"
|
||||
],
|
||||
"megaphone": [
|
||||
"advertisement",
|
||||
"attention",
|
||||
@@ -3865,6 +3873,13 @@
|
||||
"triangle": [
|
||||
"delta"
|
||||
],
|
||||
"trophy": [
|
||||
"prize",
|
||||
"sports",
|
||||
"winner",
|
||||
"achievement",
|
||||
"award"
|
||||
],
|
||||
"truck": [
|
||||
"delivery",
|
||||
"van",
|
||||
|
||||
Reference in New Issue
Block a user