Favicons broken | Even with support by Leart
|
@ -40,6 +40,10 @@ const Login: React.FC = () => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleLogout = () => {
|
||||||
|
setIsLoggedIn(false);
|
||||||
|
}
|
||||||
|
|
||||||
// Function to handle account creation
|
// Function to handle account creation
|
||||||
const handleCreateAccount = () => {
|
const handleCreateAccount = () => {
|
||||||
console.log('New Account Created:', newAccountEmail, newAccountPassword);
|
console.log('New Account Created:', newAccountEmail, newAccountPassword);
|
||||||
|
@ -49,6 +53,7 @@ const Login: React.FC = () => {
|
||||||
|
|
||||||
// Function to toggle the settings popup
|
// Function to toggle the settings popup
|
||||||
const toggleSettingsPopup = () => setShowSettingsPopup(!showSettingsPopup);
|
const toggleSettingsPopup = () => setShowSettingsPopup(!showSettingsPopup);
|
||||||
|
const isStartedAsLogOut = 'false'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -842,6 +842,8 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
|
||||||
onChange={(e) => setNewPassword(e.target.value)}
|
onChange={(e) => setNewPassword(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{/* Logout Button */}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -20,3 +20,4 @@ export const exportSettings = (settings: any) => {
|
||||||
reader.readAsText(file);
|
reader.readAsText(file);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
import Header from "./components/Header";
|
import { ReactNode } from 'react';
|
||||||
|
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'AI Assistant | Interstellar Development',
|
title: 'AI Assistant | Interstellar Development',
|
||||||
description: 'A little AI chat that is able to assist you in little tasks',
|
description: 'A little AI chat that is able to assist you in little tasks',
|
||||||
}
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({ children }: { children: ReactNode }) {
|
||||||
children,
|
|
||||||
}: {
|
|
||||||
children: React.ReactNode
|
|
||||||
}) {
|
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>{metadata.title}</title>
|
||||||
|
<meta name="description" content={metadata.description} />
|
||||||
|
{/* Add the favicon here */}
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>{children}</main>
|
<main>{children}</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -7,6 +7,7 @@ import Documentation from './components/Documentation'; // Ensure the import pat
|
||||||
import History from './components/History';
|
import History from './components/History';
|
||||||
import Models from './components/Models';
|
import Models from './components/Models';
|
||||||
import Credits from './components/Credits';
|
import Credits from './components/Credits';
|
||||||
|
import Head from 'next/head';
|
||||||
import './styles/master.css';
|
import './styles/master.css';
|
||||||
|
|
||||||
const LandingPage: React.FC = () => {
|
const LandingPage: React.FC = () => {
|
||||||
|
@ -51,6 +52,7 @@ const LandingPage: React.FC = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Header
|
<Header
|
||||||
toggleDivs={toggleDivs}
|
toggleDivs={toggleDivs}
|
||||||
|
@ -74,6 +76,7 @@ const LandingPage: React.FC = () => {
|
||||||
{view === 'Credits' && <Credits />} {/* Now Credits will render properly */}
|
{view === 'Credits' && <Credits />} {/* Now Credits will render properly */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
public/iomarket/Emblem/1x/Asset 10.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
public/iomarket/Emblem/1x/Asset 11.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
public/iomarket/Emblem/1x/Asset 12.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
public/iomarket/Emblem/1x/Asset 9.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
public/iomarket/Emblem/2x/Asset 10@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/Emblem/2x/Asset 11@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/Emblem/2x/Asset 12@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/Emblem/2x/Asset 9@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/Emblem/3x/Asset 10@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/Emblem/3x/Asset 11@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/Emblem/3x/Asset 12@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/Emblem/3x/Asset 9@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/Emblem/4x/Asset 10@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/Emblem/4x/Asset 11@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/Emblem/4x/Asset 12@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/Emblem/4x/Asset 9@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
20
public/iomarket/Emblem/SVG/Asset 10.svg
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 527.17 497.05">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #000;
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<g id="Layer_1-2" data-name="Layer 1">
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M263.55,492.92c-16.59,0-30.04-13.45-30.04-30.04v-193.62c0-16.59,13.45-30.04,30.04-30.04s30.04,13.44,30.04,30.04v193.62c0,16.59-13.45,30.04-30.04,30.04"/>
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M316.84,152.98c0,29.41-23.84,53.25-53.25,53.25s-53.25-23.84-53.25-53.25,23.84-53.25,53.25-53.25,53.25,23.84,53.25,53.25"/>
|
||||||
|
<path class="cls-1" d="M449.95,46.28c-16.67-16.67-35.19-30.81-55.09-42.25-14.21-8.17-32.37-3.31-40.74,10.78h0c-8.64,14.54-3.46,33.1,11.17,41.57,14.24,8.24,30.22,21.36,42.33,33.08,0,0-.98-.98,0,0,37.11,37.12,56.86,85.12,59.27,133.82.14,3.13.23,6.28.23,9.44,0,54.38-21.18,105.5-59.63,143.95-1.24,1.24-2.31,2.57-3.29,3.95-38.04,36.35-87.73,56.37-140.53,56.37s-103.27-20.32-141.42-57.22c-.81-1.07-1.68-2.12-2.66-3.09-37.11-37.12-56.86-85.12-59.27-133.82-.14-3.14-.23-6.28-.23-9.44,0-54.38,21.18-105.5,59.63-143.95,1.24-1.24,0,0,0,0,11.88-11.36,28.2-25.05,42.1-33.1,14.65-8.48,19.87-27.05,11.22-41.6h0c-8.37-14.09-26.53-18.94-40.73-10.78-19.94,11.46-38.5,25.61-55.2,42.31C25.61,97.77-.08,165.43,0,233.06c0,.11,0,.23,0,.34,0,70.43,27.43,136.63,77.23,186.43,54.74,54.74,129.31,82.44,207.52,76.4,52.16-4.03,102.26-23.77,143.08-56.48,66.33-53.15,99.44-129.95,99.34-206.7,0-.11,0-.23,0-.34,0-70.42-27.43-136.63-77.23-186.43Z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
public/iomarket/Emblem/SVG/Asset 11.svg
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 527.17 497.05">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #fcfceb;
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<g id="Layer_1-2" data-name="Layer 1">
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M263.55,492.92c-16.59,0-30.04-13.45-30.04-30.04v-193.62c0-16.59,13.45-30.04,30.04-30.04s30.04,13.44,30.04,30.04v193.62c0,16.59-13.45,30.04-30.04,30.04"/>
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M316.84,152.98c0,29.41-23.84,53.25-53.25,53.25s-53.25-23.84-53.25-53.25,23.84-53.25,53.25-53.25,53.25,23.84,53.25,53.25"/>
|
||||||
|
<path class="cls-1" d="M449.95,46.28c-16.67-16.67-35.19-30.81-55.09-42.25-14.21-8.17-32.37-3.31-40.74,10.78h0c-8.64,14.54-3.46,33.1,11.17,41.57,14.24,8.24,30.22,21.36,42.33,33.08,0,0-.98-.98,0,0,37.11,37.12,56.86,85.12,59.27,133.82.14,3.13.23,6.28.23,9.44,0,54.38-21.18,105.5-59.63,143.95-1.24,1.24-2.31,2.57-3.29,3.95-38.04,36.35-87.73,56.37-140.53,56.37s-103.27-20.32-141.42-57.22c-.81-1.07-1.68-2.12-2.66-3.09-37.11-37.12-56.86-85.12-59.27-133.82-.14-3.14-.23-6.28-.23-9.44,0-54.38,21.18-105.5,59.63-143.95,1.24-1.24,0,0,0,0,11.88-11.36,28.2-25.05,42.1-33.1,14.65-8.48,19.87-27.05,11.22-41.6h0c-8.37-14.09-26.53-18.94-40.73-10.78-19.94,11.46-38.5,25.61-55.2,42.31C25.61,97.77-.08,165.43,0,233.06c0,.11,0,.23,0,.34,0,70.43,27.43,136.63,77.23,186.43,54.74,54.74,129.31,82.44,207.52,76.4,52.16-4.03,102.26-23.77,143.08-56.48,66.33-53.15,99.44-129.95,99.34-206.7,0-.11,0-.23,0-.34,0-70.42-27.43-136.63-77.23-186.43Z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
public/iomarket/Emblem/SVG/Asset 12.svg
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 527.17 497.05">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #8b9635;
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<g id="Layer_1-2" data-name="Layer 1">
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M263.55,492.92c-16.59,0-30.04-13.45-30.04-30.04v-193.62c0-16.59,13.45-30.04,30.04-30.04s30.04,13.44,30.04,30.04v193.62c0,16.59-13.45,30.04-30.04,30.04"/>
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M316.84,152.98c0,29.41-23.84,53.25-53.25,53.25s-53.25-23.84-53.25-53.25,23.84-53.25,53.25-53.25,53.25,23.84,53.25,53.25"/>
|
||||||
|
<path class="cls-1" d="M449.95,46.28c-16.67-16.67-35.19-30.81-55.09-42.25-14.21-8.17-32.37-3.31-40.74,10.78h0c-8.64,14.54-3.46,33.1,11.17,41.57,14.24,8.24,30.22,21.36,42.33,33.08,0,0-.98-.98,0,0,37.11,37.12,56.86,85.12,59.27,133.82.14,3.13.23,6.28.23,9.44,0,54.38-21.18,105.5-59.63,143.95-1.24,1.24-2.31,2.57-3.29,3.95-38.04,36.35-87.73,56.37-140.53,56.37s-103.27-20.32-141.42-57.22c-.81-1.07-1.68-2.12-2.66-3.09-37.11-37.12-56.86-85.12-59.27-133.82-.14-3.14-.23-6.28-.23-9.44,0-54.38,21.18-105.5,59.63-143.95,1.24-1.24,0,0,0,0,11.88-11.36,28.2-25.05,42.1-33.1,14.65-8.48,19.87-27.05,11.22-41.6h0c-8.37-14.09-26.53-18.94-40.73-10.78-19.94,11.46-38.5,25.61-55.2,42.31C25.61,97.77-.08,165.43,0,233.06c0,.11,0,.23,0,.34,0,70.43,27.43,136.63,77.23,186.43,54.74,54.74,129.31,82.44,207.52,76.4,52.16-4.03,102.26-23.77,143.08-56.48,66.33-53.15,99.44-129.95,99.34-206.7,0-.11,0-.23,0-.34,0-70.42-27.43-136.63-77.23-186.43Z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
public/iomarket/Emblem/SVG/Asset 9.svg
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 527.17 497.05">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
fill: #fff;
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<g id="Layer_1-2" data-name="Layer 1">
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M263.55,492.92c-16.59,0-30.04-13.45-30.04-30.04v-193.62c0-16.59,13.45-30.04,30.04-30.04s30.04,13.44,30.04,30.04v193.62c0,16.59-13.45,30.04-30.04,30.04"/>
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="M316.84,152.98c0,29.41-23.84,53.25-53.25,53.25s-53.25-23.84-53.25-53.25,23.84-53.25,53.25-53.25,53.25,23.84,53.25,53.25"/>
|
||||||
|
<path class="cls-1" d="M449.95,46.28c-16.67-16.67-35.19-30.81-55.09-42.25-14.21-8.17-32.37-3.31-40.74,10.78h0c-8.64,14.54-3.46,33.1,11.17,41.57,14.24,8.24,30.22,21.36,42.33,33.08,0,0-.98-.98,0,0,37.11,37.12,56.86,85.12,59.27,133.82.14,3.13.23,6.28.23,9.44,0,54.38-21.18,105.5-59.63,143.95-1.24,1.24-2.31,2.57-3.29,3.95-38.04,36.35-87.73,56.37-140.53,56.37s-103.27-20.32-141.42-57.22c-.81-1.07-1.68-2.12-2.66-3.09-37.11-37.12-56.86-85.12-59.27-133.82-.14-3.14-.23-6.28-.23-9.44,0-54.38,21.18-105.5,59.63-143.95,1.24-1.24,0,0,0,0,11.88-11.36,28.2-25.05,42.1-33.1,14.65-8.48,19.87-27.05,11.22-41.6h0c-8.37-14.09-26.53-18.94-40.73-10.78-19.94,11.46-38.5,25.61-55.2,42.31C25.61,97.77-.08,165.43,0,233.06c0,.11,0,.23,0,.34,0,70.43,27.43,136.63,77.23,186.43,54.74,54.74,129.31,82.44,207.52,76.4,52.16-4.03,102.26-23.77,143.08-56.48,66.33-53.15,99.44-129.95,99.34-206.7,0-.11,0-.23,0-.34,0-70.42-27.43-136.63-77.23-186.43Z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/iomarket/Favicions/16x16.png
Normal file
After Width: | Height: | Size: 528 B |
BIN
public/iomarket/Favicions/32x32.png
Normal file
After Width: | Height: | Size: 938 B |
BIN
public/iomarket/JPEGs/1x/Logo-1-100.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-2-100.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-3-100.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-4-100.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-5-100.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-6-100.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-7-100.jpg
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
public/iomarket/JPEGs/1x/Logo-8-100.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-1@2x-100.jpg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-2@2x-100.jpg
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-3@2x-100.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-4@2x-100.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-5@2x-100.jpg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-6@2x-100.jpg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-7@2x-100.jpg
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
public/iomarket/JPEGs/2x/Logo-8@2x-100.jpg
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-1@3x-100.jpg
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-2@3x-100.jpg
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-3@3x-100.jpg
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-4@3x-100.jpg
Normal file
After Width: | Height: | Size: 223 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-5@3x-100.jpg
Normal file
After Width: | Height: | Size: 187 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-6@3x-100.jpg
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-7@3x-100.jpg
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
public/iomarket/JPEGs/3x/Logo-8@3x-100.jpg
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-1@4x-100.jpg
Normal file
After Width: | Height: | Size: 331 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-2@4x-100.jpg
Normal file
After Width: | Height: | Size: 342 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-3@4x-100.jpg
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-4@4x-100.jpg
Normal file
After Width: | Height: | Size: 327 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-5@4x-100.jpg
Normal file
After Width: | Height: | Size: 298 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-6@4x-100.jpg
Normal file
After Width: | Height: | Size: 297 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-7@4x-100.jpg
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
public/iomarket/JPEGs/4x/Logo-8@4x-100.jpg
Normal file
After Width: | Height: | Size: 304 KiB |
BIN
public/iomarket/PDF/Logo-1.pdf
Normal file
BIN
public/iomarket/PDF/Logo-2.pdf
Normal file
BIN
public/iomarket/PDF/Logo-3.pdf
Normal file
BIN
public/iomarket/PDF/Logo-4.pdf
Normal file
BIN
public/iomarket/PDF/Logo-5.pdf
Normal file
BIN
public/iomarket/PDF/Logo-6.pdf
Normal file
BIN
public/iomarket/PDF/Logo-7.pdf
Normal file
BIN
public/iomarket/PDF/Logo-8.pdf
Normal file
BIN
public/iomarket/PNGs - SVGs/1x/Asset 1.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 2.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 3.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 4.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 5.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 6.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 7.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
public/iomarket/PNGs - SVGs/1x/Asset 8.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 1@2x-8.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 2@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 3@2x-8.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 4@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 5@2x-8.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 6@2x-8.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 7@2x-8.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/iomarket/PNGs - SVGs/2x/Asset 8@2x-8.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 1@3x-8.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 2@3x-8.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 3@3x-8.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 4@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 5@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 6@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 7@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/PNGs - SVGs/3x/Asset 8@3x-8.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 1@4x-8.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 2@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 3@4x-8.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 4@4x-8.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 5@4x-8.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 6@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 7@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
public/iomarket/PNGs - SVGs/4x/Asset 8@4x-8.png
Normal file
After Width: | Height: | Size: 34 KiB |