// out: ..
span(v-bind:style="computedStyle")
svg(version="1.1",
:role="label ? 'img' : 'presentation'",
:aria-label="label",
:width="outerWidth",
:height="outerHeight",
:viewBox="box"
)
path(
:d="icon.d",
:transform="flipped",
fill="currentColor")
slot