Shopify Dawn Theme - Icons before Text in multi-column layout

I am adding an icon before bullet points in multi column layout. But it is not working. Can anyone help what is wrong in the code.

{%- if block.settings.title != blank -%}

{{ block.settings.title }}

{%- endif -%} {%- if block.settings.text != blank -%}
{{ block.settings.text | replace: '
    ', '
      ' | replace: '
    • ', '
    • ' }}
{%- endif -%} {%- if block.settings.link_label != blank -%} {{- block.settings.link_label | escape -}}  {% render 'icon-arrow' %} {%- endif -%}