diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-10-23 21:59:37 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-24 20:00:58 -0700 |
| commit | 64f825465de9fa30c4dfe2707067efdb96110db8 (patch) | |
| tree | 5241385e316e2f4ceede5018603103d71be75202 /composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml | |
| download | abstraction-engine-kt-64f825465de9fa30c4dfe2707067efdb96110db8.tar.gz abstraction-engine-kt-64f825465de9fa30c4dfe2707067efdb96110db8.zip | |
Init
Diffstat (limited to 'composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml')
| -rw-r--r-- | composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml b/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml new file mode 100644 index 0000000..1ffc948 --- /dev/null +++ b/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml @@ -0,0 +1,44 @@ +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:aapt="http://schemas.android.com/aapt" + android:width="450dp" + android:height="450dp" + android:viewportWidth="64" + android:viewportHeight="64"> + <path + android:pathData="M56.25,18V46L32,60 7.75,46V18L32,4Z" + android:fillColor="#6075f2"/> + <path + android:pathData="m41.5,26.5v11L32,43V60L56.25,46V18Z" + android:fillColor="#6b57ff"/> + <path + android:pathData="m32,43 l-9.5,-5.5v-11L7.75,18V46L32,60Z"> + <aapt:attr name="android:fillColor"> + <gradient + android:centerX="23.131" + android:centerY="18.441" + android:gradientRadius="42.132" + android:type="radial"> + <item android:offset="0" android:color="#FF5383EC"/> + <item android:offset="0.867" android:color="#FF7F52FF"/> + </gradient> + </aapt:attr> + </path> + <path + android:pathData="M22.5,26.5 L32,21 41.5,26.5 56.25,18 32,4 7.75,18Z"> + <aapt:attr name="android:fillColor"> + <gradient + android:startX="44.172" + android:startY="4.377" + android:endX="17.973" + android:endY="34.035" + android:type="linear"> + <item android:offset="0" android:color="#FF33C3FF"/> + <item android:offset="0.878" android:color="#FF5383EC"/> + </gradient> + </aapt:attr> + </path> + <path + android:pathData="m32,21 l9.526,5.5v11L32,43 22.474,37.5v-11z" + android:fillColor="#000000"/> +</vector>
\ No newline at end of file |
