Did you figure out how to do it?
EDIT: It's just simple as:
<use id="my-button" href="#icon-button" class="medium-button application-fill my-btn" />
And then
document.getElementById('my-button').image = "file.png"
Best AnswerI'll give that a try, thanks
Best Answer