From dd8db94df197e6761ab8f3d4fba9b2c0d197ffc7 Mon Sep 17 00:00:00 2001 From: Markury Date: Tue, 30 Sep 2025 16:36:49 -0400 Subject: [PATCH] ui: icons --- static/icons/beamednote.svg | 5 +++++ static/icons/cassette-tape.png | Bin 0 -> 396 bytes static/icons/cd-audio.png | Bin 0 -> 684 bytes static/icons/cd-white.svg | 6 ++++++ static/icons/cd.svg | 6 ++++++ static/icons/eighthnote-white.svg | 5 +++++ static/icons/eighthnote.svg | 5 +++++ static/icons/folder-white.svg | 5 +++++ static/icons/folder.png | Bin 0 -> 489 bytes static/icons/folder.svg | 3 +++ static/icons/github-white.svg | 15 +++++++++++++++ static/icons/home-car.png | Bin 0 -> 537 bytes static/icons/home-white.svg | 5 +++++ static/icons/home.svg | 3 +++ static/icons/laptop.png | Bin 0 -> 453 bytes static/icons/world-star.png | Bin 0 -> 589 bytes 16 files changed, 58 insertions(+) create mode 100644 static/icons/beamednote.svg create mode 100644 static/icons/cassette-tape.png create mode 100644 static/icons/cd-audio.png create mode 100644 static/icons/cd-white.svg create mode 100644 static/icons/cd.svg create mode 100644 static/icons/eighthnote-white.svg create mode 100644 static/icons/eighthnote.svg create mode 100644 static/icons/folder-white.svg create mode 100644 static/icons/folder.png create mode 100644 static/icons/folder.svg create mode 100644 static/icons/github-white.svg create mode 100644 static/icons/home-car.png create mode 100644 static/icons/home-white.svg create mode 100644 static/icons/home.svg create mode 100644 static/icons/laptop.png create mode 100644 static/icons/world-star.png diff --git a/static/icons/beamednote.svg b/static/icons/beamednote.svg new file mode 100644 index 0000000..ed4b53e --- /dev/null +++ b/static/icons/beamednote.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/icons/cassette-tape.png b/static/icons/cassette-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..92a6dec5972f053d0c61de23d4b0f3671891ad5b GIT binary patch literal 396 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgAr#;f;tHgJ;J|?c4Gj$p z4GsVQ|L=IPWfVC1&lj%oe~&R)=zj8q{5h(tkU4ys<4Z} zZN?>_7b{& lD+7a#6VC*oXvob^$xN%nt>M6#k~csN44$rjF6*2UngHh!aq<8F literal 0 HcmV?d00001 diff --git a/static/icons/cd-audio.png b/static/icons/cd-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..68bb414d348d9718130fa848b652704248bbf952 GIT binary patch literal 684 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sEa{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)pT}UnMXwSj}Ky5HFasE6@fgVI1HS;tHaTjql#Q8y_Ek z;J|_F*RTISGZP5g+S=;t>;IoQGxPtM^78Vuw6sl|Hcgv0?f?J(cY_xl2Wn$13GxeO zaCmkj4a7^mS!_#3Ib7Br!GP*G-^wrl*Tzh{y50SKqE{R^Vw! z)Z}QIeE0v|b!%&QSM@!4@~Jd z^q0TEBz)tsOooPqk!xAEckaDea#MTD0juq~PW)E#eA{FNI=)%S+fQXtV0;zJG55mL zrk%nL>Lo7^KK`Q6;&|oXoxPci-+$}P5tEo-7Vl7Zpl`A2gtC0UjklJ`Gpbd7=RL7g zL2JQ|rYVn?JNv7z`q6XXL*>U(-*JWWg9BT?|5l$MS9s(^?UJ2rTlTy^yK!Ig-1prcrq6zKUF$aH zosc)HSm@=|152$Z6hGJ5U-R62KLhubJFMKP%U!?hXMaEIAGd^Lh+tL1k$sHQ9M#<> zuzt;E@42Eb_=7Q<{m4Al?|*t975gt@{J7Koq5FdTU#7RxwZ18QLKboFyt=akR{0HFdLx&QzG literal 0 HcmV?d00001 diff --git a/static/icons/cd-white.svg b/static/icons/cd-white.svg new file mode 100644 index 0000000..2e4fe0b --- /dev/null +++ b/static/icons/cd-white.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/icons/cd.svg b/static/icons/cd.svg new file mode 100644 index 0000000..f4698c1 --- /dev/null +++ b/static/icons/cd.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/icons/eighthnote-white.svg b/static/icons/eighthnote-white.svg new file mode 100644 index 0000000..2adab42 --- /dev/null +++ b/static/icons/eighthnote-white.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/icons/eighthnote.svg b/static/icons/eighthnote.svg new file mode 100644 index 0000000..8629d7b --- /dev/null +++ b/static/icons/eighthnote.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/icons/folder-white.svg b/static/icons/folder-white.svg new file mode 100644 index 0000000..0d2d527 --- /dev/null +++ b/static/icons/folder-white.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/icons/folder.png b/static/icons/folder.png new file mode 100644 index 0000000000000000000000000000000000000000..b1765646f3e7ec20df92d45cbea937ef3ec3f968 GIT binary patch literal 489 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgp%~y3;tHf^&Sc==;P~<5 z$N&E`|Ns7Q=1dw;@c)^a#>Nc)|NnQ`IQt}!&sY-V7tG-B>;_1ZG0EHAg)8I2moOlQ zy~NYkmHiQ$ggB!xXJ!0kpwJFa7sn8d^J^y<@*Q#zVAfYnby)O_{{!O^-9HR*4vka# z+;{AlH0}PQySE<;U3{dsZ{uDs&Hb~M{(V)wYsSs5COyqN*^KTUk~s14qKUa?;k_3# zMfD_lzvnSbVAjz-#BuA?0;X@OE6$(D75JC4wX{MiaKY&mgJ(}Fl$1WMa@MhynChqS?uEVO)+u+Z z7l;3Bw%gm&uzT-+e?_1lR7+eVN>UO_QmvAUQh^kMk%6Iwu7R1Zkx7V=v6X?Lm7%4s nfr*uY!P}OYV<;MO^HVa@DsgL=bMr|RPy>UftDnm{r-UW|E)=l# literal 0 HcmV?d00001 diff --git a/static/icons/folder.svg b/static/icons/folder.svg new file mode 100644 index 0000000..1624faf --- /dev/null +++ b/static/icons/folder.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/icons/github-white.svg b/static/icons/github-white.svg new file mode 100644 index 0000000..9e85753 --- /dev/null +++ b/static/icons/github-white.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/icons/home-car.png b/static/icons/home-car.png new file mode 100644 index 0000000000000000000000000000000000000000..cfed86184294016e73d6183a9560804edd3ec1e0 GIT binary patch literal 537 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgAsyfo;tHgJ;J|?c4Gj(d z|1J3Fz)$y z!}h>Ilm9I8^2a-ay%s6Hydu_n<}tJ3&D5+nvyajwsjuCmm~^FJHuaa7&lkcf-y@ zHX^Qm>nDq+YIIHOYB=u|&Z3kyUruXpqQ9Yuy>ZS1zB$hYzxj#!F!AwPs1%4A>|y#J zm2CV>_v!@G3+fxB|Azm+@8MvzRd+|Lz`k;W@7u3=%zpgz;{zLRMuBQe{nPmzhWsx@ zvai)>Uiou_$1ZtV*paJ6OogTb4CPTj_x?%xl`hG*X~C7-87U_VG@QyVJ=pYt-EyOM z#i4(?l0cuUmbgZgq$HN4S|t~y0x1R~149d40~1|Cvk(JwD^oKoLrWmn%D~`%nC%4= d4Y~O#nQ4`{HS}?}<^VM?c)I$ztaD0e0syj%y)gg) literal 0 HcmV?d00001 diff --git a/static/icons/home-white.svg b/static/icons/home-white.svg new file mode 100644 index 0000000..9a310aa --- /dev/null +++ b/static/icons/home-white.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/static/icons/home.svg b/static/icons/home.svg new file mode 100644 index 0000000..e604b10 --- /dev/null +++ b/static/icons/home.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/icons/laptop.png b/static/icons/laptop.png new file mode 100644 index 0000000000000000000000000000000000000000..2c590c1c6ef6b818353d64117d53892328e8ec20 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgArasc;tEpG&~V_u0U(2c z;Xe>C{09m#{EYnM0Tf^?3GxeOaCmkj4a7TWUwDc;b6m*-mTd*X7WSqtDVf~N zu2Kw2-mwSzTv-_QdPFiDQaZ%2Loc-A;Ww@6;VK;gPk-r|&(2{ywOXl|A>Q8a(pRNg z^~g~5i+{D9|4-(Bb4c%%^11j`K!>W9xJHzuB$lLFB^RXvDF!10LknF4GhHK-5F=wN tLo+L5GhG7{D+7b7-S1zcXvob^$xN%nt%3VlcsNi4gQu&X%Q~loCIEVfl9d1e literal 0 HcmV?d00001 diff --git a/static/icons/world-star.png b/static/icons/world-star.png new file mode 100644 index 0000000000000000000000000000000000000000..5f99ecb72c6ee684823a53dd817a02edc1bacea0 GIT binary patch literal 589 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fgp%UN|;tEpG(7@2Z@c;k+ z0|yQ;{09pB2MT}yPzc0rShC@FI*?{83GxeOaCmkj4a7FMGaqH%uhgpJwF4kE|S`>ad)*YIi9WryPmtj}+y*iBq_@Zr)& zK?MdSR#r>g?->0M=MX*47q+8*-TR&;FYnad{{DFP`@Q8oe<$l4FU(uF_qPD&jekEX zCvY&_+2?bhm$j0AzIp;HBl{PD^6$bsM4Q%>Gky+c=~#JSk>&ov&8)0HV&h7bH^{vX z?w#;0K5@I8+7~M`+s;Xv%;-R zj%%4ND!_14Epd$~Nl7e8wMs5Z1yT$~28I^824=cOW+4U!R;FfF#>Tn^CRPRp&T)3< eP&DM`r(~v8;?`iq+*SnCz~JfX=d#Wzp$PyY$KBch literal 0 HcmV?d00001