Skip to content

Commit

Permalink
Merge pull request #1225 from Bynder/feature/refresh-icon
Browse files Browse the repository at this point in the history
Make Icons properly typescript and add a refresh icon
  • Loading branch information
AmeeMorris committed Jul 13, 2023
2 parents 5049e93 + f9b883e commit 756f329
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 200 deletions.
3 changes: 3 additions & 0 deletions assets/icons/refresh16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module "*.svg" {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}
Loading

0 comments on commit 756f329

Please sign in to comment.