Skip to content

Commit

Permalink
fix: fix placeholder icon name (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Oct 19, 2023
1 parent 1fdd7cc commit 91ab28e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Icon/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ const icons = {
PinFlagOutline: () => import('./react/outline/PinFlag'),
PinLocationOutline: () => import('./react/outline/PinLocation'),
PizzaOutline: () => import('./react/outline/Pizza'),
PlaceholderOutline: () => import('./react/outline/placeholder'),
PlaceholderOutline: () => import('./react/outline/Placeholder'),
PlayOutline: () => import('./react/outline/Play'),
PlayCircleOutline: () => import('./react/outline/PlayCircle'),
PlaylistOutline: () => import('./react/outline/Playlist'),
Expand Down

0 comments on commit 91ab28e

Please sign in to comment.