docs: fix icons [ci skip]

This commit is contained in:
Eric Liu 2022-04-03 12:05:33 -07:00
commit 9c0a75f052
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"