Files
post-hub/app/src/main/res/drawable/ic_widget_refresh.xml
2026-05-06 00:24:56 +03:30

36 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/transparent"
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2.2"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:pathData="M21,12a9,9 0,0 1,-15.1 6.6" />
<path
android:fillColor="@android:color/transparent"
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2.2"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:pathData="M3,12a9,9 0,0 1,15.1 -6.6" />
<path
android:fillColor="@android:color/transparent"
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2.2"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:pathData="M18,3v5h-5" />
<path
android:fillColor="@android:color/transparent"
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2.2"
android:strokeLineCap="round"
android:strokeLineJoin="round"
android:pathData="M6,21v-5h5" />
</vector>