1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-09 20:40:34 +08:00
Files
android-base16384/app/src/main/res/drawable-anydpi/ic_add.xml
fumiama 3ecb0f8b2c v1.0
2020-12-16 23:16:28 +08:00

13 lines
657 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="1024"
android:viewportHeight="1024">
<path
android:fillColor="#000000"
android:pathData="M921.6 550.4H102.4C81.408 550.4 64 532.992 64 512s17.408-38.4 38.4-38.4h819.2c20.992 0 38.4 17.408 38.4 38.4s-17.408 38.4-38.4 38.4z" />
<path
android:fillColor="#000000"
android:pathData="M512 960c-20.992 0-38.4-17.408-38.4-38.4V102.4c0-20.992 17.408-38.4 38.4-38.4s38.4 17.408 38.4 38.4v819.2c0 20.992-17.408 38.4-38.4 38.4z" />
</vector>