Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ja): Update reference/icons.mdx #2564

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)の設定など、他のコンポーネントでもよく使用されます。
HiDeoo marked this conversation as resolved.
Show resolved Hide resolved

## すべてのアイコン

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

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

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