mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement SplitButton from Material 3 Expressive
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="95" height="95" fill="#ffffff"/>
|
||||
<rect x="105" y="0" width="95" height="95" fill="#ffffff"/>
|
||||
<rect x="0" y="105" width="95" height="95" fill="#ffffff"/>
|
||||
<rect x="105" y="105" width="95" height="95" fill="#ffffff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 318 B |
Reference in New Issue
Block a user