Icon

{{ render_icon('heart') }}
Output:

Icon with Custom Size

{{ render_icon('heart', 32) }}
Output:

Icon with Custom Size and Bootstrap Color

{{ render_icon('heart', 25, 'primary') }}
Output:

Icon with Custom Size and Custom Color

{{ render_icon('heart', '2em', 'red') }}
Output:

Button example

Download Bookmark