Tutti Nuovi

user:thomas utente che ha creato il gist

title:mygist titolo del gist

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab gists with given topic

Registrati

Entra


Tutti Nuovi Registrati Entra

Tutti i gists

Più recente creazione
Meno recente creazione
Più recente aggiornamento
Meno recente aggiornamento

tahta / CustomIcon.svelte

0 mi piace
0 forks
1 files
Ultima volta attivo 1 month ago
This way we can define custom icon while mimicking lucide's api
1 <script lang="ts">
2 import type { IconProps } from '@lucide/svelte';
3
4 let { size = 24, color = 'currentColor', strokeWidth = 2, ...restProps }: IconProps = $props();
5 </script>
6
7 <svg
8 xmlns="http://www.w3.org/2000/svg"
9 width={size}
10 height={size}
Più nuovi Più vecchi

Creato da Opengist ⋅ Load: 23ms⋅

Italiano
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文