zeroed-some/bashamole / b6f575c

Browse files

better, missing svg

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
b6f575cec3220b1fff7d7048dca19bc9aa075bc4
Parents
2664664
Tree
756a498

2 changed files

StatusFile+-
M frontend/public/icons/config.svg 8 12
M frontend/public/icons/home.svg 27 0
frontend/public/icons/config.svgmodified
@@ -1,13 +1,9 @@
1
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
1
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
-  <circle cx="12" cy="12" r="8" fill="#8B5CF6" stroke="#6D28D9" stroke-width="1.5"/>
2
+  <!-- Proper mechanical gear with many teeth -->
3
-  <circle cx="12" cy="12" r="4" fill="#DDD6FE"/>
3
+  <path d="M12 2C11.4 2 10.9 2.5 10.8 3.1L10.5 4.6C9.9 4.8 9.3 5.1 8.8 5.5L7.4 5C6.8 4.8 6.2 5.1 5.9 5.6L4.9 7.4C4.6 7.9 4.7 8.5 5.2 8.9L6.3 9.8C6.2 10.2 6.2 10.6 6.2 11C6.2 11.4 6.2 11.8 6.3 12.2L5.2 13.1C4.7 13.5 4.6 14.1 4.9 14.6L5.9 16.4C6.2 16.9 6.8 17.2 7.4 17L8.8 16.5C9.3 16.9 9.9 17.2 10.5 17.4L10.8 18.9C10.9 19.5 11.4 20 12 20C12.6 20 13.1 19.5 13.2 18.9L13.5 17.4C14.1 17.2 14.7 16.9 15.2 16.5L16.6 17C17.2 17.2 17.8 16.9 18.1 16.4L19.1 14.6C19.4 14.1 19.3 13.5 18.8 13.1L17.7 12.2C17.8 11.8 17.8 11.4 17.8 11C17.8 10.6 17.8 10.2 17.7 9.8L18.8 8.9C19.3 8.5 19.4 7.9 19.1 7.4L18.1 5.6C17.8 5.1 17.2 4.8 16.6 5L15.2 5.5C14.7 5.1 14.1 4.8 13.5 4.6L13.2 3.1C13.1 2.5 12.6 2 12 2Z" 
4
-  <!-- Gear teeth -->
4
+        fill="#6B7280"/>
5
-  <line x1="12" y1="4" x2="12" y2="1" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
5
+  
6
-  <line x1="18.66" y1="7.34" x2="20.78" y2="5.22" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
6
+  <!-- Inner circle (hole) -->
7
-  <line x1="20" y1="12" x2="23" y2="12" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
7
+  <circle cx="12" cy="11" r="3.5" fill="#9CA3AF"/>
8
-  <line x1="18.66" y1="16.66" x2="20.78" y2="18.78" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
8
+  <circle cx="12" cy="11" r="2.5" fill="#4B5563"/>
9
-  <line x1="12" y1="20" x2="12" y2="23" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
10
-  <line x1="5.34" y1="16.66" x2="3.22" y2="18.78" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
11
-  <line x1="4" y1="12" x2="1" y2="12" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
12
-  <line x1="5.34" y1="7.34" x2="3.22" y2="5.22" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/>
13
 </svg>
9
 </svg>
frontend/public/icons/home.svgmodified
@@ -0,0 +1,27 @@
1
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+  <!-- Roof -->
3
+  <path d="M3 12L12 3L21 12L19 10V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V10L3 12Z" 
4
+        fill="#8B4513" 
5
+        stroke="#654321" 
6
+        stroke-width="1"/>
7
+  
8
+  <!-- House walls -->
9
+  <rect x="5" y="10" width="14" height="11" fill="#F5DEB3" stroke="#D2B48C" stroke-width="0.5"/>
10
+  
11
+  <!-- Door -->
12
+  <rect x="10" y="15" width="4" height="6" fill="#654321" rx="0.5"/>
13
+  <circle cx="12.5" cy="18" r="0.3" fill="#8B4513"/>
14
+  
15
+  <!-- Windows -->
16
+  <rect x="7" y="12" width="3" height="3" fill="#87CEEB" stroke="#654321" stroke-width="0.5"/>
17
+  <rect x="14" y="12" width="3" height="3" fill="#87CEEB" stroke="#654321" stroke-width="0.5"/>
18
+  
19
+  <!-- Window panes -->
20
+  <line x1="8.5" y1="12" x2="8.5" y2="15" stroke="#654321" stroke-width="0.3"/>
21
+  <line x1="7" y1="13.5" x2="10" y2="13.5" stroke="#654321" stroke-width="0.3"/>
22
+  <line x1="15.5" y1="12" x2="15.5" y2="15" stroke="#654321" stroke-width="0.3"/>
23
+  <line x1="14" y1="13.5" x2="17" y2="13.5" stroke="#654321" stroke-width="0.3"/>
24
+  
25
+  <!-- Chimney -->
26
+  <rect x="16" y="6" width="2.5" height="5" fill="#8B4513" stroke="#654321" stroke-width="0.5"/>
27
+</svg>