Add buttons to create and invite
This commit is contained in:
parent
34d0636331
commit
aa2b4919da
4 changed files with 80 additions and 0 deletions
26
libraries/designsystem/src/main/res/drawable/ic_share.xml
Normal file
26
libraries/designsystem/src/main/res/drawable/ic_share.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!--
|
||||
~ Copyright (c) 2023 New Vector Ltd
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="20dp"
|
||||
android:tint="#000000"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M15.001,19.75C14.238,19.75 13.588,19.483 13.053,18.948C12.518,18.413 12.25,17.764 12.25,17C12.25,16.875 12.26,16.746 12.28,16.612C12.3,16.478 12.33,16.355 12.369,16.242L4.973,11.911C4.709,12.174 4.408,12.38 4.071,12.528C3.734,12.676 3.377,12.75 3,12.75C2.236,12.75 1.587,12.483 1.052,11.948C0.517,11.414 0.25,10.765 0.25,10.001C0.25,9.238 0.517,8.588 1.052,8.053C1.587,7.518 2.236,7.25 3,7.25C3.377,7.25 3.734,7.324 4.071,7.472C4.408,7.62 4.709,7.826 4.973,8.088L12.369,3.758C12.33,3.645 12.3,3.522 12.28,3.388C12.26,3.254 12.25,3.125 12.25,3C12.25,2.236 12.517,1.587 13.052,1.052C13.586,0.517 14.235,0.25 14.999,0.25C15.762,0.25 16.412,0.517 16.947,1.052C17.482,1.586 17.75,2.235 17.75,2.999C17.75,3.762 17.483,4.412 16.948,4.947C16.413,5.482 15.764,5.75 15,5.75C14.623,5.75 14.266,5.676 13.929,5.528C13.592,5.38 13.291,5.174 13.027,4.911L5.631,9.242C5.67,9.355 5.7,9.478 5.72,9.611C5.74,9.745 5.75,9.874 5.75,9.998C5.75,10.122 5.74,10.252 5.72,10.387C5.7,10.521 5.67,10.645 5.631,10.758L13.027,15.089C13.291,14.826 13.592,14.62 13.929,14.472C14.266,14.324 14.623,14.25 15,14.25C15.764,14.25 16.413,14.517 16.948,15.052C17.483,15.586 17.75,16.235 17.75,16.999C17.75,17.762 17.483,18.412 16.948,18.947C16.414,19.482 15.765,19.75 15.001,19.75ZM15,4.25C15.347,4.25 15.643,4.129 15.886,3.886C16.128,3.643 16.25,3.347 16.25,3C16.25,2.653 16.128,2.357 15.886,2.114C15.643,1.871 15.347,1.75 15,1.75C14.653,1.75 14.357,1.871 14.114,2.114C13.871,2.357 13.75,2.653 13.75,3C13.75,3.347 13.871,3.643 14.114,3.886C14.357,4.129 14.653,4.25 15,4.25ZM3,11.25C3.347,11.25 3.643,11.128 3.886,10.886C4.129,10.643 4.25,10.347 4.25,10C4.25,9.653 4.129,9.357 3.886,9.114C3.643,8.871 3.347,8.75 3,8.75C2.653,8.75 2.357,8.871 2.114,9.114C1.871,9.357 1.75,9.653 1.75,10C1.75,10.347 1.871,10.643 2.114,10.886C2.357,11.128 2.653,11.25 3,11.25ZM15,18.25C15.347,18.25 15.643,18.128 15.886,17.886C16.128,17.643 16.25,17.347 16.25,17C16.25,16.653 16.128,16.357 15.886,16.114C15.643,15.871 15.347,15.75 15,15.75C14.653,15.75 14.357,15.871 14.114,16.114C13.871,16.357 13.75,16.653 13.75,17C13.75,17.347 13.871,17.643 14.114,17.886C14.357,18.128 14.653,18.25 15,18.25Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue