-
-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(es): translate
reference/icons
(#2409)
Co-authored-by: HiDeoo <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Referencia de iconos | ||
description: Una descripción general de todos los iconos disponibles en Starlight. | ||
--- | ||
|
||
Starlight proporciona un conjunto de iconos integrados que puedes mostrar en tu contenido usando el componente `<Icon>`. | ||
|
||
## Usar iconos | ||
|
||
Los iconos se pueden mostrar usando el componente [`<Icon>`](/es/components/icons/). | ||
Estos también se utilizan a menudo en otros componentes, como [tarjetas](/es/components/cards/) o configuraciones como [acciones de hero](/es/reference/frontmatter/#hero). | ||
|
||
## Todos los iconos | ||
|
||
Una lista de todos los iconos disponibles se muestra a continuación con sus nombres asociados. Haz clic en un icono para copiar su nombre al portapapeles. | ||
|
||
import IconsList from '~/components/icons-list.astro'; | ||
|
||
<IconsList /> |