update
This commit is contained in:
@@ -0,0 +1,185 @@
|
||||
import home from "./UI/tabs/home.png";
|
||||
import tasks from "./UI/tabs/tasks.png";
|
||||
import chat from "./UI/tabs/chat.png";
|
||||
import design from "./UI/tabs/design.png";
|
||||
import quotes from "./UI/tabs/quotes.png";
|
||||
import settings from "./UI/tabs/settings.png";
|
||||
|
||||
export const tabs = {
|
||||
home,
|
||||
tasks,
|
||||
settings,
|
||||
quotes,
|
||||
chat,
|
||||
design,
|
||||
};
|
||||
|
||||
import bell from "./UI/bell.png";
|
||||
import sort from "./UI/sort.png";
|
||||
|
||||
import chevronDown from "./UI/chevronDown.png";
|
||||
import arrowRight from "./UI/arrowRight.png";
|
||||
import threeDots from "./UI/threeDots.png";
|
||||
|
||||
import thumbUp from "./UI/thumbUp.png";
|
||||
import thumbDown from "./UI/thumbDown.png";
|
||||
|
||||
import add from "./UI/add.png";
|
||||
import search from "./UI/search.png";
|
||||
import addFile from "./UI/addFile.png";
|
||||
import send from "./UI/send.png";
|
||||
import eye from "./UI/eye.png";
|
||||
import edit from "./UI/edit.png";
|
||||
import trash from "./UI/trash.png";
|
||||
import message from "./UI/message.png";
|
||||
import check from "./UI/check.png";
|
||||
import checkCircle from "./UI/checkCircle.png";
|
||||
import undo from "./UI/undo.png";
|
||||
import shoppingBag from "./UI/shoppingBag.png";
|
||||
import lock from "./UI/lock.png";
|
||||
import deliveryTime from "./UI/deliveryTime.png";
|
||||
import tools from "./UI/tools.png";
|
||||
|
||||
import picture from "./UI/picture.png";
|
||||
import screenshot from "./UI/screenshot.png";
|
||||
import focus from "./UI/focus.png";
|
||||
|
||||
import android from "./UI/android.png";
|
||||
import ios from "./UI/ios.png";
|
||||
import web from "./UI/web.png";
|
||||
|
||||
import user from "./UI/user.png";
|
||||
import law from "./UI/law.png";
|
||||
import support from "./UI/support.png";
|
||||
|
||||
import attachment from "./UI/attachment.png";
|
||||
|
||||
import cloud from "./icons/cloud.png";
|
||||
import dashboard from "./icons/dashboard.png";
|
||||
import file from "./icons/file.png";
|
||||
|
||||
import figma from "./icons/figma.png";
|
||||
import gitlab from "./icons/gitlab.png";
|
||||
import algolia from "./icons/algolia.png";
|
||||
import play from "./icons/play.png";
|
||||
import disk from "./icons/disk.png";
|
||||
import stars from "./icons/stars.png";
|
||||
import musicLandLogo from "./icons/musicLandLogo.png";
|
||||
|
||||
export const icons = {
|
||||
bell,
|
||||
sort,
|
||||
|
||||
chevronDown,
|
||||
arrowRight,
|
||||
threeDots,
|
||||
|
||||
thumbUp,
|
||||
thumbDown,
|
||||
|
||||
add,
|
||||
search,
|
||||
addFile,
|
||||
send,
|
||||
eye,
|
||||
edit,
|
||||
trash,
|
||||
message,
|
||||
check,
|
||||
checkCircle,
|
||||
undo,
|
||||
shoppingBag,
|
||||
lock,
|
||||
deliveryTime,
|
||||
tools,
|
||||
|
||||
screenshot,
|
||||
picture,
|
||||
attachment,
|
||||
focus,
|
||||
|
||||
android,
|
||||
ios,
|
||||
web,
|
||||
|
||||
cloud,
|
||||
dashboard,
|
||||
file,
|
||||
|
||||
figma,
|
||||
gitlab,
|
||||
algolia,
|
||||
|
||||
user,
|
||||
law,
|
||||
support,
|
||||
play,
|
||||
disk,
|
||||
stars,
|
||||
musicLandLogo,
|
||||
};
|
||||
|
||||
import triangle from "./art/triangle.png";
|
||||
import circle from "./art/circle.png";
|
||||
import square from "./art/square.png";
|
||||
import gradientTriangle from "./art/gradientTriangle.png";
|
||||
|
||||
import coin from "./art/coin.png";
|
||||
import threeCoins from "./art/threeCoins.png";
|
||||
import boost from "./art/boost.png";
|
||||
import boostBig from "./art/boostBig.png";
|
||||
|
||||
export const art = {
|
||||
triangle,
|
||||
circle,
|
||||
square,
|
||||
gradientTriangle,
|
||||
coin,
|
||||
threeCoins,
|
||||
boost,
|
||||
boostBig,
|
||||
};
|
||||
|
||||
import welcome from "./tutorial/welcome.png";
|
||||
import tutorialChat from "./tutorial/chat.png";
|
||||
import coins from "./tutorial/coins.png";
|
||||
import followProgress from "./tutorial/followProgress.png";
|
||||
import tutorialTasks from "./tutorial/tasks.png";
|
||||
|
||||
export const tutorial = {
|
||||
welcome,
|
||||
chat: tutorialChat,
|
||||
coins,
|
||||
followProgress,
|
||||
tasks: tutorialTasks,
|
||||
};
|
||||
|
||||
import loginAppDashboard from "./mockups/loginAppDashboard.png";
|
||||
|
||||
export const mockups = {
|
||||
loginAppDashboard,
|
||||
};
|
||||
|
||||
import writingBG from "./UI/writingBG.png";
|
||||
import studioBG from "./UI/studioBG.png";
|
||||
import studioBG2 from "./UI/studioBG2.png";
|
||||
|
||||
export const background = {
|
||||
writingBG,
|
||||
studioBG,
|
||||
studioBG2,
|
||||
};
|
||||
|
||||
import nathalie from "./UI/nathalie.png";
|
||||
import theo from "./UI/theo.png";
|
||||
|
||||
export const ai = {
|
||||
nathalie,
|
||||
theo,
|
||||
};
|
||||
|
||||
import placeholder from "./UI/placeholder.jpg";
|
||||
|
||||
export const img = {
|
||||
placeholder,
|
||||
};
|
||||
Reference in New Issue
Block a user