This commit is contained in:
Niels Laute 2022-07-11 16:57:18 +02:00
Родитель 2c04be9bd7
Коммит 78e52cc265
3 изменённых файлов: 52 добавлений и 4 удалений

Просмотреть файл

@ -0,0 +1,50 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.5 3.53846V2.66C2.5 2.29549 2.79549 2 3.16 2H12.84C13.2045 2 13.5 2.29549 13.5 2.66V3.53846" stroke="#737A80"/>
<rect y="3.5" width="16" height="11" rx="0.66" fill="url(#paint0_linear_10_210)"/>
<path d="M0 4.16C0 3.79549 0.295492 3.5 0.66 3.5H15.34C15.7045 3.5 16 3.79549 16 4.16V7.83333H0V4.16Z" fill="url(#paint1_linear_10_210)"/>
<g filter="url(#filter0_dd_10_210)">
<rect x="3.3335" y="6.5" width="2" height="3.33333" rx="0.33" fill="#F2F2F2"/>
</g>
<g filter="url(#filter1_dd_10_210)">
<rect x="10.6665" y="6.5" width="2" height="3.33333" rx="0.33" fill="#F2F2F2"/>
</g>
<defs>
<filter id="filter0_dd_10_210" x="2.66683" y="6.16667" width="3.33333" height="4.66659" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="0.333333"/>
<feGaussianBlur stdDeviation="0.333333"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10_210"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="0.0666667"/>
<feGaussianBlur stdDeviation="0.0333333"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_10_210" result="effect2_dropShadow_10_210"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_10_210" result="shape"/>
</filter>
<filter id="filter1_dd_10_210" x="9.99984" y="6.16667" width="3.33333" height="4.66659" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="0.333333"/>
<feGaussianBlur stdDeviation="0.333333"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.32 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10_210"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="0.0666667"/>
<feGaussianBlur stdDeviation="0.0333333"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_10_210" result="effect2_dropShadow_10_210"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_10_210" result="shape"/>
</filter>
<linearGradient id="paint0_linear_10_210" x1="2.33333" y1="1.5" x2="10.3333" y2="16.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#4622C4"/>
<stop offset="0.312817" stop-color="#512BD4"/>
<stop offset="1" stop-color="#512BD4"/>
</linearGradient>
<linearGradient id="paint1_linear_10_210" x1="5" y1="1.16667" x2="8.66667" y2="13.8333" gradientUnits="userSpaceOnUse">
<stop stop-color="#2B0B98"/>
<stop offset="1" stop-color="#270891"/>
</linearGradient>
</defs>
</svg>

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Просмотреть файл

@ -204,6 +204,7 @@
</AppxManifest> </AppxManifest>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="Assets\Icon\AppIcon.svg" />
<Content Include="Assets\Icon\AppList.scale-100.png" /> <Content Include="Assets\Icon\AppList.scale-100.png" />
<Content Include="Assets\Icon\AppList.scale-100_altform-colorful_theme-light.png" /> <Content Include="Assets\Icon\AppList.scale-100_altform-colorful_theme-light.png" />
<Content Include="Assets\Icon\AppList.scale-125.png" /> <Content Include="Assets\Icon\AppList.scale-125.png" />

Просмотреть файл

@ -179,10 +179,7 @@
Margin="0,14,8,8" Margin="0,14,8,8"
VerticalAlignment="Center" VerticalAlignment="Center"
Orientation="Horizontal"> Orientation="Horizontal">
<Image <Image Width="16" Source="ms-appx:///Assets/Icon/AppIcon.svg" />
Width="18"
Margin="0,0,0,0"
Source="ms-appx:///Assets/Icon/AppList.png" />
<TextBlock <TextBlock
Margin="12,0,0,0" Margin="12,0,0,0"
Style="{StaticResource CaptionTextBlockStyle}" Style="{StaticResource CaptionTextBlockStyle}"