{{! template-lint-disable }}
<div
  class="ui-profile"
  style={{html-safe
    (concat
      "background-image: url("
      image
      "); border-radius: "
      image-radius
      "px; width: "
      image-size
      "px; height: "
      image-size
      "px"
    )
  }}
>
</div>