From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_timesheet/static/description/icon.png | Bin 0 -> 8995 bytes addons/hr_timesheet/static/description/icon.svg | 23 +++++++++++++++++++++ .../static/description/icon_timesheet.png | Bin 0 -> 3430 bytes 3 files changed, 23 insertions(+) create mode 100644 addons/hr_timesheet/static/description/icon.png create mode 100644 addons/hr_timesheet/static/description/icon.svg create mode 100644 addons/hr_timesheet/static/description/icon_timesheet.png (limited to 'addons/hr_timesheet/static/description') diff --git a/addons/hr_timesheet/static/description/icon.png b/addons/hr_timesheet/static/description/icon.png new file mode 100644 index 00000000..8dc6fcc0 Binary files /dev/null and b/addons/hr_timesheet/static/description/icon.png differ diff --git a/addons/hr_timesheet/static/description/icon.svg b/addons/hr_timesheet/static/description/icon.svg new file mode 100644 index 00000000..8de1665b --- /dev/null +++ b/addons/hr_timesheet/static/description/icon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/hr_timesheet/static/description/icon_timesheet.png b/addons/hr_timesheet/static/description/icon_timesheet.png new file mode 100644 index 00000000..414a4327 Binary files /dev/null and b/addons/hr_timesheet/static/description/icon_timesheet.png differ -- cgit v1.2.3