Cole Bemis c9552b6916
fix: Remove unecessary whitespace from SVG contents
```js
/* BEFORE */
{ circle: "\n  <circle cx=\"12\" cy=\"12\" r=\"10\"></circle>\n" }

/* AFTER */
{ circle: "<circle cx=\"12\" cy=\"12\" r=\"10\"></circle>" }
```
2017-11-19 16:29:52 -08:00
..
2017-11-18 20:00:16 -08:00
2017-11-18 20:00:16 -08:00
2017-11-18 20:00:16 -08:00
2017-11-18 20:00:16 -08:00
2017-11-18 20:00:16 -08:00