wangzhibo
4 天以前 ae6f40460dcd56af6c5f60ba52c883854c3bac55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="45sp"
    android:height="45sp"
    android:viewportWidth="30"
    android:viewportHeight="30">
  <path
      android:fillColor="?attr/deviceIconLight"
      android:pathData="m3.871,3.877h20.925a0.947,0.947 0,0 1,0.948 0.947v20.01a0.947,0.947 0,0 1,-0.948 0.948H3.871A0.947,0.947 0,0 1,2.924 24.834V4.824A0.947,0.947 0,0 1,3.871 3.877Z"
      android:strokeWidth="3.5"/>
  <path
      android:fillColor="?attr/deviceIconDark"
      android:pathData="m3.879,3.035h20.925a0.947,0.947 0,0 1,0.947 0.947v20.01A0.947,0.947 0,0 1,24.804 24.94H3.88A0.947,0.947 0,0 1,2.933 23.992V3.982A0.947,0.947 0,0 1,3.88 3.035Z"
      android:strokeWidth="3.5"/>
  <path
      android:fillColor="?attr/deviceIconPrimary"
      android:pathData="m3.871,3.413h20.925a0.947,0.947 0,0 1,0.948 0.947v20.01a0.947,0.947 0,0 1,-0.948 0.948H3.871A0.947,0.947 0,0 1,2.924 24.37V4.36A0.947,0.947 0,0 1,3.87 3.413Z"
      android:strokeWidth="3.5"/>
  <path
      android:pathData="m9.96,22.998c1.459,-0.675 2.415,-1.894 2.427,-2.958h0.003v-8.276l9.868,-3.619v7.181c-0.791,-0.585 -2.187,-0.616 -3.548,0.014 -1.763,0.816 -2.797,2.427 -2.309,3.598 0.488,1.172 2.313,1.46 4.076,0.645 1.459,-0.675 2.415,-1.894 2.427,-2.958h0.003V5.269C19.188,6.702 15.18,8.025 11.741,9.242v9.5c-0.791,-0.585 -2.187,-0.617 -3.548,0.013 -1.763,0.816 -2.797,2.428 -2.309,3.599 0.488,1.172 2.313,1.46 4.076,0.645"
      android:fillColor="?attr/deviceIconOnPrimary"/>
</vector>