RTSDA-Website/public/favicon.svg
Benjamin Slingo 91a1bb7a54 Restructure project and update gitignore
- Flatten directory structure by moving files from astro-church-website/ to root
- Remove church-core subdirectory in favor of inline Rust library
- Update .gitignore to properly exclude build artifacts, generated files, and dependencies
- Add environment variables, IDE files, and coverage reports to gitignore
- Include generated CSS files and native bindings in ignore patterns
2025-08-30 08:59:27 -04:00

10 lines
332 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect x="54" y="16" width="20" height="96" rx="2" />
<rect x="32" y="38" width="64" height="20" rx="2" />
<style>
rect { fill: #4F46E5; }
@media (prefers-color-scheme: dark) {
rect { fill: #818CF8; }
}
</style>
</svg>