aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/images/Images.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/images/Images.tsx')
-rw-r--r--frontend/src/images/Images.tsx44
1 files changed, 44 insertions, 0 deletions
diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx
new file mode 100644
index 0000000..d2f6dfb
--- /dev/null
+++ b/frontend/src/images/Images.tsx
@@ -0,0 +1,44 @@
1import logo from "./png/logo.png"
2import login from "./png/login.png"
3import img1 from './png/1.png';
4import img2 from './png/2.png';
5import img3 from './png/3.png';
6import img4 from './png/4.png';
7import img5 from './png/5.png';
8import img6 from './png/6.png';
9import img7 from './png/7.png';
10import img8 from './png/8.png';
11import img9 from './png/9.png';
12import img10 from './png/10.png';
13import img11 from './png/11.png';
14import img12 from './png/12.png';
15import img13 from './png/13.png';
16import img14 from './png/14.png';
17import img15 from './png/15.png';
18import img16 from './png/16.png';
19import img17 from './png/17.png';
20import img18 from './png/18.png';
21import img19 from './png/19.png';
22
23export const LogoIcon = logo;
24export const LoginIcon = login;
25
26export const SearchIcon = img1;
27export const HomeIcon = img2;
28export const NewsIcon = img3;
29export const PortalIcon = img4;
30export const FlagIcon = img5;
31export const ChatIcon = img6;
32export const TableIcon = img7;
33export const BookIcon = img8;
34export const HelpIcon = img9;
35export const UserIcon = img10;
36export const ExitIcon = img11;
37export const DownloadIcon = img12;
38export const ThreedotIcon = img13;
39export const StatisticsIcon = img14;
40export const TwitchIcon = img15;
41export const YouTubeIcon = img16;
42export const SteamIcon = img17;
43export const HistoryIcon = img18;
44export const SortIcon = img19; \ No newline at end of file