From 79e158be430daca336bb3b795e9dde6e7609a19b Mon Sep 17 00:00:00 2001 From: DocuSeal Date: Sun, 8 Oct 2023 23:22:27 +0300 Subject: [PATCH] add more icons --- app/views/icons/_building.html.erb | 11 +++++++++++ app/views/icons/_forms.html.erb | 9 +++++++++ app/views/icons/_users.html.erb | 7 +++++++ app/views/shared/_classes.html.erb | 1 + 4 files changed, 28 insertions(+) create mode 100644 app/views/icons/_building.html.erb create mode 100644 app/views/icons/_forms.html.erb create mode 100644 app/views/icons/_users.html.erb create mode 100644 app/views/shared/_classes.html.erb diff --git a/app/views/icons/_building.html.erb b/app/views/icons/_building.html.erb new file mode 100644 index 00000000..939b0255 --- /dev/null +++ b/app/views/icons/_building.html.erb @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/app/views/icons/_forms.html.erb b/app/views/icons/_forms.html.erb new file mode 100644 index 00000000..984ba72f --- /dev/null +++ b/app/views/icons/_forms.html.erb @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/app/views/icons/_users.html.erb b/app/views/icons/_users.html.erb new file mode 100644 index 00000000..143f43ab --- /dev/null +++ b/app/views/icons/_users.html.erb @@ -0,0 +1,7 @@ + + + + + + + diff --git a/app/views/shared/_classes.html.erb b/app/views/shared/_classes.html.erb new file mode 100644 index 00000000..18ed3c57 --- /dev/null +++ b/app/views/shared/_classes.html.erb @@ -0,0 +1 @@ +<% 'stats stat stat-figure stat-title stat-value text-accent' %>