From 5dbe888627cc0941f16c5c13a42f1aecc12d7f9d Mon Sep 17 00:00:00 2001
From: Sergio Gimenez <36163163+sgimama@users.noreply.github.com>
Date: Tue, 16 Jun 2026 16:21:45 +0200
Subject: [PATCH 1/2] Add SVG icons for file types: doc, empty, jpg, pdf, and
png
- Added file-doc.svg for document representation.
- Added file-empty.svg for empty file representation.
- Added file-jpg.svg for JPEG image representation.
- Added file-pdf.svg for PDF document representation.
- Added file-png.svg for PNG image representation.
---
icons/file-doc.svg | 3 +++
icons/file-empty.svg | 3 +++
icons/file-jpg.svg | 3 +++
icons/file-pdf.svg | 3 +++
icons/file-png.svg | 3 +++
5 files changed, 15 insertions(+)
create mode 100644 icons/file-doc.svg
create mode 100644 icons/file-empty.svg
create mode 100644 icons/file-jpg.svg
create mode 100644 icons/file-pdf.svg
create mode 100644 icons/file-png.svg
diff --git a/icons/file-doc.svg b/icons/file-doc.svg
new file mode 100644
index 0000000..351fafd
--- /dev/null
+++ b/icons/file-doc.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/file-empty.svg b/icons/file-empty.svg
new file mode 100644
index 0000000..6a9a009
--- /dev/null
+++ b/icons/file-empty.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/file-jpg.svg b/icons/file-jpg.svg
new file mode 100644
index 0000000..83f905a
--- /dev/null
+++ b/icons/file-jpg.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/file-pdf.svg b/icons/file-pdf.svg
new file mode 100644
index 0000000..7afaa54
--- /dev/null
+++ b/icons/file-pdf.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/file-png.svg b/icons/file-png.svg
new file mode 100644
index 0000000..e60318d
--- /dev/null
+++ b/icons/file-png.svg
@@ -0,0 +1,3 @@
+
From 41bbcd09c442ec365601f56250863eecebaba6d6 Mon Sep 17 00:00:00 2001
From: Sergio Gimenez <36163163+sgimama@users.noreply.github.com>
Date: Tue, 16 Jun 2026 16:27:23 +0200
Subject: [PATCH 2/2] fix: update fill color for file-doc and file-empty SVG
icons
---
icons/file-doc.svg | 2 +-
icons/file-empty.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/icons/file-doc.svg b/icons/file-doc.svg
index 351fafd..43fa6af 100644
--- a/icons/file-doc.svg
+++ b/icons/file-doc.svg
@@ -1,3 +1,3 @@
diff --git a/icons/file-empty.svg b/icons/file-empty.svg
index 6a9a009..568d8d4 100644
--- a/icons/file-empty.svg
+++ b/icons/file-empty.svg
@@ -1,3 +1,3 @@