span.icon.wave-bars(:style="rootState")
svg(version="1.1", id="Layer_1", xmlns="http://www.w3.org/2000/svg", xmlns:xlink="http://www.w3.org/1999/xlink", x="0px", y="0px", :width="inRems(getWidth)", :height="inRems(getHeight)", :viewBox="viewBox" style="enable-background:new 0 0 50 50;", xml:space="preserve")
rect(v-for="(bar, index) in bars", :x="bar.x", :y="bar.y", :width="bar.width", :height="bar.height", :fill="color")
animateTransform(attributeType="xml", attributeName="transform", type="translate", :values="transformValues", :begin="bar.begin", :dur="bar.duration", repeatCount="indefinite")