Skip to content

Commit

Permalink
i18n(ja): Update reference/icons.mdx (#2564)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
  • Loading branch information
morinokami and HiDeoo authored Nov 4, 2024
1 parent e5d1f1d commit c846696
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/content/docs/ja/reference/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ title: アイコン
description: Starlightで利用可能なすべてのアイコンの概要。
---

Starlightには、`<Icon>`コンポーネントを使用してコンテンツに表示できる組み込みのアイコンセットが用意されています
Starlightには、`<Icon>`コンポーネントを使用してコンテンツに表示できる、組み込みのアイコンセットが用意されています

## アイコンの使用

アイコンは[`<Icon>`](/ja/components/icons/)コンポーネントを使用して表示できます。
また、[カード](/ja/components/cards/)[ヒーローアクション](/ja/reference/frontmatter/#hero)などの設定のような他のコンポーネントでもよく使用されます。
アイコンは[`<Icon>`](/ja/components/icons/)コンポーネントを使用して表示できます。また、[カード](/ja/components/cards/)[ヒーローアクション](/ja/reference/frontmatter/#hero)の設定など、他のコンポーネントでもよく使用されます。

## すべてのアイコン

利用可能なすべてのアイコンとその関連名が以下にリストされています。アイコンをクリックすると、その名前がクリップボードにコピーされます。

import IconsList from '~/components/icons-list.astro';

<IconsList />
<IconsList labels={{ copied: 'コピー完了!' }} />

0 comments on commit c846696

Please sign in to comment.