mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 20:38:50 +05:00
Initial commit
This commit is contained in:
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 444 KiB |
4
assets/logo.svg
Normal file
4
assets/logo.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<rect width="1024" height="1024" fill="none"/>
|
||||
<path d="M256 192h128l256 512V192h128v640H640L384 320v512H256V192z" fill="#FF4B5C"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 235 B |
6
assets/monochrome.svg
Normal file
6
assets/monochrome.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<!-- Transparent background -->
|
||||
<rect width="1024" height="1024" fill="none"/>
|
||||
<!-- White “N” path for monochrome adaptive icon -->
|
||||
<path d="M256 192h128l256 512V192h128v640H640L384 320v512H256V192z" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 328 B |
Reference in New Issue
Block a user