SVG Icon Helper for yew framework

need yew version: 0.4

USAGE

1) with remote svg-defs:

html!{ <SVG: href="/svg-defs.svg#shape",/> }

2) with local *.svg file or string:

html!{ <SVG: content=include_str!("../svgs/satellite.svg"),/> }