Icons: Beaker, Flasks, Pipette (#135)

* Add: Beaker, Flasks, Pipette

* Tag spacing
This commit is contained in:
Andreas Törnkvist
2020-11-17 20:03:48 +01:00
committed by GitHub
parent cec73c5217
commit 00c3487dff
5 changed files with 66 additions and 0 deletions

15
icons/beaker.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M4.5 3h15" />
<path d="M6 3v16a2 2 0 002 2h8a2 2 0 002-2V3" />
<path d="M6 14h12" />
</svg>

After

Width:  |  Height:  |  Size: 308 B

15
icons/flask-conical.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M10 2v8L4.72 20.55a1 1 0 00.9 1.45h12.76a1 1 0 00.9-1.45L14 10V2" />
<path d="M8.5 2h7" />
<path d="M7 16h10" />
</svg>

After

Width:  |  Height:  |  Size: 336 B

17
icons/flask-round.svg Normal file
View File

@@ -0,0 +1,17 @@
<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="M10 2v7.31" />
<path d="M14 9.3V1.99" />
<path d="M8.5 2h7" />
<path d="M14 9.3a6.5 6.5 0 11-4 0" />
<path d="M5.58 16.5h12.85" />
</svg>

After

Width:  |  Height:  |  Size: 358 B

15
icons/pipette.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M2 22l2-2h3l7-7" />
<path d="M4 20v-3l7-7" />
<path d="M14.29 13.3a1 1 0 001.41 0l.8-.8c.27-.27.27-.72 0-1s-.28-.72 0-1l4.08-4.08a2 2 0 000-2.83l-.17-.17a2 2 0 00-2.83 0L13.5 7.51c-.28.27-.73.27-1 0s-.73-.28-1 0l-.8.79a1 1 0 000 1.41l3.59 3.59z" />
</svg>

After

Width:  |  Height:  |  Size: 472 B

View File

@@ -17,6 +17,7 @@
"bar-chart": ["statistics", "diagram", "graph"],
"bar-chart-2": ["statistics", "diagram", "graph"],
"battery": ["power", "electricity"],
"beaker": ["cup"],
"battery-charging": ["power", "electricity"],
"bell": ["alarm", "notification", "sound"],
"bell-off": ["alarm", "notification", "silent"],
@@ -78,6 +79,8 @@
"film": ["movie", "video"],
"filter": ["funnel", "hopper"],
"flag": ["report"],
"flask-conical": ["beaker", "erlenmeyer"],
"flask-round": ["beaker"],
"folder-minus": ["directory"],
"folder-plus": ["directory"],
"folder": ["directory"],
@@ -156,6 +159,7 @@
"phone": ["call"],
"play": ["music", "start"],
"pie-chart": ["statistics", "diagram"],
"pipette": ["eye dropper", "color picker"],
"play-circle": ["music", "start"],
"plus": ["add", "new"],
"plus-circle": ["add", "new"],