Renders an icon using an SVG sprite.
Render an icon with visually hidden text:
<.icon name="arrow-left" text="Go back" />
To display the text visibly:
<.icon name="arrow-left" text="Go back" text_position={:right} />