creating-wpf-vector-icons
Installation
SKILL.md
WPF Vector Icons
Create scalable, resolution-independent icons using WPF geometry.
1. Icon Definition Patterns
1.1 PathGeometry Resources
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Check mark -->
<PathGeometry x:Key="CheckIconGeometry">
M 2,7 L 5,10 L 10,3
</PathGeometry>