From 9e6f10ea8a42d8ba29945a6a4807d96c9f752301 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:35:15 +0800 Subject: [PATCH] feat(web): use icons --- web/src/lib/Figure.svelte | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web/src/lib/Figure.svelte b/web/src/lib/Figure.svelte index 5933b83..d94353b 100644 --- a/web/src/lib/Figure.svelte +++ b/web/src/lib/Figure.svelte @@ -4,6 +4,7 @@ import CopyToClipboard from "$lib/components/CopyToClipboard.svelte" import OCRTable from './OCRTable.svelte'; import { marked } from 'marked'; + import { ChevronLeft, ChevronRight, X } from 'lucide-svelte'; /** * @type {string} @@ -95,16 +96,16 @@
@@ -190,8 +191,8 @@ - + \ No newline at end of file