mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
```js
/* BEFORE */
{ circle: "\n <circle cx=\"12\" cy=\"12\" r=\"10\"></circle>\n" }
/* AFTER */
{ circle: "<circle cx=\"12\" cy=\"12\" r=\"10\"></circle>" }
```