mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-04 09:32:33 +00:00
9 lines
216 B
Svelte
9 lines
216 B
Svelte
![]() |
<script>
|
||
|
import { CircleHelp } from 'lucide-svelte';
|
||
|
</script>
|
||
|
|
||
|
<div class="{$$props.class || ''} text-sm rounded border flex flex-row items-center p-2">
|
||
|
<CircleHelp size="16" class="w-10 mr-2" />
|
||
|
<slot />
|
||
|
</div>
|