mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: fix icons [ci skip]
This commit is contained in:
parent
ba58ba8f00
commit
9c0a75f052
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ Set `expandable` to `true` to use the expandable variant.
|
||||||
|
|
||||||
### Custom search icon
|
### Custom search icon
|
||||||
|
|
||||||
<Search icon={Query16} />
|
<Search icon={Query} />
|
||||||
|
|
||||||
### Skeleton
|
### Skeleton
|
||||||
|
|
||||||
|
|
|
@ -169,7 +169,7 @@ components: ["StructuredList", "StructuredListSkeleton", "StructuredListBody", "
|
||||||
name="row-{item}-name"
|
name="row-{item}-name"
|
||||||
/>
|
/>
|
||||||
<StructuredListCell>
|
<StructuredListCell>
|
||||||
<CheckmarkFilled16
|
<CheckmarkFilled
|
||||||
class="bx--structured-list-svg"
|
class="bx--structured-list-svg"
|
||||||
aria-label="select an option"
|
aria-label="select an option"
|
||||||
title="select an option"
|
title="select an option"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue