Skip to content

Commit

Permalink
Merge pull request #131 from UrbanInstitute/patch-iconrefresh-export
Browse files Browse the repository at this point in the history
add export for IconRefresh
  • Loading branch information
rachelmarconi authored Feb 4, 2025
2 parents 7259b8b + 3eea335 commit a58d5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @UrbanInstitute/dataviz-components Changelog

## Next
- Patch: IconRefresh didn't have an export; added it.

## v0.12.6
- Patch: DatawrapperSwitching story to wrap the bottom block in `if` instead of `key`.
Expand Down
1 change: 1 addition & 0 deletions src/lib/Icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { default as IconClose } from "./IconClose.svelte";
export { default as IconPlus } from "./IconPlus.svelte";
export { default as IconMinus } from "./IconMinus.svelte";
export { default as IconSearch } from "./IconSearch.svelte";
export { default as IconRefresh } from "./IconRefresh.svelte";

0 comments on commit a58d5b4

Please sign in to comment.