Skip to content

Commit

Permalink
alphabet sort the icons exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Aug 25, 2023
1 parent d9aad73 commit a039463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/client/ui/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export { default as FlagWarningIcon } from "./FlagWarningIcon";
export { default as HyperlinkIcon } from "./HyperlinkIcon";
export { default as ImageFileAddIcon } from "./ImageFileAddIcon";
export { default as ImageFileLandscapeIcon } from "./ImageFileLandscapeIcon";
export { default as ImageFileWarningIcon } from "./ImageFileWarningIcon";
export { default as InformationCircleIcon } from "./InformationCircleIcon";
export { default as LabFlaskExperimentIcon } from "./LabFlaskExperimentIcon";
export { default as LikeIcon } from "./LikeIcon";
Expand Down Expand Up @@ -77,4 +78,3 @@ export { default as TradingConversationIcon } from "./TradingConversationIcon";
export { default as VideoPlayerIcon } from "./VideoPlayerIcon";
export { default as ViewIcon } from "./ViewIcon";
export { default as ViewOffIcon } from "./ViewOffIcon";
export { default as ImageFileWarningIcon } from "./ImageFileWarningIcon";

0 comments on commit a039463

Please sign in to comment.