Icon

An SVG icon primitive for controls, labels, and supporting decoration.

The Icon Component

sparkles
chart-bar
users
bell
home
arrow-right
document-text
rocket-launch

Basic Usage

Code Snippet

<script lang="ts">		import { Icon } from '$lib/components';	</script> 	<Icon name="sparkles" class="size-5 fill-transparent stroke-app-text" />

Examples

Scale with Utilities

Use standard utility classes to size and color the icon with surrounding text.