aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-11-17 00:22:50 +0100
committercodecalm <codecalm@gmail.com>2021-11-17 00:22:50 +0100
commit6e985726069709133048fdecd17c0ee195a34f16 (patch)
tree6cac7d3be0912f11c5e9fd386d49093680c1b792
parentRelease 1.43.0 (diff)
downloadtabler-icons-6e985726069709133048fdecd17c0ee195a34f16.tar.xz
17 new icons: `brand-debian`, `brand-ubuntu`, `checkup-list`, `crutches`, `dna-2`, `emergency-bed`, `eye-table`, `first-aid-kit`, `flask-2`, `heart-rate-monitor`, `lungs`, `medicine-syrup`, `microscope`, `nurse`, `pills`, `thermometer`, `vaccine-bottle`
Fixed icons: `bandage`, `disabled-2`, `disabled`, `dna`, `ear-off`, `ear`, `eye-check`, `eye-off`, `eye`, `eyeglass-2`, `eyeglass`, `fall`, `flask`, `heart-broken`, `massage`, `old`, `physotherapist`, `pill`, `smoking-no`, `smoking`, `stethoscope`, `vaccine`, `virus-off`, `virus-search`, `virus`
-rw-r--r--src/_icons/bandage.svg1
-rw-r--r--src/_icons/brand-debian.svg7
-rw-r--r--src/_icons/brand-ubuntu.svg9
-rw-r--r--src/_icons/checkup-list.svg10
-rw-r--r--src/_icons/crutches.svg10
-rw-r--r--src/_icons/disabled-2.svg1
-rw-r--r--src/_icons/disabled.svg1
-rw-r--r--src/_icons/dna-2.svg11
-rw-r--r--src/_icons/dna.svg1
-rw-r--r--src/_icons/ear-off.svg1
-rw-r--r--src/_icons/ear.svg2
-rw-r--r--src/_icons/emergency-bed.svg12
-rw-r--r--src/_icons/eye-check.svg1
-rw-r--r--src/_icons/eye-off.svg1
-rw-r--r--src/_icons/eye-table.svg14
-rw-r--r--src/_icons/eye.svg1
-rw-r--r--src/_icons/eyeglass-2.svg1
-rw-r--r--src/_icons/eyeglass.svg1
-rw-r--r--src/_icons/fall.svg1
-rw-r--r--src/_icons/first-aid-kit.svg9
-rw-r--r--src/_icons/flask-2.svg8
-rw-r--r--src/_icons/flask.svg1
-rw-r--r--src/_icons/heart-broken.svg1
-rw-r--r--src/_icons/heart-rate-monitor.svg10
-rw-r--r--src/_icons/lungs.svg9
-rw-r--r--src/_icons/massage.svg1
-rw-r--r--src/_icons/medicine-syrup.svg9
-rw-r--r--src/_icons/microscope.svg12
-rw-r--r--src/_icons/nurse.svg8
-rw-r--r--src/_icons/old.svg1
-rw-r--r--src/_icons/physotherapist.svg1
-rw-r--r--src/_icons/pill.svg1
-rw-r--r--src/_icons/pills.svg9
-rw-r--r--src/_icons/smoking-no.svg1
-rw-r--r--src/_icons/smoking.svg1
-rw-r--r--src/_icons/stethoscope.svg1
-rw-r--r--src/_icons/thermometer.svg10
-rw-r--r--src/_icons/vaccine-bottle.svg10
-rw-r--r--src/_icons/vaccine.svg1
-rw-r--r--src/_icons/virus-off.svg1
-rw-r--r--src/_icons/virus-search.svg1
-rw-r--r--src/_icons/virus.svg1
42 files changed, 192 insertions, 1 deletions
diff --git a/src/_icons/bandage.svg b/src/_icons/bandage.svg
index b568fa23..fd70da36 100644
--- a/src/_icons/bandage.svg
+++ b/src/_icons/bandage.svg
@@ -1,6 +1,7 @@
---
tags: [patch, wound, cut, pain]
version: "1.3"
+category: Health
---
<svg>
<line x1="14" y1="12" x2="14" y2="12.01" />
diff --git a/src/_icons/brand-debian.svg b/src/_icons/brand-debian.svg
new file mode 100644
index 00000000..bf097f07
--- /dev/null
+++ b/src/_icons/brand-debian.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5" />
+ <circle cx="12" cy="12" r="9" />
+</svg>
diff --git a/src/_icons/brand-ubuntu.svg b/src/_icons/brand-ubuntu.svg
new file mode 100644
index 00000000..5a93b7b3
--- /dev/null
+++ b/src/_icons/brand-ubuntu.svg
@@ -0,0 +1,9 @@
+---
+category: Brand
+---
+<svg>
+ <circle cx="12" cy="5" r="2" />
+ <path d="M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 .001a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998 -.003a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203" />
+ <circle cx="5" cy="17" r="2" />
+ <circle cx="19" cy="17" r="2" />
+</svg>
diff --git a/src/_icons/checkup-list.svg b/src/_icons/checkup-list.svg
new file mode 100644
index 00000000..f5fc1c7b
--- /dev/null
+++ b/src/_icons/checkup-list.svg
@@ -0,0 +1,10 @@
+---
+category: Health
+---
+<svg>
+ <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
+ <rect x="9" y="3" width="6" height="4" rx="2" />
+ <path d="M9 14h.01" />
+ <path d="M9 17h.01" />
+ <path d="M12 16l1 1l3 -3" />
+</svg>
diff --git a/src/_icons/crutches.svg b/src/_icons/crutches.svg
new file mode 100644
index 00000000..cfb7636d
--- /dev/null
+++ b/src/_icons/crutches.svg
@@ -0,0 +1,10 @@
+---
+category: Health
+---
+<svg>
+ <rect x="8" y="3" width="8" height="4" rx="2" />
+ <path d="M11 21h2" />
+ <path d="M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092" />
+ <path d="M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092" />
+ <path d="M10 11h4" />
+</svg>
diff --git a/src/_icons/disabled-2.svg b/src/_icons/disabled-2.svg
index 2b0cf803..f8d1c2d0 100644
--- a/src/_icons/disabled-2.svg
+++ b/src/_icons/disabled-2.svg
@@ -1,6 +1,7 @@
---
tags: [wheelchair, accessible, handicapped]
version: "1.4"
+category: Health
---
<svg>
<circle cx="17" cy="6" r="2" />
diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg
index 95b8a4ba..309aec56 100644
--- a/src/_icons/disabled.svg
+++ b/src/_icons/disabled.svg
@@ -1,6 +1,7 @@
---
tags: [wheelchair, handicapped]
version: "1.0"
+category: Health
---
<svg>
<circle cx="11" cy="5" r="2" />
diff --git a/src/_icons/dna-2.svg b/src/_icons/dna-2.svg
new file mode 100644
index 00000000..82bef9a3
--- /dev/null
+++ b/src/_icons/dna-2.svg
@@ -0,0 +1,11 @@
+---
+category: Health
+---
+<svg>
+ <path d="M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2.005 .008 -.014c-3.328 1.99 -4.997 4.662 -5.008 8.014v1" />
+ <path d="M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2.005 .008 .014c-3.328 -1.991 -4.997 -4.662 -5.008 -8.014v-1" />
+ <path d="M7 4h10" />
+ <path d="M7 20h10" />
+ <path d="M8 8h8" />
+ <path d="M8 16h8" />
+</svg>
diff --git a/src/_icons/dna.svg b/src/_icons/dna.svg
index e71200a6..f1304dd9 100644
--- a/src/_icons/dna.svg
+++ b/src/_icons/dna.svg
@@ -1,6 +1,7 @@
---
tags: [genetics, biology, chain, genetic, code, virus, organism]
version: "1.39"
+category: Health
---
<svg>
<circle transform="rotate(-45 12 12)" cx="12" cy="12" r="4" />
diff --git a/src/_icons/ear-off.svg b/src/_icons/ear-off.svg
index acb3fcb5..48255d30 100644
--- a/src/_icons/ear-off.svg
+++ b/src/_icons/ear-off.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [sound, deaf, hearing, impaired, handicapped, hard-of-hearing, mute]
version: "1.39"
---
diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg
index 1c8b335f..18ef5d95 100644
--- a/src/_icons/ear.svg
+++ b/src/_icons/ear.svg
@@ -1,5 +1,5 @@
---
-category: Media
+category: Health
tags: [sound, listen, music, hear, loud, speakers]
version: "1.6"
---
diff --git a/src/_icons/emergency-bed.svg b/src/_icons/emergency-bed.svg
new file mode 100644
index 00000000..96aab865
--- /dev/null
+++ b/src/_icons/emergency-bed.svg
@@ -0,0 +1,12 @@
+---
+category: Health
+---
+<svg>
+ <circle cx="16" cy="18" r="2" />
+ <circle cx="8" cy="18" r="2" />
+ <path d="M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5" />
+ <path d="M10 6h4" />
+ <path d="M12 4v4" />
+ <path d="M12 12v2l-2.5 2.5" />
+ <path d="M14.5 16.5l-2.5 -2.5" />
+</svg>
diff --git a/src/_icons/eye-check.svg b/src/_icons/eye-check.svg
index 70d2d3d9..47fdc32e 100644
--- a/src/_icons/eye-check.svg
+++ b/src/_icons/eye-check.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [sight, visual, view, public, approve]
version: "1.39"
---
diff --git a/src/_icons/eye-off.svg b/src/_icons/eye-off.svg
index 02b7e5fb..f0e4e2c2 100644
--- a/src/_icons/eye-off.svg
+++ b/src/_icons/eye-off.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [view, watch]
version: "1.22"
---
diff --git a/src/_icons/eye-table.svg b/src/_icons/eye-table.svg
new file mode 100644
index 00000000..46d8151b
--- /dev/null
+++ b/src/_icons/eye-table.svg
@@ -0,0 +1,14 @@
+---
+category: Health
+---
+<svg>
+ <path d="M8.003 18.003h-.011" />
+ <path d="M12.003 18.002h-.011" />
+ <path d="M16.003 18.002h-.011" />
+ <path d="M4 3h16" />
+ <path d="M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17" />
+ <path d="M14 7h-4" />
+ <path d="M9 15h1" />
+ <path d="M14 15h1" />
+ <path d="M12 11v-4" />
+</svg>
diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg
index 02197bac..6c29f5c0 100644
--- a/src/_icons/eye.svg
+++ b/src/_icons/eye.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [view, watch]
version: "1.0"
---
diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg
index 269c35ed..e477f3a6 100644
--- a/src/_icons/eyeglass-2.svg
+++ b/src/_icons/eyeglass-2.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted]
version: "1.39"
---
diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg
index 4a80481d..a6a62d5d 100644
--- a/src/_icons/eyeglass.svg
+++ b/src/_icons/eyeglass.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted]
version: "1.39"
---
diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg
index bb9265b3..0ab4b843 100644
--- a/src/_icons/fall.svg
+++ b/src/_icons/fall.svg
@@ -1,4 +1,5 @@
---
+category: Health
tags: [collapse, damage, cliff, height]
version: "1.18"
---
diff --git a/src/_icons/first-aid-kit.svg b/src/_icons/first-aid-kit.svg
new file mode 100644
index 00000000..430d6915
--- /dev/null
+++ b/src/_icons/first-aid-kit.svg
@@ -0,0 +1,9 @@
+---
+category: Health
+---
+<svg>
+ <path d="M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" />
+ <rect x="4" y="8" width="16" height="12" rx="2" />
+ <path d="M10 14h4" />
+ <path d="M12 12v4" />
+</svg>
diff --git a/src/_icons/flask-2.svg b/src/_icons/flask-2.svg
new file mode 100644
index 00000000..ee8f219b
--- /dev/null
+++ b/src/_icons/flask-2.svg
@@ -0,0 +1,8 @@
+---
+category: Health
+---
+<svg>
+ <path d="M6.1 15h11.8" />
+ <path d="M14 3v7.342a6.002 6.002 0 0 1 1.318 10.658h-6.635a6.002 6.002 0 0 1 1.317 -10.66v-7.34h4z" />
+ <path d="M9 3h6" />
+</svg>
diff --git a/src/_icons/flask.svg b/src/_icons/flask.svg
index c02337bb..937771ac 100644
--- a/src/_icons/flask.svg
+++ b/src/_icons/flask.svg
@@ -1,6 +1,7 @@
---
tags: [liquid, container, glass, chemistry]
version: "1.6"
+category: Health
---
<svg>
<line x1="9" y1="3" x2="15" y2="3" />
diff --git a/src/_icons/heart-broken.svg b/src/_icons/heart-broken.svg
index 729ab56c..0104eff7 100644
--- a/src/_icons/heart-broken.svg
+++ b/src/_icons/heart-broken.svg
@@ -1,6 +1,7 @@
---
tags: [love, emotion, like, favorite, relationship]
version: "1.18"
+category: Health
---
<svg>
<path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
diff --git a/src/_icons/heart-rate-monitor.svg b/src/_icons/heart-rate-monitor.svg
new file mode 100644
index 00000000..a08544c2
--- /dev/null
+++ b/src/_icons/heart-rate-monitor.svg
@@ -0,0 +1,10 @@
+---
+category: Health
+---
+<svg>
+ <rect x="3" y="4" width="18" height="12" rx="1" />
+ <path d="M7 20h10" />
+ <path d="M9 16v4" />
+ <path d="M15 16v4" />
+ <path d="M7 10h2l2 3l2 -6l1 3h3" />
+</svg>
diff --git a/src/_icons/lungs.svg b/src/_icons/lungs.svg
new file mode 100644
index 00000000..374ff0a5
--- /dev/null
+++ b/src/_icons/lungs.svg
@@ -0,0 +1,9 @@
+---
+category: Health
+---
+<svg>
+ <path d="M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z" />
+ <path d="M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z" />
+ <path d="M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3" />
+ <path d="M12 4v5" />
+</svg>
diff --git a/src/_icons/massage.svg b/src/_icons/massage.svg
index 3fe9a2e7..c27633a9 100644
--- a/src/_icons/massage.svg
+++ b/src/_icons/massage.svg
@@ -1,6 +1,7 @@
---
tags: [physiotherapy, spa, relax, sports, therapy, treatment, spine]
version: "1.39"
+category: Health
---
<svg>
<circle cx="4" cy="17" r="1" />
diff --git a/src/_icons/medicine-syrup.svg b/src/_icons/medicine-syrup.svg
new file mode 100644
index 00000000..c8ed40af
--- /dev/null
+++ b/src/_icons/medicine-syrup.svg
@@ -0,0 +1,9 @@
+---
+category: Health
+---
+<svg>
+ <path d="M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z" />
+ <path d="M10 14h4" />
+ <path d="M12 12v4" />
+ <path d="M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3" />
+</svg>
diff --git a/src/_icons/microscope.svg b/src/_icons/microscope.svg
new file mode 100644
index 00000000..aa7d13b2
--- /dev/null
+++ b/src/_icons/microscope.svg
@@ -0,0 +1,12 @@
+---
+category: Health
+---
+<svg>
+ <path d="M5 21h14" />
+ <path d="M6 18h2" />
+ <path d="M7 18v3" />
+ <path d="M9 11l3 3l6 -6l-3 -3z" />
+ <path d="M10.5 12.5l-1.5 1.5" />
+ <path d="M17 3l3 3" />
+ <path d="M12 21a6 6 0 0 0 3.715 -10.712" />
+</svg>
diff --git a/src/_icons/nurse.svg b/src/_icons/nurse.svg
new file mode 100644
index 00000000..1bba437c
--- /dev/null
+++ b/src/_icons/nurse.svg
@@ -0,0 +1,8 @@
+---
+category: Health
+---
+<svg>
+ <path d="M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z" />
+ <path d="M10 12h4" />
+ <path d="M12 10v4" />
+</svg>
diff --git a/src/_icons/old.svg b/src/_icons/old.svg
index a12f30d2..70874707 100644
--- a/src/_icons/old.svg
+++ b/src/_icons/old.svg
@@ -1,6 +1,7 @@
---
tags: [senior, person, elderly, age]
version: "1.39"
+category: Health
---
<svg>
<path d="M11 21l-1 -4l-2 -3v-6" />
diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg
index fa888fc5..4b97ca7a 100644
--- a/src/_icons/physotherapist.svg
+++ b/src/_icons/physotherapist.svg
@@ -1,6 +1,7 @@
---
tags: [physiotherapy, spa, therapy, treatment, pain, exercise]
version: "1.39"
+category: Health
---
<svg>
<path d="M9 15l-1 -3l4 -2l4 1h3.5" />
diff --git a/src/_icons/pill.svg b/src/_icons/pill.svg
index 1b11d1da..2110d565 100644
--- a/src/_icons/pill.svg
+++ b/src/_icons/pill.svg
@@ -1,6 +1,7 @@
---
version: "1.1"
tags: [drug, medication, illness, sickness, doctor, prescription]
+category: Health
---
<svg>
<path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />
diff --git a/src/_icons/pills.svg b/src/_icons/pills.svg
new file mode 100644
index 00000000..24b82010
--- /dev/null
+++ b/src/_icons/pills.svg
@@ -0,0 +1,9 @@
+---
+category: Health
+---
+<svg>
+ <circle cx="8" cy="8" r="5" />
+ <circle cx="17" cy="17" r="4" />
+ <path d="M4.5 4.5l7 7" />
+ <path d="M19.5 14.5l-5 5" />
+</svg>
diff --git a/src/_icons/smoking-no.svg b/src/_icons/smoking-no.svg
index ae5fbd48..148c4ca9 100644
--- a/src/_icons/smoking-no.svg
+++ b/src/_icons/smoking-no.svg
@@ -1,6 +1,7 @@
---
tags: [ ban, prohibition, cigarette, public place]
version: "1.18"
+category: Health
---
<svg>
<line x1="8" y1="13" x2="8" y2="17" />
diff --git a/src/_icons/smoking.svg b/src/_icons/smoking.svg
index 57b5f103..601a5287 100644
--- a/src/_icons/smoking.svg
+++ b/src/_icons/smoking.svg
@@ -1,6 +1,7 @@
---
tags: [cigarette, public place]
version: "1.18"
+category: Health
---
<svg>
<rect x="3" y="13" width="18" height="4" rx="1" />
diff --git a/src/_icons/stethoscope.svg b/src/_icons/stethoscope.svg
index b62b13e9..bebf5820 100644
--- a/src/_icons/stethoscope.svg
+++ b/src/_icons/stethoscope.svg
@@ -1,6 +1,7 @@
---
tags: [doctor, medical, physician, test, examination, health, illness, sickness, scrutiny, test, hospital]
version: "1.33"
+category: Health
---
<svg>
<path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" />
diff --git a/src/_icons/thermometer.svg b/src/_icons/thermometer.svg
new file mode 100644
index 00000000..9ead6c9b
--- /dev/null
+++ b/src/_icons/thermometer.svg
@@ -0,0 +1,10 @@
+---
+category: Health
+---
+<svg>
+ <path d="M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z" />
+ <path d="M16 7l-1.5 -1.5" />
+ <path d="M13 10l-1.5 -1.5" />
+ <path d="M10 13l-1.5 -1.5" />
+ <path d="M7 17l-3 3" />
+</svg>
diff --git a/src/_icons/vaccine-bottle.svg b/src/_icons/vaccine-bottle.svg
new file mode 100644
index 00000000..124a7572
--- /dev/null
+++ b/src/_icons/vaccine-bottle.svg
@@ -0,0 +1,10 @@
+---
+category: Health
+---
+<svg>
+ <rect x="9" y="3" width="6" height="3" rx="1" />
+ <path d="M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98" />
+ <path d="M7 12h10" />
+ <path d="M7 18h10" />
+ <path d="M11 15h2" />
+</svg>
diff --git a/src/_icons/vaccine.svg b/src/_icons/vaccine.svg
index c7ed36cf..09316e6d 100644
--- a/src/_icons/vaccine.svg
+++ b/src/_icons/vaccine.svg
@@ -1,6 +1,7 @@
---
tags: [illness, sickness, disease, injection, medicine, medical, doctor, nurse]
version: "1.39"
+category: Health
---
<svg>
<path d="M17 3l4 4" />
diff --git a/src/_icons/virus-off.svg b/src/_icons/virus-off.svg
index 59709d94..52ce597c 100644
--- a/src/_icons/virus-off.svg
+++ b/src/_icons/virus-off.svg
@@ -1,6 +1,7 @@
---
tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease]
version: "1.31"
+category: Health
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
diff --git a/src/_icons/virus-search.svg b/src/_icons/virus-search.svg
index f371b002..222bdc9a 100644
--- a/src/_icons/virus-search.svg
+++ b/src/_icons/virus-search.svg
@@ -1,6 +1,7 @@
---
tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease]
version: "1.31"
+category: Health
---
<svg>
<path d="M17 12a5 5 0 1 0 -5 5" />
diff --git a/src/_icons/virus.svg b/src/_icons/virus.svg
index 9a0a7ef1..5987474a 100644
--- a/src/_icons/virus.svg
+++ b/src/_icons/virus.svg
@@ -1,6 +1,7 @@
---
tags: [infection, illness, cell, infectious, health]
version: "1.2"
+category: Health
---
<svg>
<circle cx="12" cy="12" r="5" />