#svg icon themer
./run <svg_icon_name> <fill_color>
The svg icon name is a path to the svg file (can be absolute or relative) and the fill colour should be wrapped in a string. e.g.:
./run ../someicon.svg "#000"
Uses casperjs to captured generated svg assets for a given base asset and fill colour
JavaScript