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>
Installs
4
GitHub Stars
36
First Seen
Feb 28, 2026
creating-wpf-vector-icons — christian289/dotnet-with-claudecode