SKUBezierPath is a UIBezierPath/NSBezeierPath class category with SVG parser. This project was previously called UIBezierPath+SVG, it was renamed to SKUBezierPath+SVG with introduction of NSBezierPath support, see #5.
+ (SKUBezierPath *)bezierPathWithSVGString:(NSString*)svgString;
Example project included with sample SVG icons (from Raphael free icons collection).
ARC and NSBezierPath support was implemented by @mredig.
Check IJSVG (NSBezierPath only) if you need support for transfortmations, elements, etc.
(The MIT License)

