Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.1 kB
5
Indexable
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <group>
    <clip-path
        android:pathData="M0,0h24v24h-24z"/>
    <path
        android:pathData="M15.58,12C15.58,13.98 13.98,15.58 12,15.58C10.02,15.58 8.42,13.98 8.42,12C8.42,10.02 10.02,8.42 12,8.42C13.98,8.42 15.58,10.02 15.58,12Z"
        android:strokeLineJoin="round"
        android:strokeWidth="1.5"
        android:fillColor="#00000000"
        android:strokeColor="@color/gray"
        android:strokeLineCap="round"/>
    <path
        android:pathData="M12,20.27C15.53,20.27 18.82,18.19 21.11,14.59C22.01,13.18 22.01,10.81 21.11,9.4C18.82,5.8 15.53,3.72 12,3.72C8.47,3.72 5.18,5.8 2.89,9.4C1.99,10.81 1.99,13.18 2.89,14.59C5.18,18.19 8.47,20.27 12,20.27Z"
        android:strokeLineJoin="round"
        android:strokeWidth="1.5"
        android:fillColor="#00000000"
        android:strokeColor="@color/gray"
        android:strokeLineCap="round"/>
  </group>
</vector>