update
|
After Width: | Height: | Size: 558 KiB |
|
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 290 B |
|
After Width: | Height: | Size: 532 B |
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 892 B |
|
After Width: | Height: | Size: 796 B |
|
After Width: | Height: | Size: 336 B |
|
After Width: | Height: | Size: 160 B |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 6.3 KiB |
@@ -4,6 +4,11 @@ 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";
|
||||
import addTab from "./UI/tabs/add.png";
|
||||
import albums from "./UI/tabs/albums.png";
|
||||
import ribbon from "./UI/tabs/ribbon.png";
|
||||
import mic from "./UI/tabs/mic.png";
|
||||
import person from "./UI/tabs/person.png";
|
||||
|
||||
export const tabs = {
|
||||
home,
|
||||
@@ -12,6 +17,11 @@ export const tabs = {
|
||||
quotes,
|
||||
chat,
|
||||
design,
|
||||
addTab,
|
||||
albums,
|
||||
ribbon,
|
||||
mic,
|
||||
person,
|
||||
};
|
||||
|
||||
import bell from "./UI/bell.png";
|
||||
@@ -66,6 +76,9 @@ import disk from "./icons/disk.png";
|
||||
import stars from "./icons/stars.png";
|
||||
import musicLandLogo from "./icons/musicLandLogo.png";
|
||||
import close from "./icons/close.png";
|
||||
import heart from "./icons/heart.png";
|
||||
import heartOutline from "./icons/heartOutline.png";
|
||||
import more from "./icons/more.png";
|
||||
|
||||
export const icons = {
|
||||
bell,
|
||||
@@ -119,6 +132,9 @@ export const icons = {
|
||||
stars,
|
||||
musicLandLogo,
|
||||
close,
|
||||
heart,
|
||||
heartOutline,
|
||||
more,
|
||||
};
|
||||
|
||||
import triangle from "./art/triangle.png";
|
||||
@@ -169,6 +185,7 @@ import productionBG from "./UI/productionBG.png";
|
||||
import productionBG2 from "./UI/productionBG2.png";
|
||||
import playbackBG from "./UI/playbackBG.png";
|
||||
import playbackBG2 from "./UI/playbackBG2.png";
|
||||
import libraryBG from "./UI/libraryBG.png";
|
||||
|
||||
export const background = {
|
||||
writingBG,
|
||||
@@ -178,6 +195,7 @@ export const background = {
|
||||
productionBG2,
|
||||
playbackBG,
|
||||
playbackBG2,
|
||||
libraryBG,
|
||||
};
|
||||
|
||||
import nathalie from "./UI/nathalie.png";
|
||||
|
||||