Might be handy to have a `JSON` obj with icon IDs and `viewBox`. eg: ```js { icon1 : "0 0 32 32", icon2 : "0 0 32 32" } ```
Might be handy to have a
JSONobj with icon IDs andviewBox.eg: