aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/focus-2.svg2
-rw-r--r--src/_icons/outlet.svg4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg
index da3b7b7..90dfda5 100644
--- a/src/_icons/focus-2.svg
+++ b/src/_icons/focus-2.svg
@@ -2,7 +2,7 @@
tags: [spotlight, attention, center, aim, target]
---
<svg>
- <circle cx="12" cy="12" r=".5" />
+ <circle cx="12" cy="12" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r="7" />
<line x1="12" y1="3" x2="12" y2="5" />
<line x1="3" y1="12" x2="5" y2="12" />
diff --git a/src/_icons/outlet.svg b/src/_icons/outlet.svg
index fd3a3a4..8126e66 100644
--- a/src/_icons/outlet.svg
+++ b/src/_icons/outlet.svg
@@ -3,6 +3,6 @@ tags: [socket, electricity, electrical, plug in, device]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
- <circle cx="9" cy="12" r=".5" />
- <circle cx="15" cy="12" r=".5" />
+ <circle cx="9" cy="12" r=".5" fill="currentColor" />
+ <circle cx="15" cy="12" r=".5" fill="currentColor" />
</svg>