From 32df64c96573c344cc4123b95b8a952a865f27fa Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 27 Nov 2024 20:05:11 +0530 Subject: [PATCH] feat: add file icon --- .../components-next/icon/FileIcon.story.vue | 39 ++++++++++++++ .../components-next/icon/FileIcon.vue | 52 +++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 app/javascript/dashboard/components-next/icon/FileIcon.story.vue create mode 100644 app/javascript/dashboard/components-next/icon/FileIcon.vue diff --git a/app/javascript/dashboard/components-next/icon/FileIcon.story.vue b/app/javascript/dashboard/components-next/icon/FileIcon.story.vue new file mode 100644 index 000000000..2b1ddec06 --- /dev/null +++ b/app/javascript/dashboard/components-next/icon/FileIcon.story.vue @@ -0,0 +1,39 @@ + + + diff --git a/app/javascript/dashboard/components-next/icon/FileIcon.vue b/app/javascript/dashboard/components-next/icon/FileIcon.vue new file mode 100644 index 000000000..bd6953c6a --- /dev/null +++ b/app/javascript/dashboard/components-next/icon/FileIcon.vue @@ -0,0 +1,52 @@ + + +