3달간 수정 사항

This commit is contained in:
comicgum
2026-09-04 23:52:28 +09:00
parent d26eb50875
commit 4187407e96
110 changed files with 4439 additions and 2456 deletions
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.8">
<line x1="3" y1="6" x2="21" y2="6"/>
<circle cx="8" cy="6" r="2.5" fill="white"/>
<line x1="3" y1="12" x2="21" y2="12"/>
<circle cx="15" cy="12" r="2.5" fill="white"/>
<line x1="3" y1="18" x2="21" y2="18"/>
<circle cx="10" cy="18" r="2.5" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 475 B

@@ -51,6 +51,8 @@ import HorizontaLDots from "./horizontal-dots.svg";
import ChatIcon from "./chat.svg";
import MoreDotIcon from "./more-dot.svg";
import BellIcon from "./bell.svg";
import FilterIcon from "./filter-slider.svg";
export {
DownloadIcon,
@@ -106,4 +108,5 @@ export {
HorizontaLDots,
ChevronUpIcon,
ChatIcon,
FilterIcon,
};