Merge branch 'master' of https://github.com/kerkenit/Iris into kerkenit-master
12
src/assets/app-icon-invert.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="_x31_92b1ddc-b58c-4510-a73c-0fc2a95ef212"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 192 192"
|
||||
style="enable-background:new 0 0 192 192;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#08D58F;}
|
||||
.st1{fill:#FFFFFF;}
|
||||
</style>
|
||||
<rect class="st0" width="192" height="192"/>
|
||||
<path class="st1" d="M86.4,124.1l-46.7,45.6V22.3l46.7,45.6V124.1z M86.4,22.3v22.3l53,50.9l-53,52v21.2l76.3-73.2L86.4,22.3z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 637 B |
BIN
src/assets/app-icon_114.png
Normal file
|
After Width: | Height: | Size: 962 B |
BIN
src/assets/app-icon_120.png
Normal file
|
After Width: | Height: | Size: 1010 B |
BIN
src/assets/app-icon_144.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/app-icon_152.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/app-icon_180.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/app-icon_57.png
Normal file
|
After Width: | Height: | Size: 606 B |
BIN
src/assets/app-icon_60.png
Normal file
|
After Width: | Height: | Size: 633 B |
BIN
src/assets/app-icon_72.png
Normal file
|
After Width: | Height: | Size: 694 B |
BIN
src/assets/app-icon_76.png
Normal file
|
After Width: | Height: | Size: 723 B |
@ -21,6 +21,15 @@
|
||||
<link rel="apple-touch-startup-image" href="/iris/assets/app-icon_512.png" />
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="/iris/assets/app-icon_192.png" />
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="/iris/assets/app-icon_512.png" />
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/iris/assets/app-icon_57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/iris/assets/app-icon_60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/iris/assets/app-icon_72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/iris/assets/app-icon_76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/iris/assets/app-icon_114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/iris/assets/app-icon_120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/iris/assets/app-icon_144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/iris/assets/app-icon_152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/iris/assets/app-icon_180.png">
|
||||
|
||||
<link class="favicon" rel="shortcut icon" type="image/ico" href="/iris/assets/favicon.png" />
|
||||
<link class="favicon" rel="shortcut icon" type="image/x-icon" href="/iris/assets/favicon.png" />
|
||||
|
||||