mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
17 lines
1.1 KiB
XML
17 lines
1.1 KiB
XML
<!--
|
|
~ Copyright 2024 Signal Messenger, LLC
|
|
~ SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
|
|
<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="#FF000000"
|
|
android:pathData="M8.26 8.26c0.34-0.35 0.9-0.35 1.23 0l2.51 2.5 2.5-2.5c0.35-0.35 0.9-0.35 1.24 0 0.35 0.34 0.35 0.9 0 1.23L13.24 12l2.5 2.5c0.35 0.35 0.35 0.9 0 1.24-0.34 0.35-0.9 0.35-1.23 0L12 13.24l-2.5 2.5c-0.35 0.35-0.9 0.35-1.24 0-0.35-0.34-0.35-0.9 0-1.23l2.5-2.51-2.5-2.5c-0.35-0.35-0.35-0.9 0-1.24Z"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M1.88 12C1.88 6.4 6.4 1.87 12 1.87c5.6 0 10.13 4.54 10.13 10.13 0 5.6-4.54 10.13-10.13 10.13-1.67 0-3.25-0.41-4.64-1.13L3.3 22.46c-1.1 0.4-2.16-0.66-1.76-1.76L3 16.64C2.28 15.25 1.88 13.67 1.88 12ZM12 3.62c-4.63 0-8.37 3.75-8.37 8.38 0 1.43 0.35 2.78 0.99 3.95 0.18 0.34 0.22 0.75 0.08 1.13l-1.25 3.47 3.47-1.25c0.38-0.14 0.79-0.1 1.13 0.09 1.17 0.63 2.52 0.98 3.95 0.98 4.63 0 8.38-3.74 8.38-8.37 0-4.63-3.75-8.38-8.38-8.38Z"/>
|
|
</vector> |