forked from edent/SuperTinyIcons
Add Intercom icon (#510)
* Add Intercom icon * Corrected size Co-authored-by: Terence Eden <edent@users.noreply.github.com>
This commit is contained in:
12
images/android-vector-drawable/intercom.xml
Normal file
12
images/android-vector-drawable/intercom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#0E24D1"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M365 272a10 10 0 01-11 10 10 10 0 01-10-10v-91a10 10 0 0110-10c3 0 6 1 8 3s3 4 3 7v91zm-4 63c-1 2-39 33-108 33s-106-31-108-33a10 10 0 1113-15c1 1 34 28 95 28s95-28 95-28a10 10 0 0114 1 10 10 0 01-1 14zM142 181a10 10 0 0110-10 10 10 0 0110 10v91a10 10 0 01-10 10 10 10 0 01-10-10v-91zm50-20a10 10 0 0111-10 10 10 0 0110 10v135a10 10 0 01-11 10 10 10 0 01-10-10V161zm51-5a10 10 0 0110-10 10 10 0 0111 10v146a10 10 0 01-11 11 10 10 0 01-10-11V156zm51 5a10 10 0 0110-10 10 10 0 0110 10v135a10 10 0 01-10 10 10 10 0 01-10-10V161zm73-56H139a38 38 0 00-35 24c-2 4-3 9-3 14v228a38 38 0 0024 35c4 2 9 3 14 3h228a38 38 0 0035-24c2-4 3-9 3-14V143a38 38 0 00-23-35l-15-3" />
|
||||
</vector>
|
Reference in New Issue
Block a user