diff --git a/assets/bs-note-fill.svg b/assets/bs-note-fill.svg
index 02fc8159..897f9bd2 100644
--- a/assets/bs-note-fill.svg
+++ b/assets/bs-note-fill.svg
@@ -1 +1,6 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/renderer/components/svgs/bs-note-fill.component.tsx b/src/renderer/components/svgs/bs-note-fill.component.tsx
index cc736080..c6a9c244 100644
--- a/src/renderer/components/svgs/bs-note-fill.component.tsx
+++ b/src/renderer/components/svgs/bs-note-fill.component.tsx
@@ -3,6 +3,11 @@
export function BsNoteFill({className}: {className: string}) {
return (
-
+
)
}