+
+
+ {{#if this.isNumber}}
+ {{number @value}}
+ {{else if this.isDuration}}
+ {{formatDuration @value}}
+ {{else}}
+ {{@value}}
+ {{/if}}
+
+
+ {{#if @icon}}{{icon @icon}}{{/if}}
+ {{htmlSafe (i18n @label count=@value)}}
+
+
+
+}
diff --git a/app/assets/javascripts/discourse/app/components/user-stat.hbs b/app/assets/javascripts/discourse/app/components/user-stat.hbs
deleted file mode 100644
index 654ac59dee7..00000000000
--- a/app/assets/javascripts/discourse/app/components/user-stat.hbs
+++ /dev/null
@@ -1,13 +0,0 @@
-