From a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:53 +0300 Subject: refactor: port to typescript --- frontend/src/images/Images.tsx | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 frontend/src/images/Images.tsx (limited to 'frontend/src/images/Images.tsx') 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 @@ +import logo from "./png/logo.png" +import login from "./png/login.png" +import img1 from './png/1.png'; +import img2 from './png/2.png'; +import img3 from './png/3.png'; +import img4 from './png/4.png'; +import img5 from './png/5.png'; +import img6 from './png/6.png'; +import img7 from './png/7.png'; +import img8 from './png/8.png'; +import img9 from './png/9.png'; +import img10 from './png/10.png'; +import img11 from './png/11.png'; +import img12 from './png/12.png'; +import img13 from './png/13.png'; +import img14 from './png/14.png'; +import img15 from './png/15.png'; +import img16 from './png/16.png'; +import img17 from './png/17.png'; +import img18 from './png/18.png'; +import img19 from './png/19.png'; + +export const LogoIcon = logo; +export const LoginIcon = login; + +export const SearchIcon = img1; +export const HomeIcon = img2; +export const NewsIcon = img3; +export const PortalIcon = img4; +export const FlagIcon = img5; +export const ChatIcon = img6; +export const TableIcon = img7; +export const BookIcon = img8; +export const HelpIcon = img9; +export const UserIcon = img10; +export const ExitIcon = img11; +export const DownloadIcon = img12; +export const ThreedotIcon = img13; +export const StatisticsIcon = img14; +export const TwitchIcon = img15; +export const YouTubeIcon = img16; +export const SteamIcon = img17; +export const HistoryIcon = img18; +export const SortIcon = img19; \ No newline at end of file -- cgit v1.2.3