# SVG Icon Helper for [yew framework](https://github.com/DenisKolodin/yew) support yew >=0.5 ## USAGE ### 1) with remote svg-defs: ``` html!{ } ``` ### 2) with local *.svg file or string: ``` html!{ } ```