diff options
Diffstat (limited to 'src/icons/temperature-fahrenheit.svg')
-rw-r--r-- | src/icons/temperature-fahrenheit.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/temperature-fahrenheit.svg b/src/icons/temperature-fahrenheit.svg new file mode 100644 index 00000000..e40e9790 --- /dev/null +++ b/src/icons/temperature-fahrenheit.svg @@ -0,0 +1,11 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +category: Weather +version: "1.1" +unicode: "eb37" +--- +<svg> + <circle cx="6" cy="8" r="2" /> + <line x1="13" y1="12" x2="18" y2="12" /> + <path d="M20 6h-6a1 1 0 0 0 -1 1v11" /> +</svg> |