mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 07:54:49 +02:00
feat(icons): added blender icon (#3884)
* original/blender: add icon * fix typo in tags, clean tags * srhink width by 1px
This commit is contained in:
committed by
GitHub
parent
105f501730
commit
2214caa407
35
icons/blender.json
Normal file
35
icons/blender.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"rrod497"
|
||||
],
|
||||
"tags": [
|
||||
"mixer",
|
||||
"appliances",
|
||||
"food",
|
||||
"liquid",
|
||||
"juicer",
|
||||
"vitamizer",
|
||||
"mix",
|
||||
"emulsify",
|
||||
"smoothie",
|
||||
"drink",
|
||||
"blade",
|
||||
"container",
|
||||
"kitchen",
|
||||
"milkshake",
|
||||
"cocktail",
|
||||
"beverage",
|
||||
"culinary",
|
||||
"shredder",
|
||||
"processor",
|
||||
"cooking",
|
||||
"recipe",
|
||||
"chef",
|
||||
"restaurant"
|
||||
],
|
||||
"categories": [
|
||||
"food-beverage",
|
||||
"home"
|
||||
]
|
||||
}
|
||||
18
icons/blender.svg
Normal file
18
icons/blender.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="M8 14a2 2 0 0 0-1.963 1.615l-1.018 5.193A1 1 0 0 0 6 22h12a1 1 0 0 0 .981-1.192l-1.018-5.193A2 2 0 0 0 16 14z" />
|
||||
<path d="m17 2-1 12" />
|
||||
<path d="M8.006 14 7 2" />
|
||||
<path d="M7.565 8.787A5 5 0 0 0 12 8a5 5 0 0 1 4.56-.75" />
|
||||
<path d="M19 2H5a2 2 0 0 0-2 2v5a2 2 0 0 0 .688 1.5" />
|
||||
<path d="M12 18h.01" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 534 B |
Reference in New Issue
Block a user