I'm looking for some simple clip art to use in a WPF application. I'd like it to be vector-based so it scales well, so obviously I would need to be able to convert it to XAML. Most of the clip art out there is raster graphics.
My current method is to find a .wmf piece of clip art, paste it into Adobe Illustrator, copy it to the clipboard, paste it into Expression Design and then export it to XAML. There's got to be a better way!
Thanks in advance for any help!