diff options
Diffstat (limited to 'src/icons/temperature.svg')
-rw-r--r-- | src/icons/temperature.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/temperature.svg b/src/icons/temperature.svg new file mode 100644 index 00000000..1482d2a3 --- /dev/null +++ b/src/icons/temperature.svg @@ -0,0 +1,10 @@ +--- +category: Weather +tags: [weather, celcius, fahrenheit, cold, hot] +version: "1.1" +unicode: "eb38" +--- +<svg> + <path d="M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> + <line x1="10" y1="9" x2="14" y2="9" /> +</svg> |