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
11 lines
703 B
XML
11 lines
703 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="116" fill="#edf4e9"/>
|
|
<circle cx="256" cy="256" r="177" fill="#0f5b32"/>
|
|
<path d="M143 191c24-45 66-77 116-86" fill="none" stroke="#91bf93" stroke-width="19" stroke-linecap="round"/>
|
|
<path d="m238 93 31 10-25 20Z" fill="#91bf93"/>
|
|
<path d="m146 211 55 128 55-103 55 103 55-128" fill="none" stroke="#f8faf4" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="366" cy="177" r="24" fill="#f2c85b"/>
|
|
<path d="M369 365c-25 28-59 47-97 52" fill="none" stroke="#91bf93" stroke-width="19" stroke-linecap="round"/>
|
|
<path d="m291 426-30-8 23-21Z" fill="#91bf93"/>
|
|
</svg>
|