This initial commit scaffolds the project with essential docs, assets, and build configs. It adds Android icons, design assets, and release metadata to support mobile targets. A fastlane config and F-Droid manifest are included to streamline builds. - Adds F-Droid configuration for automated builds - Includes license and privacy policy documents - Provides app icons and assets for Android and design system
10 lines
594 B
XML
10 lines
594 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="116" fill="#143d2c"/>
|
|
<path d="M169 205v-42c0-55 38-94 87-94s87 39 87 94v42" fill="none" stroke="#dcebd8" stroke-width="35" stroke-linecap="round"/>
|
|
<rect x="103" y="182" width="306" height="254" rx="58" fill="#f8faf4"/>
|
|
<circle cx="328" cy="251" r="29" fill="#f2c85b"/>
|
|
<path d="m124 367 86-104 57 68 40-47 81 92v18c0 12-10 22-22 22H146c-12 0-22-10-22-22Z" fill="#16804a"/>
|
|
<circle cx="256" cy="330" r="24" fill="#143d2c"/>
|
|
<path d="M245 344h22l10 42h-42Z" fill="#143d2c"/>
|
|
</svg>
|