Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Apr 7, 2024
1 parent ad23201 commit 4a7afa6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/icons/Blog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/Flickr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/X_Twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import { ReactComponent as CheckIconDark } from "./CheckIconDark.svg";
import { ReactComponent as CheckIconLight } from "./CheckIconLight.svg";
import { ReactComponent as HamburgerIcon } from "./HamburgerIcon.svg";
import { ReactComponent as Twitter } from "./Twitter.svg";
import { ReactComponent as TwitterX } from "./X_Twitter.svg";
import { ReactComponent as Youtube } from "./Youtube.svg";
import { ReactComponent as Blog } from "./Blog.svg";
import { ReactComponent as Flickr } from "./Flickr.svg";

export {
ArrowForward,
Expand All @@ -47,5 +50,8 @@ export {
CheckIconLight,
HamburgerIcon,
Twitter,
TwitterX,
Youtube,
Blog,
Flickr,
};

0 comments on commit 4a7afa6

Please sign in to comment.