Icon Value leverages our icon kit, to display a value of some sort in the interface. Typically, this includes a numerical value.
<%= pb_rails("icon_value", props: { icon: "heart", text: "93" }) %> <br> <%= pb_rails("icon_value", props: { icon: "comment", text: "5" }) %> <br> <%= pb_rails("icon_value", props: { icon: "clock", text: "15m" }) %>
<%= pb_rails("icon_value", props: { icon: "heart", text: "93" }) %> <br> <%= pb_rails("icon_value", props: { icon: "comment", text: "5", align: "center" }) %> <br> <%= pb_rails("icon_value", props: { icon: "clock", text: "15m", align: "right" }) %>