Initial commit, project structure and domain models
This commit is contained in:
40
src/admin/dist/img/logo.c6e64ce5.svg
vendored
Normal file
40
src/admin/dist/img/logo.c6e64ce5.svg
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="MicCheck microphone logo">
|
||||
<title>MicCheck</title>
|
||||
|
||||
<!-- Microphone capsule body -->
|
||||
<rect x="22" y="6" width="20" height="28" rx="10" ry="10"
|
||||
fill="#FFFFFF" stroke="#BBDEFB" stroke-width="1.5"/>
|
||||
|
||||
<!-- Microphone grille lines -->
|
||||
<line x1="22" y1="16" x2="42" y2="16" stroke="#90CAF9" stroke-width="1" stroke-linecap="round"/>
|
||||
<line x1="22" y1="22" x2="42" y2="22" stroke="#90CAF9" stroke-width="1" stroke-linecap="round"/>
|
||||
<line x1="22" y1="28" x2="42" y2="28" stroke="#90CAF9" stroke-width="1" stroke-linecap="round"/>
|
||||
|
||||
<!-- Neck / stem going down from capsule -->
|
||||
<rect x="30" y="34" width="4" height="8" rx="1"
|
||||
fill="#BBDEFB"/>
|
||||
|
||||
<!-- Curved arm (yoke) of the stand -->
|
||||
<path d="M18 26 Q18 44 32 44 Q46 44 46 26"
|
||||
fill="none" stroke="#BBDEFB" stroke-width="2.5" stroke-linecap="round"/>
|
||||
|
||||
<!-- Vertical stand pole -->
|
||||
<rect x="30" y="44" width="4" height="12" rx="1"
|
||||
fill="#BBDEFB"/>
|
||||
|
||||
<!-- Horizontal base -->
|
||||
<rect x="18" y="56" width="28" height="4" rx="2"
|
||||
fill="#FFFFFF" stroke="#BBDEFB" stroke-width="1.5"/>
|
||||
|
||||
<!-- Sound wave arcs (left) -->
|
||||
<path d="M15 18 Q10 26 15 34" fill="none" stroke="rgba(255,255,255,0.7)"
|
||||
stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M10 14 Q3 26 10 38" fill="none" stroke="rgba(255,255,255,0.4)"
|
||||
stroke-width="2" stroke-linecap="round"/>
|
||||
|
||||
<!-- Sound wave arcs (right) -->
|
||||
<path d="M49 18 Q54 26 49 34" fill="none" stroke="rgba(255,255,255,0.7)"
|
||||
stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M54 14 Q61 26 54 38" fill="none" stroke="rgba(255,255,255,0.4)"
|
||||
stroke-width="2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user