Skip to content

Material Design Icons for WPF and UWP, along with the tool used to convert them.

License

Notifications You must be signed in to change notification settings

boonepeter/wpf-uwp-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpf-uwp-icons

This project contains an SVG to XML converter, all of the Material Design Icons in a ResourceDictionary, and examples of their usage in WPF and UWP applications.

The converter app uses vvvv's SVG library to parse the SVG xml. It then converts the svg elements to their corresponding XAML element, places them on a canvas, inside of a Viewbox, and then inside of a ControlTemplate. These are all added to a ResourceDictionary.xaml and can be used easily in buttons.

<Button>
    <Button.Content>
        <ContentControl Template="{StaticResource IconKeyHere}" />
    </Button.Content>
</Button>

I processed all of the Material Design icons and placed them in a resource dictionary here.

Sample library

UWP sample

About

Material Design Icons for WPF and UWP, along with the tool used to convert them.

Topics

Resources

License

Stars

Watchers

Forks

Languages