SvgPathEditor๋ SVG ๊ฒฝ๋ก๋ฅผ ๋์์ด๋๋ฅผ ์ด์ฉํด ์์ฑํ ์ ์๊ฒ ๋์์ฃผ๋ ๋๊ตฌ ์ ๋๋ค.
https://yqnn.github.io/svg-path-editor/
์ด ๊ฒฝ๋ก๋ UWP๋ฐ WinUI 3์์ PathIcon์ผ๋ก ์ธ ์ ์์ต๋๋ค.
...
<x:String x:Key="PathEntity">M 21 25 V 0 H 20 V 24 H 1 V 1 H 20 V 0 H 0 V 25 H 21 M 1 10 H 20 V 11 H 1 V 10</x:String>
<AppBarButton Command="{x:Bind ViewModel.MenuCommand}" IsCompact="True" MaxWidth="32">
<AppBarButton.Icon>
<PathIcon Data="{StaticResource PathEntity}" />
</AppBarButton.Icon>
</AppBarButton>
๋นํธ๋งต ์์ด์ฝ์ ๋ณ๋ก๊ณ (๋ ํ ๋ง์ ๋ถ์ ํฉํ๊ณ ) ๊ธฐ์กด ํฐํธ ์์ด์ฝ์๋ ์๋ ๊ฒฝ์ฐ ์ฑ์ฑ ๋ง๋ค์ด ์ธ ์ ์์ต๋๋ค.